@charset "utf-8";
/* CSS Document */
body{ 
	margin:10px 0 0 0; 
	padding:0; 
	text-align: center;
	color:#ffffff;  
	background: #090603 url(../images/mainbg.png) repeat-x top; 
	background-attachment:scroll;
	height: 100%;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	font: 10px normal Tahoma, Geneva, sans-serif;
	}
	
	
.social{ width:264px; height:60px; background:url(../images/socialbg.png) no-repeat top; margin:-10px 0 5px 0; float:right; padding-top:7px;}
.social p{ margin-bottom:2px; margin-top:2px; padding-left:10px; color:#FFF; font-size:14px; padding-top:7px;}
.socialwrap { float:right; margin-top:-26px; margin-right:7px;}

.clear{clear:both;} 

.cn h3{color:#F9AA13; font-family:Tahoma, Geneva, sans-serif; font-size:14px; text-transform:capitalize; border-bottom:#F9AA13 solid 1px; width:960px; margin:0 auto;}


#news{ 
	margin:5px auto 0 0; 
	width:978px; 
	height:500px; 
	/* background-color:#0F0A06; 
	border:#593926 solid 1px;  */
	float:left;
	padding-top:5px;
	}

#welcome{width:345px; height:450px;float:left; margin-left:10px; margin-top:10px;}
#welcome h3{ color:#F9AA13; font-family:Tahoma, Geneva, sans-serif; font-size:14px; text-transform:capitalize; border-bottom:#F9AA13 solid 1px;}
#welcome p{ color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:12px;text-align:justify; line-height:130%; padding-bottom:10px; padding-top:10px;}

#taps{ width:600px; height:450px; float:right; margin-top:10px; margin-right:10px;}

#product{width:350px; height:400px; float:right; margin-top:20px; margin-right:10px; text-align:center;}
#description{width:600px; height:400px;float:left; margin-left:10px; margin-top:10px;}
#description h3{ color:#F9AA13; font-family:Tahoma, Geneva, sans-serif; font-size:20px; text-transform:capitalize; border-bottom:#F9AA13 solid 1px;}
#description p{ color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:12px;text-align:justify; line-height:180%; padding-bottom:10px; padding-top:10px;}


#mc{width:960px; height:100%;float:left; margin-left:10px; margin-top:10px;}
#mc h3{ color:#F9AA13; font-family:Tahoma, Geneva, sans-serif; font-size:20px; text-transform:capitalize; border-bottom:#F9AA13 solid 1px;}
#mc p{ color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:12px;text-align:justify; line-height:150%; padding-bottom:10px; padding-top:10px;}


#mc2{width:960px; height:1000px;float:left; margin-left:10px; margin-top:10px;}
#mc2 h3{ color:#F9AA13; font-family:Tahoma, Geneva, sans-serif; font-size:20px; text-transform:capitalize; border-bottom:#F9AA13 solid 1px;}
#mc2 p{ color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:12px;text-align:justify; line-height:150%; padding-bottom:10px; padding-top:10px;}

#maincontent2{ 
	margin:20px auto 0 0; 
	width:978px; 
	height:510px; 
	background-color:#0F0A06; 
	border:#593926 solid 1px;  
	float:left;
	}


#wrapper{ 
	margin: 0 auto;
    text-align: left;
  	width:980px;
	height: auto;
	min-height: 100%;
	}
	
/* Hack for IE */
* html #wrapper{
    height: 100%;
	}
/* End IE Hack */

#menuwrap{ 
	width:713px; 
	height:51px;
	background: url(../images/menubg.png) no-repeat top; 
	float:left;
	position:relative;
	z-index:1; 
	margin:-10px 0 5px 0;
	}
	
	/* menu */

*  {
	margin: 0;
	padding: 0;
	}

ul {
	list-style-type: none;
	/* background-image: url(navi_bg.png); */
	margin: auto;
	}

li {
	float: left;
	}

ul a {
	background-image: url(../images/menudivider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:21px;
	padding-left:21px;
	display: block;
	line-height: 48px;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px; 
	color:#ffffff;
}

.selected{color:#FC0; border-bottom:1px #FC0 solid;border-left:1px #FC0 solid;border-right:1px #FC0 solid; background-color:#0F0A06;}

ul a:hover {
	color:#FC0;
	}
	
/* main section background-color:#CCC; */

/*/ slideshow /*/
#sliderwrap{ 
	width:980px;
	height:294px;
	margin:-10px auto;
	padding:0;
	z-index:0;
	position:relative;
	float:left; border-bottom:#110B06 solid 12px; 
	}

#slideshow {
    position:relative;
    height:294px;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}

