/*-------------------------------------------------
GLOBALS CLASSES 
-------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	background: #FEFFEF;
	color: #222222;
}
p {
	color: #222222;
}

hr {
	border:1px solid #F7931E;
}

img {
	border: none;
}
h1 {
	font-family: 'Aclonica', cursive;
	font-size: 24px;
	color: #B43D0B;
	font-weight: normal;
}
h2 {
	font-family: 'Rokkitt', serif;
	font-size: 22px;
	color: #F7931E;
	font-weight: normal;
}

h3, h5, h6 {
	color: #333333;
}
h4 {
	font-family: 'Rokkitt', serif;
	font-size: 20px;
	color: #B43D0B;
}


a {
	text-decoration: none;
	color: #F7931E;
}
a:hover {
	color: #b34a30;
}
/*-------------------------------------------------
GENERAL CLASSES
-------------------------------------------------*/
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.marRight40 {
	margin-right: 40px;
}
.marRight30 {
	margin-right: 30px;
}
.marTop {
	margin-top: 30px;
}
.bg-bottom-none {
	background: none bottom !important;
}
.page-wrap {
	width: 960px;	/* 960px */
	overflow: hidden;
	margin: 0 auto;
}
.page {
	width: 1200px;	/* 960px */
	overflow: hidden;
	margin: 0 auto;
}
.wrap {
	overflow: hidden;
}
.box {
	width: 47.9%;	/* 460px */
	float: left;
	margin-bottom: 40px;
}
.button {
	background: url(../images/button.png) no-repeat;
	width: 80px;
	height: 30px;
	text-align: center;
	margin-top: 20px;
}
.button:hover {
	background: url(../images/button-hover.png) no-repeat;
}
.button a {
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
}
.button a:hover {
	color: #ffffff;
}
/*-------------------------------------------------
HEADER CLASSES
-------------------------------------------------*/
.header-wrap {
	width: 1200px;	/* 960px */
	margin: 0px auto 50px auto;
}
.logo {
	margin: 0 auto;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.logo h1 {
	font-size: 50px;
	color: #B43D0B;
	border: 0px red solid;
	text-align: center;
}
/*-------------------------------------------------
PANEL CLASSES
-------------------------------------------------*/

.panel {
	overflow: hidden;
	background: url(../images/bg3.jp);
	background-color: #FFF0BC;
	padding: 30px;
}
.title {
	margin-bottom: 20px;
	margin-top: 15px;
}
.content p {
	padding-bottom: 10px;
}
.content img {
	margin-right: 30px;
	float: left;
}
/*-------------------------------------------------
MENU CLASSES
-------------------------------------------------*/
.menu-wrap {
	height: auto;
	background: #000;
}
.menu {
	margin: 0 auto;
	width: 870px;
	background-color: #B43D0B;
}
.menu img {
	float: left;
}

/*.menu-mid{ float:left;background:url(../images/bg1.jpg) repeat-x center; height:100%;}
.menu ul li{ float:left; background:url(../images/bg1.jpg) repeat-x center; color:#ffffff; font-size:19px; list-style:none; height:60px; line-height:60px; padding:0px 10px 0px 10px;}
.menu ul li a{ text-decoration:none; color:#ffffff;}
.menu ul li a:hover{ text-decoration:none; color:#446396;}
*/

/*-------------------------------------------------
BANNER CLASSES
-------------------------------------------------*/
.banner-wrap {
	text-align:center;
	background: url(../images/bg2.jp);
	background-color: #B43D0B;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 50px;
	margin-top: 40px;
}
.banner {
	width: 1200px;	/* 960px */
	margin: 0 auto;
}

/*-------------------------------------------------
PAGE CLASSES
-------------------------------------------------*/
.page {
}
.page .content p {
	padding-bottom: 20px;
	font-size: 18px;
}

/*-------------------------------------------------
CONTACT FORM CLASSS
-------------------------------------------------*/
.contact-form {
	background: url(../images/bg4.jp);
	background-color: #F7931E;
	padding: 30px;
	width: 840px;
	float: left;
	margin-top: 30px;
}
.contact-form label {
	display: block;
	padding: 10px 0 10px 0;
}
.contact-form label span {
	display: block;
	color: #fff;
	font-size: 18px;
	float: left;
	width: 80px;
	text-align: left;
	padding: 5px 20px 0 0;
}
.contact-form .input_text {
	width: 720px;
	height: 35px;
	background: url(../images/bg3.jp);
	background-color: #FEFFEF;
	border: none;
	outline: none;
	color: #385278;
	font-family: 'Rokkitt', serif;
	font-size: 18px;
}
.contact-form .message {
	width: 720px;
	height: 150px;
	background: url(../images/bg3.jp);
	background-color: #FEFFEF;
	border: none;
	color: #385278;
	outline: none;
	font-family: 'Rokkitt', serif;
	font-size: 18px;
}
.contact-form .button {
	background: url(../images/button-frm.png) no-repeat;
	color: #FEFFEF;
	text-transform: uppercase;
	font-family: 'Rokkitt', serif;
	border: none;
	margin-left: 100px;
	margin-top: 20px;
	font-size: 18px;
}
.contact-form .button:hover {
	background: url(../images/button-frm-hover.png) no-repeat;
	color: #B43D0B;
	text-transform: uppercase;
	font-family: 'Rokkitt', serif;
	border: none;
	margin-left: 100px;
	margin-top: 20px;
	font-size: 18px;
}
.address {
	float: left;
	width: 340px;	/* 400px; */
	margin-left: 40px;
}
.address .panel {
	border: none;
	color: #6f6b61;
	padding: 30px 0px 0px 0px;
}
.address .panel .title h1 {
	color: #d13f31;
	padding-bottom: 10px;
}
.address .panel .content p span {
	color: #858175;
}
/*-------------------------------------------------
CONTACT CLASSES
-------------------------------------------------*/
.enquiry-wrap {
	background: url(../images/bg4.jp);
	background-color: #F7931E;
	width: 900px;
	margin: 30px auto 0px auto;
	padding: 30px;
}
.enquiry-wrap .title {
	margin-bottom: 0px;
}
.enquiry-wrap .title h1 {
	color: #ffffff;
}
.enquiry-form {
	overflow: hidden;
}
.enquiry-form label {
	display: block;
	margin-top: 20px;
}
.enquiry-form .input_text {
	width: 900px;
	height: 40px;
	text-indent: 5px;
	border: none;
	color: #666666;
	font-family: 'Rokkitt', serif;
	font-size: 17px;
}
.enquiry-form .message {
	width: 900px;
	height: 130px;
	text-indent: 5px;
	border: none;
	color: #666666;
	font-family: 'Rokkitt', serif;
	font-size: 17px;
}
.enquiry-form .button {
	border: none;
	background: url(../images/button-frm.png) no-repeat;
	width: 80px;
	height: 30px;
	text-align: center;
	margin-top: 30px;
	font-family: 'Rokkitt', serif;
	font-size: 17px;
	color: #FEFFEF;
	padding-right: 10px;
}
.enquiry-form .button:hover {
	border: none;
	background: url(../images/button-frm-hover.png) no-repeat;
	width: 80px;
	height: 30px;
	text-align: center;
	margin-top: 30px;
	font-family: 'Rokkitt', serif;
	font-size: 17px;
	color: #B43D0B;
	padding-right: 10px;
}
/*-------------------------------------------------
PORTFOLIO CLASSES
-------------------------------------------------*/
.portfolio-content {
	width: 1200px;	/* 960px */
	margin: 0 auto;
	overflow: hidden;
}
.portfolio-categ {
	text-align: left;
	margin: 0px 0px 30px 0px;
	font-size: 20px;
	font-weight: normal;
	background: url(../images/portfolio-categbg.png) no-repeat;
	line-height: 50px;
	padding-left: 35px;
	width: 700px;
	color: #fff;
	font-family: 'Rokkitt', serif;
}
.portfolio-categ li {
	display: inline;
	margin-right: 10px;
}
.image-block {
	display: block;
	position: relative;
}
.image-block img {
	border: 1px solid #d5d5d5;
	background: #B43D0B;
	padding: 5px;
	border: none;
}
.image-block img:hover {
}
.portfolio-area li {
	float: left;
	overflow: hidden;
	width: 200px;
	padding: 5px;
	margin-right: 20px;
}
.home-portfolio-text {
	margin-top: 10px;
}
li.active a {
	text-decoration: none;
	color: #0a4689;
	padding-right: 5px;
	color: #fff;
}
.portfolio-categ a {
	text-decoration: none;
	color: #fff;
	padding-right: 5px;
}
.portfolio-categ a:hover {
	text-decoration: none;
	color: #F7931E;
	padding-right: 5px;
}
/*-------------------------------------------------
FOOTER CLASSES
-------------------------------------------------*/
.footer-wrap {
	background: url(../images/bg5.jp);
	background-color: #FFF0BC;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 30px;
	margin-top: 40px;
}
.footer {
	width: 1100px;	/* 960px */
	margin: 0 auto;
}
.footer .panel {
	float: left;
	width: 32%;
	padding: 0px;
}
.footer .panel .title {
	margin-top: 0px;
}
.footer .panel .title h1 {
	color: #B43D0B;
}
.footer .panel .content ul li {
	list-style: none;
	background: url(../images/lines.jpg) repeat-x bottom;
	line-height: 40px;
}
.footer .panel .content ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 17px;
}
.footer .panel .content ul li a:hover {
	color: #F7931E;
}
.footer .panel .content {
}
.footer .panelLost .content img {
	margin-right: 0px;
	margin-bottom: 20px;
}
.footer .panelLost .content .button {
	float: left;
}
.copyright-wrap {
	overflow: hidden;
}
.copyright {
	width: 1200px;	/* 960px */
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
}
.copyright .content p {
	text-align:center;
	color: #B43D0B;
	font-size: 17px;
}
.copyright .content p a.link {
	text-decoration: none;
	color: #B43D0B;
}
.copyright .content p a.link:hover {
	color: #F7931E;
}