BODY {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:76%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
 	background-image : url(images/grad.jpg);
 	background-repeat : repeat-x;
	background-color:#cccccc;
}
h1, h2{
	font-size:1.2em;
}
li{
	color:#E21835;
}
li span{
	color:white;
}
ol li{
	color:white;
}

.container{
	width:960px;
	height:710px;
	background-image : url(images/back1.jpg);
 	background-repeat : no-repeat;
}
.container2{
	width:960px;
	height:710px;
	background-image : url(images/back2.jpg);
 	background-repeat : no-repeat;
}
.wheel{
	width:350px;
	background-image : url(images/redwheel.jpg);
 	background-repeat : no-repeat;
}
#galleryintro a{
	color:white;
}
#galleryintro{
	color:white;
	margin-top:400px;
        padding: 0px 10px 0px 10px;
	height:250px;
	overflow : auto;
}
#refurbintro a{
	color:white;
}
#refurbintro{
	color:white;
        padding: 0px 0px 10px 0px;

}
#refurbintro img{
	border:1px solid #FFFFFF;
}
.logo{
	height:180px;
	padding-left:100px;
}
.navbar{
	height:25px;
        /* top, right, bottom, left*/
        padding: 0px 5px 0px 0px;
}
/****Horizontal Menu****/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float:right;
}
/* *html hack for ie6 to get menus inline (inline needs width to work in ie6)*/
* html .width1{
width:55px;
}
* html .width2{
width:90px;
}
* html .width3{
width:55px;
}
* html .width4{
width:40px;
}
* html .width5{
width:60px;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
/* top, right, bottom, left*/
padding: 3px 0px 3px 0px;
border-right: 1px solid #FFFFFF;
text-decoration: none;
color:#FFFFFF;
text-align:center;
}
.nav2{
	padding-right:0px;
	border-left: 1px solid #FFFFFF;
}
* html .nav2{
	width:175px;
	padding-right:0px;
	border-left: 1px solid #FFFFFF;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
padding-top:4px;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px;
border: 0;
/* top, right, bottom, left*/
padding: 3px 0px 3px 10px;
background: #03A0AE;
color:white;
text-align:left;
}
.horizontalcssmenu ul li a:hover{
color:black;
}
.horizontalcssmenu ul li ul li a:hover{
color:black;
}
.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(images/menuarrow.gif) no-repeat center left;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float:right; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* Horizontal Menu End */
.content{
	height:485px;
	padding-right:0px;
}
#content2{
/* top, right, bottom, left*/
padding: 0px 5px 5px 5px;
	color:white;
	font-size:1.0em;
	overflow : auto;
	height:370px;
	width:540px;
	margin-left:60px;

/*for whiteish background to text
	background-color : White;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
*/
}
#content2 a{
	color:white;
}
#content3{
/* top, right, bottom, left*/
	padding: 0px 5px 5px 5px;
	color:white;
	font-size:1.0em;
	overflow : auto;
	height:470px;
	width:540px;
	margin-left:60px;
}
#content3 a{
	color:white;
}
#content3 img{
	border:1px solid #FFFFFF;
}
.tel{
	text-align:center;
	color:black;
	font-size:1.2em;;
}
.copy{
	font-size:0.8em;
	text-align:right;
	padding-right:5px;
	color:white;
	height:20px;
}
.copy a{
	color:white;
}
/* Gallery */
#filmStripIframe{
 width:100%; 
 height:485px;

}
body.thumbNail{ 
 margin:0px;
 background-image : url(images/iframeback.jpg);
 background-repeat : no-repeat;	
 background-position:top;
 color:white;
 background : transparent;
}
body.thumbNail a{
	color:white;
}
/* Thumbnail border colors */
.imgOn{
 border:1px solid red;
}
.imgOff{
 border:1px solid #03A0AE ;
}
/* the width:1000000 is a FireFox hack because it was not displaying images that were out of view*/
.filmstripContainer{
 width:1000000px;
 white-space:nowrap;
 overflow:hidden;
 position:relative; 
 left:10px;
}
#legal{
	font-size:0.9em;
	color:black;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	height:480px;
	overflow:auto;
}