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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

body {
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #b7b7b7;
	background: #f8f4f2;
	position: relative;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a {
	text-decoration: none;
	color: #9ccb3b;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

#wrapper{ position: relative; min-height: 100%; }
* html #wrapper{ height: 100%; }
#container{padding-bottom: 30px;}

body,
html{
	height:100%;
}

body.home{
	position:relative;
	overflow:hidden;
	height:100%;
	min-height:600px;
	background:#f5f1ee;
}

.wrapper{
	width:900px;
	margin:0 auto;
}

header{
	height:115px;
	padding:30px 0;
	position:relative;
	overflow:hidden;
}

#logo{
	float:left;
	background:url(../img/logo.png) no-repeat;
	width:264px;
	height:86px;
	text-indent:-999em;
}

.home #body{
	min-height:400px;
}

#body .get_fit{
	background:url(../img/bgr_mask.png) repeat;
	position:absolute;
	top:55%;
	left:50%;
	width:820px;
	height:160px;
	margin:0px 0 0 -410px;
}

#body .get_fit span{
	background:#cde49d;
	float:left;
	width:180px;
	margin:20px 0 0 20px;
	height:120px;
	color:#fff;
	text-align:center;
	line-height:120px;
	font-size:50px;
}

nav{
	float:right;
	height:30px;
	margin:30px 0 0;
	width:600px;
	background:#9ccb3b;
}

nav ul{
	position:relative;
	z-index:5;
	margin:0 -20px 0 0;
}

nav ul ul{
	position:absolute;
	top:30px;
	left:0;
	background:#9ccb3b;
	display:none;
	z-index:55;
	width:100%;
}

nav li{
	float:left;
	position:relative;
	line-height:30px;
}

nav a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:0 30px;
}

nav ul ul li{
	float:none;
	background:none;
}

nav span{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	cursor:default;
	display:block;
	padding:0 30px;
}

nav .hover span,
nav .current span,
nav span:hover,
nav .current a,
nav a:hover{
	color:#fff;
	background:#939598;
	text-decoration:none;
}

nav ul .current ul a{
	background:none;
}

nav ul ul a:hover{
	background:#89b038;
}

nav:after{
	content:"";
	height:30px;
	position:absolute;
	left:50%;
	width:100%;
	top:60px;
	background:#9ccb3b;
}

.main_content{
	overflow:hidden;
	color:#939598;
	margin:0 0 40px;
}

#map_canvas{
	height:300px;
	width:100%;
	margin:0 0 30px;
}

.form{
	float:right;
	padding:0 1px 30px 0;
}
.form form {
	position:relative;
}
.form form fieldset {
	position:relative;
}
.form .notification_ok {
	width:460px;
	display:block;
	text-align:center;
	color:#fff;
	margin:0 0 15px;
	font-size:14px;
	padding:8px 0;
	line-height:18px;
	background:#9ccb3b;
}
.form .name_border, .form .email_border, .form .message_border {
	width:444px;
	display:block;
	position:absolute;
	top:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	padding:8px;
	margin:-1px 0 0;
	height:18px;
	left:-1px;
	background:#F00;
	border:1px solid #F00;
}
.form .name_border {
	top:0;
}
.form .email_border {
	top:49px;
}
.form .message_border {
	height:117px;
	top:98px;
}
.form form input[type=text] {
	background:#e9e9e9;
	border:0;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	width:444px;
	position:relative;
	z-index:9;
	margin:0 0 15px;
	padding:8px;
	height:18px;
	color:#666;
	font-size:12px;
	line-height:18px;
}
.form form input[type=submit] {
	background:#e9e9e9;
	border:0;
	display:block;
	position:relative;
	z-index:9;
	float:left;
	cursor:pointer;
	margin:0;
	height:30px;
	padding:0 10px;
	color:rgba(0, 0, 0, 0.7);
	font-size:15px;
	line-height:30px;
}
.form form input[type=submit]:hover {
	background-color:#9ccb3b;
	color:#fff;
}
.form form textarea {
	background:#e9e9e9;
	border:0;
	position:relative;
	z-index:9;
	display:block;
	width:444px;
	margin:0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px;
	resize:none;
	height:117px;
	color:#666;
	font-size:12px;
	line-height:18px;
}

.product .main_content{
	padding:0 20px;
	margin:0 -20px 40px;
}

.main_content h1{
	font-size:30px;
	line-height:40px;
	padding:0 0 20px;
}

.main_content h2{
	font-size:24px;
	line-height:30px;
	padding:0 0 20px;
}

.main_content h3{
	font-size:24px;
	line-height:30px;
	padding:0 0 10px;
}

.main_content h1 strong{
	font-size:40px;
	color:#9ccb3b;
	font-weight:normal;
}

#body .wrapper{
	overflow:hidden;
	padding:0 20px;
}

.main_content p{
	font-size:13px;
	line-height:20px;
	padding:0 0 20px;
}

.main_content img{
	display:block;
}

.main_content li{
	font-size:13px;
	line-height:20px;
	padding:0 0 10px 15px;
	margin:0 0 0 5px;
	background:url(../img/bgr_llist.png) no-repeat 0 7px;
}

.right_product{
	float:right;
	margin:-70px 0 -40px;
	position:relative;
	z-index:2;
}

.col{
	float:left;
	position:relative;
	padding:20px 50px 0 0;
}

.col.what{
	padding:20px 0 40px 0;
	width:350px;
}

.col.lit{
	width:180px;
	clear:both;
	padding:20px 30px 0 0;
}

.col.dvd{
	width:280px;
	padding:20px 30px 0 0;
}

.main_producr{
	position:relative;
	margin:0 -20px;
}

.col.other{
	position:relative;
	padding-right:0;
	z-index:10;
	width:380px;
}

.right_pic{
	float:right;
	padding:63px 0 40px 30px;
}

footer{
	overflow:hidden;
	position:relative;
	background:#9ccb3b;
	height:30px;
	top:-30px;
	width:100%;
}

footer p{
	line-height:30px;
	width:900px;
	margin:0 auto;
	font-size:12px;
	color:#fff;
}
.responsive-nav{
	display:none;
}

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

@media only screen
and (max-device-width : 899px),
only screen
and (max-width : 899px) {
	.wrapper{
		width:96%;
		padding:0 !important;
		margin: 0 2%;
	}
	#logo{
		float:right;
		margin:-20px 0 0;
	}
	header{
		height:auto;
	}
	nav:after{
		display:none;
	}
	nav{
		float:none;
		background:none;
		width:auto;
	}
	nav ul{
		display:none;
	}
	.responsive-nav {
		width: 250px;
		float:left;
		padding: 8px 0;
		background: none;
		display: block;
		color: #fff;
		background:#9ccb3b;
		border:0;
		text-transform:capitalize;
		float: left;
		box-sizing: padding-box;
		-moz-box-sizing: padding-box;
		-ms-box-sizing: padding-box;
		-webkit-box-sizing: padding-box;
		height: 47px;
		font-size: 14px;
		line-height: 47px;
		padding: 0 20px;
		font-weight: bold;
		-webkit-appearance: none;
		text-decoration: none;
	}
	.right_product{
		float:none;
		margin:0;
		position:relative;
		z-index:2;
	}
	img{
		width:100%;
	}
	.col{
		float:none !important;
		width:100% !important;
		padding:0 0 40px !important;
		margin:0 !important;
	}
footer p{
	padding: 0 20px;
}
}
#background-image{
    position: fixed;
    top:30px;
    right:-20%;
    z-index:-10;
    overflow: hidden;
    width: 100%;
    display:none;
    }
