 /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, 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, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

/*****************************************************************************************************/

BODY{

 }
.header_wrap {
   
} 
.header {
	left: 50%;
    margin: 0 auto 17px -519px;
    position: absolute;
    top: 61px;
    width: 1024px;
}
#menu {
	float: right;
	margin: 36px 0 0 16px;
	width: 603px;
} 
#menu a { 
	color: #5a3d36;
	text-decoration: none;
	font-size: 20px;
	padding: 0 20px;
}
#menu a:hover { 
	background-color: #5a3d36;
	border-radius: 5px;
	color: #ffffff;
}
#menu a.selected { 
	background-color: #5a3d36;
	border-radius: 5px;
	color: #ffffff;
}
#menu_bg {
	width: 100%; 
	position: absolute; 
	left: 0px; 
	background-color: rgb(255, 255, 255); 
	top: 67px; 
	height: 88px; 
	opacity: 0.4;
}
#logo {
	float: left;
	margin-top: 10px;
	width: 400px;
}
#carousel {
	background: none;
	margin-bottom: 15px;
}
.slider_wrap {
	
}
/********************** content **************************************/
.content-homepage {
	  background-color: #EEEBEB;
}
.content_wrap {
	background-color: #ffffff;
}
.content{
	width: 1024px;
	margin: 0 auto;
	clear: both;
}
.content h1{
	color: #5a3d36;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 1px 1px #000000;
}
.contact_h1 {
	bottom: 24px;
    position: relative;
    right: 44px;
    width: 100% !important;
}
.content p{
	color: #5a3d36;
	font-size: 20px;
	padding: 5px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
}
.inner-content  h1, .inner-content p{
	color: #FFFFFF;
    float: left;
    padding-right: 16px;
    width: 540px;
	padding-top: 15px;
}
.fullwidth h1, .fullwidth p {
	width: 970px;
	float: none;
}
.inner-container {
	/*left: 50%;
    margin-left: -527px;
    position: absolute;
    top: 257px;*/
	
}
.inner-content {
    clear: both;
    color: #FFFFFF;
    margin: 0 auto;
    width: 1024px;
}
.notfound-container {
	height: 533px;
    position: relative;
    top: 200px;
}
.not-found {
	height: 400px;
    top: 183px;
}
#content_img {
    padding: 15px 71px 25px;
    width: 300px;
}	
.container .category_bg {
	background-color: #EEEBEB;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.container .category{
	width: 1024px;
	height: 500px;
	margin: 0 auto;
	display: table;
}
.container .category #box{
	float: left;
	width: 301px;
	height: 221px;
	overflow: hidden;
	margin: 10px 35px 10px 0px;
	border: 2px solid #5A3D36;
}
.container .category .category_name {
	background-color: rgb(90, 61, 54); 
	position: absolute; 
	margin-top: -40px; 
	width: 301px; 
	height: 32px; 
	opacity: 0.58;
}
.container .category .category_name  h2{
	position: relative; 
	color: rgb(255, 255, 255); 
	text-shadow: 2px 2px rgb(0, 0, 0); 
	font-size: 30px; 
	left: 75px; 
	bottom: 1px;
}
#container_bg {
	background-color: rgb(90, 61, 54); 
	position: absolute; 
	opacity: 0.6; 
	width: 1049px; 
	z-index: -1; 
	height: 532px; 
	left: 50%; 
	margin-left: -528px;
}
.about_bg {
   height: 621px !important;
}
.flexslider-carousel {
	clear: both;
}
#contact_form {
	margin: 49px 94px;
    width: 90%;
}

#contact_form input {
    background-color: #e0d1b4;
    border: 0 solid #000000;
    border-radius: 5px;
    box-shadow: none;
    color: #5A3D36;
    font: 12px/1.3em lucida sans unicode,lucida grande,sans-serif;
    margin: 0 0 5px;
    padding: 5px;
    width: 80%;
}	
#contact_form textarea {
    background-color: #e0d1b4;
    border: 0 solid #000000;
    border-radius: 5px;
    box-shadow: none;
    color: #5A3D36;
    font: 12px/1.3em lucida sans unicode,lucida grande,sans-serif;
    margin: 0 0 5px;
    min-height: 130px;
    padding: 5px;
    resize: none;
    width: 80%;
}	

#contact_form #send {
    background-color: #e0d1b4;
    border: medium none;
    border-radius: 5px;
    box-shadow: 4px 1px 13px 0 #E0D1B4;
    color: #5A3D36;
    cursor: pointer;
    float: left;
    font: 18px/1.3em josefin slab,serif;
    margin: 0;
    max-width: 35%;
    padding: 5px;
	margin-left: 120px;
} 
.gallery-cat {
	width: 980px;
	margin: 0 auto;
}	
.gallery-cat img{
	border: 1px solid #FFFFFF;
    padding: 3px;
	width: 220px;
	height: 222px;
	margin: 5px;
}
#galleryTitle {
	width: 100%;
}

.contact a {
	color: #ffffff;
	text-decoration: none;
}
.contact_info {
	float: left;
    margin: 0px 38px 0px 31px;
    width: 521px
}
.contact_map {
	float: left;
    position: relative;
    right: 153px;
    width: 400px;
}	
/************************* Footer ********************************/
footer {
	clear: both;
	height: 60px;
	background-color: #5a3d36;
}
footer .footer-content {
	width: 1024px;
	margin: 0 auto;
}
footer #footer-menu  a{
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	padding: 0 12px;
}
footer #footer-menu, footer .social_icons, footer #copyright {
	float: left;
	padding-top: 20px;
}
footer #footer-menu, footer .social_icons{
	padding-right: 78px;
}
footer #copyright p, footer #copyright  a {
	color: #ffffff;
	text-decoration: none;
}