/*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:960px;}
body{background:#fff;font-family:Arial, Helvetica, sans-serif;font-size:100%;line-height:1em;color:#000;}

#glob{
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	z-index:1;
	left:0;
	top:0;
	min-width:960px;
	min-height:800px;
}

#gspinner{
	background: url(../images/ajax-loader.gif) #000 50% 50% no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9998;
}

/*ELEMENTS*/
a {color:#575757;outline:none;}
a:hover{text-decoration:none;}


p,.blo{
	line-height:20px;
	margin-bottom:20px;
	font:14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#575757;
}

.p2{
	margin-bottom:30px;
}


/*header*/
header{
	width:100%;
	height:89px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/header-bg.png) repeat-x;
	z-index:1;
}

nav{
	width:960px;
	margin:0 auto;
}

nav>ul>li{
	float:left;
	position:relative;
}

nav>ul>li>a{
	display:block;
	width:192px;
	height:89px;	
	text-align:center;
	font:bold 16px/89px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

nav>ul>li>span{
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	background:url(../images/nav-bg.png) repeat-x;
	display:none;
}

nav>ul>li> ul{
	width:192px;
	background:url(../images/dropDown-bg.png) repeat-x;
	padding:6px 0;
}

nav>ul>li> ul>li{
	text-align:center;
}

nav>ul>li> ul>li>a{
	font:bold 16px/34px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px #464646 solid;
	padding:0 38px;
}

nav>ul>li> ul>li>a.lst{
	border:none;
}

nav>ul>li> ul>li>a:hover,nav>ul>li> ul>li.active>a{
	color:#4a4a4a;
}

h1{
	position:absolute;
	left:949px;
	top:366px;
	z-index:2;
	margin:-26px 0 0 -148px;
}

h2{
	font:30px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:28px;
}

/*#content*/

#content{	
	position:absolute;
	z-index:1;
	font:14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#575757;
}

#content>ul>li{
	display:block;
	position:absolute;
	top:0;
	left:0;
}

#content .has-content{
	background:#000;
}

#content .inner{
	padding:50px 40px;
	width:720px;
	overflow:hidden;
}

.scroll{
	height:240px;
	padding-right:66px;
}

._track{
	background:#1f1f1f;
	width:28px;
	
}

._shuttle{
	width:28px;
	height:82px;
	background: url(../images/scroll-track-bg.png);
}


/*footer*/

footer{
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	z-index:1;
}

.privacy{
	font:13px/50px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#515151;
	text-transform:uppercase;
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-480px;
}

.privacy a{
	color:#fff;
}

/*forms css*/

#form1{
	width:360px;
	float:left;
}

#form1 label{
	float:left;
	margin-bottom:3px;
}

#form1 input,#form1 textarea{
	float:left;
	width:342px;
	padding:4px 8px;
	border:1px #575757 solid;
	background:#1a1a1a;
	color:#575757;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#form1 textarea{
	height:97px;
}

#form1 .btns{
	padding-top:10px;
	float:right;
}

#form1 .btns a{
	float:left;
	margin-left:22px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#form1 .error,#form1 .empty{
	font:10px/14px Arial, Helvetica, sans-serif;
	float:left;
	color:#fff;
}

.success{
	color:#fff;
	text-align:center;
	padding:4px;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*js css*/

/*#privacy{
	background:#272727;
	width:410px;
	height:350px;
	padding:53px 37px;
}

#privacy .scroll{
	height:290px;
}*/

/*additional classes*/
.gray{
	color:#a3a3a3;
}

.dn{
	display:none;
}

.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{
}

dl.address dd{text-align:right;clear:both; width:200px;}
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; margin-right:20px;}
