.nothing {}

* {
	margin: 0;
	}

html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
	}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #container {
	height: auto;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #999999;
	text-align: center;
	background-color:#000000;
	}


/********* TEXT FORMATTING **********/

p {
	font-size: 1.1em;
	font-weight: normal;
	color:#b2babb;
	line-height:1.5;
	margin:0;
	padding:0 0 4px 0;
	}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.6em;
	color:#e68700;
	margin:0 0 6px 0;
	padding: 0px 0 0px 0;
	letter-spacing:0px;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.6em;
	color:#b10d30;
	margin:0 0 6px 0;
	padding: 0px 0 0px 0;
	letter-spacing:0px;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.6em;
	color:#016d95;
	margin:0 0 12px 0;
	padding: 0px 0 0px 0;
	letter-spacing:0px;
	}	


img { border: none; }


a:link { color:#666666; text-decoration: none; font-weight:bold;}
a:visited { color: #666666; text-decoration: none; font-weight:bold;}
a:hover {color: #75899f; text-decoration: none; }
a:active { color: #75899f; text-decoration: none;}

a.white:link { 
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline
	}
	
a.white:visited { 
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}
	
a.white:hover { 
	color: #75899f;
	font-weight:bold;
	text-decoration:underline;
	}


ul {
	color:#CB257B;
	font-size: 1.1em;
	font-weight: bold;
}

#nojs {
	padding: 6px 6px 6px 10px;
	color:#FFFFFF;
	background-color:#9F022A;
	text-align:left;
	font-size:1.1em;
	font-weight:bold;
	}


/********* LAYOUT **********/

#container { 	
	margin:0 auto;
	padding: 0 0 0 0;
	width:1009px;
	text-align:left;
	background-color:#0A0B0C;
	overflow: hidden;
	}
	
#header {
	height: 185px;
	margin:2px 0 35px 0;
	position: relative;
	}
	
#menu {
	width: 263px;
	text-align:right;
	position:relative;
	margin:0 0 40px 0;
	}
		
/* Hide from IE5-mac. Only IE-win sees this. \*/
/* html #menu { margin-right: -3px; }
/* End hide from IE5/mac */

#content {
	width:690px;
	position:relative;
	float:right;
	padding:0 20px 0 0;
	text-align:center;
	}
	
#contentpages {
	width:690px;
	position:relative;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	}	
	
#contentmovies {
	position:relative;
	padding:0 0 0 0;
	background-color:#0A0B0C;
	text-align:center;
	}

.movie {
	margin:2px 0 0 0;
	width:660px;
	border:#000000 solid 3px;
	}
	
.movie43 {
	width:495px;
	margin:2px 0 0 80px;
	border:#000000 solid 5px;
	}			
	
.movieinfo {
	height:40px;
	background-color:#000000;
	margin:0px 0 0 0;
	/*border-bottom:#151b1d solid 1px;*/
	}	
	
.movietext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#666666;
	margin:0 0 0 0px;
	padding: 14px 0 6px 12px;
	letter-spacing:0px;
	}	
	
.texthighlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#999999;
	font-weight:bolder;
	margin:0 0 0 0px;
	letter-spacing:0px;
	}
		
	
a.closewindow {
	color:#960027;
	font-weight:bolder;
	margin:0 0 0 8px;
	}	
	
a.closewindow:hover {
	color:#C21533;
	font-weight:bolder;
	margin:0 0 0 8px;	
	}	
		
/*************** MENU ******************/		

a.food, a.food:link {
	display:block;
	height: 40px;
	width:161px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 102px;
	background: #0A0B0C url(../images/menu_food01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
	}
	
	/* moves position of an image instead of wapping it */
	
a.food:hover, a.food:active, a.foodactive {
	background-position: -161px 0 !important;
}


	
a.kids, a.kids:link {
	display:block;
	height: 40px;
	width:130px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 133px;
	background: #0A0B0C url(../images/menu_kids01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
	}
	
a.kids:hover, a.kids:active, a.kidsactive {
	background-position: -130px 0 !important;
	}	
	
a.money, a.money:link {
	display:block;
	height: 40px;
	width:214px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 49px;
	background: #0A0B0C url(../images/menu_money01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
}
	
a.money:hover, a.money:active, a.moneyactive {
	background-position: -214px 0 !important;
	}	
		
a.booze, a.booze:link {
	display:block;
	height: 40px;
	width:191px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 72px;
	background: #0A0B0C url(../images/menu_booze01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
	}
	
