@charset "utf-8";

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	-webkit-text-size-adjust:none;
}
/*input[type=text], textarea, select{-webkit-appearance:none; border-radius:0;}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom styles */

body {
	background: #ffba00 url(../images/bg.png) center top no-repeat;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;		
}

@font-face {
	font-family: 'WCManoNegraBtaRegular';
	src: url('../fonts/wcmanonegrabta-webfont.eot');
	src: local('☺'), url('../fonts/wcmanonegrabta-webfont.woff') format('woff'), url('../fonts/wcmanonegrabta-webfont.ttf') format('truetype'), url('../fonts/wcmanonegrabta-webfont.svg#webfontZFNrKTvz') format('svg');
}

a {
	color: #bf0000;
	font-weight:bold;
	text-decoration:none;
}

.cents {
	vertical-align:25%;
	font-size:50%;
}

.clearBoth {
	clear:both;
}

#wrapper {
	width:966px;
	margin:0 auto 0 auto;
}

/* header */

#header {
	width:966px;
	margin:0 auto 0 auto;
	height:210px;
}

#headerContact .mob_menu{display:none;}

#headerText {
	color: #5f4500;
	font-size:1.2em;
	margin:13px auto 0 auto; 
	float:left;
}

#headerCards {
	float:left;
	margin: 5px 0 0 0;
}

#twitter_header {
	float:left;
	margin: 5px 20px 0 0;
}

#facebook_header {
	float:left;
	margin: 5px 4px 0 445px;
}

#headerLogo {
	margin:13px 0 0 0;
	float:left;
	background: url(../images/headLogo.png) 0px 0px no-repeat;
}

#headerContact {
	margin:35px 0 0 0;
	float:right;
	text-align:right;
	font: bold 2.3em/120% 'WCManoNegraBtaRegular', sans-serif;
	color: #5f4500;
}

#headerContact a:hover {
	color:#dc0000;
}

#headerNav {
	margin:10px 0 0 32px;
}

#headerNav li {
	float:left;
	text-align:center;	
	margin-right:20px;
}

#headerNav li a {
	display:block;
	font-size:1.31em;
	line-height:100%;
	padding: 5px 4px 5px 5px;
}

#headerNav li a:hover {
	background: #fff4d5;
	padding: 4px 4px 5px 5px;	
	border-bottom: 1px solid #e2c780;
	text-decoration:none;	
}

.headerNavSub {
	color:#5f4500;
	font-size:80%;
}

/* content area */

#contentAreaTop {
	background: url(../images/contentBgTop.png) center 0 no-repeat;
	width:967px;
	height:10px;
	margin:0 auto 0 auto;
}

#contentArea {
	line-height: 143%;	
	width:967px;
	margin: 0 auto 0 auto;
	background: url(../images/contentBg.png) center 0 repeat-y;
}

#homeCol1 {
	float:left;
	width:629px;
	margin:15px 0 0 0;
}

#homeCol2 {
	float:left;
	margin:15px 0 0 0;
}

#home1_1 {
	width: 600px;
	height:300px;
	margin:0 0 0 29px;
}

#home3_1 {
	margin: 20px 0 0 21px;
	float:left;	
}

#home3_2 {
	margin: 20px 0 0 13px;
	float:left;	
}

#home1_3 {
	margin:0 0 0 20px;
}

#home2_3 {
	margin:20px 0 0 20px;
}

#home3_3 {
	margin:20px 0 0 13px;
}

/* product pages */

#breadCrumbs {
	font-size:1.2em;
	line-height:100%;
	margin:0 0 0 39px;
	font-weight:bold;
	padding:10px 0 0 0;
}

.guillemet {
	vertical-align:1px;
}

#breadCrumbs a {
	padding:3px 5px 3px 5px;
}

#breadCrumbs a:hover {
	background:#ffe2c8;
}

#productCol1 {
	float:left;
	width:250px;
	margin:20px 0 0 44px;
}

#productCol1 h4 {
	font: 2em/2.5em 'WCManoNegraBtaRegular', sans-serif;	
	color:#5f4500;
}

.categoryType {
	width:250px;
	height:40px;
	display:block;
	background:url(../images/categoryTypeUn.png) 0 0 no-repeat;
	margin:0 0 5px 0;
	color:#525252;
	font-size:1.2em;
	font-weight:bold;
	line-height:3.5em;
	cursor:pointer;			
}

