/*	------------------------------------------------------------------------------------------------ 
	CSS RESET 
	------------------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/*	CSS RESET END	*/

/*	------------------------------------------------------------------------------------------------ 
	MAIN 
	------------------------------------------------------------------------------------------------ */
html {
  overflow-y: scroll;  
}
body {
	/*
	background-color:#faeed8;
	*/
	background-color:#d5d5d5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;		
	/*
	color:#b18d6f;
	*/	
	color:#464646;	
	line-height:125%;
	min-width:100%;
	
}
h1 {
	font-family:"Century Gothic",arial,sans-serif;	
	font-weight:normal;
}
h2 {
  font-weight:normal;
}
ul { 
	list-style-type:square; 
	margin-left:18px;
}
li {
	padding:6px 0;
	border-bottom:1px dashed #e7e0da;		
}
a {
	text-decoration:none;
}
#header {
	background:url(img/header_bg.jpg) top left repeat-x;
	height:243px;
	min-width:100%;
	text-align:center;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
}
#top {
	width:916px;
	margin:0 auto;
	height:118px;	
	position:relative;
}
.logo_main {
	padding-top:35px;
}
#page {
	width:916px;	
	background-color:#ffffff;
	min-height:500px;
	margin:0 auto 50px auto;
	padding:22px;
	
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
	box-shadow:0 0 10px #666;
	
	behavior: url(lib/pie/pie.htc);
}
#main_boxes {
	min-height:150px;		
}
#contact_boxes {
  min-height:270px;	
}
#main_boxes h1, #main_box_wide {
	font-size:34px;
	margin-bottom:25px;
	font-weight:normal;
}
#main_box_wide p {
	font-size:16px;
	padding-top:25px;
}

#main_boxes h2 {
	font-size:20px;	
	margin-bottom:15px;	
	font-weight:normal;
}
#main_boxes p, #main_box_wide {
	padding:11px 0;
}
#main_box, #main_box_wide {
	/*
	background:url(img/main_box_bg_graphic.png) right bottom no-repeat #e7e0da;
	*/
	background:url(img/main_box_bg_graphic.png) right bottom no-repeat #e7e7e7;
	width:560px;
	min-height:270px;
	float:left;
	padding:22px;	
	color:#41778a;
	margin-bottom:20px;
}

#main_box_wide {
	width:872px;
	/*height:20px;	*/
	min-height:20px;	
}

#sidebar_box {	
	/*
	background:url(img/sidebar_box_bg_graphic.png) right bottom no-repeat #b18d6f;	
	*/
	background:url(img/sidebar_box_bg_graphic.png) right bottom no-repeat #41778a;
	width:246px;
	min-height:270px;	
	float:right;
	/*
	color:#e7e0da;
	*/
	color:#efefef;
	padding:22px;		
}

a {	
	color:#1382e1;
}
a:hover {
	color:#0c5796;
}

#sidebar_box a {	
	color:#efefef;
}

#sidebar_box a:hover {	
	color:#74d4f6;
}

#content_boxes {
	height:540px;	
	margin-top:90px;
	clear:both;
	margin-bottom:20px;
}
#content_boxes h1 {
	font-size:28px;
	margin-bottom:12px;
	padding:8px;
	font-weight:normal;
}
#content_boxes p {
	padding:11px;
}
.content_box_left, .content_box_middle, .content_box_right {
	min-height:460px;
	float:left;
	width:289px;	
	text-align:justify;		
}
.content_box_left {
	margin-right:11px;			
}
.content_box_middle {	
	margin-left:11px;		
	margin-right:11px;	
}
.content_box_right {
	margin-left:11px;	
	text-align:left;				
}
.content_box_right ul {
	margin-top:8px;
}
.content_box_right li {
	border-bottom:none;
	margin-left:9px;
	padding:2px 0;
}
.content_box_line {
	/*
	border-left:1px solid #eee2d8;		
	*/
	border-left:1px solid #ddd;			
	width:1px;
	height:100%;
	float:left;
}
.content_box_image {
	text-align:center;
}
/*	MAIN END	*/
.tel {
	position:absolute;
	top:15px;
	right:0;
	font-family:"Century Gothic",arial,sans-serif;	
	color:#d5d5d5;
	font-size:16px;
}
.menu {
	position:absolute;
	top:70px;
	right:0;	
	font-family:"Century Gothic",arial,sans-serif;	
	color:#d5d5d5;
	font-size:22px;	
}
.menu a{
	color:#d5d5d5;
}
.menu a:hover {
	color:#aaa;
}
.menu .active {
	color:#fff;
}
.menu .active:hover{
	color:#fff;
}
.slider {
  height:420px;	
  overflow:hidden;
  margin:0 0 20px 0;
}
.slider li {
	width:916px;
	height:420px;	
	padding:0;
	position:relative;
}
.bx-wrapper {
	margin-bottom:21px;	
}
input[type=text],input[type=email], input[type=tel], textarea {
	min-width:260px;
	margin-bottom:12px;
}
textarea {
	height:180px;
}

label {
	display:block;
	margin-bottom:2px;
}

form {

	margin-left:20px;
}
input[type=submit] {
	float:right;
	width:60px;
}
label.error { 
	color: red; padding-left: .5em; vertical-align: top; 
	font-size:12px;
	display:inline;
}
#submit {
	width:270px;	
}
input, textarea {
	font-family:Verdana, Geneva, sans-serif;
}
.overlay {
	position:absolute;		
	height:100%;
	width:320px;
	background-color:black;	
	opacity:0.7;
	filter:alpha(opacity=70);	
}
.content {
	position:absolute;		
	height:300px;
	width:320px;
	color:white;
}
.slider .content {
	margin-top:220px;
	margin-left:26px;
}
.slider .content h1 {
	font-family:"Century Gothic",arial,sans-serif;			
	font-size:28px;	
	line-height:100%;	
	font-weight:normal;
	width:265px;
}
.slider .content h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;	
	color:#c4c4c4;
	padding:20px 40px 0 0;
	line-height:150%;
  margin-bottom:20px;
  font-weight:normal;	
}
.slider .content .price {
	font-family:"Century Gothic",arial,sans-serif;			
	font-size:34px;		
	color:#ff9700;
	line-height:100%;
}

.slider .content .price sup {
	font-size:17px;
	vertical-align:super;
}

@media only screen and (device-width: 1536px) {
   body {
      padding-left:60px;
   }
}

@media only screen and (device-width: 768px) {
   body {
      padding-left:60px;
   }
}

@media only screen and (device-width: 480px) {
   body {
      padding-left:60px;
   }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
   body {
      padding-left:60px;
   }
}

#gallery {
}

.image, .image-right {
	width:217px;
	height:150px;
	float:left;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:15px;
}

.image-right {
	margin-right:0px;
}