@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.gif) top left repeat-x #CDCDCD;
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
a { color:#636466; outline:none;}

div#main {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
div#header {
	background: url(images/header.jpg) no-repeat;
	width: 900px; height: 89px;
	padding: 0;
	position: relative;
}
img#headerBuyLink {
	position: absolute;
	top: 7px;
	right:50px;
	border: 0;
}
div#headerlinks {
	position: absolute;
	right: 50px; top: 61px;
	color: #FFF;
}
div#headerlinks a:hover { color: #FF4500; } 
div#headerlinks a { color: #FFF; }
div#nav {
	background: url(images/navBg.jpg) no-repeat;
	width: 800px; height:48px;
	margin: 0 auto;
	padding: 0 50px;
}
div#nav img { border-right: 1px solid #B7B7B7; }
div#nav img.last { border-right: none; }
div#nav a { text-decoration:none; border: none; }
div#nav a:hover { text-decoration:underline; }

div#footer {
	width: 578px;
	float: right;
	margin: 10px 50px 0 0;
	padding-bottom: 40px;
	display: inline;
	text-align: right;
	color: #FFFFFF;
	line-height: 28px;
	position:relative;
}
span#bugspan {
	position:absolute;
	top:0; left:13px; 
	width:24px; height:18px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bug.png');
}
img#bug {
	position:absolute;
	top:0;
	left:13px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}



div#footer a { color:#FFFFFF; }
div#footer div.top { background: #6e6e6e; margin-top: 8px; margin-bottom: 3px; padding-right:22px;}
div#footer div.bottom { background: #979797; padding-right: 22px;}

/* Home Page */

#banner {
	width: 100%;
	height:397px;
	margin: 0 0 10px 0;
	background:url(images/banner_bg.jpg) top center no-repeat;
	outline:none;
}

div#flash object{outline:none;margin:0 50px;}

div#columns div#col_travelers {
	background:url(images/home/shadow_b.gif) bottom left repeat-x #FFFFFF;
	float: left; display: inline;
	width: 260px;
	margin-left: 50px;
}
div#columns div#col_home {
	background:url(images/home/shadow_b.gif) bottom left repeat-x #FFFFFF;
	float: left; display: inline;
	width: 260px;
	margin-left: 10px;
}
div#columns div#col_commercial {
	background:url(images/home/shadow_b.gif) bottom left repeat-x #FFFFFF;
	float: left; display: inline;
	width: 260px;
	margin-left: 10px;
	padding-bottom:3px;
}

div.col_text {
	padding: 10px 10px 10px 20px;
	color: #636466;
	line-height: 18px;
}
div#columns a.col_link {
	display: block;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
}
p.homeParagraph {
	margin:0 0 0 20px;
	padding:10px;
	border-top: 1px solid #d1d2d4;
}
div#right_homebox {
	background: white url('/images/home/home_rightbox_bg.gif') top left repeat-y;
	color: #636466;
}

/* Content Pages */

div#content {
	width: 800px;
	margin: 0 auto 10px auto;
	background-color:#FFFFFF;
	padding-top:20px;
}

div#article {
	width: 500px;
	padding:0px 20px 50px 20px;
	color: #636466;
	line-height: 18px;
	float:left;
} div#article h1, div#r_col h1 {
	color: #636466;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
} div#article .cite {
	color: #00b2d9;
	font-weight:bold;
} div#article hr, div#r_col hr {
	color: #d1d2d4;
	background-color: #d1d2d4;
	height: 1px;
	border: none;
} div#article .small {
	font-size: 10px;
}

div#article table.product tr td.details {
	border-left:1px solid #d1d2d4; 
	padding-left: 30px;
} div#article table.product tr td.details ul {
	padding:0;
}

div#terms {
	width: 700px;
	padding:0px 20px 01px 20px;
	color: #636466;
	line-height: 18px;
	float:left;
} div#terms h1, div#r_col h1 {
	color: #636466;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
} div#terms .cite {
	color: #00b2d9;
	font-weight:bold;
} div#terms hr, div#r_col hr {
	color: #d1d2d4;
	background-color: #d1d2d4;
	height: 1px;
	border: none;
} div#terms .small {
	font-size: 10px;
}

div#terms table.product tr td.details {
	border-left:1px solid #d1d2d4; 
	padding-left: 30px;
} div#terms table.product tr td.details ul {
	padding:0;
}


div#r_col {
	float:right;
	width:231px;
	margin-right:20px;
	display:inline;
	color:#FFFFFF;
} div#r_col a {	color:#FFFFFF; 
} div#r_col div.buyonline {
	background:url(images/col_r/buyonline_head.gif) top left no-repeat #639bbe;
} div#r_col div.commercial {
	background:url(images/col_r/commercial_head.gif) top left no-repeat #5db680;
} div#r_col div.contact {
	background:url(images/col_r/bug_head.gif) top left no-repeat #639bbe;
} div#r_col div {
	width:201px;
	padding:42px 15px 10px 15px;
	margin-bottom:10px;
} div#r_col img {
	margin-bottom:10px;
	border: 0;
}

#contactForm input {
	margin-top:2px;
	margin-bottom:5px;
	width:180px;
} #contactForm label {
	font-weight:bold;
}
