/*------------------------------------------------------------------------
* JV Template 1.5 - Jan, 2010
* ------------------------------------------------------------------------
* Copyright (C) 2008-20010 APL Solutions And Vision Co., LTD. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: APL Solutions And Vision Co., LTD
* Websites:  http://www.joomgroup.com -  http://www.joomvision.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 18px;
}

body#bd {
	color: #AAA;
	/*background: #181818 url(../images/bg.jpg) repeat-x top;*/
	background: #252121;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 14px;}
body.fs4 {font-size: 16px;}
body.fs5 {font-size: 17px;}
body.fs6 {font-size: 18px;}

/* Clearfix */
.clearfix {
	clear: both;
}

#jv-wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: left;
}
#jv-userwrap1,
#jv-userwrap2,
#jv-userwrap3,
#jv-userwrap4,
#jv-userwrap5 {
	margin: 0;
	display: block;
	overflow: hidden;
}
#jv-userwrap2 {
	padding: 20px 30px;
	background: url(../images/bg-wrap2.jpg) no-repeat center bottom;
}
#jv-userwrap2-inside {
	width: 100%;
}
#jv-userwrap4 {
	/*margin-top: -10px;*/
	/*padding: 30px;*/
	color: #535353;
	float: left;
	width: 980px;
	z-index: 1;
	position: relative;
	/*background: #CECECE;*/
}
#jv-userwrap4 a {
	color: #535353;
}
#jv-userwrap4-fb {
	display: block;
	margin: 0 7px;
	height: 7px;
	line-height: 1px;
	/*background: #CECECE;*/
}
#jv-userwrap4-fbl {
	margin-left: -7px;
	float: left;
	width: 7px;
	height: 7px;
	background: url(../images/bg-wrap4-bfl.png) no-repeat 0 0;
}
#jv-userwrap4-fbr {
	margin-right: -7px;
	float: right;
	width: 7px;
	height: 7px;
	background: url(../images/bg-wrap4-bfr.png) no-repeat 0 0;
}
/* BEGIN HEADER
-------------------------------------------------------------*/
#jv-header {
	margin: 0;
	padding: 22px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#jv-tools {
	margin: 0;
	padding: 0 0 010px;
	float: right;
	width: 85px;
}
#jv-top {
	overflow: hidden;
	float: right;
	width:155px;
}
#jv-top ul {
	margin: 0;
	list-style: none;
}
#jv-top ul li {
	padding: 0 20px;
	display: inline;
	border-right: solid 1px #DFE7FF;
}
#jv-top ul li.last {
	border: none;
}
#jv-top a {
	font-size: 15px;
	color: #DFE7FF;
	font-weight: bold;
}
#jv-logo {
	padding: 0;
	display: block;
	float: left;
	width: 72px;
	height: 146px;
}
#jv-logo h1 {
	float: left;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat 0 0;
}
#jv-logo h1 a {
	display: block;
	height: 146px;
	width: 72px;
	margin: 0;
}
#jv-logo h1 a span {
	display: none;
}
#jv-mainmenu {
	display: block;
	width: 50%;
	overflow: hidden;
	/*background: url(../images/bg-mainmenu.png) no-repeat top;*/
	/*margin:0 200px 20px 0;*/
	float:right;
	font-size:12px;
}
#jv-login {
	display: block;
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0 0 0 545px;
	height: 100px;
}
#jv-slideshow {
}
/* END HEADER
-------------------------------------------------------------*/

/* BEGIN SEARCH
-------------------------------------------------------------*/
#jv-top .search {
	/*margin-top: 25px;*/
	padding: 1px;
	float: right;
	width: 150px;
	height: 25px;
	background: url(../images/bg-search.png) no-repeat 0 0;
}
#jv-top .inputbox {
	padding: 5px 0 5px 5px;
	width: 235px;
	height: 12px;
	line-height: 20px;
	color: #444444;;
	border: none;
	float: left;
	background: none;
}
#jv-top .button {
	padding: 0;
	float: right;
	height: 30px;
	width: 80px;
	line-height: 30px;
	text-align: center;
	background: url(../images/bg-search-button.png) no-repeat 100% 0;
	text-shadow: 0 -1px 0 #6b6b6b;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
/* END SEARCH
-------------------------------------------------------------*/

