#mainHeader .contact {
	background-color: #282828;
	color: #9c9c9c;
	font-size: 11px;
	height: 30px;
	letter-spacing: 2px;
	line-height: 30px;
	text-transform: uppercase;
}

#mainHeader .contact a {
	color: inherit;
	text-decoration: none;
}
#mainHeader .contact a:hover {
	color: #fff;
}

#mainHeader p {
	margin-bottom: 0;
}


/* MAIN NAV
==========================================================
========================================================== */

#mainNav {
	height: 170px;
}

#mainNav .logo {
	margin-top: 35px;
	display: inline-block;
}

#mainMenu {
	font-size: 11px;
	height: 170px;
	line-height: 170px;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: right;
}

#mainMenu li {
	display: inline-block;
}

#mainMenu a {
	color: #777;
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid #ebebeb;
	padding: 0 15px 0 10px;
}
#mainMenu a.last {
	border-right: none;
	padding-right: 0;
}
#mainMenu a:hover, #mainMenu li.active a {
	color: #000;
}


.panels {
	background: url("../img/bg-panels.png") repeat-y center top;
	min-height: 310px;
}

.panels p {
	margin-left: 20px; 
	margin-right: 20px; 
}
.panels .address {
	margin-top: 75px;
}
.panels .address .email {
	text-decoration: none;
}

/* SIDE BAR
==========================================================
========================================================== */

#sideBar {
	padding-top: 30px;
}

#sideBar hr {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
}

#sideBar .h2 {
	color: #5a5a5a;
}

#sideBar .content {
	margin-right: 40px;
}
#sideBar .contact, .contact {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#cerificates .leftCol, #cerificates .rightCol {
	float:left;
	width: 125px;
}
#cerificates .leftCol {
	margin-right: 10px;
}

#cerificates .list li {
	margin-bottom: 10px;
	margin-left: 10px;
}
#cerificates .list li a {
	padding-left: 25px;
	height: 19px; 
	line-height: 19px; 
	display: inline-block;
	background: url("../img/pdf-icon.png") no-repeat left 0;
	text-decoration: none;
}
#cerificates .list li a:hover {
	color: #000;
	background: url("../img/pdf-icon.png") no-repeat left -19px;
}


a.btn-small {
	padding: 5px 10px !important;
	background-color: #e9e9e9;
	text-decoration: none;
	display: inline-block;
	font-family: "futura-pt",sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #f5f5f5;
	font-size: 14px;
	outline: #f0f0f0 solid 1px;
	width:75px;
	text-align: center;
}
a.btn-small:hover {
	background-color: #282828;
	color: #fff;
}
a.login {
	margin-right: 10px;
}
a.register {
	margin-left: 10px;
}

/* MAIN CONTENT
==========================================================
========================================================== */

#mainContent {
	padding-top: 20px;
}

.visitSite {
	text-decoration: none;
}
#about {
	background: url("../img/vertical-hr.png") repeat-y 330px top;
	padding: 20px 0;
}
#about p.lead {
	font-family: "futura-pt",sans-serif;
	margin-right: 30px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 32px;
}
#about .copy {
	margin-left: 50px;

}

#wholesale #sideBar {
	padding-top:20px;
}


#contactForm .leftCol {
	float: left;
	width: 270px;
	margin-right: 60px;
}
#contactForm .rightCol {
	width: 270px;
	float: left;
}

#contactForm label {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}
#contactForm .field {
	background-color: #f5f5f5;
	width: 268px;
	padding: 10px 10px;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	margin-top: 2px;
	outline: none;
}
#contactForm .field:focus {
	background-color: #e0e0e0;
	outline: none;
}
#contactForm .field.address {
	height: 165px;
}

#contactForm .field.comments {
	height: 120px;
	width: 598px;
	border: 1px solid #f5f5f5;
}

a.btn {
	display: inline-block;
	text-decoration: none;
	font-family: "futura-pt",sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #f5f5f5;
	height: 42px;
	line-height: 42px !important;
	font-size: 16px;
	padding: 0 30px;
}
a.btn:hover {
	background-color: #282828;
	color: #fff;
}

#contactForm input.error, #contactForm select.error, #contactForm textarea.error {border: 1px solid #ff8484;}

.successMessage {
	color: #000;
	font-size: 14px;
	line-height: 21px;
}

.star {
	font-size: 16px;
}

input[type="radio"] {
	display:none;
}

input[type="radio"] + label {
	font-family:Arial, sans-serif;
	font-size:14px;
}

input[type="radio"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url("../img/check-radio-sheet.png") -38px top no-repeat;
	cursor:pointer;
}

input[type="radio"]:checked + label span {
	background:url("../img/check-radio-sheet.png") -57px top no-repeat;
}

.checkBoxes {
	margin-right: 30px;
}

.submit-btn {
	display: inline-block;
	text-decoration: none;
	font-family: "futura-pt",sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #f5f5f5;
	height: 42px;
	line-height: 42px !important;
	font-size: 16px;
	padding: 0 30px;
	border-radius: none;
}
.submit-btn:hover {
	background-color: #282828;
	color: #fff;
}

/* MAIN FOOTER
==========================================================
========================================================== */

#mainFooter {
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 100px;
	font-size: 10px;
}