@charset "UTF-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background:#333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;

}
a:hover {
	color: #FC5E00;
	text-decoration:none;

}
a:active {
	color: #333;
	text-decoration:none;

}


p {
	padding-top: 0;
	margin-top: 0;
}

#wrapper {
	width: 800px;
	height:910px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
}

#header {
	
	height:115px;
	width:800px;
	padding: 0px; 
	background-image:url(images/header.jpg ); background-repeat:no-repeat;

}

#sitemap {
	
	float:right;
	text-align:left;
	height: 30px;
	width: 150px;
	padding-top:70px;
	padding-right:10px;	
}

#header p {
	text-align: left;
	padding-right: 20px;
	font: 70% Verdana, Geneva, sans-serif;
	color: #333;
}

/* van */

#van {
	height:200px;
	width:800px;
	background-image:url(images/linkheader.jpg); background-repeat:no-repeat;
}



/* Menu */

#menu {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	background: url(images/navbar.jpg);
	background-repeat:no-repeat;
	color: #333;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 70px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 10px;
}

#menu a {
	display:block;
	margin-right: 7px;
	padding: 6px 5px 0px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: none;
}

#menu .menu_item a {
	padding-left: 4px;
}

#menu a:hover {
	text-decoration: none;
	color: #FFF;
}



/* welcome section */


#domesticbox {
	
	width:800px;
	height:400px;
	background-image:url(images/linkbody.jpg); background-repeat:no-repeat;
	
} 




#specialbox {
	
	width:800px;
	height:380px;
	background-image:url(images/specialbody.jpg); background-repeat:no-repeat;
	
} 




#specialtext {	
	font-family: Arial, Helvetica, sans-serif;
	padding-top:280px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: none;

}




#domestictext {	
	font-family: Arial, Helvetica, sans-serif;
	padding-top:280px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: none;

}


#domestictext li {

	text-decoration: none;
	list-style:none;
	float: right;
	height: 10px;
}

#domestictext a {
	display:inline-block;
	margin-right: 60px;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: none;
}




#specialoffer {
	width:600px;
	text-align:left;
	margin-right: 50px;
	float:right;
	padding: 10px 10px 0px 10px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: none;
}

#review {
	width:700px;
	text-align:left;
	margin-left: 40px;
	float:left;
	padding: 10px 10px 0px 10px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: none;
}


#domestictext a:hover {
	text-decoration: none;
	color: #FC5E00;
}



.orangehighlight {
	color: #FC5E00;
}




#signoff{
	width:800px;
	height:150px;
	background-image:url(images/signoff.jpg);
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#footer{
	margin:0 auto;
	width:800px;
	height:20px;
	background-color:#666;
	background-repeat:no-repeat;
}



.footer p {
	text-align: right;
	padding:0px 20px 0px 0px;
	font: 7pt Verdana, Geneva, sans-serif;
	color: #ffffff;

}

#validater {
	display:block;
	padding:10px;
}
