@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'lucida_sans_unicoderegular';
    src: url('../font/l_10646-webfont.eot');
    src: url('../font/l_10646-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/l_10646-webfont.woff') format('woff'),
         url('../font/l_10646-webfont.ttf') format('truetype'),
         url('../font/l_10646-webfont.svg#lucida_sans_unicoderegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.clr {clear: both;}
body {
background: #fdfdfd; 
font-family: arial,Helvetica,serif;
margin: 2px;
}
body, select, input, textarea {  
color: #333131; 
font-size:13px;   
font-family: arial,Helvetica,serif;}
h1{ font-weight: normal;font-family: 'lucida_sans_unicoderegular';}
h1{font-size:28px; font-weight: normal;font-family: 'lucida_sans_unicoderegular';}
h2{font-size:25px; font-weight: normal;font-family: 'lucida_sans_unicoderegular';}
h3{font-size:22px; font-weight: normal;font-family: 'lucida_sans_unicoderegular';}
h4{font-size:18px; font-weight: normal;font-family: 'lucida_sans_unicoderegular';}
h5{font-size:16px; font-weight: normal;font-family: 'lucida_sans_unicoderegular';}
h6{font-size:13px; font-weight: normal;font-family: 'lucida_sans_unicoderegular';}
* {margin: 0;padding: 0;}
a{ text-decoration:none;color:#1a7bad;}
a:hover { color: #000;   }
p,dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset{margin-bottom:0.6em}
img {
border: 0;
}

/*-------------------Header-------------------*/
header {background: url(../images/header-bg.jpg) 50% 0 no-repeat; height: 130px;}
.header-section {margin: 0 auto; width: 1000px; text-align: left; position: relative;}
.logo {float: left; padding-top: 10px;}
.menu {float: right;   padding-top: 15px;}
.menu ul {list-style: none;padding-top: 15px;}
.menu ul li {float: left; color:#000; font-family: 'lucida_sans_unicoderegular'; font-weight: bold; padding: 0 3px;}
.menu ul li a{color:#000;}
#main-content {}
#main-content-wrapper {margin: 0 auto; width: 1000px; text-align: left; position: relative;}
.left {width: 215px;margin-lefT: -10px;
float: left;}
.right {float: right;background: url(../images/right-bg.png) 0% 0 no-repeat;width: 769px; height: 542px; margin-top: 18px;}
.right { color:#000; font-family: 'lucida_sans_unicoderegular';font-weight: bold;}
footer {background: url(../images/footer-bg.png) 50% 0 no-repeat;height: 102px;margin-top: -23px;}
.footer-wrap {
margin: 0 auto; width: 1000px; text-align: left; position: relative;
}
.footer-left {float: left;padding-top: 18px;}
.footer-right {float: right; color:#000000; color:#000; font-family: 'lucida_sans_unicoderegular'; font-weight: bold;  padding-top: 16px;}
.gallery {}
.gallery ul {list-style: none;}
.gallery ul li {float: left;width: 192px;height: 192px;}
.gallery ul li a {}
.gallery ul li a img {width:120px;
height:120px;
margin-left:35px;
display:block;
overflow:hidden;
-moz-background-clip: padding;    
-webkit-background-clip: padding;  
background-clip: padding-box; 

-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.contact-left {float: left;width: 415px;}

.contact-left p {
    margin: 0.5em 0 1.5em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="www"],
input[type="tel"],
textarea  {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #9c9c9c;
	font-size: 12px;
	font-weight: 400;
	height: 34px;
	max-width: 100%!important;
	padding: 0 15px
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	background: #fffef4;
}

label {
	color: #333;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
}

select {
	border: 1px solid #e5e5e5;
	height: inherit;
	max-width: 100%;
	padding: 6px
}

.contact-left #loginform input[type="text"],
.contact-left #loginform input[type="password"] {
	border-color: #000;
	float: right;
	width: 75%;
}
.contact-left textarea {
height :150px;
	border-color: #000;
	float: right;
	width: 100%;}
	/* buttons */
.btn,
button,
.woocommerce a.button,
.readon,
.nav-btn a,
.more-link,
.gk-button,
a.gk-button,
input[type="button"],
input[type="submit"] {
	background: #000;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 2px 2px;
	padding: 0 15px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.nav-btn a:active,
.nav-btn a:focus,
.nav-btn a:hover,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button.active,
.woocommerce a.button:focus,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
a.gk-button:hover,
a.gk-button:active,
a.gk-button.active,
a.gk-button.disabled,
a.gk-button[disabled],
.readon:hover,
.readon:active,
.readon:focus,
.btn:focus,
button:focus,
a.gk-button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.more-link:active,
.more-link:focus,
.more-link:hover {
 	background: #ff7e57;
 	color: #fff!important;
}
.contact-right {float: right;width: 300px;}
.contact-right img {width: 250px;}