BODY, HTML{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg.jpg');
	font-family: Tahoma;
	font-size: 11px;
	vertical-align: top;
}

A{
	text-decoration: none;
	color: #000000;
}

IMG{
	border: none;
}

TD{
	vertical-align: top;
}

#mainTable{
	background-image: url('../images/left_bg.png');
	background-repeat: repeat-y;
	background-position: left top;
	width: 900px;
	height: 100%;
}

#mainTable #leftCell{
	width: 223px;
	height: 100%;
	background-image: url('../images/left_texture.png');
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

#mainTable #leftCell UL{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #ffffff;
	width: 203px;
}

#mainTable #leftCell LI{
	padding: 5px 0px 5px 0px;
}

#mainTable #leftCell #vmenu{
	position: relative;
	top: 200px;
	left: 20px;
}

#mainTable #leftCell #vmenu A{
	padding: 0px 0px 0px 15px;
	color: #ffffff;
}

#mainTable #leftCell #vmenu A:hover{
	color: #f5cbbd;
}

#mainTable #leftCell #vmenu H1{
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

#mainTable #leftCell #vmenu H2{
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

#mainTable #leftCell #vmenu .expanded{
	background-image: url('../images/minus.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#mainTable #leftCell #vmenu .contracted{
	background-image: url('../images/plus.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#mainTable #leftCell #vmenu .active{
	color: #f5cbbd;
	font-weight: bold;
}

#mainTable #leftCell #vmenu #submenu{
	margin-left: 20px;
	width: 183px;
}

#mainTable #leftCell #vmenu #submenu LI{
	padding: 10px 0px 0px 0px;
}

#mainTable #leftCell #vmenu #submenu A{
	padding: 0px 0px 0px 10px;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#mainTable #leftCell #vmenu #submenu .active{
	font-weight: normal;
}

#mainTable #leftCell #vmenu #down{	
	color: #ffffff;
	text-align: center;
	width: 100px;
	display: block;	
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	position: relative;
	left: 20px;
	top: 30px;
}

#mainTable #leftCell #vmenu #down:hover{
	border: 1px solid #999999;
}

#mainTable #leftCell #vmenu #down IMG{
	margin: 5px auto 0px auto;
}

#mainTable #leftCell #vmenu #down P{
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}

#rightCell{
	width: 677px;
	height: 100%;
	background: #ffffff;
	vertical-align: top;
}

#mainTable #rightCell #rightTable{
	width: 100%;
	height: 100%;
}

#mainTable #rightCell #rightTable #contentCell{
	width: 100%;
	height: 100%;
}

#mainTable #rightCell #rightTable #contentCell #flash{
	margin: 0px;
	border: none;
}

#mainTable #rightCell #rightTable #contentCell #hmenu{
	width: 100%;
	height: 35px;
	background-image: url('../images/line.jpg');
	background-repeat: no-repeat;
	background-position: 17px 30px;
	text-align: right;
}

#mainTable #rightCell #rightTable #contentCell #hmenu A{
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	background-image: url('../images/menu.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	right: 10px;
	top: 11px;
}

#mainTable #rightCell #rightTable #contentCell #hmenu A:hover{
	padding-top: 32px;
}

#mainTable #rightCell #rightTable #contentCell #hmenu .active{
	padding-bottom: 6px
}

#mainTable #rightCell #rightTable #contentCell #hmenu #breadcrumbs{
	float: left;
	text-align: left;
}

#mainTable #rightCell #rightTable #contentCell #hmenu #breadcrumbs A{
	padding: 0px;
	color: #53473d;
	background: none;
	position: relative;
	left: 10px;
	top: 11px;
}

#mainTable #rightCell #rightTable #contentCell #products{
	width: 100%;
	margin-bottom: 30px;
}

#mainTable #rightCell #rightTable #contentCell #products .section{
	padding: 20px 0px 3px 0px;
	height: 16px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-image: url('../images/line2.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#mainTable #rightCell #rightTable #contentCell #products .section H3{
	font-size: 11px;
	margin: 0px;
	background-image: url('../images/minus_dark.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
	cursor: pointer;
	cursor: hand;
}

#mainTable #rightCell #rightTable #contentCell #products .section .contracted{
	background-image: url('../images/plus_dark.gif');
}

#mainTable #rightCell #rightTable #contentCell #products .sub{
	width: 156px;
	height: 142px;
	border: 1px dotted #cecbc8;
	float:left;
	margin: 5px 10px 5px 0px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}

#mainTable #rightCell #rightTable #contentCell #products .over{
	border: 1px dotted #53473c;
	background: #f5f5f5;
}

#mainTable #rightCell #rightTable #contentCell #products .sub .title{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 3px;
}

#mainTable #rightCell #rightTable #contentCell #products .sub .image{
	font-size: 0px;
	width: 100px;
	height: 100px;
	border: 1px solid #000000;
	vertical-align: middle;
	margin: auto;
}

#mainTable #rightCell #rightTable #contentCell #products .sub .image TABLE{
	font-size: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
}

#mainTable #rightCell #rightTable #contentCell #products .sub .image TABLE TD{
	font-size: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#mainTable #rightCell #rightTable #contentCell #products .sub DIV{
	position: relative;
	top: 10px;
}

#mainTable #rightCell #rightTable #contentCell #products .dl{
	width: 260px;
	height: 32px;	
	line-height: 32px;
	float:left;
	margin: 15px 10px 0px 0px;
	text-align: left;
	cursor: pointer;
	cursor: hand;
	padding-left: 55px;
	background-image: url('../images/file.png');
	background-repeat: no-repeat;
	background-position: 15px center;
}