.categoryType:hover {
	color:#bf0000;
}

#productCol1 .categorySelected {
	color:black;
	background:url(../images/categoryTypeOn.png) 0 0 no-repeat;
}

#productCol1 .categoryType img {
	float:left;
	margin:5px 0 0 5px;
}

#productCol1 .categoryType div {
	float:left;
	margin:0 0 0 10px;	
}

#productCol2 {
	float:left; 	
	width:590px;
	margin:20px 0 0 40px;
}

#productCol2 h3, #productCol2 h4 {
	font: 2.2em/150% 'WCManoNegraBtaRegular', sans-serif;	
	color:#5f4500;
	float:left;
	width:89px;
	margin:0 0 0 10px;
}

#productCol2 h5 {
	font-weight:bold;
	font-size:1.6em;
	margin:30px 0 0 30px;
	line-height:143%;	
}

#productCol2 p {
	font-size:1.4em;
	line-height:143%;
	margin:0 0 20px 30px;
	color:#221f18;
}

#productCol2 a {
	padding:3px 0 3px 0;
}

#productCol2 a:hover {
	background: #ffe2c8;
}

.asterix {
	color:#bf0000;
	font-size:1.3em;
	vertical-align:-1px;
}

#productCol2 ul {
	font-size:1.4em;
	line-height:143%;
	list-style-type:disc;
	margin:20px 0 20px 47px;
}

#priceBox {
	width:590px;
	height:90px;
	background:url(../images/priceBox.png) 0 0 no-repeat;
}

#priceBox h2 {
	float:left;
	font-size:2.5em;
	font-weight:bold;
	color:#5f4500;
	margin:0 0 0 30px;
	line-height:100%;
	padding:1.35em 0 0 0;
	text-shadow: white 0px 1px 0px;	
}

#priceBox p {
	float:left;	
	color:#bf0000;
	font-size:4em;
	font-weight:bold;
	text-shadow: white 0px 1px 0px;
	border-left: 1px solid #e5c877;
	height: 60px;
	line-height:125%;
	margin:15px 0 0 30px;
	padding:0 0 0 30px;
}

#orderForm {
	margin: 40px 0 0 0;
}

#orderForm table {
	border-left: 1px solid #e5c877;	
}

.formLabels {
	padding:0 0 0 20px;
	float:left;
	width:199px;
}

.formLabels label, .formLabels div {
	width:186px;
	height:24px;
	display:block;
	margin: 0 0 5px 0;
	font-weight:bold;
	font-size:1.2em;
	padding:6px 0 0 10px;
	line-height:167%;
}

.formFields div {
	width:186px;
	height:24px;
	display:block;
	margin: 0 0 5px 0;
	font-weight:bold;
	font-size:1.2em;
	padding:6px 0 0 10px;
	line-height:167%;
}

.pluginField div {
	height: inherit;
}

#productCol2 .formLabels p {
	font-size: 1em;	
	margin:0 0 13px 10px;
}

.formLabels label:hover {
	color:#bf0000;
}

#productCol2 .formFields p {
	font-size:1em;
	font-weight:bold;
	margin:0 0 5px 10px;
	color:#5d594e;
}

#productCol2 .formError {
	background: #ffdfdc;
	height:30px;
	width:230px;
	margin: 0 0 5px 0;	
}

#productCol2 .formFields label {
	display:block;
	background: #ffdfdc;
	height:21px;
	width:220px;
	margin: 0 0 5px 0;	
	font-size:1em;
	font-weight:bold;
	color:black;
	margin: 0 0 5px 0;	
	padding:9px 0 0 10px;
}

#productCol2 .pluginField label {
	background: none;
	height:auto;
}

#productCol2 .formError p {
	font-size:1em;
	font-weight:bold;
	color:black;
	margin:0;
	padding:9px 0 0 10px;
}

#captcha_image_audio_controls a {
	float: left;
}

.brownLabel {
	background:url(../images/labelBg_brown.png) 0 0 no-repeat;
}

.beigeLabel {
	background: url(../images/labelBg_beige.png) 0 0 no-repeat;
}

.formFields {
	float: left;
	width:230px;
	margin:0px 0 0 20px;
}

