/*CSS Document*/

body{
	margin: 0px auto;
	background: url(images/bg.jpg) 0 0 no-repeat;
	background-position: center 75px;
	background-color: #122f35;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin: 0; 
	padding: 0;
}
ul{
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}
#bg{
	background: url(images/bg-2.jpg) 0 0 no-repeat;
	background-position: bottom;
	width: 100%;
	float: left;
}
#wrapper{
	width: 950px;
	margin: 0px auto;
	padding: 0px 2px 0px 0px;
	margin-top: 51px;
}
.spacer{
	clear: both; 
	font-size: 0; 
	line-height: 0;
}
/*--header-start--*/
#header{
	background: url(images/topmenu_bar-bg.png) 0 0 repeat-x;
	position: relative;
	width: 100%;
	margin: 0px auto;
}
#header .menu-bar .logo{
	margin-left: -12px;
	float: left;
	border: none;
}
#header .menu-bar{
	font: bold 14px/21px Arial, Helvetica, sans-serif;
	color: #000;
	width: 950px;
	height: 121px;
	margin: auto;
}
#header .menu-bar .rarea{
	float: right;
	width: 100px;
	height: 64px;
}
#header .menu-bar .rarea a img{
	margin: 10px 5px;
	border: none;
}
#header .menu-bar ul{
	width: 500px;
	height: 42px;
	position: absolute;
	margin: 20px 0 0 230px;
}
#header .menu-bar ul li{
	float: left;
	display: block;
	height: 42px;
	padding: 0;
	margin: 0px;
}
#header .menu-bar ul li:hover{
	background: url(images/topmenu_hover-left.gif) 0 0 repeat-x;
	background-position: left;
}
#header .menu-bar ul li a:hover{
	background: url(images/topmenu_hover-right.gif) 0 0 no-repeat;
	background-position: right;
}
#header .menu-bar ul li a:link, #header .menu-bar ul li a:visited, #header .menu-bar ul li a:active{
	float: left;
	color: #000;
	display: block;
	height: 37px;
	text-decoration: none;
	padding: 5px 20px 0px 15px;
	margin: 0px;
}
#header .menu-bar ul li a.hover{
	background: url(images/topmenu_hover-left.gif) 0 0 repeat-x;
	background-position: left;
	color: #479ba8;
}
#header .menu-bar ul li img{
	margin-left: -13px;
}
/*--topmenu-bar-finish--*/
#header .category{
	background: #5a9bb4 url(images/cat_menu-bg.gif) 0 0 repeat-x;
	width: 926px;
	height: 42px;
	margin: 5px auto;
	padding: 0;
}
#header .category img{
	float: left;
}
#header .category ul{
	width: 888px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
#header .category ul li{
	float: left;
	display: block;
	padding: 0px;
	height: 42px;
}
#header .category ul li a:link, #header .category ul li a:visited, #header .category ul li a:active{
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 14px 14px;
	margin: 0px;
}
#header .category ul li a:hover{
	background-image: none;
	color: #ffce82;
}
/*--category-bar-finish--*/
#header .top-content{
	background: url(images/top-content.png) 0 0 no-repeat;
	position: relative;
	height: 257px;
	margin: -5px auto;
}
#header .top-content h1{
	font: normal 34px/24px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 28px 0 0 40px;
}
#header .top-content p{
	font: normal 12px/24px Arial, Helvetica, sans-serif;
	color: #262626;
	padding: 25px 450px 0 40px
}
#header .top-content .more a{
	background: url(images/more.png) 0 0 no-repeat;
	width: 87px;
	height: 33px;
	float: right;
	margin: 36px 30px 0 0;
}
#header .top-content img{
	position: relative;
	width: 349px;
	height: 207px;
	float: right;
	margin: 27px 34px;
}
/*--header-finish--*/

