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: 190px;
  height: 29px;
  list-style-type: none;
  list-style-position: outside;
}

#header-menu ul li{
  float: left;
  padding:4px 10px 0 10px;
  height: 25px;
  background: url('images/menu-sep.jpg') no-repeat right;
}

#header-menu ul li a{
  color: #fff;
  font-family: Tahoma;
  font-size: 12px;
  font-weight:bold;
  text-transform: uppercase;
  text-decoration: none;
}

#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;
  padding-bottom: 10px;
}

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

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

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

#footer-text{
  margin: 10px;
  font-family: Tahoma;
  font-size: 70%;
  font-weight: bold;
  color: #333;
}

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

.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:#DB0409 url('/images/button-bg.jpg');
  cursor:pointer;
}


.gbtn-big {
  color:#fff;
  font-size:11px;
  font-weight:bold;
  font-family:Tahoma;
  width:140px;
  height:20px;
  border:0 none;
  background:#DB0409 url('/images/button-big-bg.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;
}


.post {
	margin: 0 0 40px;
	text-align: justify;
}

.post hr {
	display: block;
}
	
.postmetadata {
	padding-top: 5px;
	clear: both;
	text-align: center;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

.entry IMG {
	float:none;
	padding-top: 0.35em !important;
	padding-bottom: 0.8em !important;
}
	
.entry P IMG {
	float:right;
	padding-left: 10px;
}	

.entry P+P IMG {
	float:left;
	padding: 0 10px 0 0;
}


.entry P+P+P IMG {
	float:left;
	padding: 0 10px 0 0;
}


.entry P+P+P+P+P IMG {
	float:left;
	padding: 0 10px 0 0;
}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


h2.pagetitle {
	margin-top: 5px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.post h2, .post h3, .post h2 a, .post h2 a:hover, .post h2 a:visited, .post h3 a, .post h3 a:hover, .post h3 a:visited{
  color: #C60000;
}

.recentcomments{
  color: #C60000;
}

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

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

a.st-tags:hover{
  background-color:#fff;
}

.st-tag-cloud{
line-height:22px;
}