/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: normal;
}

h6{ 
	display: inline;
	color:#333;
}

h1{	
	font-size: 150%;
	color: #333;	
	font-weight: bold;
	margin-top:0px;
	padding-top:0px;
}

h2{
	font-size: 120%;
	color: #333;	
	font-weight: bold;	
}

h3{
 font-size: 230%;
 color: #333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 3px;}


label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
	width: 350px;
}
 legend{
 	font-weight: bold;
	color: #666;
 }
 
 @media screen {
	* html legend {
	margin: -20px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
}	
textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{
	border:none;
}

p{ padding-bottom: 10px}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 980px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
}

#mainArea{
	padding: 0px;
}

#mainContent{
	width: 810px;
	float: left;
	margin-left: 5px;
}



#shopThumbs{
	width: 740px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}

#rightCol{
	width: 200px;
	float: left;
}


#content{
	padding: 0px;
	width: 601px;
	float: left;
	margin-right: 5px;
	
}

#content ul li{
	background-image: url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	
}
#content a:link, #content a:visited{
	border-bottom: dotted 1px #333;
}
#wrapper #header{
	height: 147px;
	background-color: #202965;
	background-image: url(images/welcome.gif);
	background-repeat: no-repeat;
	background-position: 350px 85px;
}

.clear{ clear: both;}

/********** topStrip **************/
#topStrip{
	margin: 0px;
	font-size: 11px;
	color: #666666;
	background-color: #fff;
	border-bottom: solid 2px #fff;
}

#topStrip #logo{
	width: 321px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;

}

#topStrip #rightB{
	width: 600px;
	float: right;
}
#rightB #topAdd{
	text-align: right;
	color: #fff;
	font-size: 110%;
	margin-top: 5px;
	padding-right: 10px;
	padding-top: 40px;
}

#rightB #topAdd a:link, #rightB #topAdd a:visited, #rightB #topAdd a:hover{
	color:#fff;
	
}
/************** content styles ***************/





.pageContent{
	padding: 0px 5px 10px 10px;		
}

#content .pageContentFull{
	padding: 10px 10px 0 10px;
}

#content .leftBox{
	padding-left: 20px;
	margin-top: 10px;
}

/****************** Top Icon Styles********************/
.icon{
	float:right;
	border: 0px;	
}


a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/*********** #navBar styles ***********/

#navContainer{
	height: 25px;
	background-color: #000;
	display:block;
	border-bottom: solid 2px #fff;
	padding: 10px 10px;	
}

#nav, #nav ul { 
	padding: 0px; 
	margin: 0px; 
	list-style: none;	
	float: left;
}

#nav a:link, #nav a:visited { 
	display: block;	
	/*height: 10px;	*/
	font-weight: bold;
	color: #FFFFFF;
	/*padding: 3px 10px;*/
	font-size: 14px;
	font-weight: bold;	
	/*float: left;	*/
	width: 96px;	
}




#nav a:hover{	
	text-decoration: none;
	color: #f9b419;
}
#nav li { 
	float: left; 	
	text-align:center;	
}


/*********** #footer styles ***********/
#footer{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 5px;
	background-color: #202965;
	margin-top: 5px;
}

#credit{
	color: #fff;
	margin-top: 10px;
	margin: 0 10px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#footer #flinks{		
	height: 15px;
	padding-top: 5px;
}
#footer ul li{
	float: left;
	padding: 0px 0px 0px 4px;
}
 #footer a:hover{
 	text-decoration: underline;
 }



/******************Main Page Styles********************/

#mainImage{
	z-index: 1;
	margin-bottom: 10px;
}

#mainImage #smImages{
	float: left;
	width: 126px;
}
#mainImage #smImages img{
	margin-bottom: 10px;
}
#mainImage #lgImage{
	float: right;
	width: 288px;
	margin-right: 20px;
}
#subImages{
	height: 85px;
	padding-left: 25px;
	margin-top: 10px;
}

#subImages .sImg{
	width: 138px;
	float: left;
	margin-right: 4px;
}

.horizDots{
	height: 9px;
	background-image:url(images/hor_dots.gif);
	background-repeat:repeat-x;
	background-position:1px 4px;
	margin-top: 10px;
	width: 442px;
	margin-left: 16px;
}

/****************** Tariff Tables ********************/
.cleantable {
	border-collapse:collapse;
}

.cleantable td {
	margin:5px; 	
	padding: 5px;
	border:1px solid #000;	
	color:#000000;
	text-align:center;
}

.cleantable  .title1 {
	font-weight: bold;
	text-align: center;
}

.cleantable  .title2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #56464f;
}

.cleantable  .shade{
	background-color: #cfcace;
}

.cleantable  .ital{
	font-style:italic;
	text-align:left;
}

.cleantable  .left{
	text-align:left;
}
/****************** Gallery Styles********************/

#landsContainer .gallery {
	float: left;
	margin: 9px 10px;
}
  
  
#portContainer .gallery{
 	float: left;
	margin: 9px 25px 9px 35px;
 }
 
.gallery p {
   text-align: center;
   font-size:80%;
}

