﻿/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#F8F3DF;
}
*{
	marging:0;
	padding:0;
}
.padd15{
	padding:15px;
}

/*=============== menu ===================== */
.menu{
	width:970px;
	background:#6F6F6F;
	float:left;
	clear:both;
	z-index:2;
	position:relative;
	margin:0 0 0 0;
	
}
.menu ul{
	width:970px;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul li{
	float:left;
	margin:0;
	padding:0 12px;
	font:bold 11px/30px Arial, Verdana, Tahoma, Arial;
	position:relative;
	background:url(../images/devider-menu.gif) no-repeat right center;
}
.menu ul li a, .menu ul li a:link, .menu ul li a:visited{
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:0 0px;
	font:bold 11px/30px Arial, Verdana, Tahoma, Arial;
}
.menu ul li a:hover{
	color:#F3FFD5;
	text-decoration:none;
	background:url(../images/bg-menu-hover.gif) repeat-x 0 0;
}
.menu ul li ul{
	width:150px;
	background:#FBFFF1;
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:5;
	border:1px solid #638C01;
	border-bottom:0;
}
.menu ul li ul li{
	float:left;
	margin:0;
	width:150px;
	padding:0 0 0 0;
	font:11px/24px Arial, Verdana, Tahoma, Arial;
	position:relative;
	border-bottom:1px solid #638C01;
	background:none;
}
.menu ul li ul li a, .menu ul li ul li a:link, .menu ul li ul li a:visited{
	color:#638C01;
	text-decoration:none;
	padding:0 10px;
	display:block;
	font:11px/30px Arial, Verdana, Tahoma, Arial;
}
.menu ul li ul li a:hover{
	color:#D42D03;
	text-decoration:none;
	background:#E0F1B7;
}
/*=============== End menu ===================== */
h1{
	background:#638C01 url(../images/bg-h1.gif) no-repeat left top;
	color:#FFFFFF;
	font:18px/30px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	padding:0 0 0 20px;
	margin:0 0 15px 0;
}

h2{
	background:url(../images/h2-bg.gif) repeat-x left top;
	color:#000000;
	font:18px/30px Arial, 'Lucida Grande', Arial, sans-serif;
	padding:0 5px;
	margin:25px 0 15px 0;
}
h3{
		
	background:url(../images/h3-bg.gif) repeat-x left top;
	color:#000000;
	font:bold 12px/22px  Arial, 'Lucida Grande', Arial, sans-serif;
	padding:0 5px;
	margin:20px 0 15px 0;
	color:#D30000;

}
h5{
	background:url(../images/h2-bg.gif) repeat-x left top;
	color:#000000;
	font: bold 15px/30px Arial, 'Lucida Grande', Arial, sans-serif;
	padding:0 5px;
	margin:25px 0 15px 0;
	}
h4{
	background:url(../images/h3-bg.gif) repeat-x left top;
	color:#000000;
	font:bold 12px/22px  Arial, 'Lucida Grande', Arial, sans-serif;
	padding:0 5px;
	margin:10px 0 10px 0;
	color:#000000;
	text-align:center;
}

.link{
	background:#FFFFFF url(../images/top-link-bg.gif) repeat-y left top;
}
.top-link{
	margin:0;
	padding:10px 0;
	float:left;
	width:auto;
}
.top-link ul{
	margin:0;
	padding:0 15px 0 0;
	list-style:none;
	float:left;
	width:190px;
}
.top-link ul li{
	margin:0;
	padding:0 0 1px 0;
	background:url(../images/dot.gif) repeat-x left bottom;
	width:190px;
	float:left;
	clear:both;
}
.top-link ul li a,.top-link ul li a:visited, .top-link ul li a:link{
	padding:3px 0 3px 15px;
	display:block;
	width:175px;
	background:url(../images/bullet5.gif) no-repeat left 10px;
	float:left;
	clear:both;
	font:bold 11px/18px Arial, Verdana, Tahoma, Arial;
	color:#535746;
	text-decoration:none;
}
.top-link ul li a:hover{
	background:url(../images/bullet5-hover.gif) no-repeat left 10px;
	color:#B91F07;
	text-decoration:none;
}

/* =============================== slider ============================ */
.slider_content{
	padding:0 0 0 0;
	margin:10px 0 0 0;
	width:260px;
	float:left;

	
}

div#slider {
width:220px;
height:165px;
padding:0px; 
margin:0px;
float:left; 
position:relative;
background:#F7F3DE;
	border:1px solid #D4CBAF;
	overflow:hidden; 

}

