@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	background:url(images/theme/bg_body.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearB{
	clear:both;
}
.marginA{
	margin:auto;
}
a img{
	border:0px;
}
form{
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, p{
	margin:0px;
	padding:0px 0px 15px 0px;
}
h1, h5{
	padding:0px;
}
h1{
	color:#85080b;
	font-size:32px;
}
h5{
	font-size:12px;
}

.cont{
	width:960px;
}

#header{
	height:109px;
}
.headcol1{
	height:84px;
	width:350px;
	padding:25px 0px 0px 0px;
}
.headcol2{
	height:109px;
	width:610px;
}

#body{
	padding:10px 0px 20px 0px;
}

.sidebox{
	background:url(images/theme/bg_side1_top.gif) repeat-x #e5e3be;
	margin-bottom:10px;
}
.headx, .headx2{
	height:19px;
	background:url(images/theme/img_side1_top.gif) no-repeat left top;
	color:#e5e3be;
	font-weight:bold;
}
.headx2{
	background:url(images/theme/img_side2_top.gif) no-repeat left top;
}
.headx .left, .headx2 .left{
	padding:5px 0px 0px 10px;
}
.bodyx{
	border-left:1px solid #292b25;
	border-right:1px solid #292b25;
	padding:10px 10px 0px 10px;
}
.menu ul{
	padding:0px 0px 0px 20px;
	margin:0px;
	list-style-image:url(images/theme/list_img.gif);
}
.menu ul li{
	padding-top:5px;
}
.menu ul li a{
	text-decoration:none;
	color:#292b25;
	height:15px;
	display:block;
}
.menu ul li a:hover{
	color:#13385f;
#	font-weight:bold;
}
.footx{
	background:url(images/theme/bg_footx.gif) bottom repeat-x;
	height:15px;
}

.column2{
	background:#ffffff;
	margin-left:15px;
}
.headc, .footc{
	height:11px;
	background:url(images/theme/bg_contenthead.gif) top repeat-x;
}
.bodyc{
	border-left:1px solid #9f9f9f;
	border-right:1px solid #9f9f9f;
	padding:0px 10px;
}

.footc{
	background:url(images/theme/bg_contentfoot.gif) bottom repeat-x;
}
.heading{
	height:26px;
	background:#85080b;
	margin-bottom:10px;
}
.headingtx{
	font-weight:bold;
	color:#e5e3be;
	padding:5px 0px 0px 0px;
}
.bodyc p{
	padding:0px 0px 15px 5px;
}
#products{
}
.prod{
	padding:0px 0px 10px 0px;
	text-align:center;
}
#ads{
	
}

#footer_c{
	background:#292b25;
	height:42px;
}
#footer{
	width:400px;
	color:#e5e3be;
	padding:10px 0px 0px 0px;
}
#footer a{
	color:#e5e3be;
	text-decoration:none;
	font-weight:bolder;
}

h2{
    color:#85080b;
}
a{
    color:#292b25;
    text-decoration:none;
}
a:visited{
color:#292b25;
}
.highlight{
    color:#85080b;
}

button {
    border:0;
    cursor:pointer;
    padding:0 20px 0 0;
    text-align:center;
}
button span {
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 20px;
}

button.submitBtn {
    background:url(images/bg_button_right.gif) right no-repeat; 
}
button.submitBtn span {
    height:28px;
    line-height:28px;
    background:url(images/bg_button_left.gif) left no-repeat;
    color:#383433;
    min-width:15px;
    max-width:250px;
}
button.submitBtn:hover {
    color:#e5e3be;
}
button.submitBtn:hover span {
    color:#e5e3be;
}