/* BEGIN CONTAINER
-------------------------------------------------------------*/
#jv-contentwrapper {
	overflow: hidden;
	z-index: 9;
	position: relative;
	width: 100%;
	margin-top:100px;
	/*background: #FFF url(../images/bg-contentwraper.jpg) repeat-x top;*/
}
#jv-content-tl {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	display: block;
	/*background: url(../images/bg-content-tl.png) no-repeat 0 0;*/
}
#jv-content-tr {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	width: 5px;
	height: 5px;
	display: block;
	/*background: url(../images/bg-content-tr.png) no-repeat 0 0;*/
}
#jv-container,
#jv-container-left,
#jv-container-right,
#jv-container-normal,
#jv-container-full {
	/*padding: 20px 30px;*/
	overflow: hidden;
}
#jv-left {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	width: 160px;
}
#jv-right {
	/*margin: 65px 0 0;*/
	padding: 0;
	width: 250px;
	overflow: hidden;
	float: right;
}
#jv-content {
	/*margin: 65px 0 0;*/
	padding: 0;
	width: 650px;
	overflow: hidden;
	float: left;
}
#jv-content-inside {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}
#jv-container-left #jv-content,
#jv-container-right #jv-content {
	width: 795px;
}
#jv-container-full #jv-content {
	margin: 0;
	width: 100%;
	border: none;
	padding: 0;
	float: none;
}
#jv-beforecontent,
#jv-aftercontent {
}

#jv-content-fb {
	display: block;
	margin: 0 7px;
	height: 7px;
	z-index: 9;
	position: relative;
	/*background: #FFF;*/
}
#jv-content-fbl {
	margin-left: -7px;
	float: left;
	width: 7px;
	height: 7px;
	background: url(../images/bg-content-bfl.png) no-repeat 0 0;
}
#jv-content-fbr {
	margin-right: -7px;
	float: right;
	width: 7px;
	height: 7px;
	background: url(../images/bg-content-bfr.png) no-repeat 0 0;
}
/* END CONTAINER
-------------------------------------------------------------*/

/* BEGIN FOOTER 
-------------------------------------------------------------*/
.jv-user {
	float: left;
	overflow: hidden;
}
.jv-user .jv-box-inside {
	padding: 0 20px;
}
#jv-usercol .jv-box-inside {
	padding: 0 10px 0 0;
}
#jv-usercol .jv-box-right {
	float: right;
}
.jv-box-left .jv-box-inside {
	overflow: hidden;
	padding: 0 10px 0 0;
}
.jv-box-center .jv-box-inside {
	overflow: hidden;
	padding: 0 10px;
}
.jv-box-right .jv-box-inside {
	overflow: hidden;
	padding: 0 0 0 10px;
}
.jv-box-full {
	width: 100%;
}
.jv-box-full .jv-box-inside {
	padding: 0;
	overflow: hidden;
}

#jv-footer {
	margin: 0 auto;
	padding: 50px 0 20px 0;
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-footer.png) no-repeat center top;
}
#jv-footer a {
	color: #888;
}
#jv-footer-module {
	float: left;
}
#jv-copyright {
	float: right;
	text-align: right;
}

#jv-footer ul.menu li {
	padding: 0 10px;
	display: inline;
}
/* END FOOTER 
----------------------------------------------*/

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.module,
div.module_menu,
div.module_text {
	clear: both;
	margin: 0 0 10px;
	position: relative;
}
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.module h3,
div.module_menu h3,
div.module_text h3 {
	margin: 0;
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	overflow: hidden;
}

div.moduletable h3.module-title,
div.moduletable_menu h3.module-title,
div.moduletable_text h3.module-title,
div.module h3.module-title,
div.module_menu h3.module-title,
div.module_text h3.module-title {
	margin: 0;
	padding: 0 0 0 15px;
	display: block;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	background: url(../images/bg-module-tl.png) no-repeat 0 0;
}
div.moduletable h3.module-title span,
div.moduletable_menu h3.module-title span,
div.moduletable_text h3.module-title span,
div.module h3.module-title span,
div.module_menu h3.module-title span,
div.module_text h3.module-title span {
	padding: 0 10px 0 0;
	display: block;
	line-height: 30px;
	text-shadow: 0 -1px 0 #363636;
	background: url(../images/bg-module-tr.png) no-repeat 100% 0;
}
#jv-userwrap4 div.moduletable h3,
#jv-userwrap4 div.moduletable_menu h3,
#jv-userwrap4 div.moduletable_text h3,
#jv-userwrap4 div.module h3,
#jv-userwrap4 div.module_menu h3,
#jv-userwrap4 div.module_text h3 {
	color: #535353;
}
#jv-userwrap2 div.moduletable h3,
#jv-userwrap2 div.moduletable_menu h3,
#jv-userwrap2 div.moduletable_text h3,
#jv-userwrap2 div.module h3,
#jv-userwrap2 div.module_menu h3,
#jv-userwrap2 div.module_text h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	color: #535353;
	text-transform: none;
	border-bottom: solid 1px #DEDEDE;
}


