body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Helvetica, sans-serif;
	color:#575241;
	font-size:.80em;
}

#bodyBg
{
	margin: 20px 10px 10px 10px;
	text-align:center;
	background:url(../images/loader.gif) no-repeat center #000000;
	
}

.outer {
	width: 939px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
}

.inner {
	width:939px;
	background-color:#FFFFFF;
	text-align:left;
}

.header {
	width: 939px;
	height: 159px;
	background:url(../images/backgrounds/index1.jpg) no-repeat #681816;
	text-align: left;
}

.logo {
	position:absolute;
	margin-top: 40px;
	margin-left:10px;
}

.menu {	
	position:absolute;
	width: 939px;
	text-align:right;
	height:25px;
	margin-top:125px;
	padding-top:3px;
	background:url(../images/menu/gradient_bg.png) no-repeat right;
}

.menuLeft {	
	float:left;
	
	text-align:left;
	background-color:#FFFFFF;
	
	width:200px;
	font-size:120%;
	line-height:1.4em;
	margin-bottom: 20px;
}
.menuLeft ul {	
	list-style: none;
	margin:0px;
	padding:0px;
	text-align:right;
	
	background:#FFFFFF url(../images/backgrounds/menuBak.gif) no-repeat;
} 
.menuLeft ul li {
	list-style: none;
	color:#981b1e;
	border-bottom:1px solid #981B1E;
	padding: 2px 0px;
}

.menuLeft ul li ul {
	display: inline;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	background: none;
}
.menuLeft ul li ul li{
	font-size:70%;
	line-height: 1.7em;
	border: 0px;
}

.menuLeft ul li ul li ul{
	margin: -10px 8px 5px 0px;
}

.menuLeft ul li ul li ul li{
	font-size:90%;
	line-height: 1.7em;
	border: 0px;
}

.menuLeft a { color:#981b1e; text-decoration:none; }
.menuLeft a:hover { color:#000000; }
.menuLeft a:active { color:#981b1e; }
.menuLeft_active { color:#981b1e; }
.mainContent {
	position:relative;
	float:left;
	vertical-align:top;
	text-align:left;

	background-color:#FFFFFF;	
	
	width:690px;
	margin:20px;
}

.trail
{
	font-size: 80%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

.trail a, .trail a:hover
{
	color: #981b1e;
	text-decoration: underline;
}

.categories img, .products img, .product img, .categories div, .products div
{
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

.categories ul, .products ul {	
	list-style: none;
	margin:0px;
	padding:0px;
	text-align:left;
} 
.categories ul li, .products ul li {
   font-size: 85%;
	float: left;
	text-align: center;
	width: 32%;
	height: 210px;
	list-style: none;
}

.products ul li {
	height: 250px;
}

.categories ul li .category, .products ul li .product {
	margin: 10px 10px 0px 10px;
}

.products ul li .product .price
{
	margin: 5px 0px 0px 0px;
}

.categories ul li a, .categories ul li a:hover, .products ul li a, .products ul li a:hover
{
	color:#981b1e; 
	text-decoration:none;
	font-weight: bold;
}

.text_left {
	position:relative;
	float:left;
	text-align:justify;
	padding-right: 10px;
	padding-left: 10px;
	width: 440px;
	height:400px;				
	overflow: hidden;
}

.fullText {
	position:relative;
	float:left;
	text-align:justify;
	padding-right: 10px;
	padding-left: 10px;
	width: 650px;
	height:400px;				
	overflow: hidden;
}

.footer {
	text-align:center;
	position:relative;
	margin:10px auto;
}
.highlight { width:75%; border:2px solid #FDECD7; padding:15px; margin:0 auto; }
/* text handling here */
a {color:#60363a; text-decoration:none; padding-left:2px; }
a:hover { text-decoration: underline; }
h1	{font-size:125%; padding-bottom:8px; font-weight:bolder;}
h2 { padding-bottom:6px; font-size:120%; font-weight:600;}
h3 { padding-bottom:4px; font-size:105%; font-weight:600;}
p { padding-bottom:8px; }


/* Checkout */

.checkoutStep
{
	font-size:110%;
	font-weight: bold;
	padding: 4px 10px;
	background: #981b1e;
	color: #FFFFFF;
}

/* Shopping Cart */

.rowHead
{
	font-weight: bold;
	color: #981b1e;
	border-bottom: solid 1px #981b1e;
	padding: 3px 5px;
	text-align: center;
}

.rowEven
{
	padding: 8px 8px;
	text-align: left;
}

.rowEven .product, .rowOdd .product
{
	font-weight: bold;
}

.rowEven .variants, .rowOdd .variants
{
	padding: 2px 10px 4px 10px;
	font-size: 85%;
}

.rowEven .variantValue, .rowOdd .variantValue
{
	font-weight: bold;
}

.rowOdd
{
	padding: 8px 8px;
	background: #EEEEEE;
}

.rowTotal
{
	text-align: right;
	font-weight: bold;
	border: solid 1px #981b1e;
	border-width: 1px 0px;
	padding: 8px 8px;
}

.rowPrice, .rowTotalEmpty
{
	border: solid 1px #981b1e;
	border-width: 1px 0px;
	padding: 8px 8px;
	text-align: right;
}

.rowButton
{
	text-align: right;
	padding: 8px 4px 0px 0px;
}

/* articles */

h2.articleTitle{
margin: 0 0 10px 0 !important;
padding:0 !important;
}
h3.articleTitle{
margin: 0 0 0 0 !important;
padding:0 !important;
}
p.text{
padding:0!important;
margin: 2px 0 20px 2px!important;
}