.gallery img { 
	border: #000 solid 1px;
	padding: 0px;
}


#landsContainer{
	margin: 10px 0;
	padding: 10px 10px 10px 15px;
	border: 1px solid #ccc;	
	width: 530px;
}

#portContainer{
	margin: 10px 0;
	padding: 10px 10px 10px 25px;
	border: 1px solid #ccc;	
	width: 520px;
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 370px;
	height: 1px;
	z-index: 1000;
}
.borderbot {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: #cccccc repeat-x;
}
.thumbs_box{
	padding: 5px;	
	border: 1px solid #333;
	/*background-image: url(images/semi_trans.png); */
	background-color: #fff;
	
}

.thumbs_box h2{
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 0px;
}

.thumbs_box img{
	border: #efefef solid 1px;	
}
.thumbs_box .descTxt{
	padding: 5px;
	color: #535353;
}
 
/******************Shop Styles********************/

#shopNav{
	float: left;
	width: 158px;
	background-color: #000;
}

#shopNav a:link, #shopNav  a:visited{
	display:block;
	background-color:#000000;
	border-bottom: solid 2px #fff;
	color: #fff;
	padding: 5px;
}
#shopNav a:hover{
	background-color:#333;
	color: #F1CC10;
}
#wrapper #shopNav .dwn {
	color: #F1CC10;
	font-weight: bold;
}

#shopNav ul li{
	padding-bottom: 0px;
}

#shopNav ul{
	margin-top: 10px;
}

/****************** Product Row Styles********************/

.prodRow{
	clear: both;
	padding:0px 0px 20px 0px;	
	display:block;
}

.prodRow img{
	float: left;
	border:0px;
	

}

.prodTitle{
	float: left;
	padding: 0 20px;
	width: 125px;	
}

.prodTitle .title1{
	font-family:Arial, Helvetica, sans-serif;	
	color: #ef3722;
	float: left;
}

.prodTitle .price{
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #006600;
	text-align: right;	
}


.prodButtons{
	float: left;
	padding: 0 20px;
	width: 120px;
}

.hline{
	clear: both;
	background-image: url(images/hor_dots.gif);
	padding: 10px 0px;
	background-repeat: repeat-x;
	background-position: center;
}

.thumbImg img, #pdImg img{
	border: solid 1px #000; 
}

/****************** left nav Styles********************/

#leftNav{
	width: 165px;
	float: left;
}


#leftNav ul li {
	margin: 1px 0px;
}

#leftNav ul li a:link, #leftNav ul li a:visited {
	height: 15px;
	background-color: #808285;	
	padding: 10px 10px 10px 15px;
	display: block;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1.2px;
}

#leftNav ul li a:hover{
	color: #f68d2a;
}

#rightNav{
	margin-top: 10px;
}

#rightNav a:link, #rightNav a:visited{
	display: block;
	height: 15px;
	padding: 10px;
	color: #fff;
	background-color: #202965;
	width: 180px;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-align: center;
}
#rightNav a:hover{
	background-color: #797fa3;
}


.carThumb{
	width: 285px;
	float:left;	
	height:115px;
	margin-right:15px;
	margin-bottom:15px;
}

.carThumb .carIm{
	width:102px;
	height:100px;
	float:left;
	margin-right:10px;
	background-color:#202965;
	padding:5px;
	
}

.carThumb .carIm h3{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.carThumb .carDesc{
	width:148px;
	float:left;
	border:solid 1px #202965;
	height:107px;
}
.carThumb .carDesc h2{
	font-size:12px;
	font-weight:bold;	
	color:#202965;
	margin: 3px 3px -5px 3px;
}
.carThumb .carDesc p{
	color:#202965;
}
.carThumb .carDesc a:link, .carThumb .carDesc a:visited{
	color: #202965;
	font-weight: bold;
}
.carThumb .carDesc a:hover{
	color:#3366FF;
}

#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;

}
#featContainer{
	width:250px;
	float:left;
}

#featContainer .featRow{
	width: 60px;
	float:left;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 26px;
	padding: 3px 5px 3px 35px;
	margin-right: 10px;
}
#featContainer .featRow h4{
	font-size:110%;
	font-weight:bold;
	color:#202965;
}

#cotw{
	width:165px;
	background-color:#fec423;
	margin-top: 4px;
	padding-bottom:5px;
}

#cotw .title{
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-align: center;
	margin-bottom:5px;
	padding-top: 5px;
}

#cotw img{
	margin-left:7px;
	margin-bottom:5px;
	border:solid 1px #fff;
}
#cotw .carTitle{
	color:#3b4481;
	font-size:105%;
	font-weight:bold;
	text-align: center;
	padding-left:7px;
}

#cotw .carPrice{
	color:#3b4481;
	font-size:110%;
	font-weight:bold;
	text-align: center;
	padding-left:7px;
}
#cotw p{
	text-align:center;
}
#cotw a:link, #cotw a:visited{
	color:#202965;
	font-size:110%;
	font-weight: bold;
}

#cotw a:hover{
	color:#626cad;
}
