﻿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;
}


/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */

/* general purpose classes */
.nodisplay {
	display:none;
}
.nodisplay_strict {
	display:none !important;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
/* End Toolkit
--------------------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}
.page {
	overflow: hidden;
	width: 100%;	
}
#container {
	margin: 0 auto;
	width: 960px;
}
.wrapper {
	float: left;
	width: 100%;
	background: url(../images/wrapbg.png) no-repeat fixed center top #fff;
}
/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
body {
	background: #1e1b1c;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color:#58595b;
}
/* End Typography
--------------------------------------------------------------------------------------------------*/

/* =Links
--------------------------------------------------------------------------------------------------*/
a {
	font-family: 'Days One', sans-serif;
	outline: none !important;
	text-decoration: none;
	color:#8d8d8d;
}
a:hover {
	text-decoration: underline;
}
/* End Links
--------------------------------------------------------------------------------------------------*/

/* =Header
--------------------------------------------------------------------------------------------------*/
#header {
	float: left;
	width: 960px;
	padding: 11px 0 9px 0;
}
#header #logo {
	float: left;	
}
.header-right {
	float: left;
	width: 750px;
	margin: 0 0 0 10px;	
}
.contact-block {
	float: right;
	width: 364px;
	background: url(../images/contactbg.png) no-repeat right top;
	height: 33px;
	margin: 12px 27px 0 0;
}
.contact-block ul {
	float: left;
	width: 364px;
	padding: 8px 0 0 18px;	
}
.contact-block ul li {
	float: left;
	border-left: 2px solid #8d8d8d;
	line-height: 11px;
	padding: 0 12px 0 12px;
	font-family: 'Days One', sans-serif;
}
.contact-block ul li strong {
	font-weight: normal;
	color: #c51c1c;
}
.contact-block ul li:first-child {
	border: none;	
}
.contact-block ul li a {
	float: left;
	font-size: 12px;
}
.arrow {
	float: right;
	margin: -22px -28px 0 0;	
}
/* End Header
--------------------------------------------------------------------------------------------------*/

/* =Main Nav
--------------------------------------------------------------------------------------------------*/
.main-nav {
	float: left;
	width: 750px;
	margin: 6px 0 0 10px;
	padding: 0 0 18px 0;
	background:url(../images/borderbg.png) no-repeat center bottom;
}
.main-nav li {
	float: left;
	list-style: none;
	padding: 0 0 0 29px;
}
.main-nav li:first-child {
	padding: 0;	
}
.main-nav li a {
	float: left;
	padding: 19px 0 0 0;
	font-size: 14px;
	color: #000;
	border-top: 1px solid #fff;
}
.main-nav li a:hover, .main-nav li a.active {
	border-top: 1px solid #cd3b39;
	background: url(../images/navhoverbg.png) no-repeat center -1px;
	text-decoration: none;
}
/* End Main Nav
--------------------------------------------------------------------------------------------------*/

/* start banner
--------------------------------------------------------------------------------------------------*/

.banner {
	float: left;
	position: relative;
	width: 960px;	
}
.banner img {
	float: left;	
}
.banner .prev {
	position: absolute;
	top: 65px;
	left: 0;	
}
.banner .next {
	position: absolute;
	top: 65px;
	right: 0;	
}
.pagination {
	position: absolute;
	bottom: 0;
	left: 385px;
	background: url(../images/paginationbg.png) no-repeat center bottom;
	width: 193px;
	height: 38px;
}
.pagination ul {
	float: left;
	margin: 15px 0 0 36px;
}
.pagination ul li {
	float: left;
	padding: 0 7px 0 0;
}
.pagination ul li {
	float: left;
	background: url(../images/round.png) no-repeat left center;
	width: 18px;
	height: 18px;
	cursor:pointer;
}
.pagination ul li:hover, .pagination ul li.selected {
	background: url(../images/roundhover.png) no-repeat left center;
	cursor:pointer;
}

/* End banner
--------------------------------------------------------------------------------------------------*/



/* =Main Content
--------------------------------------------------------------------------------------------------*/