.formFields input {
	font-family:Arial, Helvetica, sans-serif;
	width:210px;
	height:29px;
	border:none;
	border-bottom:1px solid #e2c780;
	font-weight: bold;
	color: #585858;
	padding:0 10px 0 10px;
}

.formFields select {
	font-family:Arial, Helvetica, sans-serif;	
	width:230px;
	font-weight: bold;
	color: #585858;	
	border:1px white solid;
	border-bottom:1px solid #e2c780;
	padding:5px 5px 5px 8px;	
	margin:0 0 5px 0;
}
 
.formFields input:hover, .formFields select:hover, .formFields textarea:hover {
	border-bottom:1px solid #bf0000;
	color:black;
}

.formFields input:focus, .formFields select:focus, .formFields textarea:focus {
	background: #bf0000;
	color:#ffffff;
	border-bottom:1px solid #bf0000;	
}

.formFields textarea {
	width:210px;
	border:1px white solid;
	border-bottom:1px solid #e2c780;
	height:89px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #585858;
	padding:10px 10px 0 10px;	
}

#placeOrderButton {
	width:180px;
	height:50px;
	display:block;
	overflow:hidden;
	text-indent:-3000em;
	background:url(../images/placeOrderButton.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	margin:30px 0 30px 365px;
}

#placeOrderButton:hover {
	background:url(../images/placeOrderButton.png) 0 -50px no-repeat;
}

/* footer */

#footerWrapper {
	width:100%;
	height:270px;
	background: url(../images/footerBg.png) top center no-repeat;
}

#footerContent {
	width:966px;
	margin:0 auto 0 auto;
}

#footerContent ul li a {
	padding:3px 5px 3px 5px;
}

#footerContent ul li a:hover {
	color:#ffcf8b;	
	background:#ba7f00;
}

#footerContent h4 {
	color:#5f4500;
	font: 2.2em/100% 'WCManoNegraBtaRegular', sans-serif;
}

#footerContent ul {
	margin:10px 0 0 0;
}

#footerContent ul li {
	font-size:1.4em;
	line-height:143%;
}

#footerCol1 {
	width:390px;
	float:left;
	margin: 67px 0 0 0;
}

#footerCol2 {
	margin:87px 0 0 30px;
	width:190px;
	float:left;
}

#footerCol3b {
	margin:87px 0 0 30px;
	width:320px;
	float:left;
}

#footerContact {
	color:#ffcf8b;
	font: bold 1.8em/133% 'WCManoNegraBtaRegular', sans-serif;	
	margin:0 0 15px 58px; 
}

#footerContact a {
	color:#ffcf8b;
	padding:3px 10px 0px 10px;
}

#footerContact a:hover {
	color:#ffba00;
}

#footerCol3b ul {
	float:left;
}

#footerCards {
	margin: 0 0 0 20px;
	float:left;
	display:inline;
}

#facebook_footer {
	margin: 0 4px 0 60px;
	display:inline;
	float:left;
}

#twitter_footer {
	display:inline;
	float:left;
	margin:0;
}

#receiptHeader, #contactHeader {
	background:url(../images/receiptHeader.jpg) 0 0 no-repeat;
	width:880px; 
	height:132px;
	display:block;
	margin:20px 0 0 39px;
	padding:40px 0 0 410px;	
}

#receiptHeader h1, #contactHeader h1 {
	color:#5f4500;
	font-size:3em;
}

#receiptHeader p, #contactHeader p {
	font-size:1.8em;
	padding:10px 0 0 0;
}

#contactHeader h1 {
	margin:25px 0 0 0;
}

#printerButton {
	width:270px;
	height:40px;
	display:block;
	overflow:hidden;
	text-indent:-3000em;
	background:url(../images/printerButton.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	margin:15px 0 0 0;
}

#printerButton:hover {
	background:url(../images/printerButton.png) 0 -40px no-repeat;
}

.noBreak {
	white-space:nowrap;
}

.emphassisText {
	color:#5f4500;
	font-weight:bold;
}

#clients {
	width: 590px;
}

#clients .first-client {
	margin-left:0;
}

#clients img {
	float:left;
	margin:10px 0 0 10px;
}

#contactUsButton {
	width:180px;
	height:50px;
	display:block;
	overflow:hidden;
	text-indent:-3000em;
	background:url(../images/submitButton.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	margin:30px 0 30px 365px;
}

