body{
	margin:0;
	font:12px Arial, Tahoma, sans-serif;
	color:#374657;
	background:#14293f url(../images/bg-body.gif) repeat-x fixed;
}
img{border:0;}
a{
	color:#374657;
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration:underline;}
/* wrapper */
#wrapper{
	margin:0 auto;
	width:913px;
}
/* header */
#header{
	position:relative;
	z-index:1;
	height:25px;
	margin:0;
	padding:47px 7px 6px 15px;
}
.header-holder{
	width:100%;
	margin:-10px 0 0;
	overflow:hidden;
}
#header:after{
	display:block;
	content:"";
	clear:both;
}
* html #header{height:1%;}
* + html #header{height:1%;}
/* logo */
.logo{
	float:right;
	position:relative;
	z-index:100;
	width:76px;
	height:35px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
}
.logo a{
	display:block;
	height:100%;
}
/* Main navigation */
#nav{
	position:absolute;
	left:28px;
	bottom:-9px;
	margin:0;
	padding:0;
	list-style:none;
	width:890px;
}
#nav:after{
	display:block;
	content:"";
	clear:both;
}
#nav li{
	float:left;
	margin:0 0 0 -5px;
	line-height:15px;
}
#nav a{
	float:left;
	white-space:nowrap;
	padding:14px 8px 13px 16px;
	color:#fff;
}
#nav a em{
	white-space:nowrap;
	font-style:normal;
}
#nav li span{
	float:left;
	width:7px;
	height:42px;
	font-size:0;
}
#nav li.hover,
#nav li:hover{position:relative;}
#nav li.hover a,
#nav li:hover a,
#nav .active a{
	position:relative;
	z-index:1000;
	padding-bottom:13px;
	cursor:pointer;
	text-decoration:underline;
	background:url(../images/bg-nav-left.png) no-repeat;
}
#nav .active a{text-decoration:none;}
#nav li.hover span,
#nav li:hover span,
#nav .active span{
	position:relative;
	z-index:1000;
	height:42px;
	background:url(../images/bg-nav-right.png) no-repeat;
}
#nav .active a{padding-bottom:12px;}
#nav .active span{height:41px;}
#nav li:hover .drop,
#nav li.hover .drop{top:37px;}
#nav .drop{
	position:absolute;
	left:0;
	top:-9999px;
	z-index:999;
	width:999px;
}
#nav .drop .drop-inner{
	float:left;
	position:relative;
}
#nav .drop .col{
	float:left;
	padding:5px 0 0;
}
#nav .drop ul{
	padding:0;
	margin:0 0 10px;
	list-style:none;
}
#nav .drop ul li{
	float:none;
	background:none;
	font-size:0;  
	line-height:0;
	padding:0 0 1px;
	margin:-3px 0 -1px;
}
#nav .drop ul li a {
	padding:7px 15px 6px 16px;
	float:none;
	display:block;
	height:auto;
	background:url(../images/none.gif) no-repeat;
	color:#fff;
	text-decoration:none;
	font:bold 12px/14px Arial, Tahoma, sans-serif;
}
* html #nav .drop ul li a{padding-right:14px;}
#nav .drop ul li.hover,
#nav .drop ul li:hover{background:url(../images/bg-drop-hover.gif) no-repeat 100% -27px;}
#nav .drop ul li.hover a,
#nav .drop ul li:hover a{background:url(../images/bg-drop-hover.gif) no-repeat;}
#nav .drop ul li.hover a:active{background:#112031;}
/* drop-down bg */
#nav .table{display:table;}
#nav .body{display:table-row;}
#nav .left,
#nav .right{
	display:table-cell;
	width:5px;
	font-size:0;
	background:url(../images/bg-drop-left.png) repeat-y;
}
#nav .right{background:url(../images/bg-drop-right.png) repeat-y;}
#nav .content{
	display:table-cell;
	height:1%;
	background:url(../images/bg-drop-content.png);
}
#nav .top-left,
#nav .top-right,
#nav .bottom-left,
#nav .bottom-right{
	display:table-cell;
	height:5px;
	width:5px;
	font-size:0;
	background:url(../images/bg-drop-top-right.png) no-repeat;
}
#nav .top-left{background:none;}
#nav .bottom-left{background: url(../images/bg-drop-bottom-left.png) no-repeat;}
#nav .bottom-right{ background: url(../images/bg-drop-bottom-right.png) no-repeat;}
#nav .top,
#nav .bottom{
	display:table-cell;
	height:5px;
	font-size:0;
	background:url(../images/bg-drop-top.png) repeat-x;
}
#nav .bottom{background: url(../images/bg-drop-bottom.png) repeat-x;}
/* main */
#main{
	width:100%;
	padding:8px 0 0;
	background:url(../images/bg-main-t.png) no-repeat;
}
.main-holder{
	padding:0 8px;
	background:url(../images/bg-main-repeat.png) repeat-y;
}
* html .main-holder{height:1%;}
.main-b{
	height:8px;
	font-size:0;
	background:url(../images/bg-main-b.png) no-repeat;
}
.main-container{
	width:867px;
	padding:27px 0 0 30px;
	overflow:hidden;
	background:#fff;
}
* html .main-container{height:1%;}
#main .thumbnails{
	width:900px;
	margin:0;
	padding:0;
	list-style:none;
}
#main .thumbnails li{
	display:inline-block;
	vertical-align:top;
	width:255px;
	margin:0 33px 25px 0;
}
* html #main .thumbnails li{
	display:inline;
	margin-right:36px;
}
* + html #main .thumbnails li{
	display:inline;
	margin-right:36px;
}
#main .thumbnails a{
	display:block;
	width:251px;
	margin:0 0 10px;
	padding:2px;
	background:url(../images/bg-thumbnails.gif) no-repeat;
}
#main .thumbnails a span{
	display:block;
	width:100%;
}
#main .thumbnails a:hover{
	background-position:-255px 0;
	cursor:pointer;
}
#main .thumbnails a:hover span{
	width:245px;
	height:179px;
	border:3px solid #1d7db3;
	overflow:hidden;
}
#main .thumbnails a:hover img{margin:-3px 0 0 -3px;}
#main .thumbnails img{display:block;}
#main .thumbnails .caption{
	display:block;
	text-align:center;
	font-size:14px;
}
#main .heading-box{
	margin:-10px 0 15px;
	padding:0 32px 0 0;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	color:#777;
}
* html #main .heading-box{
	height:1%;
	overflow:visible;
}
#main .heading-box .ttl{
	display:block;
	overflow:hidden;
	height:1%;
}
#main .heading-box a{
	margin:0 0 0 20px;
	color:#777;
}
#main .heading-box .link{float:right;}
#main .heading-box .link:hover{color:#386ba3}
/* lightbox */
.lightbox{
	position:absolute;
	top:100px;
	left:-9999px;
	overflow:hidden;
	z-index:1000;
	width:860px;
}
.lightbox .btn-row{
	margin:0 0 -14px;
	padding:0 15px 0 0;
	overflow:hidden;
}
* html .lightbox .btn-row{
	height:1%;
	overflow:visible;
}
.lightbox .close{
	float:right;
	position:relative;
	z-index:1002;
	height:29px;
	overflow:hidden;
}
.lightbox .close span{
	display:block;
	width:30px;
	height:58px;
	text-indent:-9999px;
	background:url(../images/btn-close.png) no-repeat;
}
.lightbox .close:hover{cursor:pointer;}
.lightbox .close:hover span{margin:-29px 0 0;}
/* carousel */
.carousel{
	width:860px;
	overflow:hidden;
	position:relative;
}
.col-left,
.col-right {
	position:absolute;
	left:0;
	top:0;
	height:612px;
	width:30%;
	z-index:1001;
	cursor:pointer;
	background: url(../images/none.gif);
}
.col-right {
	left:auto;
	right:0;
}
.link-prev,
.link-next{
	display:none;
	float:left;
	position:absolute;
	top:289px;
	left:0;
	width:60px;
	height:56px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-link-prev.png) no-repeat;
}
.hover .link-prev,
.hover .link-next{
	display:block;
}
.link-next {background:url(../images/btn-link-next.png) no-repeat;}
.link-next{
	left:auto;
	right:0;
}
.carousel .div{
	position:relative;
	width:800px;
	margin:0 auto;
	border:2px solid #fff;
	overflow:hidden;
}
.carousel .div ul{
	position:relative;
	width:800px;
	height:600px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.carousel .div ul li{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.carousel .div ul li.active{
	z-index:2;
}
.carousel .div ul a{display:block;}
.carousel .div ul img{vertical-align:top;}
.lightbox .description{
	width:800px;
	margin:0 auto;
	padding:12px 0;
	border:2px solid #fff;
	background:#fff;
}
.lightbox .description p{
	margin:0;
	padding:0 0 0 11px;
	list-style:none;
	line-height:16px;
	color:#000;
}
/* contact page */
.contact .main-container{
	width:auto;
	padding:22px 16px 40px 17px;
	background:#ededed;
}
.contact .main-container .visual{
	width:100%;
	margin:0 0 35px;
	background:url(../images/bg-contact-visual.gif) repeat-y -864px 0;
}
.contact .main-container .visual .holder{
	width:100%;
	background:url(../images/bg-contact-visual.gif) no-repeat;
}
.contact .main-container .visual .frame{
	position:relative;
	padding:4px;
	background:url(../images/bg-contact-visual.gif) no-repeat -1728px 100%;
}
* html .contact .main-container .visual .frame{height:1%;}
.contact .main-container .visual img{vertical-align:top;}
.contact .main-container .visual .visual-t,
.contact .main-container .visual .visual-b{
	position:absolute;
	top:-3px;
	left:-2px;
	width:869px;
	height:40px;
	background:url(../images/bg-visual-top.png) no-repeat;
}
.contact .main-container .visual .visual-b{
	top:auto;
	bottom:-3px;
	background:url(../images/bg-visual-bottom.png) no-repeat;
}
.contact .main-container .visual .section{
	position:absolute;
	top:62px;
	right:0;
	width:400px;
}
.txt-would-you-trust{
	margin:0 auto 20px;
	width:378px;
	height:54px;
	font-size:0;
	text-indent:-9999px;
	background:url(../images/txt-would-you-trust.png) no-repeat;
}
.contact .main-container .visual .section .btn{
	display:block;
	width:166px;
	height:52px;
	margin:0 auto;
	overflow:hidden;
}
.contact .main-container .visual .section .btn span{
	display:block;
	width:100%;
	height:102px;
	text-indent:-9999px;
	background:url(../images/btn-quote.png) no-repeat;
}
.contact .main-container .visual .section .btn:hover{cursor:pointer;}
.contact .main-container .visual .section .btn:hover span{margin:-52px 0 0;}
.contact-box{
	width:298px;
	height:119px;
	margin:0 auto;
	padding:60px 20px 0;
	font-size:18px;
	color:#4a4a4a;
	text-align:center;
	background:url(../images/bg-contact-box.gif) no-repeat;
}
.contact-box .ttl{
	display:block;
	margin:0 0 1px;
}
.contact-box .mail{color:#4a4a4a;}
.contact-box .mail:hover{
	text-decoration:none;
	color:#1d7db3;
}
/* footer */
#footer{
	margin:1px 0 0;
	padding:0 7px;
	font-size:10px;
	color:#768696;
}
.footer-holder{
	width:100%;
	padding:6px 0 10px;
	border-top:1px solid #476483;
	overflow:hidden;
}
#footer ul{
	float:left;
	margin:0 15px 0 0;
	padding:3px 0 0;
	list-style:none;
}
#footer li{
	float:left;
	margin:0 8px 0 0;
	overflow:hidden;
}
#footer ul a{
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	background:url(../images/bg-ico-list.gif) no-repeat;
}
#footer ul .linkedin{background-position:-22px 0;}
#footer ul .facebook{background-position:-44px 0;}
#footer ul .twitter{background-position:-66px 0;}
#footer ul .blogger{background-position:-88px 0;}
#footer p{
	margin:0;
	text-align:right;
}
#fader{
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:999;
	background:black;
	width:100%;
}
