/* CSS Document */
* {margin:0 0 0 0; padding:0 0 0 0; border: 0 0 0 0;}
/* Stupid Internet Explorer Fucking sucks Fix \*/
* html div#right{float:left;}
/* Stupid Internet Explorer Fucking sucks Fix 2 \*/
* html div#right{margin-left:0px;}
/* Stupid Internet Explorer Fucking sucks Fix 3 \*/
* html div#mainNav ul li ul{border-top:1px solid #7e7f60;}
/* Stupid Internet Explorer Fucking sucks Fix 4 \*/
* html div#leftMenu{ margin-left:6px;}



body {font-family: Arial, Helvetica, Geneva, sans-serif;
		behavior:url(csshover.htc);
	        color:#000000;
			background-color:#001643;
			background-image:url(bg_repeat.jpg);
			font-size:12px;
			margin-left:auto;
			margin-right:auto;
			}
			
div#wrap { padding-right:20px;
	   padding-left:20px;
	   margin-top:20px;
		}

	div#logo {background-image:url(logo_top.gif);
		 background-repeat:no-repeat;
		 background-position:center;
		 height:130px;
		 }
	
	div#movie {background-color:#7e7f60;
			   height:161px;
			   width:719px;
			   padding-top:7px;
			   padding-left:10px;
			   margin-left:auto;
				margin-right:auto;
			   }
	div#mainNav {height:28px;
				width:729px;
				background-color:#7e7f60;
				margin-left:auto;
				margin-right:auto;
				clear:both;
				font-size:14px;
				}
				
				div#leftMenu{margin-left:12px;
							float:left;
							width:218px;
							text-align:center;
							}
							
				div#rightMenu{float:left;
							}
/*----------------------   start MAIN NAVAGATION FUNCTIONS  -----------------------*/
body div#mainNav ul li ul {display:none;}

				div#mainNav ul {margin:0px; }
								div#rightMenu ul li ul{
													margin:0px;
													width:10em;
													position:absolute;
													left:-1px;}
													
								div#rightMenu ul li:hover ul {display:block;}
													
				
				div#mainNav li {float:left;
								 position:relative;
								 background-color:#001643;

								 margin-right:4px;
								 list-style-type:none;
								 }
							  
							  div#mainNav li:hover {background-color:#000000}
							  		 
									 div#rightMenu ul li ul li{width:100%;
									 						 border: 0px;
															 border-left:1px solid #7e7f60;
															 border-bottom:1px solid #7e7f60;
															 border-right:1px solid #7e7f60;}
												div#rightMenu ul li ul li:first-child {border-top:1px solid #7e7f60;}
												
												div#rightMenu ul li:hover ul, div#mainNav ul li ul:hover {display:block;}
							  
				div#mainNav a { text-decoration:none;
								display:block;
								 color:#FFFFFF;
								 padding:2px 9px;
								 }
								 
						      div#mainNav a:hover {color:#b4b588;
							  					 }
				
/*------------------------   end MAIN NAVAGATION FUNCTIONS  -----------------------*/				
	div#mid {margin-right:auto;
			   margin-left:auto;
			   width:729px;
			   background-image:url(right_bg_repeat.gif);
			   background-repeat:repeat-y;
			   background-position:right;
	
			   }
			
				div#left{width:230px;
						float:left;
						}
						
						div#leftNav{background-image:url(leftnavBG_repeat.gif);
									background-repeat:repeat-y;
									width:230px;
									color:#b4b588;
									font-size:11px;
								}
								div#leftNav img{margin-right:13px;
												margin-bottom:10px;}
								
								div#leftNav a {color:#b4b588;
											   text-decoration:none;
											   display:block;
											   padding:0px;
											   margin:0 30px 0 0px;
											   font-weight:bold;
											  }
											  div#leftNav a:hover {color:#FFFFFF;}
											  
								div#leftNav ul {list-style:none;
												text-align:right;
												}
								div#leftNav li {width:218px;
												padding:2px 0px 2px 0px;
												margin:0px;
												border-bottom:2px solid #7e7f60;
												background-repeat:no-repeat;
												background-position:right;}
												
												div#leftNav li:hover {background-color:#000000;
																	  color:#ffffff;}
												.active {background-color:#000000;
														 color:#ffffff;
														 background-image:url(active_arrow.gif);
														 background-repeat:none;
														 background-position:right;}
											    .active a{color:#ffffff;}
														 
														 
							
								
						div#leftBottom{width:217px;
									   height:261px;
									   background-image:url(leftnav_bottom.gif);
									   background-repeat:no-repeat;
									  

									}
				
				div#right{width:499px;
						 margin-left:230px;
						}
						div#content{padding:10px 20px 20px 10px;}
						
							div#content a:link {color:#000033;
												text-decoration:none;
												}
							div#content a:visited {color:#000033;
												  text-decoration:none;
												  }
							div#content a:hover {color:#5e5f48;
												text-decoration:none;
												}
							div#content a:active {color:#5e5f48;
												 text-decoration:blink;
												 }
										div#content ul{margin-left:30px;}
										
										div#tellAbout {
														width:120px;
														padding:5px;
														background-color:c9caa4;
														border: solid 2px #5e5f48;
														float:right;
														text-align:center;
														font-size:11px;
														margin:5px 0px 5px 0px;
														}
							
	div#bottom{margin-right:auto;
				margin-left:auto;
			    width:729px;
				height:11px;
				background-image:url(bottom_cap.gif);
				background-repeat:no-repeat;
				 background-position:right top;
				clear:both;
				}
					

	div#disclaimer {clear:both;
					font-size:10px;
					text-align:center;
					margin-right:auto;
					margin-left:auto;
					padding-left:250px;
					color:#7e7f60;
					}			
					
					
/* START Alsett Clearing method */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%}
.clearfix {display: block;}
/* END Alsett Clearing method */
				