.main-content {
	float: left;
	width: 960px;
	margin: 25px 0 0 0;
	padding: 0 0 24px 0;
}
.top-block {
	float: left;
	width: 960px;
	padding: 0 0 40px 0;
	background:url(../images/borderbg.png) no-repeat center bottom;	
}
.block1 {
	float: left;
	width: 252px;
	background: url(../images/block1bg.png) no-repeat left top;
	padding: 2px 0 0 75px;
}
.block2 {
	width: 256px;
	background: url(../images/block2bg.png) no-repeat left top;	
}
.block3 {
	width: 225px;
	background: url(../images/block3bg.png)	no-repeat left top;
}
.block1 h2 {
	clear: both;
	font-size: 18px;
	color: #1e1b1b;
	font-weight: bold;	
}
.block1 p {
	display: block;
	color: #686868;
	font-weight: bold;
	padding: 6px 0 0 0;
	line-height: 15px;
	margin: 0 10px 0 0;
}
.block3 p {
	margin-right: -16px;
}
.block1 .readmore {
	float: right;
	width: 136px;
	height: 19px;
	background: url(../images/readmorebg.png) no-repeat right top;
	margin: 16px 28px 0 0;
}
.block3 .readmore {
	margin-right: 0;	
}
.block1 .readmore a {
	float: left;
	padding: 0 0 0 27px;
	line-height: 16px;
	color: #c51c1c;	
}
.block1 .readmore a:hover {
	text-decoration: none;
	color: #333;	
}
.whoweareblock {
	float: left;
	width: 960px;
	margin: 18px 0 0 0;
	padding: 0 0 34px 0;
	background:url(../images/borderbg.png) no-repeat center bottom;		
}
.whoweareblock h3 {
	float: left;
	width: 182px;
	font-family: 'Days One', sans-serif;
	font-size: 21px;
	color: #686868;
	margin: 30px 0 0 0;	
	padding: 0 0 10px 0;
	font-weight: normal;
	text-transform: uppercase;
}
.whoweareblock p {
	display: block;
	line-height: 14px;
}
.products-block {
	float: left;
	width: 960px;
	margin: 23px 0 0 0;	
}
.products-block h4 {
	float: left;
	width: 960px;
	text-align: center;
	font-family: 'Days One', sans-serif;
	font-size: 21px;
	color: #1e1b1b;
}
h1 {
	font-family: 'Days One', sans-serif;
	font-size: 26px;
	color: #1e1b1b;
	text-transform: uppercase;
}

.main-content p {
	color: #686868;
	padding: 11px 0 0 0;
	line-height: normal;
}

.products-block p {
	float: left;
	width: 980px;
	text-align: center;
	color: #686868;
	padding: 8px 0 0 0;
}
.products-list {
	float: left;
	width: 980px;
	margin: 27px 0 0 0;	
}
.products-list .prev1 {
	float: left;
	margin: 70px 0 0 0;	
}
.products-list .next1 {
	float: right;
	margin: 70px 0 0 0;		
}
.products-list ul {
	float: left;
	margin: 0 0 0 15px;	
}
.products-list ul li {
	float: left;
	border: 10px solid #e0e0e0;
	margin: 0 0 0 30px;
}
.products-list ul li:first-child {
	margin-left: 10px;	
}

.greyLines {
	width: 960px;
	height: 8px;
	margin: 30px 0 30px 0;
	background:url(../images/borderbg.png) no-repeat center bottom;		
}

.greyLinesSML {
	width: 280px;
	height: 8px;
	margin: 30px 0 30px 0;
	background:url(../images/borderbg.png) no-repeat center bottom;		
}
/* =End Main Content
--------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	background: #1e1b1c;
	min-height: 91px;
}
.footer-block {
	margin: 0 auto;
	width: 960px;
	background:url(../images/footerbg.png) no-repeat center top;
	height: 12px;	
}
.footer-block .footer-nav {
	float: left;
	width: 960px;
	margin: 30px 0 0 32px;
}
.footer-block .footer-nav li {
	float: left;
	padding: 0 14px 0 13px;
	border-left: 2px solid #a6a5a6;
	color: #e0e0e0;
}
.footer-block .footer-nav li:first-child {
	border: none;	
}
.footer-block span {
	float: left;
	width: 960px;
	text-align: center;
	color: #686868;
	padding: 10px 0 0 0;
	font-weight: bold;
}

.footer-block span a, .footer-block span a:hover {
	font-family: Arial, Helvetica, sans-serif;
}
/* End Footer
--------------------------------------------------------------------------------------------------*/


/* START FORMS */

.styledForm label {
	display:block;
	font-size:14px;
	margin:0 0 5px 0;
}

.styledForm label span {
	color:#FF0000;
	font-size:12px;
}

.styledForm input[type="text"], .styledForm input[type="password"], .styledForm select {
	display:block;
	margin:0 0 15px 0;
	width:300px;
	font-size:13px;
	font-family: arial, tahoma, sans-serif;
	padding:8px 5px 8px 5px;
	border:1px solid #ccc;
}

.styledForm input[type="text"].inputLong, .styledForm textarea {
	display:block;
	margin:0 0 15px 0;
	width:628px;
	font-size:13px;
	font-family: arial, tahoma, sans-serif;
	padding:8px 5px 8px 5px;
	border:1px solid #ccc;
}

