/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #585858;
	font-size: 11px;
	background-image: url(images/backgr.gif);
	background-repeat: repeat-x;
	background-position: 20px 47px;
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

h6{ 
	display: inline;
	color:#d9497b;
}

h1{	
	font-size: 110%;
	color: #585858;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #666;	
	font-weight: bold;	
}

h3{
 font-size: 103%;
 color: #666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 5px;}


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;
}	

.radioInp{ width: 25px;}
textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

p{
	margin-bottom: 10px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 830px;
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/wrapper_white.gif);
	background-repeat: repeat-y;
}

#mainArea{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#mainArea #catNav {
	float: right;
	width: 170px;
	padding-top: 20px; 
	 
}


#content{
	margin-right: 3px;
	padding: 5px 0px 10px 0px;
	/*background-image: url(images/content_sub_back.gif);
	background-repeat: repeat-y;
	background-position: 560px;*/
	
}

#contentSub{	
	background-image: url(images/grey_right_sub.gif);
	background-repeat: repeat-y;
	background-position: 495px;
	
}

#wrapper #header{
	background-color: #fff;
	padding-bottom: 5px;
}

.clear{ clear: both;}

.middleSpace{
	clear:both;
	height: 60px;
}
.middleSpace #detail{
	float: right;
	padding-top: 7px;
}
.middleSpace #offers{
	padding-left: 360px;
	padding-top: 20px;
	float: left;
}
/********** topStrip **************/
#topStrip{
	margin: 0px;
	padding: 20px 0 0 10px;
	height: 17px;
	border-bottom: 11px solid #fff;
	font-size: 12px;
	color: #666666;
}

/************** content styles ***************/
#mainArea #pageNav{
	width: 161px;
	float: left;
	margin:0 0 20px 7px;
	background-color:#e6e6e5;
	padding: 15px;
	
}

#mainArea #pageNav .subImage{
	padding: 5px;
	border: solid 1px #666;
	/*background-color:#FFF;*/
	width: 90px;
	margin: 10px 10px;

}


#mainArea .pageContent{
	padding: 10px 20px;
	width: 580px;
	float: left;
	background-color: #f7f7f7;
}

#mainArea .pageContentFull{
	padding: 10px 20px;
	background-color: #f7f7f7;
}

#mainArea .pageContent ul, #mainArea .pageContentFull ul{
	list-style-type: circle; 
}

#mainArea .pageContent ul li, #mainArea .pageContentFull ul li{
	padding-left: 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{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #b2b3ae;
	height: 22px;
	padding: 17px 10px 10px 10px;
	margin-right: 5px;
}

#navContainer ul  .navFinal{
	border-right: none;
	padding: 0px 6px 0px 6px;
	float: left;
	background-color: #b2b3ae;
}


#navContainer ul .nav{
	float: left;
	border-right: #666666 solid 1px;
	padding: 0px 6px 0px 6px;
}


#navContainer ul a:link, #navContainer ul a:visited{
	color: #666666;
	background-color: #b2b3ae;
}

#navContainer ul a:hover{
	color: #990000;
	text-decoration: none;
}

body #navContainer ul li .dwn{
	color: #990000;	
}


/*********** #footer styles ***********/
#footer{
	width: 840x;
	margin: 0 0 7px 20px;	
	padding: 5px;		
}

#footer #credit{
	font-size: 10px;
	color: #666;
	padding: 5px 0px 5px 25px;
}

 #footer a:link,  #footer a:visited,{ 
 	text-decoration: none;
	background-color:#fff;
 }
 
 #footer a:hover{
 	text-decoration: underline;
 }



a.linkOpacity img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}

a.linkOpacityRev img {
	filter:alpha(opacity=30);   
	opacity: 0.3;
	
}

/******************Main Page Styles********************/

#mainImage{
	height: 411px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 203px 0px;
	background-color: #fff;
}
#mainImage img{
	float: left;
	margin-right: 5px;
}

.imgPad{
	margin-top: 270px;
}



#mainArea #lowerLeft{
	float: left;
	width: 564px;
	background-color: #f3f4ee;
	border: #d2d6bf solid 1px;
	padding: 10px 20px 9px 10px;
}
#mainArea #lowerLeft img{
	float: right;	
}

#mainArea #lowerRight{
	float: right;
	width: 221px;
	background-color: #d9497b;
	padding: 10px 20px 11px 10px;
	margin-right: 1px;
}

#mainArea #lowerRight img{
	float: right;	
}




#mainArea #lower{
	background-color: #d1d2d4;
	padding: 7px 20px;
	font-size: 110%;
	text-align: right;
	width: 626px;
}

#offerArea{
	float:left;
}
.style1:link, .style1:visited{
	font-weight: bold;	
}


/****************** 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: #b2b3ae;
}

.cleantable  .shade{
	background-color: #efefef;
}

.cleantable  .ital{
	font-style:italic;
	text-align:left;
}

.cleantable  .left{
	text-align:left;
	
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 320px;
	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;
}

/****************** Gallery Styles********************/

.gallery {
	float: left;
	margin: 9px 14px;
}
  
 
.gallery p {
   text-align: center;
   font-size:80%;
}

.gallery img { 
	border: #000 solid 1px;
	padding: 0px;
}

a.linkOpacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}

/******************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;
}
 
