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

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Open Sans","Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 11px;
	text-align: center;
	min-width: 1000px;
	background: #999999 url('../images/bg.png') repeat scroll 0 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	background: #999999;
}

#top {
	position: relative;
	background: #fff;
	height: 135px;
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -57px 0 0 -194px;
	overflow: hidden;
	width: 328px;
	height: 115px;
}
#logo a {
	display: block;
	height: 0!important;
	padding-top: 115px;
	width: 328px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url('../images/logo.png') no-repeat scroll 0 0;
}

#top-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 143px;
	padding: 10px;
	background: #666666;
	color: #fff;
	font-size: 12px;
}

#top-menu a {
	color: #fff;
	text-decoration: none;
}

#menu {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 56px;
	height: 42px;
	width: 888px;
	background: #E1E1E1;
	font-size: 15px;
	color: #C22632;
	position: relative;
}

#menu ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 85px;
}
#menu li {
	float: left;
	position: relative;
}
#menu a {
	color: #C22632;
	display: block;
	line-height: 42px;
	padding: 0 20px;
	text-decoration: none;
}
#menu ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	top: 42px;
	width: 188px;
	z-index: 999999;
	padding: 0;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul a {
	background: #C22632;
	border-bottom: 1px dotted #ddd;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#menu li:hover > a,
#menu ul ul :hover > a,
#menu a:focus {
	background: #efefef;
	color: #C22632;
}
#menu li:hover > a,
#menu a:focus {
	background: #C22632;
	color: #fff;
}
#menu ul li:hover > ul {
	display: block;
}
#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a,
#menu .current_page_parent > a {
	background: #C22632;
	color: #fff;
}



#features {
	overflow: hidden;
	height: 150px;
	padding: 0 0 0 100px;
	background: #C22632 url('../images/qt.png') no-repeat scroll 0 15%;
}

#features .item {
	width: 21%;
	height: 90px;
	float: left;
	padding: 10px 70px 0 0;
	margin: 10px 20px 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 125%;
	background: transparent no-repeat scroll 100% 50%;
}

#features .item:last-child {
	border: 0;
	margin: 10px 0 0;
	
}
#features .item a {
	color: #fff;
}

#features .item > span {
	display: block;
	margin: 10px 0 0;
}

#features .item:last-child a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 140%;
	display: block;
	padding: 0 0 0;
	height: 4.5em;
}

#footer {
	background: #999999 url('../images/bg-footer.png') repeat-x scroll 0 0;
	color: #fff;
	text-align: left;
}

#footer .inner {
	padding: 30px 56px;
}

#columns {
	overflow: hidden;
}

#columns .item {
	float: left;
	width: 285px;
	margin: 0 15px 0 0;
}

#columns div.item:last-child {
	margin: 0;
}

#columns h2 {
	font-size: 15px;
	color: #C12632;
	font-weight: 400;
	margin: 0 0 15px;
}

#columns p {
	margin: 0 0 10px;
	line-height: 140%;
	overflow: hidden;
}

#columns .label {
	display: block;
	float: left;
	width: 45px;
}

#columns a {
	color: #666666;
	text-decoration: none;
}

#columns input {
	background: #999999;
	border: 0;
	padding: 2px;
	color: #fff;
	width: 180px;
	-moz-box-shadow: inset 5px 5px 5px #666;
	-webkit-box-shadow: inset 5px 5px 5px #666;
	box-shadow: inset 5px 5px 5px #666;
}

#columns input.submit {
	background: #666666;
	font-size: 10px;
	padding: 4px 6px;
}

#columns input.wpcf7-submit {
	background: #C22632;
	font-size: 10px;
	width: auto;
	padding: 4px 6px;
	color: #fff;
	margin: 10px 0 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#bottom {
	overflow: hidden;
	border-top: 2px solid #C22632;
	padding: 20px 0 0 0;
	margin: 10px 0;
}

#bottom .left {
	width: 40%;
	float: left;
}

#bottom .right {
	width: auto;
	float: right;
	text-align: right;
}

#bottom ul {
	overflow: hidden;
	float: left;
	width: auto;
}

