@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	background-color: #ffffff;
	margin: 0px;
	background-image: url("../images_site/topgradient.png");
	background-repeat: repeat-x;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header_logo {
	width: 960px;
	margin: 0 auto 0 auto;
}
#header_logo img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header_nav {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #D8D8D8;
	margin: 10px 0 10px 0;
	/*background-color: #484848;
	 background: url("../images_site/topMenuImages.png") 0px -30px repeat;*/
}
#header_nav_bar {
	height: 30px;
	/*	padding: 0 20px 0 20px;*/
	width: 960px;
	margin: 0 auto 0 auto;
}
#header_nav_bar_menu {
}
.header_nav_bar_menu_item {
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: auto;
	float: left;
	display: block;
	background: url("../images_site/topMenuImages.png") repeat-x;
}
.header_nav_bar_menu_item li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.header_nav_bar_menu_item li a {
	float: left;
	padding-left: 15px;
	display: block;
	color: rgb(255,255,255);
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: url("../images_site/topMenuImages.png") 0px -30px no-repeat;
	outline: none;
}
.header_nav_bar_menu_item li a span {
	line-height: 30px;
	float: left;
	display: block;
	padding-right: 15px;
	background: url("../images_site/topMenuImages.png") 100% -30px no-repeat;
}
.header_nav_bar_menu_item li a:hover {
	background-position: 0px -60px;
	color: rgb(255,255,255);
}
.header_nav_bar_menu_item li a:hover span {
	background-position: 100% -60px;
}
.header_nav_bar_menu_item li a.active, .header_nav_bar_menu_item li a.active:hover {
	line-height: 30px;
	font: 14px Arial, Helvetica, sans-serif;
	background: url("../images_site/topMenuImages.png") 0px -90px no-repeat;
	color: rgb(255,255,255);
}
.header_nav_bar_menu_item li a.active span, .header_nav_bar_menu_item li a.active:hover span {
	background: url("../images_site/topMenuImages.png") 100% -90px no-repeat;
}
#header_nav_bar_searchform {
	float: right;
	margin-top: 4px;
	margin-right: 20px;
}
#content {
	min-height: 820px;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background-color: #FFF;
}
#content-sidebar {
	float: left;
	width: 160px;
	padding: 0;
	min-height: 600px;
	background-color: #FFF;
}
#content-sidebar h3, #content-sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#content-main {
	min-height: 600px;
	width: 760px;
	padding: 0 20px 0 20px;
	background-color: #FFF;
	float: right;
}
#content-main p {
	font-size: small;
	font-style: normal;
	font-variant: normal;
	color: #999;/*font-family: Arial, Helvetica, sans-serif;*/
}
#nav_searchform {
	float: right;
}
#copyright {
	width: 20%;
	float: left;
}
#contact {
	width: 20%;
	float: right;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.plain-text {
	/*font-family:Arial, Helvetica, sans-serif;*/
	padding: 0 20px 0 20px;
	font-size: small;
	font-weight: normal;
	color: #666;
}
/* Price table for retail and wholesale */
.price-table {
	width: 80%;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: x-small;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
}
.price-table th {
	text-align: center;
	font-weight: bold;
	color: #222;
	border: 1px solid #444;
	background-color: #CFCFCF;
	padding: 4px
}
.price-table td {
	text-align: center;
	border: 1px solid #444;
	margin: 0 auto 0 auto;
	padding: 4px
}
.price-table tr.alt {
	background-color: #EFEFEF;
}
/* Links table */
.link-table {
	width: 700px;
	font-size: small;
	font-weight: normal;
	color: #666;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
}
.link-table td {
	text-align: left;
	vertical-align: top;
	margin: 0 auto 0 auto;
	padding: 1px;
}
/* News table */
.news-table {
	width: 700px;
	font-size: x-small;
	font-weight: normal;
	color: #666;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
}
.news-table td {
	text-align: center;
	vertical-align: top;
	margin: 0 auto 0 auto;
	width: 25%;
	padding: 1px;
}
/* info */
.info {
	background-color: #222;
	border-top: 6px solid #272727;
	margin: 0;
	padding: 0;
}
.info_resize {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.info_resize .left {
	width: 120px;
	float: left;
	text-align: left;
	margin: 10px 10px 10px 20px;
	padding: 10px 5px;
}
.info_resize ul {
	list-style: none;
	margin: 10px auto;
	padding: 0;
}
.info_resize li {
	margin: 0;
	padding: 2px 0 2px 0;
}
.info_resize li a {
	/*	font: normal 12px Arial, Helvetica, sans-serif;*/
	font-size: x-small;
	text-align: left;
	color: #666;
	text-decoration: none;
}
.info_resize li a:hover {
	color: #d5d5d5;
}
.info_resize h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #d5d5d5;
	padding: 0;
	margin: 0;
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
}
/* END_info*/

/************* tail **********/

.tail {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #a2a2a2;
	padding: 0;
	margin: 0;
	background-color: #222;
}
.tail_resize {
	width: 80%;
	margin: 0 auto;
	padding: 20px 10px;
	border-top: 1px solid #2b2b2b;
}
.tail p {
	margin: 0;
	padding: 15px 0 0 0;
}
.tail a {
	text-decoration: none;
	padding: 5px;
	margin: 0;
}
.tail strong {
	color: #a2a2a2;
}
.tail p.right {
	text-align: right;
	width: 50%;
	float: right;
}
.tail p.left {
	text-align: left;
	width: 50%;
	float: left;
}
/* END_tail */

.main_text {
	font-family: Verdana, Geneva, sans-serif;
	color: #aaa;
	font-size: 24px;
	margin: 40px auto 0 auto;
	text-align: center;
}
.main_row {
	float: left;
	margin: 0 20px 20px 0;
}
.main_box {
	border: 1px solid #ccc;
	float: left;
	padding: 10px;
	margin: 0 20px 0 0;
	width: 195px;
	height: 170px;
}
.main_box_img {
	text-align: center;
	margin-bottom: 10px;
}
.main_box_img img {
	height: 110px;
}
.main_box h1 {
	font-size: 16px;
	font-weight: lighter;
	color: #ffaa00;
  color: #ed6648;
	letter-spacing: 4px;
	margin: 0 0 6px 0;
}
.main_box p {
	margin: 4px 0 8px 0;
}

