body
{
 	background: #151515 url(/media/images/body-bg.gif) repeat-x top;
 	color: #000;
 	font-family: arial, tahoma, helvetica;
 	font-size: 70%;
 	margin: 0;
	line-height: 1.6;
}

a
{
	color: #900;
}

.red
{
	color: #900;
}

a:hover
{
	text-decoration: none;
}

img {border: 0;}
form {margin: 0;}

input, select, textarea
{
	font-family: arial, tahoma, helvetica;
	font-size: 100%;
}

.text
{
	padding: 3px;
	border: 1px solid #000;
	color: #000;
}

hr
{
	background: #fff;
	color: #fff;
 	border: 0 none;
 	border-top: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: georgia, 'times new roman', arial, tahoma, helvetica;
}

h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
h5 {font-size: 115%;}
h6 {font-size: 110%;}

#wrapper
{
	background: #fff;
	width: 940px;
	padding: 10px;
	border-left: 1px solid #151515;
	border-right: 1px solid #151515;
	margin: 0 auto;
}

#header
{
	border-bottom: 1px solid #ddd;
	position: relative;
}

#header ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	right: -25px;
	font-size: 125%;
}

#header ul li
{
	float: left;
	min-height: 1px;
	position: relative;
	white-space: nowrap;
}

* html #header ul li
{
	height: 1px;
}

#header ul li a
{
	color: #777;
	border-left: 1px solid #ddd;
	display: block;
	min-height: 1px;
	padding: 25px 25px 3px 6px;
	text-decoration: none;
	white-space: nowrap;
}

* html #header ul li a
{
	height: 1px;
}

#header ul li a:hover
{
	color: #000;
	border-left-color: #000;
}

#header ul ul
{
	font-size: 80%;
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
	right: auto;
	width: 150px;
	min-height: 1px;
}

#header ul ul li
{
	clear: left;
	width: 150px;
}

#header ul ul li a
{
	padding: 6px;
	min-height: 1px;
	border: 0 none;
	background: #eee;
}

#header ul ul li a:hover
{
	color: #fff;
	background: #800;
}

#header ul ul ul
{
	font-size: 100%;
	top: 0;
	left: 150px;
}

#header ul ul,
#header ul li:hover ul ul
{
	left: -9999em;
}

#header ul li:hover ul
{
	left: 0;
}

#header ul li ul li:hover ul
{
	left: 150px;
}

#trail
{
	border-bottom: 1px solid #ddd;
	font-size: 90%;
	padding: 4px 0;
	margin-bottom: 5px;
}

#trail p
{
	margin: 0;
}

#trail p span
{
	color: #888;
	background: url(/media/images/trail-arrow.gif) right center no-repeat;
	padding-right: 12px;
}

#trail p a
{
	background: url(/media/images/trail-arrow.gif) right center no-repeat;
	padding-right: 12px;
	color: #444;
}

#left
{
	width: 511px;
	float: left;
}

#left .top
{
	display: block;
}

#featured
{
	padding: 1px 15px 10px 15px;
	background: #eee;
}

#featured .product
{
	background: #fff;
	margin: 5px 0;
	padding: 1px 10px 1px 174px;
	border-right: 2px solid #ccc;
}

#featured .product h3
{
	font-size: 120%;
	margin: 5px 0 -10px 0;
}

#featured .product img
{
	float: left;
	margin: 8px 0 0 -164px;
	display: inline;
	padding: 2px;
	background: #eee;
	border: 1px solid #bbb;
}

#right
{
	float: left;
	width: 400px;
	padding: 0 14px 0 15px;
}

#footer
{
	clear: both;
	min-height: 1px;
	border-top: 1px solid #222;
	background: url(/media/images/footer-bg.gif) center repeat-x;
	color: #fff;
	font-size: 90%;
	padding: 5px 15px;
	text-align: right;
}

* html #footer
{
	height: 1px;
}

#footer a
{
	color: #fff;
}

#footer span
{
	float: left;
}

#side
{
	float: left;
	background: #f1efef url(/media/images/upload/drill.jpg) bottom left no-repeat;
	width: 170px;
	padding: 5px 15px 180px 15px;
	margin: 0 35px 30px 0;
}

#content
{
	float: left;
	width: 680px;
	margin-bottom: 30px;
}

img.bordered
{
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 10px 10px 10px;
	padding: 5px;
	vertical-align: bottom;
}

.grey
{
	color: #888;
	font-style: italic;
}

table
{
	font-size: 100%;
}

table th
{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

table td
{
	vertical-align: top;
}

table.bordered
{
	border: 1px solid #ccc;
}

table.bordered th,
table.bordered td
{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-right: 5px;
}
