body {
	background: #e7e7e7 url(../images/bg-body.png) repeat-x;
	margin: 10px 0 0 0;
	text-align: center;
	font: normal 0.75em/1.6em Arial, Helvetica, sans-serif;
	color: #434343;
}

div#wrap {
	width: 1024px;
	text-align: left;
	margin: 0 auto;
	padding-left: 36px;
}

div#wrapper-top {
	width: 741px;
	min-height: 179px;
	padding: 9px 8px 0 4px;
	background: transparent url(../images/bg-wrapper-top.png) no-repeat;
}

div#wrapper {
	width: 580px;
	background: transparent url(../images/bg-wrapper.png) repeat-y;
	padding: 0 20px 20px 150px;
	min-height: 670px;
}

div#wrapper.wide {
	padding: 0 20px 20px 20px !important;
	width: 710px !important;
}

div#wrapper-bottom {
	padding-top: 20px;
	width: 753px;
	min-height: 132px;
	background: transparent url(../images/bg-wrapper-bottom.png) no-repeat;
}

div#wrapper-bottom ul {
	padding: 5px 0 0 0;
	list-style: none;
	margin: 0;
	text-align: center;
}

div#wrapper-bottom ul li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 5px;
	color: #fff;
}

div#wrapper-bottom ul li.last {
	border-right: none;
}

div#wrapper-bottom a {
	color: #fff;
	text-decoration: none;
}

div#wrapper-bottom a:focus,
div#wrapper-bottom a:hover {
	text-decoration: underline;
}

div#wrapper-bottom p#footer {
	text-align: center;
	margin-top: 40px;
}

div#wrapper-bottom p#footer a {color: #434343;}

div#content {
	width: 530px;
	padding: 20px;
	background: transparent url(../images/bg-content.png) no-repeat;
	min-height: 450px;
}

div#content h2 {
	color: #8ac63d;
	margin-top: 2px;
}

h1 {
	margin: 0 4px;
	width: 286px;
	height: 74px;
}

ul#menu-main {
	padding: 2px 0 0 0;
	list-style: none;
	background: transparent url(../images/bg-menu-main.png) repeat-x;
	height: 43px;
	margin: 15px 0 0 0;
}

ul#menu-main li {
	float: left;
}

ul#menu-main li a {
	display: block;
	height: 21px;
	padding: 10px 15px;
	border-top: 1px solid #bdcad3;
	border-left: 1px solid #999292;
	border-bottom: 1px solid #bdcad3;
	text-decoration: none;
	color: #676766;
}

ul#menu-main li.active a,
ul#menu-main li a:hover,
ul#menu-main li a:focus {
	background: transparent url(../images/bg-menu-main-li-a-hover.png) repeat-x;
	border: 1px solid #38b6e4;
	padding-right: 14px;
	color: #fff;
}

ul#menu-main li.active.last a,
ul#menu-main li.last a:hover,
ul#menu-main li.last a:focus {
	border-right: 1px solid #38b6e4;
}



ul#menu-sub {
	padding: 3px 0 14px 0;
	list-style: none;
	background: transparent url(../images/bg-menu-sub.png) repeat-x;
	height: 23px;
	margin: 0;
	text-align: center;
}

ul#menu-sub li {
	display: inline;
}

ul#menu-sub li a {
	border-right: 1px solid #dad7d7;
	text-decoration: none;
	color: #dad7d7;
	padding: 0 15px;
}

ul#menu-sub li.active a,
ul#menu-sub li a:hover,
ul#menu-sub li a:focus {
	text-decoration: underline;
}

ul#menu-sub li.last a {
	border-right: none;
} 

div#sidebar-container {
	text-align: center;
	position: absolute;
	top: 195px;
	margin-left: -65px;
}

div#sidebar-container h2,
div#sidebar-container h3,
div#sidebar-container h2 a {
	color: #8ac63d;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	text-decoration: none;
}


div#sidebar-container h3 {
	font-size: 12px;
}

div#sidebar-top {
	width: 204px;
	height: 57px;
	padding-top: 15px;
	overflow: hidden;
	background: transparent url(../images/bg-sidebar-top.png) no-repeat;
}

div#sidebar-top h2 {
	margin: 0;
	font-size: 16px;
}