#bottom li {
	float: left;
	margin: 0 10px 0 0;
}

#bottom a {
	color: #666666;
	text-decoration: none;
}

#bottom .right p {
	float: left;
	width: auto;
	margin: 0 0 0 20px;
}


#header {
	clear: both;
	z-index: 10;
}

.home {
	height: 432px!important;
}

.royalSlider {
	z-index: 10;
	width: 1000px;
	height: 432px;
	color: #fff;
}

#header .royalSlider .inner {
	padding: 80px 200px 0;
	text-align: center;
}

#header .royalSlider h1 {
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -1px;
	font-weight: 300;
	margin: 0 0 20px;
}

#header .royalSlider p {
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
}

#header {
	color: #fff;
	text-align: center;
	overflow: hidden;
	height: 244px;
}

#header .inner {
	padding: 55px 100px;
}

#header h1 {
	font-size: 60px;
	line-height: 140%;
	letter-spacing: -1px;
	margin: 0 0 5px;
	font-weight: 300;
}
/*
#header h2 {
	font-size: 35px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: -0.2px;
	color: #fff;
	margin: 0 0 20px;
}*/

#header h2 {
   font-size: 14px;
   line-height: 140%;
   margin: 0 0 10px;
}


#header p {
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 10px;
}

#main {
	background: #fff;
	padding: 34px 0 20px 60px;
	overflow: hidden;
	text-align: left;
	position: relative;
}

#sidebar {
	width: 140px;
	float: left;
	font-size: 12px;
	margin: 0 0 10px;
	line-height: 200%;
	padding-right: 20px;
	color: #666666;
}
#sidebar ul {
	margin: 0 0 10px;
}
#sidebar h1, #sidebar h2 {
	color: #C02632;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px;
}

#sidebar a {
	color: #666666;
	text-decoration: none;
}

#sidebar li.current_page_item a, #sidebar li.current-cat a {
	color: #C02632;
}

#sidebar ul div {
	margin: 0 0 20px;
}

#content {
	padding: 0 0 0 20px;
	border-left: 1px dotted #666; 
	float: left;
	width: 759px;
}
/*
#content h1 {
	font-size: 35px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: -0.2px;
	color: #C02632;
	margin: 0 0 20px;
}
*/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: #C02632;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px;
}

#content h3, #content h4, #content h5, #content h6 {
	font-size: 12px;
	font-weight: normal;
}

#sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	font-size: 12px;
	font-weight: normal;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: -0.2px;
	color: #C02632;
	margin: 0 0 10px;
}

#sidebar p {
	margin: 0 0 10px;
}

#sidebar li {
	margin: 0 0 10px;
	line-height: 120%;
}

#content a {
	
	color: #C02632;
}

#content p, #content ul, #content ol {
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 140%;
	color: #666666;
}

#content .inner {
	padding-right: 50px;
}

.center {
	width: 483px;
	float: left;
}

#right-features {
	width: 240px;
	float: right;
	position: relative;
	top: 20px;
	padding-top: 50px;
	background: transparent url('../images/ico-qt.png') no-repeat scroll 0 0;
}

#right-features .item {
	position: relative;
	height: 190px;
	overflow: hidden;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#right-features p {
	color: #C22632;
	font-size: 13px;
	line-height: 140%;
	font-weight: 600;
}
#right-features .person {
	position: absolute;
	bottom: 0;
}
#right-features .person p {
	font-weight: 300;
	text-decoration: none;
	font-size: 11px;
}

#right-features span {
	display: block;
	color: #666;
}

#products {
	overflow: hidden;
}

#products .item {
	width: 184px;
	float: left;
	margin: 0 45px 20px 0;
}
#products.news .item {
	width: 224px;
	margin: 0 25px 20px 0;
}
#products .item:nth-child(3n) {
	margin: 0 0 20px;
}

#products.news .item:nth-child(4n) {
	clear: both;
}

#content #products a {
	text-decoration: none;
}
#content #products h1 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #666;
	color: #C02632;
   font-size: 20px;
	line-height: 24px;
   font-weight: 300;
   margin: 0 0 20px;
}

