@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;	
}

a {
	text-decoration:none;
	}
	
a:hover {
	color:#666;
	}
	
a:visited {
	color:#0000DA;
	}
	
hr {
	color:#e5e5e5; 
	background-color:#e5e5e5; 
	border: 0px; 
	height:1px;
	padding:0px;
	margin:10px 0px 10px 0px;
	clear:both;
}
	
.hSpacer {
	color:#FC0;
	}
	
.phone {
	margin-top: 10px;
	font-size: 2em;
	color:#007;
	position:relative;
	top:6px;
	font-weight:bold;
	}
	
	
#headerInfo {
	width:175px;
	padding-right:20px;
	position:relative;
	left:265px;
	}
	
#headerInfo a, #nav a, #content a{
	color:#0000DA;
	}
	
#headerInfo a:hover, #nav a:hover, #content a:hover{
	color:#0000DA;
	text-decoration:underline;
	}
	
.err {
	font-size:1.3em;
	color: #F00;
}
	
#subnav {
	height:42px;
	background: url(images/main_nav_bg.jpg) repeat-x;
	}
#subnav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	}
	
#subnav li {
	display:inline;
	padding: 0px 22px;
	}

#subnav a {
	color:#007;
	text-decoration:none;
	font-weight:bold;
	}
	
#subnav a:hover {
	color:#0000DA;
	text-decoration:underline;
	}
	
#navcontainer {
	width: 245px;
	background:url(images/nav_bg.jpg) no-repeat top;
	}
	
#nav {
	width:210px;
	padding:10px;
	position:relative;
	left:8px;
	}
	
#nav h1 {
	color:#007;
	font-size:1.2em;
	margin: 0px 0px 10px 0px;
	}
	
#nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
	line-height:140%;
	}
	
#search {
	border:#ccc solid 1px;
	color:#666;
	font-size:1em;
	height:15px;
	width: 160px;
	margin-bottom:10px;
	}
	
#btnsearch {
	position:relative;
	left:10px;
	top:3px;
		margin-bottom:10px;
	}
	
form {
	margin:0px;
	padding:0px;
	}
	
.btnQuote {
	margin:10px 0px;	
	border:0px;
	}
	
#content {
	padding:10px 15px 10px 15px;
	background: url(images/content_bg.jpg) repeat-x top;
	vertical-align:top;
	}
	
#content h1 {
	color:#007;
	font-size:1.8em;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	}
	
#content h2 {
	color:#007;
	font-size:1.4em;
	margin:0px 0px 10px 0px;
	}
	
#content h3 {
	color:#333;
	font-size:1.2em;
	margin:0px 0px 10px 0px;
	}
	
#content p {
	line-height:160%;
	margin:0px;
	padding: 0px 0px 10px 0px;
	}
	
#content ul {
	list-style:none;
	line-height:160%;
	margin:2px 2px 6px 2px;
	}
	
#content li {
	background:url(images/bullet.jpg) no-repeat left 6px;
	padding-left:10px;
	}
	
.imgRight {
	float:right;
	text-align:right;
	margin: 0px 0px 5px 10px;
	padding:2px;
	border:double #e5e5e5 1px;
	}
	
.imgLeft {
	float:left;
	text-align:left;
	margin: 0px 10px 5px 0px;
	padding:2px;
	border:double #e5e5e5 1px;
	}
	
#footer a {
	color:#666;
	}
		
#name, #company, #jobtitle, #address, #city, #state, #zipcode, #phone, #fax, #email, #comments{
	border:#ccc solid 1px;
/*	width: 130px;*/
/*	height:14px;*/
/*	color:#666;*/
	margin: 0px 4px;
	padding:0px;
	}	
	
#name, #company, #jobtitle, #address, #city, #state, #zipcode, #phone, #fax, #email{
	height:15px;
	color:#666;
	margin:0px;
	}
	
.required {
	font-weight:bold;
	color:#007;
	}
	
#client {
	background: url(images/content_bg.jpg) repeat-x top;
	padding:10px;
	border:#e5e5e5 solid 1px;
	}
	
#submit {
	color:#FFF;
	font-weight:bold;
	background:#039;
	height:25px;
	width: 75px;
	border: 0px;
	}
	
#quote {
	border:dashed 1px #007;
	}
	
	
#player {
	background: #3366CC url(images/bg_player.jpg) repeat-x top;
	border-collapse:collapse;
	margin-bottom:10px;
	}
	
#player td {
	padding:6px;
	color:#fff;
	font-weight:bold;
	border-bottom:#e5e5e5 1px solid;
	border-right: #e5e5e5 1px solid;
	}
	
#equipment {
/*	width:100%;*/
	border-collapse:collapse;
	}
	
#equipment th {
	color:#FFF;
	font-size:1.2em;
	background:url(images/equipment_h_bg.jpg);
	height:21px;
	text-align:center;
	}
	
#equipment td {
	vertical-align:top;
	padding:2px;
	text-align:center;
	border:#CCC solid 1px;
	}
	
.altrow {
	background-color:#E3ECFD;
	}
	
.btn-holiday{
	margin-left:20px;
	margin-top:10px;
	}