div#sidebar {
	width: 194px;
	padding: 10px 5px;
	min-height: 604px;
	background: transparent url(../images/bg-sidebar.png) repeat-y;
}

div#sidebar img {
	margin: 5px 0;
}

div#sidebar-bottom {
	width: 204px;
	height: 13px;
	background: transparent url(../images/bg-sidebar-bottom.png) no-repeat;
}

div#contact-container {
	text-align: center;	
	position: fixed; 
	z-index: 2;
	top: 1em;
	margin-left: 750px;
}


div#contact-container h2 {
	color: #fe8d07;
}

div#contact-top {
	width: 204px;
	height: 140px;
	padding-top: 95px;
	overflow: hidden;
	background: transparent url(../images/bg-contact-top.png) no-repeat;
}

div#contact-top h2 {
	margin-top: 70px;
	font-size: 18px;
}

div#contact {
	width: 184px;
	padding: 10px;
	min-height: 100px;
	background: transparent url(../images/bg-contact.png) repeat-y;
}

div#contact-bottom {
	width: 204px;
	height: 17px;
	background: transparent url(../images/bg-contact-bottom.png) no-repeat;
}

div#contact form fieldset {
	border: none;
	text-align: left;
	margin: 0;
	padding: 0 5px;
}

div#contact form fieldset input[type="image"] {
	margin-top: 10px;
}

div#contact form fieldset input[type="text"] {
	height: 16px;
	padding: 1px 5px;
}

div#contact form fieldset p {
	margin: 0;
}

div#contact form fieldset select {
	padding: 0;
	height: 20px;
}

div#contact form fieldset input[type="text"],
div#contact form fieldset select {
	border: 1px solid #ececf1;
	border-top: 1px solid #bec3c6;
	background-color: #fcfcfc;
}

div#contact form fieldset ul.errorlist {
	padding: 0;
	list-style: none;
	color: #f00;
	font-size: 0.9em;
	margin: 0;
}

div#contact form fieldset ul.errorlist li {
	margin: 0;
}

div#contact form fieldset label {
	width: 100%;
	color: #3c59c8;
	font-size: 0.85em;
	display: block;
}

div.button {
	background: transparent url(../images/bg-button.png) no-repeat;
	width: 303px;
	height: 69px;
	padding: 20px 10px;
	text-align: center;	
	margin: 0 auto;
	line-height: 1.8em;
}

div#box-left,
div#box-right {
	position: absolute; 
	padding: 1px 5px 0 5px; 
	top: 22px;	
	
}

div#box-right {
	width: 137px;
	margin-left: 571px;	 
}

div#box-left small,
div#box-right small {
	margin-left: 2px;
}

div#box-left {
	width: 156px;
	margin-left: 378px;
	height: 60px;
}

div#box-right #slider {
	height: 52px;
	width: 137px;
}
div#box-right #slider ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#box-right #slider ul li {
	width: 137px;
	height: 52px;
	margin: 0;
	padding: 0;
}

img.tab {
	position: absolute;

}

div#under-offer {
	background: transparent url(../images/bg-under-offer.png) no-repeat;
	height: 168px;
	width: 571px;
	padding: 70px 0 10px 0;
}

div#under-offer h3 {
	color: #434343;
	font-size: 0.95em;
	margin: 1px 1px 1px 30px;
}

div#under-offer div#photos-bar {
	margin-top: 21px !important;
}

div#under-offer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#under-offer ul li {
	width: 120px;
	height: 80px;
	overflow: hidden;
}

div.box-blue,
div.box-orange {
	margin-top: 3px;
	width: 264px;
	height: 47px;
	padding: 7px 10px 3px 10px;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}

div.box-blue {
	background: transparent url(../images/bg-blue.png) no-repeat;
	float: left;
}

div.box-orange {
	background: transparent url(../images/bg-orange.png) no-repeat;
	float: right;
	font-style: italic;
}

div.box-blue strong {
	font-size: 1.2em;
	font-style: italic;
	color: #434343;
}

div.box-orange strong {
	font-size: 1.2em;
}
	
img {border: none;}
.to-center {text-align: center;}
.clear {clear: both;}

div#sidebar-container h2 {
	font-size: 16px !important;
}

div#sidebar h3 {
	margin-top: 7px;
	font-size: 12px !important;
}

.none {display: none;}
