/*CSS RESET*/
html,body,div,gre,pur,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: 12px;
	vertical-align: baseline;
	background: transparent;
	font-family: "Droid Sans", sans-serif;
}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: right;
}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:940px;}
body{background:#000; font-family:'Droid Sans', sans-serif; font-size:100%;line-height:1.2em; color:#000; overflow:hidden;}

#glob{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	min-width: 1060px;
	min-height: 900px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 21px;
	overflow: hidden;
	color: #6f6f6f;
	left: 112;
	top: 3;
}

.cont {width:100%; overflow:hidden !important;}

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

.inner{
	width:940px;
	margin:0 auto;
	position:relative;
	z-index:1;
}
footer>.inner{
	width:940px;
	margin:0 auto;
	position:relative;
	z-index:1;
}



/*ELEMENTS*/
a {color:#6f6f6f; outline:none;}
a:hover{
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

a.link { color:#474747; text-decoration:none; font-family: 'Oswald', sans-serif; font-size:18px; -webkit-transition: all 0.4s ease; text-transform:uppercase; display:inline-block;
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease;}
a.link:hover { color:#c82818; text-decoration:none; -webkit-transition: all 0.4s ease; 
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease;}

a.link2 {color:#000000; outline:none; text-decoration:none;}
a.link2:hover{text-decoration:underline;}

a.link3 {color:#6f6f6f; outline:none;  text-decoration:underline;}
a.link3:hover{text-decoration:none;}

a.link4 {color:#6f6f6f; outline:none;  text-decoration:none;}
a.link4:hover{ text-decoration:underline;}

/*header */
header{
	height:184px;
	width:100%;
	margin:0 auto;
	z-index:100;
	background:url(../images/head_shape2.jpg) 0 0 repeat-x #ffffff; position:relative;
	
}
.head-shape {margin:0 auto; background:url(../images/head_shape_1.jpg) center 0 no-repeat; height:146px;}

#menu{
	position:relative;
	float:left;
	margin-left:246px;
	z-index:1;
}

#menu > li {
	float:left;
	padding:0 4px 0 4px;
	height:38px;
	background:url(../images/line_menu.png) 0 16px no-repeat;
	 position:relative;
}

#menu > li > a {
	display:block;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	line-height:15px;
	text-transform:uppercase;
	padding:12px 7px 11px 7px;
	display:block;
	background:url(../images/roll_shape.png) 0 0 repeat-x;

	
	-webkit-transition: all 0.2s ease-in; 
    -moz-transition: all 0.2s ease-in; 
    -ms-transition: all 0.2s ease-in; 
    -o-transition: all 0.2s ease-in; 
    transition: all 0.2s ease-in;
}

#menu > li > pur > a {
	display:block;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	line-height:15px;
	text-transform:uppercase;
	padding:12px 7px 11px 7px;
	display:block;
	background:url(../images/roll_shape1.png) 0 0 repeat-x;

	
	-webkit-transition: all 0.2s ease-in; 
    -moz-transition: all 0.2s ease-in; 
    -ms-transition: all 0.2s ease-in; 
    -o-transition: all 0.2s ease-in; 
    transition: all 0.2s ease-in;
}

#menu > li > gre > a {
	display:block;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	line-height:15px;
	text-transform:uppercase;
	padding:12px 7px 11px 7px;
	display:block;
	background:url(../images/roll_shape2.png) 0 0 repeat-x;

	
	-webkit-transition: all 0.2s ease-in; 
    -moz-transition: all 0.2s ease-in; 
    -ms-transition: all 0.2s ease-in; 
    -o-transition: all 0.2s ease-in; 
    transition: all 0.2s ease-in;
}

#menu > li:first-child {
	background:none;
}

#menu > li > a:hover, #menu > .active > a, #menu > li.sfHover> a{
	color:#fff; background-position:0 bottom;
	-webkit-transition: all 0.4s ease; 
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease;
}

#menu > li > pur > a:hover, #menu > .active > a, #menu > li.sfHover> a{
	color:#fff; background-position:0 bottom;
	-webkit-transition: all 0.4s ease; 
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease;
}

#menu > li > gre > a:hover, #menu > .active > a, #menu > li.sfHover> a{
	color:#fff; background-position:0 bottom;
	-webkit-transition: all 0.4s ease; 
    -moz-transition: all 0.4s ease; 
    -ms-transition: all 0.4s ease; 
    -o-transition: all 0.4s ease; 
    transition: all 0.4s ease;
}

