@charset "utf-8";


/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/** GENERAL **/
body {
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 18px 0 0 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 22px 0 0 0;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: 18px 0;
}
hr {
	border: none;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	clear: both;
	margin: 0 24px;
}


table {
	margin: 18px 0;
}
tr {
	
}
th {
	background: #fff;
	border-bottom: 2px solid #999;
	color: #000;
	font-size: 10px;
	height: 18px;
	padding: 0 10px;
	text-align: left;
	vertical-align: middle;
}
td {
	background: #fff;
	color: #000;
	font-size: 12px;
	height: 18px;
	padding: 3px 10px;
	vertical-align: middle;
}
table.prodlist tr td {
	background: #eee;
}
td.rh {
	font-weight: bold;
	text-align: right;
}

form {
	font-size: 12px;
}
form input {
	border: 1px solid #999;
	padding: 2px;
}
form label {
	line-height: 18px;
}
form fieldset {
	border: 1px solid #999;
	margin: 18px auto;
	padding: 8px;
	width: 310px;
}
form fieldset legend {
	font-weight: bold;
	padding: 0 8px;
}
form .required {
	border: 1px solid #f00;
	padding: 2px;
}


.small {
	font-size: 10px;
}
li p.small {
	font-size: 10px;
	line-height: 12px;
	margin: 4px 0;
}

.red {
	color: #f00;
}

.noborder {
	border: none;
}


#top img.logo {
	float: left;
}
#top img, #banner img, #frontpage img {
	display: block;
}
#frontpage img {
	float: left;
}

#wrapper {
	background-color: #fff;
	margin: 0 auto;
	width: 960px;
}

#blackbar {
	background-color: #000;
	color: #fff;
}
#blackbar h1 {
	font-size: 20px;
	padding: 24px;
}

#content {
	background: url(/img/contenttop.gif) repeat-x;
	clear: both;
}
#content ul, #content ol {
	font-size: 12px;
	margin: 18px 0 0 0;
}
#content ul li {
	line-height: 18px;
	list-style: disc;
	margin: 0 0 18px 24px;
}
#content ol li {
	line-height: 18px;
	list-style: decimal;
	margin: 0 0 18px 24px;
}
#content a {
	border-bottom: 1px dashed #f00;
	color: #f00;
	line-height: 18px;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px solid #f00;
}

#footer {
	background-color: #000;
	/*border-top: 24px solid #fff;*/
	clear: both;
	color: #555;
	font-size: 11px;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999;
	padding: 0 15px;
	text-decoration: none;
}


.col8 {
	float: left;
	margin: 0 24px 0 24px;
	width: 912px;
}
.col4 {
	float: left;
	margin: 0 0 0 24px;
	width: 444px;
}
.col3 {
	float: left;
	margin: 0 0 0 24px;
	width: 327px;
}
.col2 {
	float: left;
	margin: 0 0 0 24px;
	width: 210px;
}



/** MENU **/
#menu {
	background: url(/img/menubackground.gif) repeat-x;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
}
#menu ul {
	list-style-position: outside;
	position: relative;
}
#menu ul a:link, #menu a:active, #menu a:visited {
	display: block;
	padding: 14px 16px;
	color: #ddd;
	text-decoration: none;
 	text-transform: uppercase;
}
#menu ul ul a:link, #menu ul ul a:active, #menu ul ul a:visited {
	background-color: #000;
	padding: 7px 15px;
 	text-transform: none;
}
#menu ul ul a:link, #menu ul ul a:visited {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#menu ul ul a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#menu ul a:hover {
	background-color: #000;
	color: #fff;
}
#menu ul li {
    float: left;
    position: relative;
}
#menu ul ul {
    position: absolute;
    width: 160px;
    top: 40px;
    display: none;
}
#menu ul li ul a {
    width: 160px;
    float: left;
}
#menu ul ul ul {
	top: auto;
}	

#menu ul li ul ul {
	left: 160px;
	margin: 0px 0 0 10px;
}
#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul {
	display: none;
}
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li li li li:hover ul {
	display: block;
}



/** PRODUCTBOX **/
.prodbox {
	float: left;
	font-size: 12px;
	margin: 24px 0 24px 24px;
	text-align: center;
	width: 158px;
}
#content .prodbox a {
	border: none;
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 6px;
	text-decoration: underline;
}
.prodbox input {
	font-size: 10px;
	text-align: center;
	width: 24px;
}
.prodbox .submit, .buybox .buybtn, .buybtn {
	background: url(/img/add2cart.gif) no-repeat;
	border: none;
	height: 16px;
	width: 30px;
}

.buybox {
	background-color: #eee;
	margin: 9px 0;
	padding: 9px;
	text-align: right;
}
.buybox input {
	font-size: 10px;
	padding: 1px;
	width: 24px;
}
.buybox .price {
	font-size: 14px;
	font-weight: bold;
	padding: 0 24px;
}

/** SMALLCART **/
#smallcart {
	background: #000;
	color: #fff;
	float: right;
	font-size: 11px;
	height: 16px;
	padding: 6px 8px;
}
#smallcart span {
	vertical-align: middle;
}
#smallcart img {
	display: inline;
	vertical-align: middle;
	margin: 0 0 0 5px;
}


.prodlist input {
	height: 14px;
	padding: 1px 4px;
	width: 25px;
	text-align: right;
}


div#pressimages a, div#pressimages a:hover{
	border: none;
}