a.booze:hover, a.booze:active, a.boozeactive {
	background-position: -191px 0 !important;
	}	
	
a.services, a.services:link {
	display:block;
	height: 40px;
	width:261px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 2px;
	background: #0A0B0C url(../images/menu_services01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
	}
	
a.services:hover, a.services:active, a.servicesactive {
	background-position: -261px 0 !important;
	}
	
a.animals, a.animals:link {
	display:block;
	height: 40px;
	width:263px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 0px;
	background: #0A0B0C url(../images/menu_animals01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
	}
	
a.animals:hover, a.animals:active, a.animalsactive {
	background-position: -263px 0 !important;
	}	
	
a.film, a.film:link {
	display:block;
	height: 40px;
	width:131px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 132px;
	background: #0A0B0C url(../images/menu_film01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
	}
	
a.film:hover, a.film:active, a.filmactive {
	background-position: -131px 0 !important;
	}
	
a.about, a.about:link {
	display:block;
	height: 40px;
	width:206px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 57px;
	background: #0A0B0C url(../images/menu_about01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
	}
	
a.about:hover, a.about:active, a.aboutactive {
	background-position: -206px 0 !important;
	}	
	
a.cars, a.cars:link {
	display:block;
	height: 40px;
	width:163px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 100px;
	background: #0A0B0C url(../images/menu_cars01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
	}
	
a.cars:hover, a.cars:active, a.carsactive {
	background-position: -163px 0 !important;
	}

	
a.other, a.other:link {
	display:block;
	height: 40px;
	width:199px;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 4px 64px;
	background: #0A0B0C url(../images/menu_other01.gif) 0 0 no-repeat;
	overflow:hidden;
	position: relative;
	}
	
a.other:hover, a.other:active, a.otheractive {
	background-position: -199px 0 !important;
}							
	
/************* FOOTER **************/



.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#0A0B0C;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
	}

#footer, .push {
	height: 130px; /* .push must be the same height as .footer */
	text-align:center;
	}

#footer {
	
	background-color:#000000;
	width: 100%;
	text-align: center;
	border-top:#151b1d solid 4px;
	padding:10px 0 0 0;
	}

.copyrighttext {
	font-size:1em;
	color:#333333;
	text-align:center;
	margin:18px 0 0px 0;
	}
	
a.light:link { 
	font-size:1em;
	color:#666666;
	font-weight:normal;
	margin:18px 0 0px 0;
	}
	
a.light:visited { 
	font-size:1em;
	color:#666666;
	font-weight:normal;
	margin:18px 0 0px 0;
	}
	
a.light:hover { 
	font-size:1em;
	color:#999999;
	font-weight:normal;
	margin:18px 0 0px 0;
	}	

.logo {
	margin:6px 0 10px 0;
	height:47px;
	text-align:center;
	}


/************* CONTENT **************/
	
.row {
	height:172px;
	margin:0 0px 0px 45px;
	}

.title {
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	margin:10px 0 0px 0;
	text-align:left;
	}		

.agency {
	font-size:.9em;
	font-weight:bold;
	color:#6f849a;
	text-align:left;
	margin:0 0 4px 0;
	}	
	
.rowlast {
	height:122px;
	margin:0 0 36px 0;
	}	

.box {
	width:169px;
	float:left;
	position:relative;
	margin:0px 50px 10px 0;
	}
	
.boxbottom {
	width:169px;
	height:93px;
	float:left;
	position:relative;
	margin:0px 20px 40px 0;
	}	 

.boxlast {
	width:169px;
	margin:0 0 20px 0;
	float:left;
	position:relative;
	}
	
.clearleft { clear:left; }

.medimg { padding: 0px; display: block; width:169px; text-align:center;}
.medimg img { border: solid 4px #42474c; padding: 0px; height:93px }
.borderit:hover img { border: solid 4px  #999999; }	


/************* ABOUT CONTENT **************/

.textwindow {
	min-height:50px;
	width:630px;
	text-align:left;
	margin: 0px 0 10px 24px;
	padding: 0px 8px 12px 12px;
	border-bottom:solid 1px #222222;
	}
	
.textwindowbottom {
	min-height:50px;
	width:630px;
	text-align:left;
	margin: 0px 0 10px 24px;
	padding: 0px 8px 12px 12px;
	}	
	
.aboutrow {
	height:158px;
	margin:0 0px 0px 2px;
	}	