﻿html, body, table {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}/*========================================*/
/*================ LAYOUT ================*/
/*========================================*/
.button,
h3,
a {
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
	transition: color 0.15s linear;
	-webkit-transition-property: color, background-color, border-color;
	-moz-transition-property: color, background-color, border-color;
	-o-transition-property: color, background-color, border-color;
	transition-property: color, background-color, border-color;
}
html, body, form {
	height: 100%;
}
html body {
	background: #f5f5f5;
	min-width: 1110px;
}
#page-wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.container {
	margin: 0 auto;
	width: 1110px;
	padding: 0;
	position: relative;
}
/* Clearfix */
#main:after,
.homepanel-left:after,
.homepanel-top:after,
.homepanel-bottom:after,
.container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html #main,
* html .homepanel-left,
* html .homepanel-top,
* html .homepanel-bottom,
* html .container             { zoom: 1; } /* IE6 */
*:first-child+html #main,
*:first-child+html .homepanel-left,
*:first-child+html .homepanel-top,
*:first-child+html .homepanel-bottom,
*:first-child+html .container { zoom: 1; } /* IE7 */
/* List Reset */
.content_entrylist,
.content_categorylist,
.imagelist,
.documentlist,
.news-list,
#footernav ul,
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*========================================*/
/*================ HEADER ================*/
/*========================================*/
.top-bg {
	background: #827e6d;
	padding-bottom: 50px;
}
#header {
	background: url("/custom/images/header_bg.png") repeat-y center;
}
#header h2 {
	margin: 0;
	padding: 0;
	border: none;
	background: url("/custom/images/header_logo.png") no-repeat left center;
	width: 300px;
	height: 130px;
}
#header h2 a {
	display: block;
	width: 300px;
	height: 130px;
	text-indent: -9999px;
}
#languages {
	color: #4e4b3d;
	position: absolute;
	top: 10px;
	right: 0;
}
#languages a {
	color: #4e4b3d;
}
#languages a:hover,
#languages a.selected {
	color: #fff;
}
/*========================================*/
/*============== NAVIGATION ==============*/
/*========================================*/
#nav {
	position: absolute;
	top: 75px;
	left: 300px;
	height: 30px;
	line-height: 30px;
	width: 810px;
	text-align: center;
}
#nav li {
	display: inline-block;
	border-left: 1px solid #9b988a;
}
#nav li:first-child {
	border-left: none;
}
#nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
}
#nav li.selected a,
#nav li.active a,
#nav li a:hover {
	color: #F9D13F;
}
#nav #nav_7 {
	display: none;
}
/*========================================*/
/*============== HIGHLIGHT ===============*/
/*========================================*/
.highlight_container {
	padding-top: 40px;
}
.intro {
	color: #fff;
	width: 405px;
	float: left;
}
.intro h1,
.intro h2 {
	color: #F9D13F;
}
    /* image replacement */
        #prevBtn, #nextBtn {
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
/* Easy Slider */
	.slider_container {
		position: relative;
		float: right;
		padding: 2px;
		border: 1px solid #686557;
	}
	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:675px;
		height:260px;
		overflow:hidden; 
		}
		
	/* numeric controls */	

	ol#controls{
		padding:0;
		height:20px;
		margin: 0;
		position: absolute;
		right: 25px;
		bottom: 10px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		color:#fff;
		display: block;
		height:20px;
		line-height:20px;
		width: 20px;
		text-align: center;
		background:#4e4b3d;
		text-decoration:none;
		}
	ol#controls li a:hover,
	ol#controls li.current a {
		background:#eed04e;
		color:#222;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
