body {
	background-color: #016A8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../images/design/bg_tile.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #009BCF;
	text-decoration: underline;
}
a:active {
	color: #009BCF;
	text-decoration: none;
}

#container {
	width:800px;
	margin: 0 auto;
}
#header {
	width:800px;
	height:195px;
}
#navbar {
	width:800px;
	background-image: url(../images/design/nav_bar.jpg);
	background-repeat: no-repeat;
	height: 27px;
}
#navlinks {
	font-size:13px;
	padding-top:6px;
	width:790px;
	margin-right:5px;
	margin-left: 5px;
	font-weight: bold;
	
}
/* NAVIGATION LEFT AREA*/
#nav_left {
	float:left;
	width:260px;
	text-align:left;
}
.nav_left a:link {color:black; text-decoration:none;}
.nav_left a:hover {color:white; text-decoration:none;}
.nav_left a:visited {color:black; text-decoration:none;}
.nav_left a:active {color:black; text-decoration:none;}

/* NAVIGATION RIGHT AREA*/
#nav_right {
	float: right;
	width: 520px;
	text-align: right;
}
.nav_right a:link {color:white; text-decoration:none;}
.nav_right a:hover {color:black; text-decoration:none;}
.nav_right a:visited {color:white; text-decoration:none;}
.nav_right a:active {color:white; text-decoration:none;}

/* CONTENT AREA*/
#body {
	width:800px;
}
#content_left {
	width:395px;
	float:left;
	margin-right:5px;
	padding-top:15px;
}
#content_right {
	width:395px;
	float:right;
	margin-left:5px;
	padding-top:15px;
}
#content_central {
	width:800px;
	padding-top:15px;
}

/* FOOTER AREA*/
#footer {
	width:800px;
	height:160px;
	background-color: #009BCF;
	font-size: 9px;
	color: #000000;
}
.nav_footer a:link {color:black; text-decoration:none;}
.nav_footer a:hover {color:black; text-decoration:underline;}
.nav_footer a:visited {color:black; text-decoration:none;}
.nav_footer a:active {color:black; text-decoration:none;}

.footer_float_left {
	width:400px;
	float:left;
}
.float_left {
	width:180px;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.footer_float_right {
	width:400px;
	float:right;
}
.float_right {
	width:180px;
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
/*PRODUCT LISTINGS*/
.van_cell {
	width:395px;
	height:150px;
	background-image: url(../images/content/stockbox/stockbox.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.van_left{
	width:180px;
	float:left;
}
.van_pic {
	width:180px;
	height:118px;
	text-align:center;
	padding-top:8px;
}
.van_price {
	width:180px;
	height:20px;
	font-size:11px;
	text-align: center;
	font-size:13px;
	color: #FFFFFF;
}
.van_right{
	width:180px;
	float:right;
}
.van_desc {
	width:180px;
	height:126px;
	color:#009BCF;

}
.van_link {
	width:180px;
	height:20px;
	text-align: center;
	font-size:13px;
}

/*PRODUCT PAGES*/
#big_cell{
	width:800px;
	height:560px;
	background-image: url(../images/content/stockbox/white_bg_big.gif);
	background-repeat: no-repeat;
}
#big_left{
	width:500px;
	float:left;
}
#big_pic {
	width:500px;
	height:520px;
	text-align:center;
	padding-top:8px;
}
#big_contact {
	width:500px;
	font-size:11px;
	text-align: center;
	font-size:13px;
	color: #FFFFFF;
	padding-top:8px;
}
#big_right{
	width:300px;
	float:right;
}
#big_desc {
	width:300px;
	height:520px;
	color: #333333;
	font-size:10px;
	padding-top:8px;
}
#big_price {
	width:300px;
	text-align:center;
	padding-top:8px;
	font-size:13px;
}
.back_link a:link {color:black; text-decoration:underline;}
.back_link a:hover {color:#009BCF; text-decoration:underline;}
.back_link a:visited {color:black; text-decoration:none;}
.back_link a:active {color:#009BCF; text-decoration:none;}

/* NEW PRODUCT PAGES*/
.new_cell{
	width:800px;
	background-image: url(../images/content/stockbox/new_stock.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 340px;
}
.new_left{
	width:298px;
	float:left;
}
.new_pic {
	width:298px;
	height:220px;
	text-align:center;
	padding-top:20px;
	font-size: 10px;
}
.new_title {
	width:790px;
	height:20px;
	font-size:13px;
	font-size:13px;
	color: #FFFFFF;
	padding-top:8px;
	clear: both;
	padding-left: 10px;
}
.new_right{
	width:500px;
	float:right;
}
.new_desc {
	width:500px;
	height:235px;
	color: #333333;
	font-size:10px;
	padding-top:8px;
}

/* TEXT CLASSES*/
.headline {
	font-size:12px;
	color: #0099CC;
}
.highlight {
	color: #0099CC;
}
.large {
	font-size:19px;
	color: #0099CC;
	text-align:center;
}
