/***********************************************/
/* HTML tag styles - Queens Hotel  */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;
}

body{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
	background-color:#2b464f;
	
	
}
p{
	margin-bottom:15px;
}

a:link, a:visited {
	color: #efefef;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
	color:#ccc;	
	border-bottom:none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

h6{ 
	display: inline;
	color:#6e6366;
}

h1{	
	font-size: 155%;
	color: #fff;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #fff;	
	font-weight: bold;	
}

h3{
 font-size: 103%;
 color: #666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #6e6366;
}

h5{
 font-size: 95%;
 color: #6e6366;
}

ul{ 
 list-style-type: none; 
}

img{
	border:none;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #999;
	display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #999;
	width: 350px;
}
 legend{
	font-weight: bold;
	color: #999;
 }

 p input{
	width: 200px;
}	


textarea{
	width: 300px;
	height: 100px;
} 

input:focus, textarea:focus{
	background: #efefef;
}

#wrapper {
	width: 945px;
	margin-left:auto;
	margin-right:auto;
}

#rightContainer {
	width:605px;
	float:right;
}
#TelContainer{
	padding:10px;
	text-align: right;
	font-size: 95%;
}
#mainImage {
	height:263px;
	padding: 5px;
	background-color: #69868e;
	margin-bottom: 5px;
	background-image: url(images/bottom_shadow.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.rightShadow{
	background-image: url(images/right_shadow.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 5px;
}

#offerHolder {
	width:198px;
	height:536px;
	background-image:url(images/banner_back.gif);
	background-repeat:repeat-y;
	float:right;
}

#buttonContainer {
	width:197px;
	height:88px;
	margin-bottom:1px;
}

#buttonContainer img{
	margin-bottom:1px;
}

.clear {
	clear:both;
}

#contentContainer {
	background-color:#69868e;
	padding:25px 25px 30px 25px;
	float: right;
	width: 550px;
	color: #fff;
	background-image: url(images/bottom_shadow.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height:267px;
	}
	
	#testBox{
	background-color:#69868e;
	padding:10px 20px 20px 10px;
	float: right;
	width: 235px;
	color: #fff;
	background-image: url(images/bottom_shadow.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	

}

#testBox h2{
	text-align:left;
	color:#fab416;
	font-size: 14px;
}

.testImage{
	float:left;
	margin-bottom: 15px;
    margin-right: 6px;
}
.testImage img{
	border: solid 2px #b7cdd8;
}



#testText{
	float:right;
	width:125px;
	font-weight: bold;
}
	
	#leftimage{
	width:340px;
	float:left;
	height:258px;
	margin-right: 5px;
	}
	#rightimage{
	width:238px;
	float:left;
	height:258px;
	
	}

#contentContainer a{
	border-bottom:dotted 1px #efefef;
	color:#efefef;
}

#contentContainer a:hover{
	border-bottom:none;
	text-decoration:none;
}



#contentContainer a.linkOpacity{
	border:none;
}
a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	border:1px solid #fff;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}

#footer {
	font-size:11px;
	color:#69868e;
	padding:15px;
	margin-left:1px;
	line-height: 14px;
	text-align: right;

}

#footer_logos{
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#footer a:link {
	color:  #7b7b7b;
	text-decoration: none;
}

#footer a:visited {
	color:  #7b7b7b;
	text-decoration: none;
}

#footer a:hover {
	color: #9f9d9d;
	text-decoration: none;	
}


/***********  #navContainer styles ***********/

#navContainer {
	width:290px;
	padding-top:210px;
	text-align:center;
	float:left;
	line-height: 15px;
	background-image: url(images/new_logo.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-right: 15px;

}


#navContainer ul li{
	padding: 6px 4px 6px 0px;
	color:#ede5d9;
	list-style-type: none;
	
}
#navContainer ul {
	padding-bottom:66px;
	display:block;
	
}

#navContainer ul a:link, #navContainer ul a:visited{
	color: #fff;
	font-size:120%;
	font-weight:bold;

}

#navContainer ul a:hover{
	color: #999;
	list-style-type: none;
	text-decoration:none;
	


}

#navContainer ul .dwn a:link,#navContainer ul .dwn a:visited{
	color: #fdb515;

	
}

#wrapper #navContainer ul ul{
	display:block;
	background-color:#ede5da;
	margin-right:-28px;
	margin-top:5px;
}

#wrapper #navContainer ul ul a:link, #wrapper #navContainer ul ul a:visited{

	color:#404042;
	padding-right:25px;

}

#wrapper #navContainer ul ul .dwn a:link, #wrapper #navContainer ul ul .dwn a:visited{
	color:#666;
}

#leftHolder{
	width:226px;
	float: left;
}


#galleryContainer{
	margin:10px 0px;
}

.galleryItem{
	width:157px;
	float:left;
	margin:8px 8px;

}
.galleryItem img{
	border:solid 1px #ccc;
}
.galleryItem a:link img, .galleryItem a:visited img, .galleryItem a:hover img{
	border-bottom:none;
}



#email_to{
	display:none;
}

.galCats{
	width:150px;
	float:left;
	margin-right:30px;
	margin-bottom:15px;
}

#wrapper .galCats a:link , #wrapper .galCats a:visited {
	border-bottom:none;
}
.galCats img{
	border:solid 1px #ccc;
}


.carThumb{
	width: 385px;
	float:left;	
	height:115px;
	margin-right:15px;
	margin-bottom:15px;
}

.carThumb .carIm{
	width:102px;
	height:76px;
	float:left;
	margin-right:10px;
	background-color:#1d343c;
	padding:5px;
	
}

.carThumb .carIm h3{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.carThumb .carDesc{
	width:168px;
	float:left;
	border:solid 1px #1d343c;
	height:75px;
	padding: 5px;
}
.carThumb .carDesc h2{
	font-size:12px;
	font-weight:bold;	
	color:#1d343c;
	margin: -2px 3px -8px 0px;
}
.carThumb .carDesc p{
	color:#1d343c;
}
.carThumb .carDesc a:link, .carThumb .carDesc a:visited{
	color: #1d343c;
	font-weight: bold;
	
}
.carThumb .carDesc a:hover{
	color:#3366FF;
}
#contentContainer .carThumb a{
	border-bottom:none;
}
#price{
	font-weight: bold;
	font-size:120%;
	margin:10px 0px;
}

#carPic{
	width:320px;
	float: left;
	margin-right: 15px;
}

#topPic{
	width:320px;
	float:left;
}

.smPic{
	width:150px;
	float:left;
	margin:2px 3px 3px 0px;

}

#contentContainer #topPic a, #contentContainer .smPic a{
	border-bottom:none;
}