/*--body-start--*/
#body{
	background: #ededed url(images/body-top.gif) 0 0 no-repeat;
	background-position: top;
	width: 950px;
	margin: 25px auto;
	color: #fff;
	padding-top: 8px;
}
#body .title{
	background: url(images/body_title-bg.gif) 0 0 repeat-x;
	font: normal 20px/21px Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	height: 49px;
	padding: 8px 70px 0px 10px;
	margin: 8px 0;
}
#body .t-image{
	float: left;
	margin: 8px 0;
	margin-left: -11px;
}
#body p.t{
	font: normal 14px/16px Calibri, Helvetica, sans-serif;
	color: #ededed;
	float: left;
	margin-top: 30px;
	padding: 0px 20px;
}
#body #content .line-ver{ background-position: 277px top;}
#body #content .line-ver1{ background-position: 590px top;}
#body #content .box .col-1{ width:255px; margin-right: 51px;}
#body #content .box .col-2{ width:255px; margin-right: 57px;}
#body #content .box .col-3{ width:255px;}

#body #content .line-ver, #body #content .line-ver1{ 
	background-image: url(images/line-ver.gif); 
	background-repeat: repeat-y;
	width: 100%;
}
/*--body-box-start--*/
#body #content .box{
	background: #112f35;
	width: 934px;
	color: #ededed;
	margin: 0px auto;
	padding: 0;
}
#body #content .box .left-top-corner{
	background: url(images/left-top-corner.gif) no-repeat left top;
}
#body #content .box .right-top-corner{
	background: url(images/right-top-corner.gif) no-repeat right top;
}
#body #content .box .left-bot-corner{
	background: url(images/left-bot-corner.gif) no-repeat left bottom;
	width: 100%;
}
#body #content .box .right-bot-corner{
	background: url(images/right-bot-corner.gif) no-repeat right bottom;
}
#body #content .box .inner{
	padding: 30px 16px 15px 25px;
}
#body #content .box .col-1, #body #content .box .col-2, #body #content .box .col-3{ 
	float: left;
}
/*--contact-form-start--*/
#body #content .box #contact_form {width: 600px; float: left; margin: 8px 200px 15px 100px;	font-family: Verdana; display:inline;}
	#body #content .box #contact_form form {padding-left:45px;}
	#body #content .box #contact_form label { float:left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal; width:150px; }
		#body #content .box #contact_form .lcurrent {font-weight: bold;}
	#body #content .box #contact_form label img {vertical-align: middle; }
	#body #content .box #contact_form input.text, textarea, select { float:left; margin: 0 5px 10px 0; padding: 7px; width: 350px; border: 1px solid #ccc; }
	#body #content .box #contact_form textarea {height: 200px;}
	#body #content .box #contact_form select {width:366px;}
	#body #content .box #contact_form input.radio {  }
		#body #content .box #contact_form input:focus {border-color:#aaa;}
		#body #content .box #contact_form textarea:focus {border-color: #aaa;}	
	#body #content .box .error {font: 11px Tahoma, Arial, san-serif; color: #000; margin: 0 0 10px 150px; display:none;}
	#body #content .box #contact_form .submit {border: 1px solid #fff; background:#122f35; color:#fff; padding:10px; float:right; margin-right:38px;}
	#body #content .box #contact_form .x {clear: both; }
	
