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;
}

body {
	font-size: 100%;
	background-color: #bcbcbc;
	font-family: Arial, Helvetica, sans-serif;
}

.clear{
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.marked-red{
	color: #c60000;
	font-weight: bold;
}

.marked-blue{
	color: #1084de;
	font-weight: bold;
}

#page {
	width:1018px;
	margin: 0 auto;
	text-align: left;
	background: #fff url('images/body-bg.gif') repeat-y;
}

#page-in {
	width:1000px;
	margin: 0;
	text-align:left;
	margin-left:9px;
}

#header{
	width: 1000px;
}

#header-top{
	width: 1000px;
	height: 49px;
	background: url('images/header-top.jpg') no-repeat;
}

#header-top #buttons{
	float: left;
	height: 11px;
	padding-top: 19px;
	padding-left: 24px;
}

#header-top #buttons .button{
	float: left;
	width: 29px;
	height: 11px;
}

#header-top #buttons .button-sep{
	float: left;
	width: 1px;
	height: 11px;
	background: url('images/button-sep.gif') no-repeat;
}

#header-top #call-link{
	position: relative;
	float: left;
	width: 170px;
	height: 30px;
	top: 10px;
	left: 695px;
}

#header-top #call-link a{
	display: block;
	text-decoration: none;
	width: 170px;
	height: 30px;
}

#header-top-2{
	width: 1000px;
	height: 25px;
	background: url('images/header-top2-bg.gif') repeat-x;
}

#header-top-2 #search-box{
	float: left;
	width: 199px;
	height: 25px;
}

#header-top-2 #search-box form{
	padding: 0;
	margin: 0;
	width: 198px;
}

#header-top-2 #search-box #search-input{
	margin: 0 0 0 4px;
	padding: 0;
	border: 1px solid #999;
	width: 105px;
	height: 15px;
}

#header-top-2 #search-box #search-submit{
	margin: 2px 0 0 6px;
	padding: 0;
	padding-top: -2px;
	width: 62px;
	height: 20px;
	border: 0 none;
	background: url('images/search-submit.jpg') no-repeat;
	cursor: pointer;
}

#header-top-2 #header-top-2-center{
	float: left;
	width: 581px;
	height: 25px;
	background: url('images/header-top2-center.jpg') no-repeat;
}

#header-top-2 #header-top-2-buttons{
	float: left;
	width: 220px;
	height: 25px;
}

#header-top-2 #header-top-2-buttons .button{
	float: left;
	height: 25px;
}

#header-middle{
	width: 1000px;
	height: 127px;
	background: url('images/header-middle.jpg') no-repeat;
}

#header-menu{
	overflow: hidden;
	width: 1000px;
	height: 29px;
	background: url('images/header-menu-bg.jpg') no-repeat;
}

#header-menu ul{
	margin-left: 290px;
	height: 29px;
	list-style-type: none;
	list-style-position: outside;
}

#header-menu ul li{
	float: left;
	height: 29px;
}

#header-bottom{
	width: 1000px;
	height: 72px;
	background: url('images/header-bottom-bg.jpg') repeat-x top;
}

#header-bottom-left{
	float: left;
	width: 175px;
	height: 72px;
	background: url('images/header-bottom-left.jpg') no-repeat;
}

#header-bottom-center{
	float: left;
	width: 280px;
	height: 38px;
	margin-left: 160px;
	margin-top: 34px;
	background: url('images/header-bottom-center.gif') no-repeat;
}

#main{
	width: 1000px;
	height: 100%;
	background-color: #fff;
}

#content{
	float: left;
	width: 1000px;
}

#content-in{
	margin: 0 205px 0 198px;
	width: 526px;
	padding: 10px 20px 10px 30px;
	background-color: #fff;
}

#content-in p{
	font-family: Tahoma;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#content-in ul{
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 12px;
	list-style-position: inside;
}

#content-in ul li{
	line-height: 20px;
	margin-bottom: 1px;
	text-align: justify;
}

.text-header{
	width: 526px;
	height: 20px;
	background: url('images/text-header-bg.jpg') no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #c60000;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 15px;
}

#products{
	width: 536px;
}

