@charset "UTF-8";
/* BASE */
@import url("reset.css");
@import url("structure.css");
@import url("typography.css");
@import url("color.css");
@import url("header.css");
@import url("footer.css");


/*HOME PAGE*/
body.home #wrap {
	background: url(../images/home/home-content-bg.gif) 0 0 repeat-y;
}
body.home #main-content {
	padding: 0;
}
body.home .column {
	padding: 25px;
}
.middle {
	float: left;
	width: 230px;
}
body.home .left {
	width: 310px;
}

body.home .right {
	width: 260px;
}

body.home .right .promo-img{
	margin:-10px 0 5px 0;
	}

p.contact-btn a,
p.more-btn a {
	display: block;
	height: 17px;
	width: 57px;
}
p.contact-btn a {
	background: url(../images/shared/buttons/contact.gif) 0 0 no-repeat;
}
p.more-btn a {
	background: url(../images/shared/buttons/more.gif) 0 0 no-repeat;
}
p.contact-btn a:hover,
p.more-btn a:hover {
	background-position: 0 -17px;
}
p.contact-btn a span,
p.more-btn a span {
	display: none; 
}


/*WHY IT WORKS*/
.icon {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 80px;
}
.proofing {
	background-image: url(../images/why-it-works/ico-proofing.gif);
}
.production {
	background-image: url(../images/why-it-works/ico-production.gif);
}
.quality {
	background-image: url(../images/why-it-works/ico-quality.gif);
}
.packaging {
	background-image: url(../images/why-it-works/ico-packaging.gif);
}
.shipping {
	background-image: url(../images/why-it-works/ico-shipping.gif);
}
.delivery {
	background-image: url(../images/why-it-works/ico-delivery.gif);
}


/*FAQs*/
#faq {
	min-height: 300px;
	overflow: hidden;
}
.acco-title {
	background:#b7c6d2 url(../images/faq/faq-up.gif) 0 0 repeat-x;
	pa//dding: 3px 0;
}
#faq .active {
	background:#607542 url(../images/faq/faq-active.gif) 0 0 repeat-x;
}
.content #faq h2 {
	font-size: 1em;
	font-family: "Tahoma", Helvetica, sans-serif;
	padding: 3px 0 3px 15px;
	margin: 0;
	color: #677b8c;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	background-image: url(../images/faq/deactive-arrow.gif);
	cursor: pointer;
}
.content #faq .active h2 {
	background-image: url(../images/faq/active-arrow.gif);
	color: #FFF;
	cursor:default;
}
.acco-content .inner-acco-content {
	padding: 5px 15px;
}


/*PRIVACY*/
body.privacy #wrap {
	background: url(../images/shared/backgrounds/1col-content-bg.gif) 0 0 repeat-y;
}
body.privacy .left {
	float: none;
	width: auto;
}	


/*CONTACT US*/
.map {
	float: left;
	width: 320px;
}
.map img {
	float: left;
	margin: 0 10px 10px 0;
}

#form-container {
	background: url(../images/shared/other/grey-dot.gif) 0 0 repeat-x;
	padding-top: 10px;
}

.content form {
	width: 480px;
}

.content form p {
	margin: 0;
	padding: 3px 0;
	overflow:visible;
}
form label {
	float: left;
	width: 170px;
}
form input,
form select,
form textarea {
	width: 300px;
}
.required {
	color: #626d0d;
}
p#submit {
	text-align: right;
}
p#submit button {
	width: 57px;
	height: 17px;
	margin-right: 10px;
}
.error {
	margin-left: 170px;
	display: block;
	padding: 3px 0 3px 20px;
	background:url(../images/shared/other/ico-error.gif) 0 50% no-repeat;
	color:#CC0000;
}
.service {
	text-align: center;
	float: left;
	width: 350px;
	margin-right: 10px;
}
