@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

/* Styles for any basic elements e.g. p, h1 etc. */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/pageBG.gif);
	background-repeat: repeat-x;
	background-color: #9a9a9a;
}

td, th {
	font: 11px Tahoma, Arial, Verdana;
	line-height: 15px;
}

h1 {
	font: 15px Tahoma, Arial, Verdana;
	font-weight: bold;
	color: #666;
}

h2 {
	font: 14px Tahoma, Arial, Verdana;
	font-weight: bold;
	color: #666;
}

h3 {
	font: 13px Tahoma, Arial, Verdana;
	font-weight: bold;
}

a {
	color: #000;
}

a:hover {
	color: #FFCC00;
}

.price { /* All Prices on site */
	font: 13px Tahoma, Arial, Verdana;
	font-weight: bold;
}

#Main td.shadowLeft {
	background: url(../images/shadowBGLeft.gif);
	background-repeat: no-repeat;
	width: 10px;
}

#Main td.shadowRight {
	background: url(../images/shadowBGRight.gif);
	background-repeat: no-repeat;
	width: 10px;
}

#Main #NavBox a{
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: none;
}

#Main #NavBox a:hover {
	text-decoration:none;
	color: #FFCC00;
}

#Main #NavBox td{
	height: 20px;
}

#Main #CatBox a{
	color: #333333;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: none;
}
#Main #CatBox td{
	color: #333333;
	margin-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

#Main #Content td.head {
	width: 600px;
	height: 204px;
	background:url(../images/imgHeader.jpg);
	background-repeat:no-repeat;

}

#ProdBox a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#ProdBox td.BoxHead{
	font-weight: bold;
	color: #090606;
}

#ProdBox td.ProdLabel{
	font-weight: bold;
	color: #030200;
}

a.email {
	color: #000;
	text-decoration: none;
}

a:hover.email {
	color: #CC6600;
	text-decoration: none;
}