/*========================================*/
/*================= HOME =================*/
/*========================================*/
.lnk_simulator {
	border: 1px solid #d3d3d3;
	padding: 2px;
	margin: -3px;
	margin-bottom: 30px;
}
.lnk_simulator p {
	margin: 0;
	padding: 0;
}
.lnk_simulator a {
	display: block;
	color: #222;
	padding: 5px 5px 5px 45px;
	background: #eed04e url("/custom/images/lnk_simulator_icon.png") no-repeat 10px center;
}
.homepanel-left {
	float: left;
	width: 510px;
	margin-right: 30px;
}
.homepanel-right {
	float: left;
	width: 240px;
}
.homepanel-top {
	background: #f6f6f6;
	margin-bottom: 30px;
}
.homepanel-top > div {
	width: 230px;
	float: left;
	margin: 10px;
}
.homepanel-top ul {
	color: #dfbc25;
}
.homepanel-bottom {
	margin: 0 -10px;
}
.homepanel-bottom > div {
	width: 240px;
	float: left;
	margin: 10px;
}
.banner {
	border: 1px solid #d3d3d3;
	padding: 2px;
	margin: -3px;
	margin-bottom: 30px;
}
.banner a,
.banner img {
	display: block;
}
/*========================================*/
/*================ CONTENT ===============*/
/*========================================*/
#main {
	background: #fff;
	margin-top: -10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1) ;
	padding: 30px;
}
.content {
	width: 780px;
	float: left;
}
/*.page_lea .content,
.page_ven .content {
	width: 100%;
	float: none;
}*/
.content .texts {
	width: 510px;
	margin-right: 30px;
	float: left;
}
.content .full {
	width: 100%;
	margin-right: 0;
}
.content .images {
	width: 240px;
	float: left;
}
/*========================================*/
/*=============== SIDEBAR ================*/
/*========================================*/
.sidebar-left {
	float: left;
	width: 240px;
	margin-right: 30px;
}
.sidebar ul {
	color: #999;
}
/*========================================*/
/*=============== CONTACT ================*/
/*========================================*/
.page_cont .content {
	width: 100%;
}
.page_cont .content .column-left {
	width: 510px;
	margin-right: 30px;
	float: left;
}
.page_cont .content .smartcontactform,
.page_cont .content .column-right {
	width: 510px;
	float: left;
}
.gmap-container {
	width: 100%;
	height: 535px;
	border: 1px solid #e8e8e8;
}
/* Contact Form */
#main div.smartcontactform div.form {
    width: auto;
}
#main div.smartcontactform div {
    padding-bottom: 5px;
}
#main .smartcontactform label {
	display: block;
}
#main .smartcontactform input[type="text"],
#main .smartcontactform input[type="email"],
#main .smartcontactform textarea {
	display: block;
	color: #666;
	font: inherit;
	width: 508px;
	padding: 2px 5px;
	border: solid 1px #e8e8e8;
	background: #fff;
	resize: none;
	-webkit-transition: border-color 0.15s linear;
	-moz-transition: border-color 0.15s linear;
	-o-transition: border-color 0.15s linear;
	transition: border-color 0.15s linear;
	max-height: 100px;
}
#main .smartcontactform textarea {
	max-height: none;
	height: 200px;
}
#main .smartcontactform input[type="email"]:focus,
#main .smartcontactform input[type="text"]:focus,
#main .smartcontactform textarea:focus {
	border: solid 1px #F9D13F;
}
#main .smartcontactform input[type="submit"] {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background: #827E6D;
	border: none;
	height: 40px;
	padding: 0 40px;
	cursor: pointer;
}
#main .smartcontactform input[type="submit"]:hover {
	background: #F9D13F;
	color: #857F6D;
}

#main .smartcontactform .form {
	margin-right: -40px;
}
#main .smartcontactform .form div {
	float: left;
	margin-right: 40px;
	width: 300px;
}
#main .smartcontactform .form div#intro,
#main .smartcontactform .form div#SendButton {
	float: none;
	width: auto;
	text-align: left;
}
#main .smartcontactform .form div#SendButton {
	clear: both;
	text-align: right;
}
/*========================================*/
/*================ FOOTER ================*/
/*========================================*/
#footer {
	color: #bbb;
	font-size: 12px;
	line-height: 1.5em;
	padding: 40px 0 40px 100px;
	background: url("/custom/images/footer_logo.png") no-repeat left center;
}
#footer address { color: #666; }
#footer #footernav ul {
	font-size: 12px;
	line-height: 1.5em;
}
#footer #footernav li {
	display: inline;
}
#footer #footernav li:before {
	content: " | ";
}
#footer #footernav li:first-child:before {
	content: normal;
}
#footer a {
	color: #bbb;
}

#footer a:hover {
	color: #666;
}


/* Cookie Bar */
#body .cc-window {
    color: white;
    font-size: 13px;
    background: rgba(0, 0, 0, .8);
}

.cc-btn {
    background-color: #F9D13F !important;
    color: #fff !important;
    padding: 10px 15px;
}