.product{
	float: left;
	width: 165px;
	height: 199px;
	margin-left: 1px;
	margin-right: 12px;
	margin-bottom: 12px;
	background: url('images/product-desc-bg.jpg') no-repeat;
}

.product-title{
	width: 145px;
	height: 30px;
	overflow: hidden;
	padding: 0 10px;
	margin-top: 6px;
	margin-bottom: 7px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #484847;
}

.product-title a{
	color: #484847;
	text-decoration: none;
}

.product-image{
	width: 165px;
	text-align: center;
	height: 120px;
}

.product-price{
	float: left;
	height: 15px;
	margin-top: 12px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #222;
}

.product-cart-add{
	float: right;
	width: 24px;
	height: 21px;
	margin-top: 6px;
	margin-right: 12px;
}

#leftmenu{
	float: left;
	margin-left: -1000px;
	width: 209px;
}

#rightmenu{
	float: left;
	margin-left: -205px;
	width: 205px;
}

.left{
	width: 209px;
}

.right{
	width: 205px;
}

.block-header{
	height: 22px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	letter-spacing:0.5px;
}

.block-header a{
	text-decoration: none;
}

.block-content{
	font-size: 11px;
	padding: 15px 20px;
}

.block-footer{
	height: 8px;
}

.red{
	color: #ad0005;
}

.blue{
	color: #004294;
}

.red a{
	color: #ad0005;
}

.blue a{
	color: #004294;
}


.left .red{
	background: url('images/block-header-left-red.jpg') no-repeat;
}

.left .blue{
	background: url('images/block-header-left-blue.jpg') no-repeat;
}

.left .block-content{
	background: #e9e9e9 url('images/block-top-left-bg.jpg') no-repeat top;
}

.left .block-footer{
	background: url('images/block-footer-left.jpg') no-repeat;
}

.right .red{
	background: url('images/block-header-right-red.jpg') no-repeat;
}

.right .blue{
	background: url('images/block-header-right-blue.jpg') no-repeat;
}

.right .block-content{
	background: #e9e9e9 url('images/block-top-right-bg.jpg') no-repeat top;
}

.right .block-footer{
	background: url('images/block-footer-right.jpg') no-repeat;
}

.block-text{
	line-height: 15px;
	text-align: left;
	letter-spacing:0.5px;
}

.font-red{
	color: #ad0005;
}

.read-more{
	text-align: right;
}

.read-more a{
	color: #000;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: underline;
	padding-left: 10px;
}

.read-more a.red-mark{
	background: url('images/more-red.gif') no-repeat 0 4px;
}

.read-more a.blue-mark{
	background: url('images/more-blue.gif') no-repeat 0 4px;
}

.read-more a:hover{
	text-decoration: none;
}

.block-menu{
	font-weight: bold;
}

.block-menu a{
	color: #000;
	text-decoration: none;
	line-height: 20px;
}

.block-menu a:hover{
	color: #333;
	text-decoration: none;
}

.block-menu ul{
	list-style-image: url('images/list-1.gif');
}

.block-menu ul li{
	margin-bottom:15px;
}

.block-menu ul li ul{
	margin-left: 15px;
	list-style-image: url('images/list-2.gif');
}

.block-menu ul li ul li{
	margin-bottom:0px;
}

#no-pad ul li{
	margin-bottom:5px;
}


#footer{
	margin-top: 30px;
	width: 1000px;
}

#footer-menu{
	height: 31px;
	background: url('images/footer-menu.gif') no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	padding-left: 45px;
	padding-top: 6px;
	text-align: center;
}

#footer-menu a{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

#footer-menu a:hover{
	text-decoration: none;
}

#footer-text{
	margin: 5px 0 0 0;
	font-family: Tahoma;
	font-size: 70%;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-bottom:10px;
}

#footer-text p{
	margin: 4px 0;
}

#footer-image{
	width:1018px;
	margin: 0 auto;
	height:10px;
	background:url('images/footer-line.jpg') no-repeat;
}

.boxmain {
	width: 100%;
	color: black;
	font-size: 12px;
	background-color: white;
	text-align: center;
}

.boxmain p, .boxmain td {
	text-align: justify;
	font-size: 12px;
}

.boxmain h2 {
	margin: 0px;
	padding: 6px 0;
	font-size: 16px;
}