.stripViewer { 
position: relative;
overflow:hidden; 
width:220px;
float: left;
margin:0px;

}
.stripViewer .panelContainer { 
position: relative;
left:0; top:0;
list-style-type: none;
float:left; overflow: hidden;

}
.stripViewer .panelContainer .panel{
float:left;
overflow: hidden;
position:relative;
width:220px;
padding: 0px;
background:url(../images/colon1.gif) no-repeat 3px 30px;
}
.stripNavL, .stripNavR {
text-indent:-9000em;
}
div.featured-arrow {
width:8px; height:16px;
float:left;
padding:70px 5px;
}
.dot2{
	background:url(../images/dot-2.gif) repeat-x 0px 0px;
	font:bold 12px/22px Arial, Verdana, Tahoma, Arial;
	color:#D30000;
	padding:0 5px;
}
.dot3{
	background:url(../images/dot-2.gif) repeat-x 0px 0px;
	font:bold 12px/22px Arial, Verdana, Tahoma, Arial;
	color:#749911;
	text-align:right;
	float:right;
	width:210px;
	padding:0 5px;
	margin-top:2px;
}
.dot4{
	background:url(../images/dot-2.gif) repeat-x 0px 0px;
	font:normal 11px/22px Arial, Verdana, Tahoma, Arial;
	color:#D30000;
	padding:0 5px;
}
.dot5{
	background:url(../images/dot-2.gif) repeat-x 0px 0px;
	font:bold 12px/22px Arial, Verdana, Tahoma, Arial;
	color:#2D467F;
	padding:0 5px;
}

.tab1{
	width:200px;>width:210px;
	float:left;
	margin:0;
	padding:5px 0 0px 16px;
	font:12px/16px Arial, Verdana, Tahoma, Arial;
	
	height:115px;>height:118px;
}

/* ===============================End slider ============================ */
.text1{
	padding:10px 15px;
	font:12px/18px Arial, Verdana, Tahoma, Arial;
	color:#000000;
	float:left;
}
.text1 img{
	float:left;
	width:588px;
	height:272px;
	padding:0 0 0 0;
	border:1px solid #000000;
	margin:0 15px 0 0;
}
.box1{
	width:283px;>width:303px;
	float:left;
	background:url(../images/spbg.gif) repeat-y left top;
	padding:5px 10px;
	overflow:hiden;
	font:12px/18px Arial, Verdana, Tahoma, Arial;
	color:#000000;
}

.box2{
	width:291px;>width:165px;
	float:left;
	background:url(../images/spbg1.gif) repeat-y left top;
	padding:5px 10px;
	overflow:hiden;
	font:12px/18px Arial, Verdana, Tahoma, Arial;
	color:#000000;
}

.img{
	float:left;
	width:135px;
	height:140px;
	padding:5px;
	background:#F7F3DE;
	border:1px solid #837341;
	margin:0 10px 0 0;
}
.img img{
	width:134px;
	height:139px;
	border:1px solid #6B5334;
}
.caption{
	padding:5px;
	border-top:1px dashed #837444;
	background:#F7F3DE;
	border-bottom:1px dashed #837444;
	color:#FF0000;
	font:11px/16px Arial, Verdana, Tahoma, Arial;
	width:290px; overflow:hidden;
}
.caption2{
	padding:5px;
	border-top:1px dashed #837444;
	background:#F7F3DE;
	border-bottom:1px dashed #837444;
	color:#FF0000;
	font:11px/16px Arial, Verdana, Tahoma, Arial;
	width:auto;
	
}

.caption b, .caption2 b{
	display:block;
	color:#749911;
	font:bold 12px/16px Arial, Verdana, Tahoma, Arial;
}
.picture{
	background:url(../images/photo-bg2.jpg) no-repeat left top;
	width:215px;>width:221px;
	height:200px;
	padding:5px;
}
.picture img{
	width:208px;
	height:195px;
	border:1px solid #765E12;
}

.bullet{
}
.bullet ul{
	margin:0;
	padding:0;
	list-style:none;
}

.bullet ul li{
	margin:0;
	padding:3px 15px;
	background:url(../images/bullet5-hover.gif) no-repeat left 10px;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#B3461F; 
}

.bullet ul li a, .bullet ul li a:visited{
	color:#415B00;
	text-decoration:none;
}

.bullet ul li a:hover{
	color:#F00;
	text-decoration:none;
}

.top-sub{
	background:#F7F3DE;
	width:200px;
	border:1px solid #E7DFC6;
	padding:5px;
	font:11px/16px Arial, Helvetica, sans-serif;
	color:#000;
}
.bullet6 ul{
	margin:0;
	padding:0;
	list-style:none;
}

.bullet6 ul li{
	margin:0;
	background:url(../images/dot.gif) repeat-x left bottom; 
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#B3461F; 
	padding:0;
	float:left;
	width:190px;
}

.bullet6 ul li a, .bullet6 ul li a:visited{
	color:#415B00;
	text-decoration:none;
	display:block;  
	padding:3px 15px;
	background:url(../images/bullet5-hover.gif) no-repeat left 10px;
}

.bullet6 ul li a:hover{
	color:#F00;
	text-decoration:none;
}
