@charset "utf-8";
/* CSS Document */

* { /*wildcard selector for html, body, ul, ol, li, etc */
margin: 0;
padding: 0;
border: 0;
}

body {
	background-color:#133455;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-align:center; /*fix IE5 bug for left/right value */
}

h1, h2, h3, h4, h5, h6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:115%;
	color:#0170b5;
	margin: 0;
	padding: 0;
}

h1 {
	font-size:200%;
}

h2 {
	font-size:160%;
	color:#333;
	padding: 0 0 10px 0;
}

h3 {
	color:#0170b5;
}

.clearit {
clear: both;
}

#wrapper {
	width: 1000px;
	height:auto;
	margin: 0 auto;
	padding:0;
	text-align:left /* the only reason this is here is to compensate for the text-align:center IE5 fix in the body selector */
}

#logotop {
width:1000px;
height:76px;
	background-image: url(../img/bgtop.jpg);
	background-repeat:no-repeat;
}

#ordernow {
width: 1000px;
height:88px;
/*background-image:url(../img/ordernowtop.jpg);
background-repeat:no-repeat;*/
}

#button {
float:left;
width:275px;
height:88px;
background-image:url(../img/ordernow.jpg);
background-repeat:no-repeat;
}

#ordernowright {
float:right;
width:725px;
height:88px;
background-image:url(../img/ordernowright.jpg);
background-repeat:no-repeat;
}

table 
{
border-spacing: 0px
} 


#container {
	width:938px;
	height:auto;
	margin: 0 0 0 28px;
}

#navbar {
width:938px;
height:44px;
background-image:url(../img/navbar.jpg);
background-repeat:no-repeat;
margin:0;
padding:0;
}

#nav {
	font-weight:bold;
	font-size:100%;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-decoration:none;
	color:#FFF;
}

#nav li {
	float: left;
	margin: 14px 0 0 0;
	padding:0 0 0 22px;
	text-align: center;
	width: auto;
}


#nav li ul {
	position: absolute;
	background-color:#192441;
	width: 10em;
	left: -999em;
	padding: 0 0 5px 0;
}

#nav li ul li {
	text-align:left;
	font-weight:normal;
}

#nav li:hover ul {
	left: auto;
}

#nav li a:hover {
	color:#0079C1;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content {
	width:934px;
	height:auto;
	background-color:#9bacbe;
	margin:0;
	padding:0;
	border-style: solid;
	border-width: 0px 2px 1px 2px;
	border-color:#1E2746;
}

#copy {
	width:800px;
	height:auto;
	background-color:#FFF;
	margin:0 0 0 45px;
	;
	padding:20px;
}

#copy p {
color:#333;
line-height:140%;
}

#copy ul {
padding:0 0 0 16px;
list-style-type: square;
color:#0170b5;
}

#copy ul li {
padding:0 0 5px 0;
}


#footer {
width:938px;
height:67px;
background-image:url(../img/footer.jpg);
background-repeat:no-repeat;
margin:0;
padding:0;
}

#footertext {
	position: relative;
	top: 10px;
	left: 25px;
}

#footertext p {
font-size:75%;
color:#d9d9d9;
line-height:180%;
}

#footertext p a {
	padding:5px;
	color:#d9d9d9;
	text-decoration:none;
}

#footertext a:hover, #footer a:focus {
	color: #0272ba;
}

