*{
	margin:0;
	padding:0;
}

html,
body{
	height: 100%;
}

img,
a img{
	border:0;
}

body{
    font-size:62.5%;
	min-height: 100%;
}

#layout{
	position: relative;
	margin: 0 auto;
	width: 938px;
	height: auto !important;
	min-height: 100%;
}

.clear{
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

ul.inline li{
	display: inline;
}

.l{
	float: left;
}

.r{
	float: right;
}

.wrapper{
	width: 646px;
}

.more{
	position:relative;
	top:3px;
}

.showbox{
	display:none;
}

/*----------------------------vert-block----------------------------*/

#vert-block{
	position: absolute;
	background: #E2E2E2;
	z-index:4;
	width: 193px;
	margin-left: 672px;
	height: 100%;
}

#orange{
	height: 422px;
	background-color:#FFC324;
}

#telephone{
	padding: 19px 0 29px 17px;
	background: url(../i/hz.png) no-repeat left bottom !important;
}

#menu1{
	list-style:none;
	margin-top: 10px;
}

#menu1 li{
	padding: 13px 18px;
	border-bottom: 1px solid black;
	background: url(../i/b1.gif) no-repeat 173px center;
	cursor:pointer;
}

#grayblock{
	margin: 27px 14px 0 18px;
}

/*----------------------------header----------------------------*/

#header{
	height: 79px;
}

#logo{
	margin-top:19px;
}

#slogan{
	margin-top:14px;
	text-align: right;
}

/*----------------------------front-pic----------------------------*/

#front-pic{
	height: 343px;
	width: 938px;
	overflow:hidden;
}

/*----------------------------content----------------------------*/

#content{
	width: 672px;
	margin-top: 27px;
}

/*----------------------------benefits----------------------------*/

#benefits{
	list-style:none;
}

#benefits li{
	float:left;
	width: 200px;
	margin-right: 23px;
	cursor:pointer;
}

/*----------------------------footer----------------------------*/

#footer{
	margin-top: 60px;
	border-top: 1px solid silver;
	padding: 20px 0;
	background: url(../i/watermark.gif) no-repeat right center;
	color:#9A9A9A;
}

#feedback-link a{
	text-align: right;
	color: #F7941D;
}

/*---------------------------------------jcarousel---------------------------------------*/

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    overflow: hidden;
    position: relative;
	height: 343px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 938px;
    height: 343px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-trucks .jcarousel-container {
     width:  938px;
}

.jcarousel-skin-trucks .jcarousel-container-horizontal {
    width: 938px;
}

.jcarousel-skin-trucks .jcarousel-clip-horizontal {
    width:  938px;
    height: 343px;
}

.jcarousel-skin-trucks .jcarousel-item {
    width: 938px;
    height: 343px;
	position:relative;
}

.jcarousel-skin-trucks .jcarousel-item-horizontal {
}

.jcarousel-skin-trucks .jcarousel-item-placeholder {
    color: #000;
}

.jcarousel-skin-trucks .jcarousel-next-horizontal {
    position: absolute;
    top: 138px;
    right: 20px;
    width: 19px;
    height: 66px;
    cursor: pointer;
    background: transparent url(../i/arr.png) no-repeat 0 0;
}

.jcarousel-skin-trucks .jcarousel-prev-horizontal {
    position: absolute;
    top: 138px;
    left: 20px;
    width: 19px;
    height: 66px;
    cursor: pointer;
    background: transparent url(../i/arl.png) no-repeat 0 0;
}

#fancy_left:hover,
#fancy_right:hover,
.jcarousel-skin-trucks .jcarousel-next-horizontal:hover,
.jcarousel-skin-trucks .jcarousel-prev-horizontal:hover {
    background-position: -19px 0;
}

#fancy_left:active, 
#fancy_right:active,
.jcarousel-skin-trucks .jcarousel-next-horizontal:active,
.jcarousel-skin-trucks .jcarousel-prev-horizontal:active  {
    background-position: -38px 0;
}

.jcarousel-skin-trucks .jcarousel-next-disabled-horizontal,
.jcarousel-skin-trucks .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-trucks .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-trucks .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-trucks .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-trucks .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	display:none !important;
}


/*----------------------------box----------------------------*/

.box-wrapper{
	margin: 25px 15px 10px 18px;
}

.box-wrapper h1{
	font-size: 1.8em;
	color: #363231;
	margin-bottom: 20px;
}

.box-wrapper p{
	color: #626469;
	margin-bottom: 8px;
}

.scroll-pane{
	height: 300px;
	overflow-y: scroll;
}

/*----------------------------gallery----------------------------*/

#gallery{
	list-style:none;
}

#gallery li{
	float:left;
	width: 200px;
	margin-right: 23px;
	cursor:pointer;
	height: 150px;
	text-align: center;
}

/*----------------------------fancy----------------------------*/

#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: transparent url(../i/load.gif) no-repeat;
}

#fancy_close {
	position: absolute;
	bottom: 12px;
	right: 16px;
	height: 14px;
	width: 55px;
	background: transparent url(../i/close.gif) no-repeat right center;
	cursor: pointer;
	z-index: 100;
	display: none;
}

#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

#fancy_title table {
	margin: 0 auto;
}

#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

#fancy_left, #fancy_right {
	position: absolute; 
	height: 100%; 
	width: 19px; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

#fancy_left {
	left: 10px;
	top: 50%;
	margin-top:-33px; 
	background: transparent url(../i/arl.png) no-repeat 0 0;
}

#fancy_right {
	right: 10px; 
	top: 50%;
	margin-top:-33px;
	background: transparent url(../i/arr.png) no-repeat 0 0;
}

#fancy_bigIframe, 
#fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
