/* --- Common Elements
-------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed; 
	background-image: url(../../images/bg.jpg);
	}


img {border: 0;}

a:link { font-weight: bold; color: #54AFD2; text-decoration: none; }
a:visited { font-weight: bold; color: #54AFD2; text-decoration: none; }
a:hover{ color: #f67800; }

/* --- Header
-------------------------------------------------------*/

#header {
	width: 757px;
	height: 105px;
	}

#header #logo {
	position: absolute;
	top: 19px;
	left: 15px;
	}

#header table {
	position: relative;
	top: 25px;
	left: 304px;
	}

#header table td {vertical-align: middle;}

#nav_locator {padding-right: 11px;}

#headLocatorSearch {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #7093A9;
	width: 45px;
	background: #33495e;
	border: none;
	}

#btnGo {padding: 0 10px;}

#headNavDivider {padding-right: 14px;}

#headMyAccount {padding-right: 52px;}

#headInputSearch {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #7093A9;
	width: 115px;
	padding: 2px 0 2px 2px;
	background: #33495e;
	border: none;
	}

#headSearchSubmit {padding-left: 5px;}

#header_img {
	width: 738px;
	margin: 0px auto;
	}
	
#navigation {
	width: 739px;
	margin-right: auto;
	margin-left: auto;
	overflow:auto;
	}

#nav_top {
	width:739px;
	margin-right: auto;
	margin-left: auto;
	background: #1B2936;
	height: 2px;
	}
	
#nav_bottom {
	width:739px;
	height: 30px;
	background-image: url(../../images/nav_bottom.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	}
	
#rt_nav {
	width:219px;
	height:60px;
	background-image: url(../../images/nav_right_blank.jpg);
	float:right;
	background-repeat: no-repeat;
	
	}
	
#main_nav {
	background-color:#32485f;
	width:520px;
	float:left;
	}
	

/* --- Footer
-------------------------------------------------------*/

#footer {
	position: relative;
	width: 739px;
	padding: 10px 0;
	background: #121B24;
	color:#7093A9;
	font-size: 9px;
	line-height:14px;
	}

#footer_nav {margin: 0 auto;}

#footer_nav td {vertical-align: middle;}
	
#footer_nav td img { vertical-align: middle; }
	
p#legal {
	color: #7093A9;
	position: absolute;
	top: 60px;
	}

#container {
	position: relative;
	width: 757px;
	padding-bottom: 17px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
	background: #1B2836;
	}

#content {
	width: 739px;
	margin-left: 9px;
}