#maincontent{ 
	margin:20px auto 0 0; 
	width:978px; 
	height:470px; 
	background-color:#0F0A06; 
	border:#593926 solid 1px;  
	float:left;
	}

.thumbs{margin-right:10px; border:#ffffff solid 1px;}
.hr{ border-bottom:#41200A dashed 1px; margin-top:10px; margin-bottom:20px; padding-bottom:20px;}

#footer {
	margin:5px auto 20px 0; 
	width:978px; 
	height:40px; 
	/* background-color:#0F0A06; 
	border:#593926 solid 1px;  */
	float:left; 
	text-align:center; 
	padding-top:15px;
	}
	
#footer p { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#ffffff; 
	font-size:10px;
	}	
	
#footer a:link{
	color:#F9B206; 
	text-decoration:none;
	}	
	
#footer a:visited{
	color:#F9B206;
	text-decoration:none;
	}	

#footer a:active{
	color:#F9B206;
	text-decoration:none;
	}	

#footer a:hover{
	color:#F9B206;
	text-decoration:underline;
	}	

/* news rotator */

* {margin: 0; padding: 0; outline: none;}
img {border: none;}
h1 {
	font: 3em normal Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	background: url(../images/h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
.container {
	overflow: hidden;
	width: 940px;
	margin: 0 auto; 
	background-color:#3A1907;
}
#main {
	padding:10px;
	background: #3A1907;
}
a {color: #fff;}
 
 
/*--Main Image Preview--*/
.main_image {
	width: 598px; height: 456px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff; margin-left:20px;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	
	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(../images/icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #593926;
	border-bottom: 1px solid #593926;
	
}
.main_image a.collapse {
	background: url(../images/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 
 
 
.image_thumb {
	float: left;
	width: 299px;
	background: #FAA91B;
	border-right: 1px solid #1C110A;
	border-top: 1px solid #1C110A;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 12px 10px;
	background: #f0f0f0 url(../images/nav_a.gif) repeat-x;
	width: 279px;
	float: left;
	border-bottom: 1px solid #593926;
	border-top: 1px solid #1C110A;
	border-right: 1px solid #1C110A;
}
.image_thumb ul li.hover {
	background:#000;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #FAA91B;
	cursor: default; 
	color:#000;
}
html .image_thumb ul li h2 {
	font-size:12px; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}	
.image_thumb ul li p{display: none;}


/* footer  styles */
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.col_w270 {
	float: left;
	width: 270px;
	margin-right: 50px;
}

.col_w270_last {
	margin-right: 0;
}

.col_w270 p{ text-align:left; color:#FFF; font-size:11px; margin-top:2px; margin-bottom:2px; padding-bottom:10px;}

/* footer */

#footer_wrapper {
	width: 100%;
	background: #000000 url(../images/templatemo_footer.jpg) repeat-x top;
}

#footer2 {
	width: 910px;
	margin: 0 auto;
	padding: 80px 30px 30px;
	color: #fff;
}

#footer2 h4 {
	color: #F9B206; font-size:16px; text-align:left; padding-bottom:10px;
}

#copyright a:link, #copyright a:visited {
	color: #fff;
}

#footer2 ul { padding: 0; margin: 0; list-style: none; }

#footer2 li { padding: 0; margin: 0 0 5px 0; }

#footer2 li a {
	display: block;
	color: #ffffff;
	text-decoration: none;

}

#footer2 li a:hover {
	color: #F9B206;
}

#footer2 .last {
	padding-right: 0;
}

/* social */

.socialplugin{ width:290px; height:100%; border:#FC0 solid 1px; padding:4px; margin-top:10px; margin-bottom:10px; background-color:#FFF; padding-left:10px;}


#social_box {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 48px;
	height: 48px;
	margin-right: 5px;
	text-decoration: none;
	border: none;
}

/* end of social */

/* copyright */

#copyright_wrapper {
	width: 100%;
	color: #fff;
	background: #1E130C url(../images/templatemo_copyright.jpg) repeat-x top;
}

#copyright {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 30px;
}

/* end of copyright */

#footer_nav{font-size:0.75em; width:150px;}
#footer_nav ul {margin:0; padding:0;}
#footer_nav li {list-style: none;}
#footer_nav a:link {
 color: #fff;
 cursor: pointer;
 display:block;
 height:15px;
 line-height:10px;                  
 text-decoration:none;
 width:100%;
 background-image:none; 
 text-align:left; font-size:10px;
}

#footer_nav a:hover{
 text-decoration:underline; 
 color:#F9B206;
}

#footer_nav a:visited{
 text-decoration:underline;
  color: #fff;
}

.yell{ color:#F9B206;}
.cleaner_h30 { clear: both; width:100%; height: 30px; }


.tbl{ padding:10px;}

