@charset "utf-8";
body  {
	text-align: left; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt/1.4;
	padding: 0px;
	margin:0px;
	background-image: url(../images/vlightgrey.jpg);
	background-repeat: repeat;
}
.imagenomargin{
	margin:0;
	padding;0
}
.twoColFixLt #container {
	width: 950px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	background-color: #FFFFFF;
	background-image: url(../images/redbar.gif);
	background-repeat: repeat-y;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	
} 
.twoColFixLt #mainContent .bodytext{
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 20px;
}
.twoColFixLt #mainContent a img{
	border:0;
}
.twoColFixLt #mainContent .bodytext a{
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration:none;
	line-height: 20px;
}
.twoColFixLt #mainContent .bodytext a:hover{
	font-size: 12px;
	color: #D00;
	font-weight: normal;
	text-decoration:none;
	line-height: 20px;
}

.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;
}
/*
Item Name : CSS3 Mega Drop Down Menu
Author URI : http://codecanyon.net/user/Pixelworkshop/
Item URI : http://codecanyon.net/item/css3-mega-drop-down-menu/126387
Version : 4.0
*/
#wrapper_menu {
	width: 830px;
	display:block;
	position: relative;
	z-index:9999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
	#wrapper_menu .menu {
	list-style:none;
	width:810px;
	height:30px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image:url(../images/vlightgrey.jpg);
	font-size:12px;
	line-height:20px;
	}
.menu li {
	float:left;
	text-align:center;
	position:relative;
	margin-right:10px;
	margin-top:2px;
	border:none;
	margin-left: 0px;

}
.menu li:hover {
	background:#eeeeee;
	border:1px solid #D5D5D5;
	border-bottom:none;
	margin-right:10px;
	margin-top: 2px;

}
.menu li.nodrop:hover {
	background:#eeeeee;
	border:1px solid #D5D5D5;
	margin-right:10px;
	margin-top: 2px;
}
.menu li.nodrop:hover a {
	color:#000;
	text-shadow: none;
	position:relative;
	z-index:11;
	border-bottom:1px solid #EEEEEE;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
}
.menu li a {
	color: #DF3939;
	outline:0;
	text-decoration:none;
	display:block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #DF3339;
}
.menu li:hover a {
	color:#000;
	text-shadow: none;
	position:relative;
	z-index:11;
	border-bottom:1px solid #EEEEEE;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
#wrapper_menu .menu_red {

}
#wrapper_menu_full .menu_red {

}
.menu_red li:hover div a {
	color:#a40802;
}
.menu_red li:hover div a:hover {
	color:#fd190f;
}
.menu_red li ul li a:hover {
	color:#fd190f;
}
.productinfo{
	height:140px;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.productinfotext{
	font-size:10pt;
	color:#666;
	float:left;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	height:130px;
	width: 675px;
	font-weight:normal;
}
.productinfotext a {
	font-size:12px;
	text-decoration:none;
	margin: 0px;
	color: #000;
}
.productinfotext a:hover {
	font-size:12px;
	text-decoration:none;
	margin: 0px;
	color: #DF3339;
}
.productinfotexttitle{
	color:#000;
	font-size:12pt;
	width:675px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF3339;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top: 0px;
	margin-top: 0px;
	font-style: normal;
	font-weight: normal;
}
.productthumbcontainer {
	display:table;
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
	_position: relative;
	overflow:hidden;
	padding:0;
	border: 1px solid #D5D5D5;
}
.productthumbimage{ /* for virtical alignment of text/image */
	_position: absolute; _top: 50%; display: table-cell; vertical-align: middle; padding:0;
}
.ptweak{ /* for virtical alignment of text/image */
	_position: relative; _top: -50%; padding:0; margin:0;
}
.pageheader {
	margin: 0px;
	padding: 0px;
}
.icon{
	border:none;
	padding-right:10px;
}
#breadcrumb {
	font-size:12px;
	color: #666;
	padding-bottom:6px;
}
#breadcrumb a {
	color: #666;
	text-decoration:none;
}
#breadcrumb a:hover {
	color: #666;
	text-decoration:underline;
}
table.helplist{
	text-align:center;
}
table.helplist td{
	padding:3px;
}
table.productlist {
	width: 830px;
	border:none;
}
table.productlist .right{
	text-align:right;
}
table.productlist td {
	border: none;
	padding: 4px;
	font-size:12px;
	margin:0;
	border-collapse:collapse;
}
table.productlist tr.d3 td {
	padding:4px;
	padding-bottom:10px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D00;
	
}
table.productlist tr.d0 td {
	font-size:12px;
	padding:4px;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
table.productlist tr.d1 td {
	font-size:12px;
	padding:4px;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;

}
table.productlist tr.d4 td {
	background-color: #FFF;
	padding:5px;
	margin:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D00;
}
table.productlist tr.d5 td {
	background-color: #FFF;
	padding:5px;
	margin:0;
}
.qtybox{
	padding:4px;
	font-size:12px;
	color:#B00;
	width:30px;
	border-style:solid;
	border-color:#D5D5D5;
	border-width:1px;
}

.selectbox {
font-size:12px;
}
.submitbutton {
   font-size:12px;
   width:100px;
   height:28px;
	border-width:1px;
	border-color:#D00;
	background-color:#D00;
	color:#FFF;
}
#footer  {
	color: #000;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D00;
	margin: 0px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#footer a  {
	color: #000;
	text-decoration:none;
} 
#footer a:hover {
	color: #DF3339;
	text-decoration:none;
}
.formstyle
{
	background-image: url(../images/vlightgrey.jpg);
	background-repeat: repeat;
	border: 1px solid #DDD;
	font-family: Verdana, Geneva, sans-serif;
	color: #777;

}
table.helplist{
	text-align:center;
	border:1px solid #CCC;
}
table.helplist td{
	border:thin solid #CCC;
}

