* { margin: 0; padding: 0; }
	html { 
			background:url(../img/bg_summer.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
a {outline:none; color:#900;}	
a:hover {color:#0056a4; text-decoration:none}	
		
body {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#036;}
.clear {clear:both;}
.clearline {clear:both; border-bottom: #CCC dotted 1px; display:block; margin:5px 0; padding:5px 0;}
h1, h2, h3, h4, h5 {padding:10px 0 3px 0; text-shadow:#FFF 0 1px 2px; color:#900;}
.alignleft {float:left; margin:5px 20px 5px 0;}
.alignright {float:right; margin:5px 0px 5px 20px;}
.alignleft_bordered a:hover {background:url(../img/zoom_in.png) bottom right no-repeat;}
.alignleft_bordered {float:left; margin:5px 20px 5px 0; border:#FFF solid 1px; box-shadow:#FFF 0 0 10px;}
.alignright_bordered {float:right; margin:5px 0px 5px 20px; border:#FFF solid 1px; box-shadow:#FFF 0 0 10px;}
.shadowed {border:#FFF solid 1px; box-shadow:#FFF 0 0 10px;}
span.red {color:#d00800;}
.logo {height:55px; float:left; width:350px; padding:14px 0 0 10px;}
#slogan {float:left; width:280px; padding:20px 0; font-weight:bold; font-size:16px; color:#900; text-shadow:#FFF 0 1px 2px;}
#address {height:64px; float:right; width:330px; padding:10px; font-weight:bold; font-size:14px; color:#0056a4; text-shadow:#FFF 0 1px 2px;text-align:right; }
#address span {color:#900; font-size:22px;}
#address img  {padding-left:10px;}
#address img:hover {margin-top:2px;}

.rates table td {padding:5px; border:#fff solid 1px; background: rgba(255, 255, 255, 0.5)}


/* FULLSCREEN BACKGROUND STYLES */

.bgwidth { width: 100%; }
.bgheight { height: 100%; }
#wrapper { position: relative; width: 1000px; height:800px; margin: 50px auto 20px auto; background:url(../img/bg_trans.png) no-repeat; padding: 0 50px;  }

/* ----------------------------------- */
.smoothTabs ul{
    width: 640px;
    height: 38px;
    list-style: none;
    margin:0;
    padding: 0 180px;
	border-bottom:#FFF solid 1px;
	background:url(../img/bg_bt_h.png) repeat-x;

	
  
}
.smoothTabs li{
    width: 100px;
    height: 20px;
    float: left;
    margin: 0;
    cursor: pointer;
 	background:url(../img/bg_bt_h.png) repeat-x;
	padding:10px;
	color:#900; 
	text-decoration:none;
	text-transform:uppercase; 
	font-weight:bold;
	text-shadow:#FFF 0 1px 2px;
	text-align:center;
	border-right:#c2c2c2 solid 1px;
	

}
.smoothTabs li:hover{
    background:url(../img/bg_bt.png) repeat-x; 
	padding:10px; 
	color:#fff; text-decoration:none; 
	text-transform:uppercase; font-weight:bold; text-shadow:#900 0 -1px 2px;
}
.smoothTabs div{
    width: 960px;
    padding: 20px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%);
	line-height:1.4;
}
.smoothTabs div div{
  	background: rgba(255, 255, 255, 0.5);
	width:auto;
}
li.smoothTabsLiCurrent{
    background:url(../img/bg_bt.png) repeat-x; 
	padding:10px; 
	color:#fff; text-decoration:none; 
	text-transform:uppercase; font-weight:bold; text-shadow:#900 0 -1px 2px;
}
.smoothTabsDivHidden {
    display: none;
}
.smoothTabsDivVisible{
    
}
input[type="submit"] {
    background:url(../img/bg_bt.png) repeat-x; 
	padding:10px;
	margin-left: 20px;
	border:none;
	color:#fff; text-decoration:none; 
	text-transform:uppercase; font-weight:bold; text-shadow:#900 0 -1px 2px;
	width:100px;
 }
 input {margin: 0; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width:260px; padding: 2px;}
textarea {margin: 0; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width:450px; padding: 2px;}



#footer {width:960px; margin:0 auto; font-size:12px; padding:0 20px;}
#copyright {width:170px; float:left;}
#copyright a {font-size:10px;}
#banners {float:right; width:450px;}
#banners img {padding:0 10px; }
#banners div {float:right;}


