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

/* ---------- p ---------- */

p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body#deliveryinfo p {
width: 500px;
margin-left: 30px;
}


/* ---------- hi h2 h3 h4 h5 ---------- */

h5 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 3px;
	margin-left: 127px;
}

/* ---------- div ---------- */

div#border {
	height: 840px;
	width: 615px;
	border: 1px solid #CCCCCC;
	position: relative;
	top: 10px;
	left: 268px;
}

div#splash {
	height: 150px;
	width: 615px;
	position: relative;
	top: 20px;
	left: 0px;
}

div#region01 {
	background-image: url(images/region01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 198px;
	position: relative;
	top: 22px;
	left: 7px;
}

div#region02 {
	background-image: url(images/region02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 198px;
	position: absolute;
	top: 174px;
	left: 210px;
}

div#region03 {
	background-image: url(images/region03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 198px;
	position: absolute;
	top: 174px;
	left: 413px;
}

div#region04 {
	background-image: url(images/region04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 198px;
	position: relative;
	top: 172px;
	left: 7px;
}

div#region05 {
	background-image: url(images/region05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 198px;
	position: absolute;
	top: 572px;
	left: 210px;
}

div#region06 {
	background-image: url(images/region06.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 198px;
	position: absolute;
	top: 572px;
	left: 413px;
}

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/neutralbg.jpg);
}

div#header {
	background-image: url(images/header-img.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 218px;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	top: 10px;
}

div#main-nav {
	background-image: url(images/mainnav-bg.jpg);
	height: 45px;
	width: 900px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 226px;

}

div#container {
background-color: #FFFFFF;
height: 890px;
width: 900px;
margin-left: -450px;
position: absolute;
left: 50%;
top: 272px;
}

div#footer {
background-image: url(images/footer-white.jpg);
background-repeat: no-repeat;
background-color: #000000;
height: 143px;
width: 900px;
margin-left: -450px;
position: absolute;
left: 50%;
top: 1190px;
}

div#login {
background-image: url(images/login-bg.jpg);
width: 265px;
height: 180px;
position: absolute;
}

div#delivery {
background-image: url(images/delivery.jpg);
width: 265px;
height: 180px;
position: absolute;
top: 180px;
}

div#proudaus {
background-image: url(images/proudaus.jpg);
width: 265px;
height: 53px;
position: absolute;
top: 440px;
}

div#deliveryinfo {
background-image: url(images/deliveryinfo.jpg);
width: 265px;
height: 53px;
position: absolute;
top: 390px;
}

div#logos {
background-image: url(images/logos.jpg);
background-repeat: no-repeat;
width: 900px;
height: 46px;
position: absolute;
top: 860px;
left: -269px;

}

div#message01,
div#message02,
div#message03,
div#message04 {
	width: 142px;
	height: 70px;
	position: absolute;
	top: 486px;
	left: 9px;
	border: 1px solid #CCCCCC;
}

div#message02 {
	top: 485px;
	left: 160px;
	border: 1px solid #CCCCCC;
}

div#message03 {
	top: 485px;
	left: 311px;
	border: 1px solid #CCCCCC;
}

div#message04 {
	top: 485px;
	left: 462px;
	border: 1px solid #CCCCCC;
}

div#bank,
div#icons {
background-image: url(images/bank.jpg);
width: 265px;
height: 53px;
position: absolute;
top: 670px;
}

div#icons {
background-image: url(images/icons.jpg);
top: 626px;
}

div#questions,
div#whattheysay {
width: 118px;
height: 105px;
position: absolute;
left: 12px;
top: 496px;
}

div#whattheysay {
left: 133px;
}

div#flash-holder {
width: 230px;
height: 120px;
position: absolute;
left: 17px;
border: solid 1px #000000;
top: 730px;
}

/* ---------- ul ---------- */

div#main-nav ul {
	height: 39px;
	width: 900px;
	position: relative;
	top: -3px;
	left: 19px;
	
}

div#footer ul {
	height: 80px;
	width: 800px;
	position: relative;
	top: -12px;
	left: 77px;
	
}





/* ---------- li ---------- */
div#main-nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
}

div#footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
}

/* ---------- A ---------- */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:hover,
div#main-nav a:hover,
div#login table a:hover {
	color: #FF9900;
	text-decoration: none;
}
div#footer a:visited,
div#main-nav a:visited,
div#login table a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* ---------- tables ---------- */

div#login table {
width: 230px;
height: 120px;
position: relative;
top: 20px;
left: 20px;

}

/* ---------- class ---------- */

.left-about {
	margin-left: 102px;
}


.left-specials {
	margin-left: 94px;
}

.left-services {
	margin-left: 95px;
}

.left-account {
	margin-left: 85px;
}

.left-contact {
	margin-left: 76px;
}

.leftcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
}