.submenu_1{ position:absolute; top:38px; left:0px; width:120px; background:#fff; padding:15px 0; z-index:200;}
.submenu_1 li{ position:relative; padding:0 0 4px 10px; width:110px;}
.submenu_1 a{ display:inlineblock; font-family:'Droid Sans', sans-serif; font-size:13px; line-height:20px; color:#000; position:relative; text-align:left; text-decoration:none;}
.submenu_1 a:hover {color:#ad2f00;}

/*#content*/

#content{
	width:1054px;
	height:557px;
	background:url(../images/content_shape.jpg) 0 0 no-repeat;
	position:absolute;
	left:50%;
	top:251px;
	margin:0 0 0 -2400px;
	overflow:hidden;
	z-index:90;
}

#content>ul>li{
	display: block;
	position: relative;
	font-size: x-small;
}


h1 { margin-left:288px; width:382px; height:127px; padding-bottom:19px; margin-top:0px;}

h2{
	color:#474747; margin-top:47px; text-transform:uppercase;
	font-family:'Oswald', sans-serif; font-size:48px; line-height:1.2em;
}
h3{
	color:#363636; margin-top:50px; text-transform:uppercase; padding-bottom:20px;
	font-family:'Oswald', sans-serif; font-size:16px; line-height:1.2em;
}

.img-border { border:3px solid #fff;}
.img-shadow {box-shadow:0px 0px 2px #d2d2d2; }

.text-1 {color:#000000;}
.text-2 {
	color: #F88E39;
	font-family: 'Oswald', sans-serif;
	margin-top: 23px;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: .7em;
}

.marg0 {margin-left:0px !important;}
.marg1 {margin-top:24px !important;}
.marg2 {
	margin-top: 30px;
	font-size: x-small;
	text-align: center;
}
.marg3 {
	margin-top: 16px;
	font-size: x-small;
	font-family: "Droid Sans", sans-serif;
	color: #474747;
	font-weight: bold;
}
.marg4 {
	margin-top: 26px;
	font-size: small;
}
.marg5 {
	margin-top: 19px;
	font-size: small;
	text-align: center;
}
.marg6 {margin-top:38px;}
.marg7 {margin-top:22px;}
.marg8 {margin-top:10px;}
.marg9 {margin-top:19px;}

.pad1 {padding-bottom:16px;}
.address {margin-top:22px;}

dl dd span { display:inline-block; width:74px;}

.img-indent {float:left; margin:5px 21px 0px 0px;}


.google_map{
	width:294px;
	height:242px;
}

.box-1 {background:#fff; padding:8px 8px 6px 8px; float:left; margin-left:29px; width:274px; margin-top:19px;}

.zoomSp{display:block; position:absolute; left:0; top:0; width: 274px; height: 126px; z-index:3; background: url(../images/magnify.png) 50% 50% no-repeat; }
.pic img{
	position: relative;
	z-index: 1;
	font-size: 12px;
}
figure {position: relative; z-index: 1; padding-bottom:4px;}


/*footer*/
footer{
	height:72px;
	left:0;
	bottom:0px;
	width:100%;
	position:absolute;
	z-index:1;
	background:#080808;
}

footer .privacy{
	font-family:'Oswald', sans-serif;
	font-size:12px; line-height:15px;
	color:#414141;
	text-transform:uppercase;
	margin-top:15px;
}
.socialicon {margin-left:400px; margin-top:9px;}
.socialicon a {width:21px; height:21px; margin-left:8px; display:inline-block; float:left;}
a.icon-1 {background:url(../images/icon-01.png) 0 0 no-repeat; }
a.icon-1:hover {background-position:0 bottom; }
a.icon-2 {background:url(../images/icon-02.png) 0 0 no-repeat; }
a.icon-2:hover {background-position:0 bottom; }
a.icon-3 {background:url(../images/icon-03.png) 0 0 no-repeat; }
a.icon-3:hover {background-position:0 bottom; }
a.icon-4 {background:url(../images/icon-04.png) 0 0 no-repeat; }
a.icon-4:hover {background-position:0 bottom; }
a.icon-5 {background:url(../images/icon-05.png) 0 0 no-repeat; }
a.icon-5:hover {background-position:0 bottom; }
/*forms css*/

/*js css*/

.thumbs{
	background: url(../images/op-70.png);
	position: absolute;
	bottom: 67px;
	width: 620px;
	left: 50%;
	margin-left: -310px;
	height: 77px;
}

.thumbs .prev,.thumbs .next{
	width:7px;
	height:13px;
	background:url(../images/prev-next-sp.png) no-repeat 0 0;
	position:absolute;
	left:20px;
	top:33px;
}

.thumbs .next{
	right:20px;
	left:auto;
	background-position:100% 0;
}

.thumbs .prev:hover{background-position:0 100%; }
.thumbs .next:hover{background-position:100% 100%;}

.thumbs .pags{
	width: 527px !important;
	position: absolute;
	left: 47px;
	top: 18px;
}

.thumbs .pags li{
	float:left;
	margin-right:19px;

}
.ovrl {background:url(../images/stroke.png) 0 0 no-repeat;}

.bg-spinner{
	background:url(../images/ajax-loader.png) 0 0 no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	left:5px;
	top:190px;	
}

/*additional classes*/

.fl{float:left;}
.fr{float:right;}
.col-1,.col-2,.col-3{float:left;}
.all{text-align:left;}
.alr{text-align:right;}
.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;}
a.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.bold{font-weight:bold;}
.wrap{overflow:hidden;}
.extra-wrap {overflow:hidden;}
.nopa{padding:0;}
.noma{margin:0;}
.nobg{background:none;}
.nobd{border:none;}
.nofl{float:none;}
.dn{display:none;}
.clear{clear:both;line-height:0;}



#form {
	margin: 23px 0 0px 0px;
	width:620px;
}
#form input {
	border:#d5d5d5 1px solid;
	background:#ffffff;
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	height:16px;
	color:#757575;
	padding:9px 4px 11px 15px;
	outline: medium none;
	width: 326px;
	
	float:left;
}
#form textarea {
	
	border:#d5d5d5 1px solid;
	background:#ffffff;
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#757575;
	height: 184px;
	outline: medium none;
	overflow: auto;
	padding: 9px 4px 11px 15px;
	width: 587px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
}
#form label {
	position:relative;
	display: block;
	min-height:45px;
}
#form .error, #form .empty {
	color: #F00;
	display: none;
	font-size: 11px;
	line-height:14px;
	float:left;
}
#form .error-empty {
	margin: 4px 0 5px 7px !important;
	display:none;
	float:left;
	width:150px;
}
#form .success {
	display:none;
	padding-bottom:6px;
	
}
.btns {
	text-align:right;
	width:607px;
	position:relative;
	padding-top:26px;
	overflow:hidden;
	
}
.btns a {
	margin: 0px 0px 0px 24px; cursor:pointer;
}

body {
	background-color: white;
}