/*CSS RESET*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{display:block;}meter,progress,mark, time{display:inline;}ol, ul {list-style: none;}blockquote,q{quotes: none;}html,body{height:100%;}img {border:0;vertical-align:top;text-align:left;}object{vertical-align:top;outline:none;}ul,ol{list-style:none;}table,table td{padding:0;border:none;border-collapse:collapse;}input,select,textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

/*GLOBAL*/
html{min-width:980px;}
body{background:#fff url(../images/body-bg.png);font-family:Arial, Helvetica, sans-serif;font-size:100%;line-height:1em;color:#000;}

#main{
	width:965px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	min-height:880px;
}

#bg-strps{
	width:965px;
	position:absolute;
	height:100%;
	min-height:880px;
	left:50%;
	top:0;
	margin-left:-483px;
	background:url(../images/content-bg.png) 2px 38px;
}

#gspinner{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999;
	left:0;
	top:0;
	background:url(../images/body-bg.png);
}

#gspinner span{
	width:54px;
	height:55px;
	background: url(../images/ajax-loader1.gif) no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	margin:-27px 0 0 -27px;
}

.gwrap{
	width:965px;
	height:794px;
	position:absolute;
}
/*ELEMENTS*/
a {color:#00c0ff;outline:none;}
a:hover{text-decoration:none; color:#000;}


p,.blo{
	line-height:18px;
	margin-bottom:18px;
}


/*header>h1*/
h1{
	width:239px;
	height:239px;
	position:absolute;
	top:39px;
	left:3px;
}

h1 a{
	display:block;
	font:55px/239px Arial, Helvetica, sans-serif;
	color:#eee;
	text-align:center;
	text-decoration:none;
}
/*header>nav*/

nav{
	position:absolute;
	top:39px;
	left:243px;
}

nav li{
	float:left;
	margin-right:1px;
	cursor:pointer;
}

nav li a{
	width:219px;
	height:239px;
	display:block;
	font:16px/239px Arial, Helvetica, sans-serif;
	padding-left:20px;
	color:#ccc;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	z-index:999;
}

.hover-layer,.hover{
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#fff;
}
/*header>* */

/*#content*/

#content{
	width:959px;
	height:479px;
	position:absolute;
	top:279px;
	left:3px;
	font:10px/18px Arial, Helvetica, sans-serif;
	color:#9e9e9e;
}

#content .inner{
	position:absolute;
	background:#fff;
	height:443px;
	padding-top:36px;
}

#content p{
	text-transform:uppercase;
}


#content .address dd{
	width:160px;
}

.scroll{
	height:362px;
	padding-right:50px;
}

._shuttle{
	background:#000;
	width:4px;
	height:107px;
}

._track{
	background:#f5f6f5;
	width:4px;
	left:-35px;
	position:absolute;
}


h2{
	font:24px/1.2em Arial, Helvetica, sans-serif;
	color:#000;
	padding-bottom:20px;
}

/*footer*/
footer{
	position:absolute;
	top:959px;
	top:758px;
	left:0;
	background: url(../images/content-bg.png) 2px 69px;
	height:75px;
	width:965px;
}
/*footer>.privacy*/
footer .privacy{
	font:10px/20px Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	text-transform:uppercase;
	position:absolute;
	left:20px;
	top:18px;
}

footer a{
	text-decoration:none;
	font:10px/20px Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	text-transform:uppercase;
}

footer a:hover{
	color:#000;
}

.soc-ico li{
	position:absolute;
	top:18px;
}

.soc-ico li.itm1{
	left:264px;
}

.soc-ico li.itm2{
	left:503px;
}

.soc-ico li.itm3{
	left:743px;
}
/*forms css*/

#form1{
	width:280px;
}

#form1 .error,#form1 .empty{
	display:block;
	position:relative;
	color:#f00;
	font:10px/1.2em Arial, Helvetica, sans-serif;
}

#form1 label{
	float:left;
	margin-bottom:10px;
	position:relative;
	z-index:1;
}

#form1 .invalid .error{
	display:block;
	position:relative;
	z-index:999;
}

#form1 input,#form1 textarea{
	width:192px;
	border:1px #dbdbdb solid;
	float:left;
	color:#9e9e9e;
	font:10px Arial, Helvetica, sans-serif;
	padding:8px 14px;
}

#form1 textarea{
	width:252px;
	height:125px;
}

#form1 .btns a{
	margin-left:22px;
	float:left;
}

/*forms css*/

#contactform{
	width:280px;
}

#contactform .error,#contactform .empty{
	display:block;
	position:relative;
	color:#f00;
	font:10px/1.2em Arial, Helvetica, sans-serif;
}

#contactform label{
	float:left;
	margin-bottom:10px;
	position:relative;
	z-index:1;
}

#contactform .invalid .error{
	display:block;
	position:relative;
	z-index:999;
}

#contactform input,#contactform textarea{
	width:192px;
	border:1px #dbdbdb solid;
	float:left;
	color:#9e9e9e;
	font:10px Arial, Helvetica, sans-serif;
	padding:8px 14px;
}

#contactform textarea{
	width:252px;
	height:125px;
}