#content #products h3 {
	
	margin: 0 0 10px;
}

#content #products .image {
	display: block;
	margin: 0 0 10px;
}
#content #products .image img {
	display: block;
}
#content #products .inner {
	padding: 0;
}
#content #products .inner h1, #content #products .inner h2, #content #products .inner h3 {
	font-size: 11px;
	color: #C02632;
	margin: 0 0 10px;
}

#content #products .inner {
	font-size: 11px;
}

#content #products .inner p {
	font-size: 11px;
}

#content #products .inner a {
	font-weight: 600;
	color: #C02632;
	text-decoration: underline;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 0!important;
	color: #C02632;
	text-decoration: none;
}

#product {
	background: #C02632 url('../images/product-bg.jpg') no-repeat scroll 0 0;
	color: #fff;
	height: 523px;
	margin: 40px 0 0;
	position: relative;
}

#product .inner {
	padding: 10px 100px;
}

#product #intro {
	margin: 0 0 20px;
}

#product #intro h1 {
	font-size: 60px;
	line-height: 140%;
	letter-spacing: -1px;
	margin: 0 0 20px;
	font-weight: 300;
}

#product #intro p {
	font-size: 14px;
}

#product .left {
	width: 48%;
	float: left;
	padding: 30px 0;
}

#product .right {
	width: 48%;
	float: right;
	text-align: left;
	padding: 30px 0 30px 30px;
	border-left: 1px dotted #fff;
}

#product .right p {
	font-size: 11px;
	line-height: 140%;
	margin: 0 0 10px;
}

#product .nav {
	clear: both;
	color: #fff;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 930px;
}

#product .nav a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	padding: 0 10px;
	font-size: 15px;
}

#product .nleft {
	width: 48%;
	float: left;
	text-align: left;
}

#product .nright {
	width: 48%;
	float: right;
	text-align: right;
}

#product .nleft a {
	background: transparent url('../images/arrow-left.png') no-repeat scroll 0 50%;
	padding-left: 20px;
}

#product .nright .prev a {
	background: transparent url('../images/arrow-left.png') no-repeat scroll 0 50%;
	padding-left: 20px;
}

#product .nright .next a {
	background: transparent url('../images/arrow-right.png') no-repeat scroll 100% 50%;
	padding-right: 20px;
}

#contact {
	width: 483px;
	overflow: hidden;
}

#contact table {
	width: 483px;
}

#contact input, textarea {
	width: 200px;
	margin: 0 0 10px;
	border: 0;
	background: #999999;
	padding: 5px 2px;
	color: #fff;
	-moz-box-shadow: inset 5px 5px 5px #666;
	-webkit-box-shadow: inset 5px 5px 5px #666;
	box-shadow: inset 5px 5px 5px #666;
}

textarea {
	height: 3em;
	width: 410px;
}

#contact label {
	display: block;
}

#contact .submit {
	vertical-align: bottom;
	text-align: right;
}

#contact .submit input {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #666666;
	padding: 2px;
	font-size: 11px;
	width: auto;
}

#subscribe-content {
	text-align: left;
	font-size: 11px;
	line-height: 140%;
}

#subscribe-content h2 {
	font-size: 35px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: -0.2px;
	color: #C02632;
	margin: 0 0 20px;
	text-align: center;
}
#subscribe-content p {
	
	margin: 0 0 10px;
}

span.wpcf7-not-valid-tip {
	border: 0!important;
	color: #C12632;
	width: 285px!important;
	clear: both!important;
	position: relative!important;
}
div.wpcf7-validation-errors {
	border: 0!important;
	color: #C12632;
	width: 285px!important;
	clear: both!important;
	position: relative!important;
}

span.wpcf7-not-valid-tip {
	position: static!important;
	background: transparent!important;
	border: 0!important;
	color: #C12632!important;
	clear: both;
	width: 285px!important;
}
#content ul .children {
	margin: 10px 0 10px 30px;
}
.captcha-img {
	display: block;
	float: left;
}
.captcha-input {
	width: 56px!important;
	float: left;
}

.clear {
	clear: both;
}