#productblock {
	width: 100%;
	border:0px #606060 solid;
}

#productblock #image {
	float:left;
	width: 170px;
	padding: 6px;
}

#productblock #details {
	font-family: Tahoma;
	float:right;
	width: 330px;
	text-align: left;
	padding: 5px;
	border-left: 1px dotted #c8c8c8;
}

#productblock #details h1 {
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	line-height: 1em;
	letter-spacing: 0px;
	margin: 0;
}

.listblock {
	width: 300px;
	margin-left: 10px;
	padding: 11px 1px;
	border-bottom: 1px dotted #c8c8c8;
	font: bold 11px Tahoma; 
color: #303030;
	line-height: 1.4em;
}

.listblock a {
	color: #c60000;
	text-transform: uppercase;
}

.boxheaderbig h1 {
	margin: 0;
	font-size: 15px;
}

.boxheader h1 {
	color: #333;
	margin:0;
	padding:0;
	font-size: 18px;
	font-weight: bold;
}

table.paging {
	margin-top:6px;
	margin-bottom:6px;
	width: 100%;
}

table.paging th {
	white-space: nowrap;
	background-color:#f0f0f0;
}

a.pg{
	font-size: 11px;
	color: black !important;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	font-weight: normal;
}

a.pg:hover {
	color: blue;
	text-decoration: none;
}

span.pg, span.pgtotal {
	padding: 0px 3px 0px 3px;
	font-size:11px;
	color:black;
}

#cartblock {
	width: 976px;
	margin: 0px auto;
	font-size: 13px;
}

#cartblock h2 {
	margin: 0;
	padding: 4px 0;
}

#cartblock p {
	margin: 0;
	padding: 4px 0;
}

a.mn {
	color: #C60000;
}

.gbtn {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:100px;
	height:20px;
	border:0 none;
	background:#2F8DC3 url('/images/button-bg-blue.jpg') no-repeat;
	cursor:pointer;
}


.gbtn-big {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:140px;
	height:20px;
	border:0 none;
	background:#2F8DC3 url('/images/button-big-bg-blue.jpg');
	cursor:pointer;
}

#added {
	margin: 0px auto;
	padding: 10px 0;
	width: 540px;
	border:1px #b0b0b0 solid; 
color: #505050; 
background-color: white
}

#added h4 {
	font: bold 14px Tahoma;
	color: black;
	margin: 0px;
}

#added a.mn {
	color: #003377;
}

#blocks{
	width:1000px;
}

.in-block{
	float:left;
	margin:5px 4px;
	width:190px;
}

.in-block .red-header{
	width:190px;
	height:22px;
	background:url('images/block-header-red.jpg') no-repeat;
	font-size:11px;
	font-size:11px;
	font-weight: bold;
	color:#AD0005;
	text-align:center;
	padding-top:10px;
}

.in-block .red-header a, .in-block .red-header a:hover, .in-block .red-header a:visited{
	color: #AD0005;
	text-decoration:none;
}

.in-block .blue-header{
	width:190px;
	height:22px;
	background:url('images/block-header-blue.jpg') no-repeat;
	font-size:11px;
	font-weight: bold;
	color:#004294;
	text-align:center;
	padding-top:10px;
}

.in-block .blue-header a, .in-block .blue-header a:hover, .in-block .blue-header a:visited{
	color: #004294;
	text-decoration:none;
}

.in-block .in-block-text{
	background:#E9E9E9 url('images/block-bg.jpg') no-repeat scroll center top;
	font-size:12px;
	padding:15px 10px;
	height:270px;
}

.in-block .in-block-footer{
	background:transparent url(images/block-footer.jpg) no-repeat scroll 0 0;
	height:8px;
}

#content-in .in-block-text ul{
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:none;
	list-style-position: inside;
}

#content-in .in-block-text ul li{
	line-height: 16px;
	margin-bottom: 1px;
	text-align: justify;
}

#header-icons{
	height:51px;
	width: 350px;
	margin: 0;
	margin-left:300px;
	padding-top:70px;
}

.header-icon{
	float:left;
	margin:0 5px;
}

#cse-search-results IFRAME {
	width: 550px;clear: both;
}