/* mbhuju@gmail.com */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
body{margin:0px; background:#f47726;   min-width:1200px; font-family:'Lato', Arial, Helvetica, sans-serif;  font-size:17px; color:#000; font-weight: normal; line-height: 26px;}

a:link, a:active, a:visited{font-size:17px; color:#eb6814; font-weight: normal; line-height: 26px; text-decoration:underline;}
a:hover{color:#000; text-decoration:underline;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited {font-size:12px; color:#fff; font-weight: bold; line-height:20px; text-decoration:none;}
a.footermenu:hover{color: #fff;}

/*********
HEADER
******/
#header{width:100%; height:auto; background:#fff;}
#header_inner{width:1045px; height:auto; margin:0 auto;}
#left_part{width:430px; height:auto; float:left;}
#menu{width:573px; height:auto; float:right; padding-top:53px; }

#header_bottom{width:100%; height:5px; background:#ffc80c;}

/*******
CONTENT
*********/
#content{width:100%; height:auto; background:url(../images/bg.jpg) repeat-x #f47726; }
#photo{width:1045px; height:auto; margin:0 auto;}
#content_inner{width:1045px; height:auto; margin:0 auto; background:url(../images/bg1.jpg) repeat-x #f47726; }

#inner{width:1024px; height:auto; float:left; background:url(../images/bg01.jpg);}
#left_content{width:448px; height:auto; float:left;}
#right_content{width:576px; height:auto; float:left;}
#home_inner{width:510px; height:auto; margin:0 auto; padding:64px 0 50px 0;}
#main{width:520px; height:auto; margin:0 auto; padding:6% 0; background:#fff;}
/*******
FOOTER
*********/
#footer{width:1045px; height:auto; margin:0 auto; text-align:center; padding:20px 0 40px 0; }

#menu img { display: block; }
.menutable{ width:85%;}
/*******
STYLE
*********/
h1{	font-family:Century Gothic;	font-size:34px;	color: #c04f06;	font-weight:bold; text-transform: uppercase; margin-top:0;}

.style1{ font-size:24px; color: #000; font-weight: bold;	line-height: 24px;}
.style2{ font-size:24px; color:#f47726; font-weight: bold;	line-height: 26px;}
.style3{ font-size:18px; color:#000; font-weight: normal;	line-height: 34px;}
.style4{ font-family:Century Gothic; font-size:20px; color: #fc5b5f; font-weight: bold;	line-height: 24px;}


.img{border:1px solid #cdcdcd; padding:5px;}

.clear{clear:both;}

/************************************************************************************
FORM
*************************************************************************************/
input, textarea {  background-color:#eaeaea;  border:none;  border-bottom-left-radius:5px;  border-bottom-right-radius:5px;  border-top-left-radius:5px;  border-top-right-radius:5px;  font-size:16px;  padding:4px 6px;   margin-bottom:10px; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.form-submit-button{ background-color:#F68D22;  border:none;  color:#FFFFFF;  border-bottom-left-radius:5px;  border-bottom-right-radius:5px;  border-top-left-radius:5px;  border-top-right-radius:5px;  font-size:16px;  padding:6px;  width:200px;  font-weight:bold; cursor: pointer; }
.form-submit-button:hover{background-color:#F68D22;  color:#FFFFFF; }
.email_error{ padding:2px; border:1px solid red; color:red; margin-bottom:5px;}
textarea{ height:100px;}
.formsize{ width:90%}