#contactform .btns a{
	margin-left:22px;
	float:left;
}

/*js css*/
a.gallery-menu{
	width:218px;
	height:125px;
	padding:114px 0 0 21px;
	font:10px Arial, Helvetica, sans-serif;
	background:url(../images/marker1.png) 21px 100px no-repeat;
	color:#9e9e9e;
	text-transform:uppercase;
	text-decoration:none;
	position:absolute;
	left:0;
	top:0;
}

a.gallery-menu:hover{
	color:#000;
}

ul.gallery-menu{
	position:absolute;
	left:240px;
	top:0;
	z-index:999;
}

ul.gallery-menu li{
	float:left;
	margin-right:1px;
}

ul.gallery-menu li.lst{
	margin-right:0;
}

.gallery .pic{
	left:239px;
	position:absolute;
	top:0;
}

.gallery .prev,.gallery .next{
	width:239px;
	height:239px;
	position:absolute;
	left:0;
	top:0;
}

.gallery .next{
	top:240px;
}

.gallery .prev .arrow,.gallery .next .arrow{
	position:absolute;
	left:91px;
	top:55px;
	width:62px;
	height:122px;
	background:url(../images/prev-next-sprite.png) 0 100% no-repeat;
}

.gallery .next .arrow{
	background-position:100% 100%;
}

.gallery .next:hover .arrow{
	background-position:100% 0;
}

.gallery .prev:hover .arrow{
	background-position:0 0;
}

.gallery .thumbs{
	position:absolute;
	z-index:998;
	position:absolute;
	left:296px;
	top:400px;
}

.gallery .thumbs li{
	float:left;
	margin-right:10px;
	position:relative;
}

.gallery .thumbs li .hover{
	background:none;
	border:5px #fff solid;
	z-index:1;
	right:0;
	bottom:0;
	width:auto;
	height:auto;
}

.gallery .pic .spinner{
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.7);
}

.gallery .pic .spinner .fade-bg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;	
	background:url(../images/ajax-loader.gif) no-repeat center;
}

 /*js css*/
a.gallery-inf-menu{
	width:218px;
	height:125px;
	padding:114px 0 0 21px;
	font:10px Arial, Helvetica, sans-serif;
	background:url(../images/marker1.png) 21px 100px no-repeat;
	color:#9e9e9e;
	text-transform:uppercase;
	text-decoration:none;
	position:absolute;
	left:0;
	top:0;
}

a.gallery-inf-menu:hover{
	color:#000;
}

ul.gallery-inf-menu{
	position:absolute;
	left:240px;
	top:240px;
	z-index:999;
}

ul.gallery-inf-menu li{
	float:left;
	margin-right:1px;
}

ul.gallery-inf-menu li.lst{
	margin-right:0;
}

.gallery-inf .pic{
	left:239px;
	position:absolute;
	top:0;
}

.gallery-inf .prev,.gallery-inf .next{
	width:239px;
	height:239px;
	position:absolute;
	left:0;
	top:0;
}

.gallery-inf .next{
	top:240px;
}

.gallery-inf .prev .arrow,.gallery-inf .next .arrow{
	position:absolute;
	left:91px;
	top:55px;
	width:62px;
	height:122px;
	background:url(../images/prev-next-sprite.png) 0 100% no-repeat;
}

.gallery-inf .next .arrow{
	background-position:100% 100%;
}

.gallery-inf .next:hover .arrow{
	background-position:100% 0;
}

.gallery-inf .prev:hover .arrow{
	background-position:0 0;
}

.gallery-inf .thumbs{
	position:absolute;
	z-index:998;
	position:absolute;
	left:296px;
	top:400px;
}

.gallery-inf .thumbs li{
	float:left;
	margin-right:10px;
	position:relative;
}

.gallery-inf .thumbs li .hover{
	background:none;
	border:5px #fff solid;
	z-index:1;
	right:0;
	bottom:0;
	width:auto;
	height:auto;
}

.gallery-inf .pic .spinner{
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.7);
}

.gallery-inf .pic .spinner .fade-bg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;	
	background:url(../images/ajax-loader.gif) no-repeat center;
}


/*additional classes*/
.mrk{
	background: url(../images/marker1.png) 3px 0 no-repeat;
	padding-top:8px;
}

.blue{
	color:#00c0ff;
}

.black{
	color:#000;
}

.fleft,.fl{float:left;}
.fright,.fr{float:right;}
.fnone,.fn{float:none;}
.col-1,.col-2,.col-3{float:left;}
.alignleft,.all{text-align:left;}
.alignright,.alr{text-align:right;}
.aligncenter,.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.extra-wrap{overflow:hidden;}
.nopad{padding:0;}
.nomar{margin:0;}
.clear{clear:both;line-height:0;}
.bold{font-weight:bold;}

/*custom boxes*/

.list a{
	color:#00c0ff;
	text-transform:uppercase;
	background:url(../images/marker2.png) left center no-repeat;
	font:10px/30px Arial, Helvetica, sans-serif;
	padding-left:16px;
}

dl.address dd{text-align:right;clear:both;}
dl.address dd span{float:left;}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left;}
