body {
	margin:0px;
	padding:0px;
	background: url(img/mainbg.jpg) #d0d2ab;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2f2c12;
}

img {
	border:none;
}

.spacer {
	clear:both;
}

a {
	color:#85041f;
	font-style:normal;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	}
p {
	font-size:13px;
	}	
h1 {
	font-size:18px;
	color:#880823;
	font-weight:normal;
}
h2 {
	font-size:15px;
	color:#880823;
	font-weight:normal;
}

/********** outercont styles ***********/

#outercont {
	width:822px; 
	margin:20px auto 0px auto;
	padding-bottom:20px;
}

/********** midshadow styles **********/

#midshadow {
	width:822px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/mid-shadow.png');
}

div > #midshadow {
	background:url(img/mid-shadow.png) repeat-y;
}

/********** innercont styles **********/

#innercont {
	position:relative;
	width:800px;
	background:#FFFFFF;
	margin:0px auto;
}

/********** topshadow start **********/

#topshadow {
	width:822px;
	height:17px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/top-shadow2.png');
}

div > #topshadow {
	background:url(img/top-shadow2.png) no-repeat;
}

/********** botshadow start **********/

#botshadow {
	margin-top:-1px;
	clear:both;
	width:822px;
	height:18px; 
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bot-shadow.png');
}

div > #botshadow {
	background:url(img/bot-shadow.png) bottom no-repeat;
}

/********** header_home styles **********/

#header_home {
	height:115px; 
	width:800px; 
	background:url(img/header_homebg2.jpg) bottom no-repeat #880723;
}

#header_home .left {
	float:left;
	padding-top:18px;
	padding-left:25px;
}

#header_home .right {
	float:right;
	padding-right:35px;
	padding-top:5px;
}

/********** header_main styles **********/

#header_main {
	height:115px; 
	width:800px; 
	background:url(img/header_mainbg2.jpg) bottom no-repeat #880723;
}

#header_main .left {
	float:left;
	padding-top:18px;
	padding-left:25px;
}

#header_main .right {
	float:right;
	padding-right:35px;
	padding-top:5px;
}

/********** photoxl styles **********/

#photoxl {
	width:800px; 
	height:228px; 
	overflow:hidden;
}

#photoxl img {
	float:left;
}

/********** navmenu start **********/

#navmenu {
	height:33px;
	background:#dbd3c4;
	border-top:1px solid #5d5d5d;
	border-bottom:1px solid #5d5d5d;
}

#navmenu ul {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	height:33px;
}

#navmenu .item {
	display:block;
	float:left;
	height:33px;
	
}

#navmenu .item a {
	font-size:13px;
	color:#272727;
	text-decoration:none;
	padding-top:10px;
	display:block;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:7px;
}

#navmenu .sep {
	display:block;
	float:left;
	height:33px;
	background:url(img/menusep.gif) no-repeat;
	padding-left:1px;
	padding-right:1px;
	width:2px;
}

#navmenu .subitems {
	display:none;
	margin:0px 0px 0px -7px;
	padding:0px;
	position:absolute;
	height:auto;
	border-top:1px solid #5d5d5d;
	overflow:hidden;
}

div > #navmenu .subitems {
	margin:0px 0px 0px -4px;
}

#navmenu .subitems li {
	display:block;
	float:none;
	height:25px;
	width:179px;
	background:#c4baa7;
	border-left:1px solid #5d5d5d;
	border-right:1px solid #5d5d5d;
	border-bottom:1px solid #5d5d5d;
	margin-top:-3px;
	overflow:hidden;
}

#navmenu .subitems > li {
	width:177px;
}

#navmenu .subitems > /**/ li {
	margin-top:0px;
}

#navmenu .subitems li a {
	font-size:12px;
	padding-top:6px;
	padding-bottom:5px;
}

#navmenu .subitems li a:hover {
	background:#FFFFFF;
}

#navmenu .item:hover ul {
	display:block;
}

#navmenu .item.sfhover ul {
	display:block;
}

/********** thumbs styles *********/

#thumbs {
	height:145px;
	overflow:hidden;
	padding-left:10px;
}

#thumbs img {
	float:left;
	margin-right:15px;
}

#thumbs .last {
	margin-right:0px;
}

/********** content styles ***********/

#content {
	padding:20px 30px 30px 30px; 
	line-height:20px;
}

/********* table1 styles ***********/

.table1 .left {
	float:left; 
	width:435px;
}

.table1 .right {
	float:right;
	padding-right:20px; 
	margin-top:-20px;
}


/********* table2 styles ***********/

.table2 .left {
	float:left; 
	width:435px;
}
.table2 .left li {
	font-size:12px;
	margin:0 0 8px 0;
	}
.table2 .left .litmarg li {
	font-size:12px;
	margin:0 0 8px 0;
	}	
.table2 .left li {
	font-size:12px;
	margin:0 0 0px 0;
	}	
.table2 .right {
	float:right;
	padding-right:0px; 
}

.table2 p {
	margin: 10px 8px 0px 0px;
	font-size:12px;
}
/********** footer styles **********/

#footer {
	text-align:center;
	font-size:10px;
	color:#322f14;
	padding-bottom:15px;
	padding-top:0px;
}

#footer ul {
	margin:0px 0px 5px 0px;
	padding:0px;
	list-style:none;
}

#footer li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
}

#footer li a {
	text-decoration:none;
	color:#4c4220;
}

#footer li a:hover {
	color:#85041f;
}

#footer .active a {
	color:#85041f;
}
/********** other styles **********/
.floatl {
	float:left;
	margin:0px 8px 8px 0px;
	}
.floatr {
	float:right;
	margin:0px 0px 8px 8px;
	}	
 .l {
	float:left;
	width:49%;
	}	
	 .r {
	float:right;
	width:49%;
	}	
.partner h1 {
		color:#990000;
	font-weight:bold;
	}		
