body > header { min-height: 169px; }

blockquote, h3, h4, h5, a, .reviews blockquote, .menu .price, .tab-menu li a:hover, #slider .readmore:hover, nav.main ul li a:hover, nav.main ul li.current-menu-item > a {
	color: #e64f30;
}

@media (max-width: 767px) {
	nav.main ul li ul li a { color: #e64f30; }
}

.logo,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
#slider .title,
.back-to-top {
	background: #e64f30;
}

.logo,
a.button,
.comment-reply-link,
#cancel-comment-reply-link,
input[type=submit],
#slider .title,
.back-to-top {
	border-color: #e64f30;
}

a.button,
.comment-reply-link,
#cancel-comment-reply-link,
input[type=submit],
nav.main ul li ul {
background: #fd4602;
background: -moz-linear-gradient(top,  #fd4602 0%, #d63a01 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd4602), color-stop(100%,#d63a01));
background: -webkit-linear-gradient(top,  #fd4602 0%,#d63a01 100%);
background: -o-linear-gradient(top,  #fd4602 0%,#d63a01 100%);
background: -ms-linear-gradient(top,  #fd4602 0%,#d63a01 100%);
background: linear-gradient(to bottom,  #fd4602 0%,#d63a01 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4602', endColorstr='#d63a01',GradientType=0 );
}

a.button:hover,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover,
input[type=submit]:hover {
background: #d63a01;
background: -moz-linear-gradient(top,  #d63a01 0%, #fd4602 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d63a01), color-stop(100%,#fd4602));
background: -webkit-linear-gradient(top,  #d63a01 0%,#fd4602 100%);
background: -o-linear-gradient(top,  #d63a01 0%,#fd4602 100%);
background: -ms-linear-gradient(top,  #d63a01 0%,#fd4602 100%);
background: linear-gradient(to bottom,  #d63a01 0%,#fd4602 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63a01', endColorstr='#fd4602',GradientType=0 );
}

.blog-nav li ul {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b1b1b 0%, #d63a01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(100%,#d63a01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b1b1b 0%,#d63a01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b1b1b 0%,#d63a01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b1b1b 0%,#d63a01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b1b1b 0%,#d63a01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#d63a01',GradientType=0 ); /* IE6-9 */
}

body { font-size: 14px; }
nav.main { font-size: 14px; }
h1 { font-size: 30px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size:14px; }
body, a.button, .comment-reply-link, #cancel-comment-reply-link, input[type="submit"] { font-family: "PT Sans", Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: "PT Sans", Arial, Helvetica, sans-serif; }
nav.main, #slider .slide_content .wrapper > * { font-family: "PT Serif", Arial, Helvetica, sans-serif; }
