/* @override http://www.plywoodandplastics.com.au/css/pandp.css */

body {
	padding: 0;
	background-color: gray;
	margin: 0;
	font: 1em Helvetica, Arial, Geneva, sans-serif;
	color: #505050;
}

/* @group Structure */

/* @group All Products */

.categorycell {
	padding-top: 12px;
	border-bottom: 1px dotted silver;
	padding-bottom: 1px;
}

.productcell {
	border-bottom: 1px solid gray;
	padding-top: 2px;
}

#allproducts #rightcol {
	font-size: 11px;
}



/* @end */

/* @group Products */

#products #leftcol table {
	width: 100%;
	font-size: .85em;
}

#products #leftcol td {
	text-align: left;
	width: 33%;
}

#products #leftcol a {
	color: #423dfc;
}

#products #leftcol a:hover {
	color: #4dadfd;
	text-decoration: underline;
}

#featurecontent {
	margin: 10px;
}

#products #leftcol {
	margin-left: 5px;
	width: 410px;
	color: #505050;
	font: .8em Helvetica, Arial, Geneva, sans-serif;
}

#products #content_main {
	background-image: none;
}

#feature {
	visibility: visible;
	width: 300px;
	background-color: #3c3c3c;
	float: right;
	margin: 15px;
	color: silver;
}



/* @end */

#wrapper {
	width: 780px;
	border: 1px solid black;
	margin: 15px auto;
}

#header {
	height: 110px;
	border-bottom: 1px solid white;
	background: black url(../images/backgrounds/header.gif) repeat-x;
	position: relative;
}

#nav {
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 1px;
	color: gray;
	position: relative;
	right: 15px;
	text-align: right;
	top: 15px;
}

#content_main {
	background: white url(../images/backgrounds/606060.gif) repeat-y;
	float: left;
	width: 100%;
}

#leftcol {
	width: 150px;
	padding: 10px;
	color: silver;
	float: left;
	font: .7em "Trebuchet MS", Tahoma, Helvetica;
}

#rightcol {
	width: 560px;
	margin-left: 180px;
	padding: 10px;
}

#footer {
	padding: 15px;
	background: url(../images/backgrounds/header.gif) 0 -27px;
	color: silver;
	font-size: .6em;
	border-top: 1px solid white;
	text-align: left;
	clear: both;
}



/* @end */

.headlogo {
	position: relative;
	top: 25px;
	left: 15px;
}

/* @group text */

h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
}

h2 {
	color: #4badc6;
	padding: 10px;
	margin: 0;
	background: url(../images/backgrounds/header.gif) 0 -5px;
	text-shadow: black 0 5px 5px;
	text-align: center;
	font-size: 1.2em;
}

h4 {
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
	color: white;
}

#leftcol a {
	color: #4badc6;
	text-decoration: none;
}

#leftcol a:hover {
	color: #9accea;
}

#nav a:hover {
	color: #9accea;
}

#nav a {
	color: #4badc6;
	text-decoration: none;
}

#footer a:hover {
	color: white;
}

#rightcol a {
	text-decoration: none;
	color: #423dfc;
}

#rightcol a:hover {
	text-decoration: underline;
	color: #4dadfd;
}

#footer a {
	text-decoration: none;
	color: silver;
}

h1 {
	color: #3c3c3c;
	font-size: 1.6em;
}



/* @end */

/* @group tables */

table {border-collapse: collapse;
	
}

th {
	border-top: 1px dotted #646464;
	padding-top: 3px;
}

td {
	padding-bottom: 3px;
}



/* @end */

#rightcol img {
	border: 1px solid black;
}
