
html * { margin: 0; padding: 0; }

a * {border: 0px;}

body {
	font-family:  Helvetica, Arial, sans serif;
	text-align: center;
	font-size: 80%;
	background: #000;
}
#container {
	background-color:#000;
	overflow:hidden;
	width:911px;
	margin: 0 auto;
	text-align: center;
}
#topmenu { 
	width: 911px;
	background: #000;
	margin: 4px 0 0 0;
	padding: 4px 0 4px 0;
}

#menulist{
	float: left;
	width: 610px;
	margin: 0 auto;
	text-align: left;
}

#menulist a {
	color: #c7c7c7;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	padding: 0px 8px 0px 8px;
	border-right: 2px solid #bbb;
}

#menulist li {display: inline;}
#menulist a:hover {text-decoration: underline;}
#menulist .first {padding-left: 0px;}
#menulist .last {border: none;}



#auxmenulist{
	float: right;
	font-size: 80%;
	width:  280px;
	margin: 0 auto;
	text-align: right;
}

#auxmenulist a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	border-right: 2px solid #bbb;
}
#auxmenulist li {display: inline;}
#auxmenulist a:hover {text-decoration: underline;}
#auxmenulist .first {padding-left: 0px;}
#auxmenulist .last {border: none;}
#header{
	clear: both;
}
#header h1 {
	float: left;
	margin: 25px 0 0 0;
	width: 179px;
	height: 42px;
	background: #000 url('images/logo.png') no-repeat left;
}

#submenu {
	float: right;
	margin: 55px 0 2px 0;
	width: 446px;
	height: 34px;
	background:  #760404 url('images/bg-submenu.gif') no-repeat left;
	text-align: center;
}
#submenulist li {
	display: inline;	
	position: relative;
	top: 11px;
	left: 19px;
}
#submenulist .first {padding-left: 0px;}
#submenulist .last {border: none;}
#submenulist a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #fff;
}

#submenulist a:hover {
	text-decoration: underline;
}


#monitor {
	clear: both;
	width: 911px;
	height: 339px;
	padding: 0 0 2px 0;
}
.singlecolumn h3 {
	color: #000;
	font-size: 145%;
	padding: 0px 0px 20px 0px;
}
.singlecolumn h4 {
	color: #000;
	font-size: 130%;
	padding: 0px 0px 5px 0px;
}
.singlecolumn p {
	padding: 0px 0px 10px 0px;
}

.singlecolumn dt {
	color: #000;
}
.singlecolumn dd {
	font-size: 90%;
	padding: 2px 0px 20px 20px;
}

.singlecolumn em {color: #000;}
.singlecolumn ul{padding: 15px;}
.singlecolumn li{padding-bottom: 10px;}
.leftcolumn {
	float: left;
	width: 218px;
	margin: 0px 3px 0 0;
	background: #c7c7c7;
	text-align: center;
	padding: 0 0 15px 0;
}

.leftcolumn h2{
	width: 100%;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	margin: 0px 0px 10px 0px;
	padding: 2px 0 2px 0;
}

.leftcolumn h3 {
	font-size: 110%;
	padding: 10px 0px 20px 10px;
	line-height: 25px;
}

.leftcolumn .middle{
	margin: 0px 2px 2px 0;
}

#right {
	float: left;
	width: 244px;
	margin: 0;
	background: #c7c7c7;
	text-align: left;
}
#right h2 {
	width: 100%;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	margin: 0px 0px 10px 0px;
	padding: 2px 0 4px 0;
}
#right h3 {
	font-size: 110%;
	padding: 10px 0px 20px 10px;
}

#right h4 {
	padding: 0px 0px 8px 10px;
}
#right p{
	padding: 0px 0px 8px 10px;
	color: #434343;
	font-weight: bold;
}
#news {
	position: relative;
	top: 2px;
	clear: both;
	float: left;
	width: 630px;
	height: 45px;
	padding: 5px 0 0px 15px;
	background: #434343;
	text-align: left;
}
#news p {
	font-size: 115%;
	font-weight: bold;
	color: #fff;
	padding: 0px 0px 5px 0px;
}

#phone {
	position: relative;
	top: 2px;
	float: right;
	width: 251px;
	height: 45px;
	padding: 5px 0 0px 15px;
	background: #434343;
	text-align: center;	
	color: #c5c5c5;
	font-weight: bold;
	font-size: 100%;
	line-height: 20px;
}
#logos {
	clear: both;
	height: 120px;
	background: #000 url('images/bg-logos.gif') repeat-x;
}


#footer {
	clear: left;
	width: 100%;
	margin: 0 auto;
	background: #000;
	color: #808080;
}

#copyright {
	float: left;
	width: 300px;
	font-size: 75%;
	text-align: left;
}

#bottommenu {
	float: right;
	font-size: 75%;
	text-align:right;
}

#bottommenu a {color: #808080 }

#webform {
	background: #000; 
	margin: 0 0 0 20px; 
	color: #c7c7c7;
	padding: 5px 5px 15px 5px;
}
#webform td {padding-bottom: 5px;}
#webform input, textarea {
	color: #ccc;
	background: #444;
	border: 0;
	padding: 3px;
	overflow:hidden;
}
#webform .button {
	background: #ccc;
	color: #000;
}
.products {
	width: 100%;
	text-align: center;
	border-spacing: 0;
}
.products tr td {
	border-top: 1px solid #7e7c7c;
	border-right: 1px solid #7e7c7c;
	padding: 5px;
}
.products thead tr td {
	color: #000;
	font-weight: bold;
	border-top: 0;
}
.products .last {
	border-right: 0;
}

.products .subhead {
	color: #000;
	font-weight: bold;
}
em {font-style: normal; color: #760404;}
a.order {font-size: 105%; float: left; padding: 5px 0px 5px 10px; font-weight: bold;}
a {color: #760404;text-decoration: none;}
a:hover {text-decoration:underline;}
.ordernow {width: 100%;}
.textmiddle {vertical-align:middle;float: right; padding-right: 5px;} 
.grey {color: #c5c5c5}
.black {color: #000;}
.bpadding{padding-bottom: 10px}
.right {text-align: right;}
.center {text-align: center;}
.left {text-align: left;}

