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

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CC9966;
	}

/* Background Styles */

.header_bg {
	background: url(../img/img_headerbg.jpg) no-repeat;
	width: 760px;
	}

.header_bg div {
	float: left;
	}

.header_bg a img {
	margin-top: 4px;
	}

.header_bg .nav {
	width: 204px;
	}
	
.footer {
	background: url(../img/img_footercorners.jpg) no-repeat top;
	padding-top: 10px;
	color: #B24C33;
	}

.footer p {
	line-height: 5px;
	font-size: 10px;
	}

.footer a:link,
.footer a:visited,
.footer a:hover {
	color: #B24C33;
	text-decoration: none;
	}

.footer a:hover {
	text-decoration: underline;
	}
	
.latest_bg {
	background: url(../img/img_latestproducts_bg.jpg) repeat-y;
	padding: 3px 5px;
	}
	
.latest_bg div {
	float: left;
	}

.latest_bg .prod_code {
	font-weight: bold;
	text-transform: uppercase;
	color: #B24C33;
	margin-left: 5px;
	margin-top: 20%;
	}

/* Main content styles */


.main_content {
	background: url(../img/img_mainbg.jpg) repeat-y;
	width: 748px;
	margin-left: -4px;
	padding: 10px;
	}

.main_content p,
.main_content h2 {
	color: #990000;
	padding: 0 10px;
	}

.main_content td {
	color: #990000;
	}

.main_content p {
	line-height: 25px;
	}
	
.main_content a:link,
.main_content a:visited,
.main_content a:hover {
	color: #990000;
	text-decoration: none;
	}

.main_content a:hover {
	text-decoration: underline;
	}
	
.main_content a.bold:link,
.main_content a.bold:visited,
.main_content a.bold:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}

.main_content a.bold:hover {
	text-decoration: underline;
	}

/* Products Specific styles */

.prod_border {
	border: 1px solid #990000;
	}

.prod_border th {
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	}