.styledForm .spacer {
	display:block;
	margin:0 0 5px 0;
	width:600px;
	font-size:13px;
	font-family: arial, tahoma, sans-serif;
	padding:8px 5px 8px 5px;
}

.styledForm select {
	width:612px;
}

.styledForm select.short {
	width:300px;
}

.styledForm textarea {
	height:100px;
}

.styledForm input[type="text"].inlineInput, .styledForm input[type="password"].inlineInput, .styledForm select.inlineInput, .styledForm textarea.inlineInput, .styledForm input[type="radio"].inlineInput {
	display:inline;
}

.styledForm label.inlineLabel {
	display:inline;
}

.styledForm label.small {
	width:100px;
	margin-right:14px;
}

.styledForm input[type="text"].small {
	width:97px;
}

.styledForm input[type="submit"] {
	width: 180px;
	min-height: 19px;
	background: url(../images/readmorebg.png) no-repeat left bottom;
	margin:0 0 15px 0;
	font-size:14px;
	display:block;
	padding: 0 0 2px 0;
	line-height: 16px;
	color: #c51c1c;	
	text-transform:uppercase;
	cursor:pointer;
	font-family: 'Days One', sans-serif;
	border: none;
}

.styledForm input[type="submit"]:hover {
	color: #333;
}

.styledForm label.error {
	float:none;
	color: #000;
	margin:-15px 0 15px 0;
	font-size:12px;
	display:block;
	background:#FCF;
	padding:10px;
	width:590px;
	border:1px solid #999;
	border-top:none;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}

.styledForm label.error.short {
	width:290px;
	float:none;
	color: #000;
	margin:-15px 0 15px 0;
	font-size:12px;
	display:inline-block;
	background:#FCF;
	padding:10px 10px 9px 10px;
	border:1px solid #999;
	border-left:none;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}

.styledForm label.error.radioError {
	float:none;
	color: #000;
	margin:-16px 0 15px 0;
	font-size:12px;
	display:block;
	background:#FCF;
	padding:10px;
	width:589px;
	border:1px solid #999;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}

.styledForm .preInput {
	position: absolute;
	left: 20px;
	padding-top:8px;
}

.styledForm .preInputCC {
	position: absolute;
	left: 500px;
	padding-top:4px;
}

.styledForm input[type="text"].preInputArea {
	padding-left: 15px;
	width:590px;
}

/*  END FORMS  */

.quoteCol2 {
	float: right;
	width: 280px;
}

.quoteCol2 p {
	line-height: 18px;
}

.quoteCol2 b {
	font-weight: bold;
}

.formContainer {
	width: 640px;
}

.formLeft {
	float: left;
}

.formRight {
	float: right;
}

.formRightCheck {
	float: right;
	padding: 0 200px 0 0;
}

.captionBottom {
	float: right;
}

.colClear {
	clear: both;
}

/* START NOTIFICATIONS */
.notification.success {
	background:#DFF2BF url('../admin/images/icons/notifications/success.png') no-repeat 10px 10px;
	border-color:#4F8A10;
}
.notification.error {
	background:#FFBABA url('../admin/images/icons/notifications/error.png') no-repeat 10px 10px;
	border-color:#D8000C;
}
.notification.warning {
	background:#FEEFB3 url('../admin/images/icons/notifications/warning.png') no-repeat 10px 10px;
	border-color:#9F6000;
}
.notification.info {
	background:#BDE5F8 url('../admin/images/icons/notifications/info.png') no-repeat 10px 10px;
	border-color:#00529B;
}
.notification.tip {
	background:#feeac9 url('../admin/images/icons/notifications/tip.png') no-repeat 10px 10px;
	border-color:#CB9D4C;;
}
.notification {
	border-width:1px;
	border-style:solid;
	padding:10px 10px 10px 55px;
	margin-bottom:30px;
	color:#000;
	width:545px;
	line-height: 16px;
	-mox-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
	min-height: 30px;
}
/*  END NOTIFICATIONS  */

h3 {
	font-size: 18px;
	color: #1e1b1b;
	font-weight: bold;
	font-family: 'Days One', sans-serif;
	text-transform: uppercase;
}

.products-block a {
	font-family: 'Days One', sans-serif;
	outline: none !important;
	text-decoration: none;
	color:#c51c1c;
}
.products-block a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 14px;
	color: #58595b;
	font-weight: bold;
	font-family: 'Days One', sans-serif;
	text-transform: uppercase;
	margin: 15px 0 0 0;
}

.descrip b {
	font-weight: bold;
}