#mainTable #rightCell #rightTable #contentCell #products .dl A:hover{
	text-decoration: underline;
}

#mainTable #rightCell #rightTable #contentCell #products .product{
	width: 324px;
	border: 1px dotted #cecbc8;
	float: left;
	margin: 5px 10px 5px 0px;
	text-align: left;
}

#mainTable #rightCell #rightTable #contentCell #products .product .title{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 3px;
	position: relative;
	left: 10px;
	float: left;
}

#mainTable #rightCell #rightTable #contentCell #products .product .desc{
	font-size: 11px;
	position: relative;
	left: 10px;
	width: 304px;
	height: 143px;
	overflow: hidden;
	text-align: left;
	float: left;
}

#mainTable #rightCell #rightTable #contentCell #products .product .desc .image{
	font-size: 0px;
	width: 100px;
	height: 100px;
	border: 1px solid #000000;
	vertical-align: middle;
	position: relative;
	top: 0px;
	float: left;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	cursor: hand;
}

#mainTable #rightCell #rightTable #contentCell #products .product .desc .image TABLE{
	font-size: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
}

#mainTable #rightCell #rightTable #contentCell #products .product .desc .image TABLE TD{
	font-size: 0px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

#mainTable #rightCell #rightTable #contentCell #products .product .desc .image TABLE TD IMG{
	margin: auto;
}

#mainTable #rightCell #rightTable #contentCell #products .product .details{
	background-image: url('../images/details.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #963010;
	padding-bottom:1px;
	float: right;
	margin: 15px 5px 3px 0px;
}

#mainTable #rightCell #rightTable #contentCell #products .product DIV{
	position: relative;
	top: 10px;
}

#mainTable #rightCell #rightTable #contentCell #products .detail{
	width: 100%;
	border: none;
	margin: 5px 5px 5px 0px;
	text-align: left;
}

#mainTable #rightCell #rightTable #contentCell #products .detail .title H1{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#mainTable #rightCell #rightTable #contentCell #products .detail .desc{
	width: 640px;
	height: auto;
	overflow: none;
}

#mainTable #rightCell #rightTable #contentCell #products .gal_im{
	border: 1px solid #cecbc8;
	padding: 1px;	
	width: 100px;
	height: 100px;
	float: left;
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
	margin: 5px 8px 4px 0px;
}

#mainTable #rightCell #rightTable #contentCell #products .gal_im TABLE{
	width: 100%;
	height: 100%;
	margin: 0px;
}

#mainTable #rightCell #rightTable #contentCell #products .gal_im TABLE TD{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#mainTable #rightCell #rightTable #contentCell #products .gal_im IMG{
	margin: 0px;
	padding: 0px;	
	vertical-align: middle;
}

#mainTable #rightCell #rightTable #contentCell #products #pages{
	clear: both;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #A7430F;
	letter-spacing: 3px;
}

#mainTable #rightCell #rightTable #contentCell #products #pages A{
	color: #000000;
	border: 1px solid #999999;
	padding: 0px 1px 0px 5px;
}

#mainTable #rightCell #rightTable #contentCell #products #pages A:hover{
	background: #dddddd;
}

#mainTable #rightCell #rightTable #contentCell #products #pages SPAN{
	color: #000000;
}

#mainTable #rightCell #rightTable #contentCell #products #pages .active{
	padding: 0px 1px 0px 5px;
	color: #A7430F;
}

#mainTable #rightCell #rightTable #contentCell #form{
	margin: 10px 0px 0px 0px;
	position: relative;
	left: 20px;
}

#mainTable #rightCell #rightTable #contentCell #form P{
	padding: 0px;
	margin: 0px;
}

#mainTable #rightCell #rightTable #contentCell #form SPAN{
	color: #BF3A00;
	margin-left: 10px;
}

#mainTable #rightCell #rightTable #contentCell #form P INPUT{
	font-size: 11px;
	border: 1px solid #877567;
	margin-bottom: 10px;
	width: 200px;
}

#mainTable #rightCell #rightTable #contentCell #form P TEXTAREA{
	font-size: 11px;
	border: 1px solid #877567;
	margin-bottom: 10px;
	width: 300px;
	height: 200px;
	font-family: Tahoma;
}

#mainTable #rightCell #rightTable #contentCell #form .submit{
	font-size: 11px;
	border: 1px solid #000000;
	background: #584B42;
	color: #ffffff;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	cursor: hand;
	margin-left: 120px;
}

#mainTable #rightCell #rightTable #contentCell .sitemap{
	list-style-type: none;
	padding:0px;
	margin: 0px 0px 0px 20px;
	width: 300px;
}

#mainTable #rightCell #rightTable #contentCell .sitemap LI{
	background-image: url('../images/arrow_dark.gif');
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding: 3px 3px 3px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #9F9081;
}

#mainTable #rightCell #rightTable #contentCell .sitemap H1{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#mainTable #rightCell #rightTable #contentCell .sitemap A:hover{
	color: #A43B0C;
}

#mainTable #rightCell .banner{
	position: absolute;
	left: 901px;
	top: -1px;
	border: 1px solid #000000;
}

#mainTable #rightCell .banner IMG{
	border: 1px solid #ffffff;
}

#mainTable #rightCell .down{	
	top: 243px;
}

.clear{
	clear: both;
}

#footer{
	position: absolute;
	width: 677px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	margin-top: -20px;
	margin-left: 223px;
}

#footer A{
	margin: 10px;
}

#footer A:hover{
	text-decoration: underline;
}
