.clearfix:after {  	
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html{
	margin:0px;
	padding:0px;
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #520101;
}
html>body {
	background-position: 0px 0px;
}

form {
	margin:0px;
	padding:0px;
}
body, td, p, div{
	font-size: 12px;
	font-family:Tahoma;
}

p {
	padding:0px;
	margin: 10px 0px 10px 0px;
}
p:first-child {
	margin-top: 0px;
}

p {
	margin-top: expression(
		(this == this.parentNode.firstChild)
			? '0px'
			: '10px'
	);

}

/*
p {
	padding:0px;
	margin:0px 0px 10px 0px;
}
p:first-child {
	padding:0px;
	margin:0px 0px 10px 0px;
}
*/
form {
	padding:0px;
	margin:0px;
}


table { border-collapse : collapse; }
td { padding : 3px; /*border : 1px solid #000; */}

img { border : 0; }
img.png  { behavior: url(/iepngfix.htc); } 

html>body img { behavior: none; } 

input, select { vertical-align: middle; margin:0px; padding:0px; }

.heading, .heading div, .heading div div {
	margin:0;
	padding:0;
}

h1 {clear:both;font-size: 18px; font-family: Tahoma, Verdana; font-weight: bold; color:#520101;padding:0;margin:10px 0;}
h2 {clear:both;font-size: 16px; font-family: Tahoma, Verdana; font-weight: bold; color:#520101;padding:0;margin:10px 0;}
h3 {font-size: 14px; font-family: Tahoma, Verdana; font-weight: bold; color:#520101;padding:0;margin:10px 0;}
h4 {font-size: 12px; font-family: Tahoma, Verdana; font-weight: bold; color:#520101;padding:0;margin:10px 0;}
h5 {font-size: 11px; font-family: Tahoma, Verdana; font-weight: bold; color:#520101;padding:0;margin:10px 0;}
h6 {font-size: 10px; font-family: Tahoma, Verdana; font-weight: bold; color:#520101;padding:0;margin:10px 0;}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: expression(
		(this == this.parentNode.firstChild)
			? '0px'
			: '10px'
	);

}


a, a:link, a:active {
	color:#97360b;
	text-decoration:underline;
}
a:visited {
	color: #6e1c06;
	text-decoration:underline;
}
a:hover{
	color:#520101;
	text-decoration:none;
}

.error {
	margin:10px;
	padding:20px;
	background: #ffeeee;
	font-family: verdana;
	color: #CC0000;
	font-weight: bold;
}

.error h2, .error h1	{ margin-top: 0px; color: #CC0000;}
.error h3				{ margin-top: 0px; margin-bottom: 12px; color: #CC0000; border-bottom: 1px #CC0000 solid;}

.error ul li {
list-style-type: none;
color:#CC0000;
}

#Menu {
	width:auto;
	height:22px;
	text-align:left;
	background:url(/images/menubg.gif) repeat-x top left;
	overflow:hidden;
}


#Menu ul {
	width:auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Menu ul li {
	width:auto;
	text-align:left;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	display:inline;
	float:left;
	margin: 0px 20px;
	vertical-align:middle;
	color: #FFFFFF;
}
#Menu ul li.first {
	margin-left:10px;
}

#Menu ul li.selectedfirst {
	color: #FFFFFF;
	margin-left:10px;
}
#Menu ul li.selected {
	color: #FFFFFF;
}

#Menu ul li a, #Menu ul li a:link, #Menu ul li a:visited {
	display:inline;
	background: url(/images/spacer.gif) left top repeat-y;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0px ;
}
#Menu ul li a:hover {
	display:inline;
	background: url(/images/menu_s.gif) left top repeat-y;
	color:#FFFFFF;
	text-decoration:underline;
	padding: 0px ;
}


#Menu ul li.selected a, #Menu ul li.selectedfirst a, 
#Menu ul li.selected a:link, #Menu ul li.selectedfirst a:link, 
#Menu ul li.selected a:visited, #Menu ul li.selectedfirst a:visited                                                    
{
	display:inline;
	background: url(/images/spacer.gif) left top repeat-y;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0px ;
}
#Menu ul li.selected a:hover, #Menu ul li.selectedfirst a:hover {
	display:inline;
	background: url(/images/menu_s.gif) left top repeat-y;
	color:#FFFFFF;
	text-decoration:underline;
	padding: 0px ;
}

.clear {
	clear:both;
}

.color_blue {
	color: #3ba1e9;
}
.color_orange {
	color: #e99d3b;
}
.color_green {
	color: #8fcb45;
}
.color_red {
	color: #e77b7b;
}
.color_pink {
	color: #e77bd9;
}

.listing {
	margin:0px;
	padding:0px;
	margin-top:10px;
	clear:both;
}

.listing ul {
	list-style-type : none;
	margin: 0;
	padding: 0;
}
.listing ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear:both;

}

.listing ul li img{
	margin:0 5px 5px 0;
	float:left;
	display:inline-block;
}
.listing ul li .title{
	color: #520101;
	font-weight:bold;
}
.listing ul li .content{
}

#container{
	width:1000px;
	height:500px;
	text-align:left;
	margin: 0 auto;
}
#content{
	width:801px;
	text-align:left;
	font-family:Tahoma;
	margin-left:115px;
}
#content2{
	background-color: white;
	font-family:Tahoma;
	margin:0px 66px 0 15px;
	border: 0px solid #000;
	border-top:0;
	padding:10px;
}
div.smallBox{
	float:left;
	width:141px;
	height: 360px;
	background-color:white;
	border:2px solid #330000;	
	font-size:9px;
	overflow:hidden;
}
div.smallBox img{
	margin:10px 0 15px 0px;
}
div.smallBox div{
	margin:0 5px 0 5px;
	font-size:9px;
}
div.spacer2px{
	float:left;
	width: 2px;
	height:1px;
}
#footer{
	margin-left:112px;
	width:742px;
	height:38px;
	background-image:url(/images/bottom.jpg);
	border:1px solid #520101;
	text-align:center;
}
#bottomMenu{
	margin:12px 100px 0 130px;
	text-align:center;
}
#bottomMenu a{
	color:white;
	font-size:11px;
	text-decoration:none;
}
div.spacer10px{
	float:left;
	width: 10px;
	height:1px;
}

.clr {
	clear: both; 
}


.product img{
	margin:0 5px 5px 0;
}

.product .title{
	color: #520101;
	font-weight:bold;
}
.product .content{
}


