/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #2B2B2B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 200;
	color: #222222;
}

h2 {
	font-size: 3em;
}

p, ol, ul {
	margin-top: 0px;
	padding: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #5C5539;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #FFFFFF;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 150px;
}

#header {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* Logo */

#logo {
	float: left;
	width: 310px;
	height: 150px;
	padding: 0px 0px 0px 40px;
}

#logo h1 {
	padding: 50px 0px 0px 0px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#menu {
	float: right;
	width: 810px;
	height: 80px;
	padding: 20px 40px 0px 0px;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 40px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-left: 1px;
	padding: 7px 20px 7px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	background: #1B5902;
	border-radius: 5px;
	color: #FFFFFF;
}

/* Page */

#page-wrapper {
	overflow: hidden;
}

#page {
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	color: #8F8F8F;
	border-top: 1px solid #A1A1A1;
}

/** CONTENT */

#wide-content {
}

#wide-content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}


/** CONTENT */

#content {
	float: right;
	width: 800px;
	padding: 0px 0px 0px 0px;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

#content .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 290px;
	padding: 0px 0px 20px 0px;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #757575;
}

#footer a {
	color: #757575;
}

/* Three Column Footer Content */


#footer-bg {
	overflow: hidden;
	padding: 40px 0px;
	background:#E5E0DD url(images/main-bsg.png) repeat;
}

#footer-content {
	color: #67C8E3;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #93776E;
}

#footer-content a {
}

#footer-content a:hover {
	text-decoration: underline;
}


#column1 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#column1 p {
	line-height: 1;
}

#column2 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#column3 {
	float: left;
	width: 280px;
}

#column4 {
	float: right;
	width: 260px;
}


/* Banner Style */

#banner-wrapper {
}

#banner {
	overflow: hidden;
	width: 1160px;
	margin: 20px auto 50px auto;
}

#banner .img-border {
	height: 250px;
	border: 20px solid #FFFFFF;
}

/* Button Style */

.button-style, .btn {
	display: inline-block;
	margin: 2px;
	padding: 7px;
	background: #36332E;
	border-radius: 5px;
}

.button-style a {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

.buttons a {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
	/*margin:0 2px 0 2px;
	padding:0 1px 0 1px;*/
}



/* List Style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #A1A1A1;
}

ul.style1 a {
	text-decoration: none;
	color: #FFFFFF;
}

ul.style1 a:hover {
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #A1A1A1;
}

ul.style3 a {
	text-decoration: none;
	color: #949494;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style3 .date {
	width: 87px;
	background-color: #36332E;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

ul.style3 .first .date
{
	margin-top: 0px;
}


/* Recent News */

#recent-news {
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	background: #36332E;
	color: #8C8C8C;
}

#recent-news h2 {
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #EDEDED;
}

#recent-news .date {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: normal;
	color: #E3E3E3;
}

#recent-news p {
	font-style: italic;
}

#recent-news a {
	font-style: normal;
	color: #B8B8B8;
}

#recent-news #rbox1 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox2 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox3 {
	float: left;
	width: 250px;
}

#recent-news #rbox4 {
	float: right;
	width: 250px;
}

/* Button Style */

.button-style1 ,.btn {
	margin-top: 30px;
}

.button-style1 a ,.btn a {
	padding: 10px 25px;
	background: #EBB462;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FCE3BB;
	color: #36332E !important;
}



/*Dengine.css*/

#label    { 
    /*font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;*/
    color:#0e0f17;
    font-size:14px;
    padding:8px 0px 8px 3px;
    margin:10px 0 10px 0;
    text-align:inherit;
    border:1px solid #cacaca;
    font-weight: bold; }

#pagetitle    { 
    display:block; width:100%; border-bottom:10px solid #dfdfdf;
    margin-bottom:10px; font-size:20px;
    /*font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;*/
    }

.gmap {width:290px;height:220px;border:1px solid black;}
.contactinfo { list-style: none; padding:0; margin:0 }

#quicksearch {
    margin:auto;
    padding:20px;
    background:#c9c9c9;
    border:1px solid #828282;
}

 /* navbar.css */
.NavBar, .NavBar a, .NavBar a:link, .NavBar a:visited, .NavBar a:active { color:#2b2b2b; }
.NavBar, .NavBar a { font-size:16px; font-weight:bold; padding-left:5px; padding-top:5px;}
/*text-shadow:2px 2px 0 rgba(0,0,0,.33); */
.NavBar a:hover { color:#6e8a01; }

 

/* MODULE CATEGORIES GLOBAL */
#categories {} /*margin:auto;width:100%;height:100%;*/
#categories .GRID { display:table-row; }
#categories .GRID ul { overflow:hidden; }
#categories .GRID ul li {float:left; padding:20px; width:99px; overflow:hidden; min-height:50px; text-align:center;}
#categories .GRID ul li .image {display:block;}
#categories .GRID ul li .title {display:block; font-weight:bold;}
#categories .GRID ul li .desc { display:block; font-size:10px;}
#categories .GRID ul li a {}
#categories .GRID ul li a:hover {}

#categories .LIST {}
#categories .LIST ul {padding:5px;}
#categories .LIST ul li { list-style:none outside none; }
#categories .LIST ul li .image {}
#categories .LIST ul li .title {display:block; font-weight:bold; border-left:10px solid #C7E2E2; background-color:#F0F7F7; padding:5px; }
#categories .LIST ul li .desc { display:block; font-size:11px; color:#4f4f4f; }
#categories .LIST ul li .more { font-size:10px;}
#categories .LIST ul li a {}
#categories .LIST ul li a:hover {}

/* Images display type */
#images .GRID {display:table;}
#images .GRID ul {width:100%}
/*list-style: none outside none; */
#images .GRID li { padding:2px; font-weight: bold; display:block; overflow: hidden; float:left; text-align:center; }

#index .GRID { overflow:hidden; padding:10px; }
#index .GRID .item { float:left; width:19%; padding-left:3px;}
#index .GRID .item .image { margin:auto; display:block; text-align:center; min-height:90px; }
#index .GRID .item .data {}
#index .GRID .item .data .title { font-weight:bold; }
#index .GRID .item .data .desc { display:none; }
#index .GRID .item .data .category { display:none; }
#index .GRID .item .data .more {}
#index .GRID .item .data ul { margin:0;padding:0; }
#index .GRID .item .data ul li { list-style:none outside none; }
#index .GRID .split {}

#index .LIST {}
#index .LIST .item { display:block; overflow:hidden; }
#index .LIST .item .image { float:left; min-width:122px; text-align:center; }
#index .LIST .item .data { padding-left:10px; overflow:auto; }
#index .LIST .item .data .title { font-weight:bold; font-size:14px; padding:0px!important;}
#index .LIST .item .data .desc {}
#index .LIST .item .data .price {}
#index .LIST .item .data .category {}
#index .LIST .item .data .more {}
#index .LIST .item .data ul { margin:0;padding:0; }
#index .LIST .item .data ul li { list-style:none outside none; float:left; width:auto; padding-right:5px; }
#index .LIST .split { background:url("hr.png") repeat-x left center;padding:18px 0;}

 

.copyright { font-family:tahoma; font-size:12px; color:#676767; } 
.footerdata  { font-family:verdana; font-size:12px; color:#8a8a8a;  