.module-c {
	padding: 10px;
	display: block;
	overflow: hidden;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
	background: #FFF url(../images/bg-module-c.png) repeat-x top;
}
.module-c-nobg {
	padding: 10px;
	display: block;
	overflow: hidden;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
}
.module-fb {
	display: block;
	margin: 0 7px;
	height: 6px;
	background: #FFF;
	border-bottom: solid 1px #E2E2E2;
}
.module-fbl {
	margin-left: -7px;
	float: left;
	width: 7px;
	height: 7px;
	background: url(../images/bg-module-fbl.png) no-repeat 0 0;
}
.module-fbr {
	margin-right: -7px;
	float: right;
	width: 7px;
	height: 7px;
	background: url(../images/bg-module-fbr.png) no-repeat 0 0;
}

.module-bt {
	display: block;
	margin: 0 7px;
	height: 6px;
	background: #FFF;
	border-top: solid 1px #E2E2E2;
}
.module-btl {
	margin-top: -1px;
	margin-left: -7px;
	float: left;
	width: 7px;
	height: 7px;
	background: url(../images/bg-module-btl.png) no-repeat 0 0;
}
.module-btr {
	margin-top: -1px;
	margin-right: -7px;
	float: right;
	width: 7px;
	height: 7px;
	background: url(../images/bg-module-btr.png) no-repeat 0 0;
}

.blank .module-c,
.blank .module-c-nobg,
.blank .module-fb,
.blank .module-bt {
	padding: 0;
	background: none;
	border: none;
}
.blank .module-bt,
.blank .module-fb {
	display: none;
}

#jv-userwrap4 ul li {
	background: url(../images/bullet1.png) no-repeat 0 8px;
}

.handles .handles_item {
	background: #989898;
}

.handles span.active {
	background: #71979D;
}
/*MORE*/
.module_mass .module-bt {
background:none;
border-top:1px solid #707070;
display:block;
height:6px;
margin:0 7px;
}
.module_mass .module-bt .module-btl{
background:url("../images/bg-module-btl-bl.png") no-repeat scroll 0 0 transparent;
float:left;
height:7px;
margin-left:-7px;
width:7px;
}
.module_mass .module-bt .module-btr{
background:url("../images/bg-module-btr-bl.png") no-repeat scroll 0 0 transparent;
float:right;
height:7px;
margin-right:-7px;
width:7px;
}
.module_mass .module-fb {
background:none;
border-bottom:1px solid #707070;
display:block;
height:6px;
margin:0 7px;
}
.module_mass .module-fb .module-fbl {
background:url("../images/bg-module-fbl-bl.png") no-repeat scroll 0 0 transparent;
float:left;
height:7px;
margin-left:-7px;
width:7px;
}
.module_mass .module-fb .module-fbr {
background:url("../images/bg-module-fbr-bl.png") no-repeat scroll 0 0 transparent;
float:right;
height:7px;
margin-right:-7px;
width:7px;
}
.module_mass .module-c-nobg {
border-left:1px solid #707070;
border-right:1px solid #707070;
display:block;
overflow:hidden;
padding:10px;
}
/*MORE*/
#page {
margin-left:15px;
padding:0 10px;
background:#575048;
width:615px;
}
#page-top {
background:url("../images/page-top.png") no-repeat scroll 0 0 transparent;
height:15px;
margin-left:15px;
width:636px;
}
#page-bottom {
background:url("../images/page-bottom.png") no-repeat scroll 0 0 transparent;
height:15px;
margin:-15px 0 0 15px;
width:636px;
}
#component-contact {
margin-left:15px;
background:none repeat scroll 0 0 #575048;
width:635px;
}
#component-contact-top {
background:url("../images/page-top.png") no-repeat scroll 0 0 transparent;
height:15px;
margin-left:15px;
width:636px;
}
#component-contact-bottom {
background:url("../images/page-bottom.png") no-repeat scroll 0 0 transparent;
height:15px;
margin:-15px 0 0 15px;
width:636px;
}
