/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b8b8b8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	font-size:11px;
	color:#515151;
	background-repeat: repeat-x;
	background-position: top;
}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}

/* Font Colours */

.white {color: #FFFFFF;}
.black {color: #000000;}
.gray {color: #dedede;}
.red {color: #E70000;}
.brown {color:#b53600;}
.dgray	{color:#3d3835;}

.white2brown {color:#ffffff; text-decoration:none;}
.white2brown:hover	{color:#b53600;}

.gray2white {color:#3d3835; text-decoration:none;}
.gray2white:hover	{color:#ffffff;}

.gray2brown	{color:#3d3835; text-decoration:none;}
.gray2brown:hover	{color:#b53600;}

.brown2gray	{color:#b53600; text-decoration:none;}
.brown2gray:hover	{color:#3d3835;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

/* BLOCK Hovers */

.block {
	color: #E70000;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	float: center;
	margin: 0;
	line-height: 14px;
	white-space: nowrap;
}
.block:hover {
	color: #FFFFFF;
	background: #E70000;
}

/* Tabs */

.tabs {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../images/tabs_up.gif)
}

.tabs:hover {
	ackground-image: url(../images/tabs_over.gif);
}

.active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../images/tabs_over.gif)
}

.logo	{
	background-image:url(images/brushes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.trebuchet	{
	font-family:"Trebuchet MS";
}

.tahoma	{
	font-family:"Tahoma";
}

.product	{
	background-image:url(images/product_bg.jpg);
	background-repeat:repeat-x;
	background-color: #fefefe;
	background-position:top;
}

.field		{
	width:168px;
	background-image:url(images/sign_bg.jpg);
	background-repeat: repeat-x;
	height:18px;
	padding-bottom:0px;
	padding-top:0px;
	background-position: center bottom;
	border: 1px solid #9c9c9c;
}

.ce	{
	background-image:url(images/ce_bg.jpg);
	background-repeat:repeat-x;
	background-color: #fefefe;
	background-position:top;
}