html, button, input, select, textarea {
	color: #333;
}
html {
	/* overflow-y: scroll; */
	background:#CCC;
	height:100%
}
body {
	font-size: 12px;
	line-height: 1.4;
	background:#FFFFDC;
	min-height:100%;
	min-width: 1000px;
}
a {
	color: #069
}
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle
}
textarea {
	resize: vertical;
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%
}
.hidden {
	display: none !important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
::-webkit-input-placeholder {
	color: #909090;
	font-size:1em
}
:-moz-placeholder {
	color: #909090;
	font-size:1em
}
.placeholder {
	color: #909090;
	font-size:1em
}
.center {
	text-align:center
}
.rel {
	position:relative
}
ul, li {
	margin:0;
	padding:0;
	list-style:none none
}
.b {
	font-weight:bold
}
.normal {
	font-weight:normal;
	font-style:normal
}	
.main {
	background:url(../i/bg_head.jpg) top center no-repeat;
	min-width:1000px;
	min-height:750px;
	margin:0 auto;
	overflow: hidden;
}
.container-fluid {
	margin: 0 auto;
	padding: 0;
	max-width:1000px;
}
.head {
	position:relative;
	margin-bottom:225px
}
.phone {
	font:16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	position:absolute;
	right:28px;
	top:12px;
	z-index:6
}
.phone big {
	font-size:32px;
	vertical-align:top;
	line-height:1
}
nav {
	position: relative;
	background:url(../i/nav_bg.png) top center no-repeat;
	height:89px;
	padding:53px 0 0;
	display:inline-block;
	min-width:300px;
	margin:0 auto;
	position:relative;
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:5px
}
nav a {
	color:#303030;
}
nav a:hover , nav a.active{
	color:#0075a8;
	text-decoration:none
}
nav:before,nav:after {
	content:'';
	position:absolute;
	width:6px;
	height:142px;
	background:url(../i/nav_bg.png) 0 0;
	right:100%;
	top:0
}
nav:after {
	background-position:100% 0;
	left:100%;
	right:auto
}
nav span {
	display:inline-block;
	vertical-align:middle;
	min-width:300px;
}
nav span:after {
	content:'';
	display:block;
	clear:both
}
nav span:last-child {
	
}
nav span:first-of-type {
	margin-right:180px
}
nav span a {
	display:block;
	float:left;
	height:25px;
	border-right:1px dotted #333;
	padding:0 25px;
	vertical-align:middle;
}
nav span:last-child a {
	float:right
}
nav span:first-of-type a {
	padding:0 12px
}
nav span:first-of-type a:last-child {
	border-right:0 none
}
nav span:last-child a:first-child {
	border-right:0 none
}
nav > a {
	background: #fafbfb;
	background: -moz-linear-gradient(top,  #fafbfb 0%, #d5dfe4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafbfb), color-stop(100%,#d5dfe4));
	background: -webkit-linear-gradient(top,  #fafbfb 0%,#d5dfe4 100%);
	background: -o-linear-gradient(top,  #fafbfb 0%,#d5dfe4 100%);
	background: -ms-linear-gradient(top,  #fafbfb 0%,#d5dfe4 100%);
	background: linear-gradient(to bottom,  #fafbfb 0%,#d5dfe4 100%);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	vertical-align:middle;
	width:55px;
	height:0;
	padding:38px 0 0;
	overflow:hidden;
	position:relative;
	border:1px solid #AFBEC9	
}
nav > a.active {
	background: #139dcc;
	background: -moz-linear-gradient(top,  #139dcc 0%, #046699 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#139dcc), color-stop(100%,#046699));
	background: -webkit-linear-gradient(top,  #139dcc 0%,#046699 100%);
	background: -o-linear-gradient(top,  #139dcc 0%,#046699 100%);
	background: -ms-linear-gradient(top,  #139dcc 0%,#046699 100%);
	background: linear-gradient(to bottom,  #139dcc 0%,#046699 100%);
	border-color:transparent
}
nav > a:before {
	content:'';
	display:inline-block;
	width:21px;
	height:18px;
	position:absolute;
	background:url(../i/sprite.png) 0 -18px;
	left:17px;
	top:9px;	
}
nav > a.active:before {
	background-position:0 0
}
.logo {
	display: inline-block;
	position:absolute;
	height:0;
	width:143px;
	padding:80px 0 0;
	overflow:hidden;
	background:url(../i/logo.png);
	left:435px;
	top:30px;
	z-index:5	
}
aside {
	width:180px;
	float:left;
	margin-top:350px;
	vertical-align:top;
	margin-bottom:30px;
	padding-right:20px
}
.content {
	background:#FFF;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;;
	padding:10px 20px;
	width:760px;
	float:left;
	font:12px Tahoma, Geneva, sans-serif;
	margin-bottom:30px;
	color:#000;
	position:relative;
	min-height: 400px;
	z-index:2
}
.content:before {
	content:'';
	position:absolute;
	z-index:-1;
	width:680px;
	height:205px;
	background:url(../i/oranges1.png);
	left:-35px;
	top:-37px
}
.content:after {
	height:362px;
	width:46px;
	content:'';
	background:url(../i/oranges2.png);
	position:absolute;
	z-index:-1;
	left:100%;
	top:50px
}

footer {
	position: relative;
	background: #0098cb;
	background: -moz-linear-gradient(top,  #0098cb 0%, #00679a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0098cb), color-stop(100%,#00679a));
	background: -webkit-linear-gradient(top,  #0098cb 0%,#00679a 100%);
	background: -o-linear-gradient(top,  #0098cb 0%,#00679a 100%);
	background: -ms-linear-gradient(top,  #0098cb 0%,#00679a 100%);
	background: linear-gradient(to bottom,  #0098cb 0%,#00679a 100%);	
	-webkit-box-shadow:0 2px 2px #666;
	-moz-box-shadow:0 2px 2px #666;
	box-shadow:0 2px 2px #666;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:10px 20px;
	margin-bottom:20px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif
}
footer .counters {
	padding: 10px 0 0;
	display:inline-block
}
footer .counters a {
	margin-left:10px
}
footer a{
	color:#FFF;
}
footer a:hover{
	color:#ccc;
	text-decoration: none
}
a._image {
	display: inline-block;
	padding:1px;
	border:1px solid #FFDA11;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0 5px 15px;
	vertical-align:top;
	/* float:left; */
	-moz-transition: box-shadow .3s;
	-webkit-transition: box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
}
a._image img {
		-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
a._image:hover {
	-webkit-box-shadow:0 0 5px #FFDA11;
	-moz-box-shadow:0 0 5px #FFDA11;
	box-shadow:0 0 5px green;
}
.more {
	float: right;
	position:relative;
	margin-right:8px;
	line-height:1;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline
}
.more:hover {
	text-decoration:none
}
.more:before {
	content:'»';
	position:absolute;
	left:100%;
	top:0;
}
h1 {
	font:24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font:22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.reviews {
	
}
.reviews .date {
	color: #000;
	display:block;
	font:bold 11px Tahoma, Geneva, sans-serif
}
.reviews .user {
	color:#0075a8;
	font:bold 15px Tahoma, Geneva, sans-serif;
	display:block;
	margin-bottom:3px
}
.reviews li {
	margin-bottom:20px;
	font:12px/16px Tahoma, Geneva, sans-serif
}
.reviews li:first-child {
	margin-bottom:10px
}
.reviews .more {
	float:none;
	display:inline-block
}
aside .reviews h2 {
	margin:0;
}
aside .reviews h2:before {
	content:'';
	display:inline-block;
	width:22px;
	height:19px;
	background:url(../i/sprite.png) -21px 0;
	margin:0 5px 0 0	
}
.colored thead {
	background: -moz-linear-gradient(top,  #fffd31 0%, #f79901 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffd31), color-stop(100%,#f79901));
	background: -webkit-linear-gradient(top,  #fffd31 0%,#f79901 100%);
	background: -o-linear-gradient(top,  #fffd31 0%,#f79901 100%);
	background: -ms-linear-gradient(top,  #fffd31 0%,#f79901 100%);
	background: linear-gradient(to bottom,  #fffd31 0%,#f79901 100%);	
}
.table-price td {
	text-align:center
}
.table-price {
	margin-bottom:30px
}
.table-price tbody td:first-child {
	text-align:left
}
.table-price tbody tr:nth-child(even)	{
	background: -moz-linear-gradient(top,  #fefefe 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#d8d8d8 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#d8d8d8 100%);	
}