#body #content .box .send { float: left; padding:20px;}
#body #content .box .send a { text-decoration: underline; color: #ddbd29; }
#body #content .box .send a:hover { text-decoration: none; color: #ddbd29; }
#body #content .box .send p { margin: 0 0 22px; color:#666;}
/*--contact-form-finish--*/
/*--box-finish--*/
/*--easy-slider--*/
#body #content .slider-wrap{
	position: relative;
}
#slider ul, #slider li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#content #slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 265px;
	height: 281px;
	overflow: hidden; 
	color: #fff;
}	
#content #slider li img{
	width: 260px;
	height: 240px;
	padding: 5px 0 5px 0;
}
#content #slider li .tmp img{
	border: none;
	width: 260px;
	height: 40px;
}
#prevBtn, #nextBtn{ 
	display: block;
	width: 39px;
	height: 36px;
	position: absolute;
	left: 188px;
	top: 245px;
	z-index: 1000;
	text-indent: -9999em;
}	
#nextBtn{ 
	left:227px;
}														
#prevBtn a, #nextBtn a{  
	display: block;
	position: relative;
	width: 39px;
	height: 36px;
	background: url(images/left.gif) no-repeat left top;
}	
#nextBtn a{ 
	background: url(images/right.gif) no-repeat left top;
}	
/*--easy-slider-finish--*/
/*--other--*/
#body #content .img-indent{ 
	margin: 0 20px 0 0; 
	float: left;
}
#body #content .img-box{ 
	width: 100%; 
	overflow: hidden; 
	padding-bottom: 20px;
}
#body #content .img-box img{ 
	float: left; 
	margin: 0 20px 0 0;
}
#body #content p{
	margin-bottom: 22px;
	font-family: Calibri;
}
#body #content .p1{ 
	margin-bottom: 11px;
}
/*----- txt, links, lines, titles -----*/
#body #content a {
	color: #ddbd29; 
	outline: none;
}
#body #content a:hover{
	text-decoration: none;
}
#body #content h1{
	font-size: 48px;
	line-height: 1em;
	position: absolute;
	left: 31px;
	top: 84px;
	width: 202px;
	height: 129px;
	text-indent: -9999em;
}
#body #content h1 a{
	display: block;
	width: 202px;
	height: 129px;
	text-decoration: none;
}
#body #content h2{
	font-size: 20px;
	line-height: 1.2em;
	color: #ddbd29;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 18px;
}
#body #content h3{
	font-family: Calibri;
	font-size: 1em;
	color: #ddbd29;
	margin: 0;
}
#body #content .txt1{
	font-family: Calibri;
	color: #ddbd29;
	letter-spacing: 1px;
}
#body #content .txt2{
	font-family: Calibri;
}
/*--body-finish--*/
/*--footer-start--*/
#footer{
	background: #494949 url(images/footer-top.gif) 0 0 no-repeat;
	background-position: top;
	clear: both;
	margin: 0px auto;
	width: 950px;
	padding-top: 14px;
	color: #ededed;
	min-height: 250px;
}
#footer .box{
	float: left;
	width: 270px;
	margin: 0 0 0 35px;
	margin-bottom: 10px;
}
#footer .box h3{
	background: url(images/line-bg.gif) 0 0 repeat-x;
	background-position: bottom;
	font: normal 20px/21px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 15px;
	margin-top: 10px;
}
#footer .box p.c{
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: #c8c8c8;
}
#footer .box .line{
	background: url(images/line-bg.gif) 0 0 repeat-x;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}
#footer .box ul{
	list-style: none;
	margin: 0 0 5px 0;
	padding-left: 0px;
}
#footer .box li{
	background: url(images/small-arrow.gif) 0 0 repeat-x;
	font: normal 12px/26px Arial, Helvetica, sans-serif;
	background-position: bottom;
	padding: 4px 0px 3px 0px;
}
#footer .box a:link, #footer .box a:visited{
	background: url(images/list-style.gif) 0 0 no-repeat;
	color: #ededed;
	text-decoration: none;
	background-position: left;
	padding-left: 20px;
}
#footer .box a:hover{
	color: #122f35;
}
#bg .copyright p{
	font: normal 11px/14px Verdana, Helvetica, sans-serif;
	color: #ededed;
	float: left;
	margin-top: -20px;
}
#bg .copyright p a{
	color: #fff;
	text-decoration: none;
}
#bg .copyright p a:hover{
	color: #122f35;
	text-decoration: underline;
}
#bg .follow{
	float: right;
	width: 90px;
	margin: -25px 0 0 0;
}
#bg .follow p{
	float: left;
	font: normal 16px/14px Times New Roman, Helvetica, sans-serif;
	color: #ddbd29;
	margin: 6px 0 0 -60px;
	padding-right: 10px;
}
#bg .follow img{
	float: left;
	width: 32px;
	height: 32px;
	border: none;
}
/*--footer-finish--*/

#adsense {
	float: right;
	width: 468px;
	height: 60px;
	margin: -75px 15px 0 0;
	}