#contactUsButton:hover {
	background:url(../images/submitButton.png) 0 -50px no-repeat;
}

.desktop_hide{display:none;}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1000px) {	

	.responsive_hide{display:none;}
	.desktop_hide{display:block;}

	#header {
		width:auto;
		margin:0 auto 0 auto;
		height:210px;
		padding:0 15px;
	}
	

	#headerLogo {
		margin:25px 0 0 0;
		width:400px;
		height:auto;
	}

	#headerContact {
		font: bold 1.8em/120% 'WCManoNegraBtaRegular', sans-serif;
	}

	#facebook_header {
		margin: 5px 4px 0 20px;
	}


	#headerNav {
		margin:32px 0 0;
	}
	
	#headerNav li {
		/*margin-right:5px;*/
	}
	
	#headerNav li a {
		/*
		font-size:1.1em;
		padding: 5px 2px 5px 3px;
		*/
	}
	
	#headerNav li a:hover {
		padding: 4px 2px 5px 3px;	
		border-bottom: 1px solid #e2c780;
		text-decoration:none;	
	}



	#contentAreaTop {
		width:auto;
		display:none;
	}
	
	#contentArea {
		width:auto;
		margin:0 15px;
		background:#fff5d7;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 3px 3px 0 #ae7f00;
		box-shadow: 0 3px 3px 0 #ae7f00;
		padding:12px 0 27px;
	}
	
	#homeCol1 {
		width:65%;
		margin:15px 0 0 0;
	}
	
	#homeCol1 img,
	#homeCol2 img{max-width:100% !important; height:auto;}
	
	#homeCol2 {
		float:right;
		width:29.5%;
		margin:15px 30px 0 0;
	}
	
	#home1_1 {
		width: auto;
		height:auto;
		margin:0 0 0 29px;
	}
	
	#home3_1 {
		margin: 20px 0 0 21px;
		float:left;
		width:46.5%;
	}
	
	#home3_2 {
		margin: 20px 0 0;
		float:right;	
		width:46.5%;
	}

	#home1_3 {
		margin:0;
	}
	
	#home2_3 {
		margin:20px 0 0;
	}
	
	#home3_3 {
		margin:20px 0 0;
	}
	
	

	/* footer */
	#footerWrapper {
		width:100%;
		height:240px;
		
		background:url(../images/footerBg_mob.jpg) top center no-repeat;
	}
	
	#footerContent {
		width:auto;
		margin:0 auto;
	}
	#footerContent h4 {
		font: 1.8em/100% 'WCManoNegraBtaRegular', sans-serif;
	}
	#footerContent ul li {
		font-size:1.2em;
	}
	
	#footerCol1 {
		width:290px;
		width:32%;
		padding-left:10px;
		float:left;
		margin: 37px 0 0 0;
	}
	#footerCol1 img{max-width:85%; height:auto;}
	
	#footerCol2 {
		margin:40px 0 0 30px;
		width:150px;
		width:20%;
		padding-left:28px;
		background:url(../images/footer_cookie_1.png) 7px 0 no-repeat;
		border-left:1px solid #e0b241;
	}
	
	#footerCol3b {
		margin:40px 0 0 30px;
		width:200px;
		width:30%;
		float:left;
		padding-left:28px;
		background:url(../images/footer_cookie_2.png) 7px 0 no-repeat;
		border-left:1px solid #e0b241;
	}
	
	#footerContact {
		font: bold 1.6em/133% 'WCManoNegraBtaRegular', sans-serif;	
		margin:0 0 15px 30px; 
	}
	
	#footerContact a {
		color:#ffcf8b;
		padding:3px 10px 0px 10px;
	}
	
	#footerContact a:hover {
		color:#ffba00;
	}
	
	#footerCol3b ul {
		float:left;
	}
	
	#footerCards {
		margin: 0 0 0 20px;
		float:left;
		display:inline;
	}
	
	#facebook_footer {
		margin: 0 4px 0 20px;
		display:inline;
		float:left;
	}
	
	

	#productCol1 {
		float:left;
		margin:20px 0 0 44px;
		width:20%;
	}
	#productCol1 img{max-width:100%; height:auto;}

	#productCol2 {
		float:left; 	
		margin:20px 0 0 30px;
		width:66%;
	}
	
	#priceBox {
		width:auto;
		height:90px;
		background:#f6e6b7;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}


	.formLabels {
		padding:0 0 0 20px;
		width:130px;
	}
	
	.formLabels label, .formLabels div {
		width:130px;
		height:auto;
		padding:6px 0 5px 10px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		
	}
	.brownLabel {
		background:#e7dbb7;
	}
	
	.beigeLabel {
		background:#ffecb7;
	}
	

	.formFields {
		width:190px;
	}
	
	.formFields textarea,
	.formFields input {
		width:170px;
		-webkit-appearance:none; border-radius:0;
	}
	
	.formFields select {
		width:190px;
		border-radius:0;
		background:#fff;
	}
	

	#placeOrderButton {
		margin:30px 0;
		float:right;
		-webkit-appearance:none; border-radius:0;
	}

	.categoryType {
		float:left;
		width:100%;
		height:auto;
		background:#e7dbb7;
		line-height:20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:8px 0;
		position:relative;
	}

	#productCol1 .categorySelected {
		background:#ffba00 url(../images/categoryTypeOn_mob.png) 90% no-repeat;
		background-size:auto 30px;
	}
	
	.categoryType img{width:15px; height:auto; float:none; margin:-8px 0 0 5px !important; position:absolute; left:0; top:50%;}
	.categoryType div{width:60%; padding:0 0 0 18px;}
	
	

	#contactUsButton {
		margin:30px 0 30px;
		float:right;
	}
	
	
	#receiptHeader, #contactHeader {
		background:url(../images/receiptHeader.jpg) 0 0 no-repeat;
		width:auto; 
		height:132px;
		display:block;
		margin:20px 40px 0 39px;
		padding:40px 0 0 370px;
	}
	
	#receiptHeader h1, #contactHeader h1{font-size:2em;}
	
	#receiptHeader p, #contactHeader p {font-size:1.5em;}
	
	#contactHeader h1 {margin:25px 0 0 0;}



}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	#header {
		width:auto;
		margin:0 auto 0 auto;
		height:auto;
		padding-bottom:10px;
	}


	#headerText {
		margin:13px auto; 
		float:none;
		clear:both;
	}
	#facebook_header {
		margin: 5px 4px 0 0;
	}

	#headerLogo {
		margin:13px 0 0 0;
		float:none;
		clear:both;
		width:auto;
		height:45px;
	}
	
	#headerContact {
		margin:25px 0 20px 0;
		float:none;
		clear:both;
		width:100%;
		font: bold 1.6em/120% 'WCManoNegraBtaRegular', sans-serif;
		position:relative;
	}

	#headerContact .mob_menu{
		display:block; width:36px; height:36px; background:url(../images/mob_menu.png) 0 0 no-repeat; background-size:cover; position:absolute; left:0px; top:1px;
	}
	


	#headerNav {
		margin:0;
		background:#fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display:none;
	}
	
	#headerNav li {
		float:none;
		margin-right:0;
	}
	
	#headerNav li a {
		display:block;
		font-size:1.31em;
		line-height:100%;
		padding: 10px 5px;
	}



	#contentArea {
		width:auto;
		margin:0 10px;
		background:#fff5d7;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 3px 3px 0 #ae7f00;
		box-shadow: 0 3px 3px 0 #ae7f00;
		padding:0 15px 20px;
		position:relative;
	}
	
	#homeCol1 {
		width:100%;
		margin:15px 0 0 0;
	}
	
	#homeCol1 img,
	#homeCol2 img{max-width:none !important; width:100% !important; height:auto;}
	
	#homeCol2 {
		width:100%;
		margin:15px 0 0;
	}
	
	#home1_1 {
		width: auto;
		height:auto;
		margin:0;
	}
	
	#home3_1 {
		margin:20px 0 0 -5px;
		float:left;
		width:101%;
	}
	
	#home3_2 {
		margin:20px 0 0 -5px;
		float:left;	
		width:101%;
	}

	#home1_3 {
		margin:0;
	}
	
	#home2_3 {
		margin:20px 0 0;
	}
	
	#home3_3 {
		margin:20px 0 0 -5px;
	}
	
	
	
	
	
	
	
	
	
	
	/* footer */
	#footerWrapper {
		width:100%;
		height:auto;
		background:url(../images/footerBg_mob.jpg) top center repeat;
		overflow:hidden;
	}
	
	#footerContent {
		width:auto;
		margin:0 auto;
	}
	#footerContent h4 {
		font: 1.6em/100% 'WCManoNegraBtaRegular', sans-serif;
	}
	#footerContent ul li {
		font-size:1.2em;
	}
	
	#footerCol1 {
		width:100%;
		margin: 37px 0 10px;
	}
	
	#footerCol2 {
		margin:40px 0 0 10px;
		width:100%;
		padding-left:28px;
		background:url(../images/footer_cookie_1.png) 7px 0 no-repeat;
		border-left:none;
	}
	
	#footerCol3b {
		margin:40px 0 0 10px;
		width:100%;
		float:left;
		padding-left:28px;
		background:url(../images/footer_cookie_2.png) 7px 0 no-repeat;
		border-left:none;
	}
	
	#footerContact {
		font: bold 1.6em/133% 'WCManoNegraBtaRegular', sans-serif;	
		margin:0 0 15px 30px; 
	}
	
	#footerContact a {
		color:#ffcf8b;
		padding:3px 10px 0px 10px;
	}
	
	#footerContact a:hover {
		color:#ffba00;
	}
	
	#footerCol3b ul {
		float:left;
	}
	
	#footerCards {
		margin: 0 0 0 20px;
		float:left;
		display:inline;
	}
	
	#facebook_footer {
		margin: 0 4px 0 20px;
		display:inline;
		float:left;
	}
	

	#productCol1 {
		float:none;
		clear:both;
		margin:20px 0 0;
		width:auto;
	}
	#productCol1 img{max-width:100%; height:auto; display:block; margin:0 auto;}

	#productCol2 {
		float:none; 	
		margin:0;
		padding:20px 0 0;
		width:auto;
		clear:both;
	}
	

	#breadCrumbs {
		margin:0;
		line-height:20px;
	}
	
	
	#priceBox {
		width:auto;
		height:auto;
		background:#f6e6b7;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	#priceBox h2 {
		float:none;
		font-size:2em;
		margin:0 0 0 15px;
		line-height:130%;
		padding:0.8em 0;
	}

	#productCol2 p {
		margin:0 15px 20px;
	}
	
	
	#productCol2 h5 {
		margin:30px 15px 0;
	}
	
	#productCol2 ul {
		margin:20px 0 20px 27px;
	}
	
	#productCol2 h3, #productCol2 h4 {
		float:none;
		width:auto;
		margin:0 0 10px;
		clear:both;
	}
	
	#orderForm table {
		border-left:none	
	}


	.formLabels {
		padding:0;
		width:130px;
	}
	
	.formLabels label, .formLabels div {
		width:120px;
		height:auto;
		padding:6px 0 5px 10px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		
	}
	.brownLabel {
		background:#e7dbb7;
	}
	
	.beigeLabel {
		background:#ffecb7;
	}
	

	.formFields {
		width:120px;
	}
	
	.formFields textarea,
	.formFields input {
		width:100px;
		-webkit-appearance:none; border-radius:0;
	}
	
	.formFields select {
		width:120px;
	}
	

	#placeOrderButton {
		margin:30px 0;
		float:right;
		-webkit-appearance:none; border-radius:0;
	}
	
	#footerCards {
		margin:5px 0 10px 20px;
		float:left;
		display:block;
		clear:both;
	}
	


	#receiptHeader, #contactHeader {
		background:url(../images/receiptHeader.jpg) 0 0 no-repeat;
		background-size:500px auto;
		width:auto; 
		height:auto;
		display:block;
		margin:20px 0 0;
		padding:100px 0 0;
	}
	
	#receiptHeader h1, #contactHeader h1{font-size:1.7em;}
	
	#receiptHeader p, #contactHeader p {font-size:1.2em;}
	
	#contactHeader h1 {margin:25px 0 0 0;}


	#printerButton {
		width:270px;
		height:40px;
		display:block;
		overflow:hidden;
		text-indent:-3000em;
		background:url(../images/printerButton.png) 0 0 no-repeat;
		border:none;
		cursor:pointer;
		margin:15px 0 0 0;
	}
	
	#printerButton:hover {
		background:url(../images/printerButton.png) 0 -40px no-repeat;
	}


}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
}
