@import "reset.css";
@import "grid.css";
/* Getting the new tags to behave */
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {
display:block;
}
mark,rp,rt,ruby,summary,time {
display:inline;
}
/*global*/
body {
position:absolute;
font:11px/18px Franklin Gothic Book, Arial, sans-serif;
color:#676767;
min-width: 960px;
min-height:1000px;
width:100%;
height:100%;
overflow:hidden;
z-index:1;
}
body p a {
text-decoration:none;
}
body p a:hover {
text-decoration:underline;
}
h1 {
display: inline-block;
padding-top: 24px;
}
h1>a{
position:relative;
display:inline-block;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 241px;
height: 130px;
background: url(..\\images\\logo.png) left top no-repeat;
}
h2,h3 {
	color: #ebebeb;
	text-transform: uppercase;
	padding-bottom: 33px;
	font-family: "Franklin Gothic Book";
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
}
h3 {
font-size: 14px;
padding-bottom: 12px;
}
h4 {
	text-transform: uppercase;
	color: #bbb;
	font-weight: normal;
	font-size: 10px;
}
a {
text-decoration:none;
}
p {
	padding-bottom: 18px;
	color: #CCC;
}
figure{
	display: inline-block;
}
figure>img,figure>div{

}
#glob {
position:absolute;
width:100%;
height:100%;
overflow:hidden;
z-index:2;
}
.spinner {
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
z-index:9999;
background:url( "..\\images\\ajax-loader.gif") 50% 50% no-repeat #181619;
}
#splashGrid{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #666;
}
#bgStretch {
z-index:1;
}
#bgStretch>img {
background: #181619; 
}
.pagin{
position: absolute;
top: -194px;
right: 49px;
}
.pagin>ul>li{
position: relative;
display: block;
width: 12px;
height: 12px;
margin-bottom: 3px;
}
.pagin>ul>li.active>a{
background-position: center bottom;
}
.pagin>ul>li>a{
position: relative;
display: inline-block;
width: 100%;
height: 100%;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: url(..\\images\\pagin_icon.png) center top no-repeat;
}
#splashInfo{
position: absolute;
display: block;
left: 0;
top: -66px;
width: 100%;
height: 34px;
background: url(..\\images\\slogan_bg.png);
overflow: hidden;
text-align: center;
padding: 16px 0;
}
#splashInfo>ul{
text-align: center;
display: inline-block;
}
#splashInfo>ul>li{
display: none;
width: 940px;
}
#splashInfo>ul>li.active{
display: block;
}
#splashInfo>ul>li>p{
font: 30px/1.2em 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
letter-spacing: -1px;
}
header, footer{
position:absolute;
width:100%;
z-index:100;
}
/*header*/
header{
top:0px;
height:199px;
background: url(..\\images\\header_bg.png) center repeat-x;
}
.soc_icons{
display: inline-block;
float: right;
padding-top: 75px;
}
.soc_icons>li{
position: relative;
display: inline-block;
float: left;
margin-left: 1px;
}
.soc_icons>li>a{
position: relative;
display: block;
width: 35px;
height: 35px;
}
.soc_icons>li>a>img{
position: relative;
margin-top: 10px;
}
/*end header*/
/*footer*/
footer {
	bottom:0px;
	height: 100px;
	background: url(..\\images\\footer_bg.png) center repeat-x;
	padding-top: 43px;
}
footer p {
position: relative;
font: 10px/1.2em Franklin Gothic Book, Arial, sans-serif;
color: #949494;
text-transform: uppercase;
}
footer p a{
color: #949494;
}
footer p>span{
font: 18px/1.2em 'Oswald', sans-serif;
color: #fff;
padding-bottom: 7px;
position: relative;
display: inline-block;
}
#formSearch{
position: absolute;
display: inline-block;
width: 388px;
height: 153px;
top: -29px;
right: -3px;
background: url(..\\images\\form_bg.png) 0 0 no-repeat;
}
#formSearch>div{
display: inline-block;
padding: 30px 41px;
position: relative;
}
#formSearch>div>span{
font: 18px/1.2em 'Oswald', sans-serif;
color: #fff;
text-transform: uppercase;
display: inline-block;
margin: 0px;
}
.searchField{
display: inline-block;
width: 304px;
position: relative;
z-index: 1;
height: 30px;
margin: 21px 0 0 1px;
}
.searchField input{
background: #fff;
outline: none;
font-size: 12px;
line-height: 1.2em;
font-style: italic;
padding: 8px 38px 7px 18px;
width: 248px;
color: #949595;
margin: 0;
}
.search{
display: inline-block;
width: 25px;
height: 19px;
top: 78px;
right: 47px;
background: url(..\\images\\form_icon.png) center top no-repeat;
position: absolute;
cursor: pointer;
z-index: 20;
overflow: hidden;
}
/*end footer*/
/*menu*/
.menu {
position: relative;
display: block;
width: 942px;
height: 67px;
margin-top: 28px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 1px 5px rgba(0,0,0,0.61);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.61);
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.61);
background: url(..\\images\\menu_bg.png) center repeat-x;
}
#menu{
position: relative;
}
#menu>li {
display: inline-block;
position: relative;
width: 157px;
height: 67px;
float: left;
text-align: center;
}
#menu>li:first-child>strong{
border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
left: 0;
width: 156px;
}
#menu>li.no_bg>a {
background: none;
}
#menu>li.no_bg>strong {
border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}
#menu>li>a {
position: relative;
display: block;
text-shadow: #080808 1px 1px 0px;
padding: 0;
z-index: 2;
height: 67px;
overflow: hidden;
background: url(..\\images\\menu_divider.png) right center no-repeat;
}
#menu>li>a>span{
	position: relative;
	display: block;
	width: 100%;
	color: #9b9b9b;
	text-transform: uppercase;
	padding: 25px 0;
	font-family: Franklin Gothic Book, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
#menu>li>a>span:first-child+span{
color: #fff;
position: absolute;
left: 0;
top: -70px;
}
#menu>li>strong{
display: inline-block;
position:absolute;
height: 100%;
width: 158px;
top: 0;
left: -2px;
background: url(..\\images\\menu_bg_over.png) center repeat-x;
z-index: 1;
}
#menu>li>span{
position: absolute;
display: inline-block;
top: 0;
left: 0;
width: 100%;
height: 4px;
margin-top: 47px;
background: url(..\\images\\submenu_arrow.png) center top no-repeat;
z-index: 2;
}
.submenu_1, .submenu_2 {
position:absolute;
z-index:9100;
width: 157px;
padding: 25px 0 4px;
left: -1px;
top: 100%;
background: url(..\\images\\submenu_bg_1.jpg);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 0 3px rgba(0,0,0,0.61);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.61);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.61);
display: none;
}
.submenu_1 li {
position:relative;
display: block;
margin-bottom: 16px;
}
.submenu_1 a {
position:relative;
display: inline-block;
font: 11px/1.2em Franklin Gothic Book, Arial, sans-serif;
color: #fff;
text-transform: uppercase;
}
.submenu_1 li>a:hover,.submenu_1 li.sfHover>a{
color:#0083a9;
}
.submenu_2 {
left: 158px;
top: -8px;
background: url(..\\images\\submenu_bg_2.jpg);
padding: 8px 0 2px 30px;
width: 165px;
}
.submenu_2 li{
display: inline-block;
margin: 0 16px 0 0;
float: left;
}
.submenu_2 li.last{
margin-right: 0;
}
/*end menu*/
/*pages*/
#content {
position:relative;
width:960px;
margin: 4px auto 0;
z-index: 50;
top: 278px;
}
#content>ul {
width:100%;
}
#content>ul>li.no_disp{
display: none;
width: 0;
height: 0;
}
#content>ul>li {
position:absolute;
width:100%;
background: none;
overflow: hidden;
}
.readMore {
font-size: 11px;
text-transform: uppercase;
color: #9a9b9b;
}
.readMore>span{
position: relative;
display: inline-block;
width: 3px;
height: 3px;
margin: 8px 7px;
background: #666666;
}
.readMore:hover {
text-decoration: underline;  
}
.list1{
margin-top: 5px;
}
.list1>li{
	display: inline-block;
	position: relative;
	width: 217px;
	height: 460px;
	text-align: center;
	margin-right: 18px;
	background-image: url(../images/list_bg.png);
	background-repeat: no-repeat;
}
.list1>li.last{
	background-image: url(../images/list_dx_bg.png);
	background-repeat: no-repeat;
	height: 460px;
	position: absolute;
	left: 725px;
	top: 4px;
}
.list1>li>figure{
	position: absolute;
	right: 15px;
	top: 50px;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
.list1>li>figure_dx{
	top: 55px;
	padding-top: 5px;
}

.list1>li>h3{
	padding-bottom: 23px;
	width: 200px;
	padding-top: 20px;
	font-family: "Franklin Gothic Book";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
}
.list1>li>h4{
	padding-bottom: 23px;
	width: 217px;
	padding-top: 20px;
	font-family: "Franklin Gothic Book";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
}

.list1>li>p{
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	width: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.list1>li>p2{
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	width: 217px;
	color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
}

.list2{
margin-top: -10px;
}
.list2>li{
display: inline-block;
position: relative;
width: 280px;
margin: 10px 37px 5px 0;
}
.list2>li.right{
margin-right: 0;
}
.list2>li>div{
display: block;
overflow: hidden;
height: 57px;
}
.list2>li>div>div{
display: inline-block;
position: relative;
float: left;
margin-right: 10px;
width: 50px;
height: 50px;
background: url(..\\images\\num_bg.png) 0 no-repeat;
text-align: center;
}
.list2>li>div>div>p{
font: 26px/1.2em 'Oswald', sans-serif;
text-transform: uppercase;
color: #fff;
padding: 10px 0;
}
.list3{
	display: inline-block;
	width: 100%;
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	color: #CCC;
}
.list3>li{
display: block;
width: 100%;
margin-bottom: 12px;
}
.list3>li>span{
position: relative;
display: inline-block;
width: 3px;
height: 3px;
margin: 7px 7px 8px 1px;
background: #676767;
}
.list3>li>a{
color: #676767;
}
.list4>li{
	position: relative;
	margin-bottom: 17px;
	font-family: "Franklin Gothic Book";
	font-size: 13px;
}
.list4>li>figure{
float: left;
margin: 2px 20px 0 0;
}

.list5>li{
	position: relative;
	width:705px;
	top: 5px;
	font-family: "Franklin Gothic Book";
	font-size: 10px;
}
.list6>li{
	position: relative;
	margin-bottom: 17px;
	padding-left:20px;
	font-family: "Franklin Gothic Book";
	font-size: 12px;
	background-image: url(../images/bg_list6.png);
	background-repeat: no-repeat;
	height:504px;
	padding-top: 20px;
}
hr{
display: inline-block;
width: 186px;
height: 1px;
background: url(..\\images\\hline.jpg) repeat-x;
margin: 21px 0 21px;
}
/*PADDINGS*/
.pad2 {
	padding: 0 20px 30px 0;
	color: #FFF;
	font-family: "Franklin Gothic Book";
}
.mar1{
margin: 2px 0 18px;
}
.mar2{
margin: 2px 20px 0 0;
}
.color2{
color: #fff;
}
.width1{
	display: inline-block;
	width: 150px;
	font-family: "Franklin Gothic Book";
	color: #CCC;
}
/*additional classes*/
.fleft {
float:left;
}
.wrapper {
width:100%;
overflow:hidden;
}
.wrapper2 {
	width:300px;
	overflow:hidden;
	font-family: "Franklin Gothic Book";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border: 5px solid #F0C;
}

a.nound,.nound a {
text-decoration:none;
}
a.nound:hover,.nound a:hover {
text-decoration:underline;
}
a.und,.und a {
text-decoration:underline;
}
a.und:hover,.und a:hover {
text-decoration: none;
}
.clear {
clear:both;
line-height:0;
}
/*google map*/
.google_map{
position:  relative;
overflow: hidden;
border-radius: 0px;
width: 426px;
height: 374px;
border: 1px solid #171717;
box-shadow: none;
background-color: #181619;
background-image: url(..\\images\\ajax-loader.gif);
background-repeat: no-repeat;  
background-position: 50%;
}
/*end google map*/
/* Forms*/
#form1 {
	position: relative;
	height: 434px;
}
#form1 input,
#form1 textarea {
	position: relative;
	background: none;
	border: 1px solid #393939;
	color:#FFF;
	padding: 7px 10px 8px;
	width: 278px;
	outline:none;
	box-shadow:none;
	font-family: "Franklin Gothic Book";
}
#form1 textarea {
height: 204px;
overflow:auto;
resize: none;
margin-top: 2px;
}
#form1 label {
display:inline-block;
min-height: 41px;
position: relative;
width: 300px;
}
#form1 .success{
position: relative;
padding-bottom: 4px;
color:#fff;
}
#form1 .error, #form1 .empty {
text-align: left;
display:none;
font-size:10px;
color:#fff;
margin-left: 3px;
top: -3px;
position: relative;
margin-top: -1px;
}
fieldset{
height: 210px;
}
.btns{
padding-top: 21px;
position: relative;
margin-left: -6px;
}
.btns a{
display:inline-block;
margin-right: 14px;
}
/* Form defaults */
input, select, textarea {
font: normal 11px/13px Franklin Gothic Book, Franklin Gothic Book, Arial, sans-serif;
vertical-align:middle;
}
/*end forms*/
