/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
color:#393632;
background-color:#635949;
clear:both;
margin:0 auto;
}


embed,
object,
iframe,
.map-holder {
max-width:100%;
width:100%;
}

#widget2 {
margin-top:10px;
margin-bottom:20px;
}



/* DEFAULT LINKS */
a         {text-decoration:none;color:#8b503a;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#c7411d;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
font-family:"myriad-pro", Arial, Helvetica, sans-serif;
font-weight:600;
margin:0px 0px 0px 0px;
}

h1 {font-size:28px;line-height:28px;padding:4px 0 8px 0;}
h2 {font-size:24px;line-height:26px;padding:4px 0 6px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 6px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 6px 0;}
h5 {font-size:15px;line-height:15px;padding:4px 0 4px 0;}
h6 {font-size:14px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.tiny {font-size:10px;}
.small {font-size:11px;}
.small-center {font-size:11px;text-align:center;font-style:italic;}
.large {font-size:14px;}
.error, .red {color:#b60d04;}
.green {color:#5ea90d;}
.light {color:#897c67;}

#skypedetectionswf {display:none;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #e4d0cb 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:4px;}
.gap3 {float:left;width:30px;}


img {
max-width:100%;
height:auto;
width:auto;
width:auto\9; /* ie8 */
}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;text-align:center;max-width:40%;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;max-width:40%;}
.img-main, .img-center {text-align:center;margin-bottom:6px;}

/* HIDE BANNER ON CART */
.precart-page #main .important-image-holder {
display:none !important;
}

/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:6px;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	ul li {
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:5px 6px;
	background-repeat:no-repeat;
	}
		ul li li {
		background-image:url(../images/point2.gif);
		background-position:5px 7px;
		background-repeat:no-repeat;
		}
		
		
/* Address Finder List */	
.af_list {}

	.af_list .af_item {
	text-align:left;
	background:none;
	}
	
	
#none {
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;
}

.hidealways {display:none!important;}

/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
background-color:#ffffff;
background-image:url(../images/background.png);
background-position:top;
background-repeat:repeat-x;
}


.wrap-container {
width:960px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:126px;
	position:relative;
	}
	
		#header #logo {
		position:absolute;
		top:0px;
		left:-50px;
		max-width:500px;
		display:inline-block;
		z-index:300;
		}
			#header #logo img {
			vertical-align:bottom;
			}
			
			
		#header #spacing {display:none;}
		
		
		/* CART NAVIGATION */
		#top-nav {
		float:right;
		width:70%;
		height:38px;
		line-height:18px;
		color:#dddddc;
		font-size:12px;
		text-align:right;
		z-index:899;
		}
			#top-nav #top-nav-links {
			float:right;
			display:inline-block;
			padding-top:16px;	
			}
		
			#top-nav a {color:#584f40;}
			#top-nav a:hover {text-decoration:underline;z-index:902;}
			
			
			#shopping-cart-button {
			float:right;
			display:inline-block;
			background-color:#574e3f;
			padding:16px 17px 4px 15px;
			color:#ffffff;
			border-bottom-left-radius:3px;
			border-bottom-right-radius:3px;
			margin-left:18px;
			z-index:903;
			}
				#shopping-cart-button a {color:#ffffff;}
				#shopping-cart-button a:hover {color:#ffd3cd;}
				
				#shopping-cart-button img {
				vertical-align:middle;
				margin-right:6px;
				padding-bottom:2px;
				}
				
		
		#contact {
		clear:right;
		float:right;
		width:50%;
		font-family:"myriad-pro", Arial, Helvetica, sans-serif;
		font-weight:400;
		margin-top:17px;
		color:#574e3f;
		font-size:15px;
		text-align:right;
		}
			#contact h1 {
			color:#8e5e4f;
			font-size:24px;
			text-transform:uppercase;
			padding-bottom:2px;	
			}
				#contact h1 span {font-size:30px;}
		
		
		#header #search {
		float:right;
		display:inline-block;
		height:22px;
		margin-top:10px;
		padding-right:20px;
		}
			#header #search .search-off {
			color:#000000;
			font-style:italic;
			}
			
			#header #search #search-box-input {
			width:200px;
			}
			
			
	
	#mobile-navigation {
	display:none;
	background-color:#756d61;
	padding:10px 20px;
	}
		#mobile-navigation a {
		float:right;
		display:inline-block;
		line-height:40px;
		height:40px;
		font-size:20px;
		font-weight:600;
		padding:0 10px;
		color:#4f483b;
		background-color:#9d907c;
		margin-left:6px;
		border-radius:3px;
		position:relative;
		z-index:920;
		}
			#mobile-navigation a img {
			max-height:100%;
			vertical-align:middle;
			}
			
			#mobile-navigation a:hover {
			outline:none;
			color:#ffffff;
			background-color:#82796c;
			}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-family:"myriad-pro", Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	background-color:#756d61;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	padding-left:210px;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:39px;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			z-index:900;
			}
	
		#navigation a {
		float:left;
		display:inline-block;
		white-space:nowrap;
		height:40px;
		line-height:40px;
		color:#ffffff;
		border-left:solid #827a6e 1px;
		/*background-image:url(../images/nav_link.gif);*/
		background-position:left 0px;
		background-repeat:no-repeat;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			height:40px;
			line-height:40px;
			color:#ffffff;
			font-weight:400;
			padding-right:18px;
			padding-left:18px;
			background-color:#756d61;
			/*background-image:url(../images/nav_link.gif);*/
			background-position:right 0px;
			background-repeat:no-repeat;
			transition:color 500ms ease-out;
			-webkit-transition:color 500ms ease-out;
			-moz-transition:color 500ms ease-out;
			}
			
			#navigation a:hover,
			#navigation .over {
			color:#ffffff;
			background-color:#574e3f;
			z-index:894;
			}
				#navigation a:hover strong,
				#navigation .over strong,
				#navigation a:hover b,
				#navigation .over b {
				cursor:pointer;
				color:#ffd3cd;
				background-color:#574e3f;
				}
				
			#navigation .on {
			background-color:#574e3f;
			z-index:894;
			}
				#navigation .on strong,
				#navigation .on b {
				cursor:pointer;
				color:#ffffff;
				background-color:#574e3f;
				}
			
			#navigation .nav-div {
			display:inline-block;
			float:left;
			width:1px;
			/*font-size:0;*/
			text-align:center;
			line-height:40px;
			height:40px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}
				#navigation .sub-nav {
				position:absolute;
				top:40px;
				left:1px;
				display:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:normal;
				text-transform:none;
				line-height:14px;
				z-index:897;
				}
					#navigation .sub-nav li {
					float:left;
					display:inline-block;
					width:180px;
					height:auto;
					line-height:14px;
					}
						#navigation .sub-nav a {
						float:none;
						display:block;
						width:180px;
						height:auto;
						line-height:14px;
						border-right:none;
						color:#ffffff;
						background:none;
						padding:10px 13px;
						background-color:#574e3f;
						border-left:none;
						border-top:solid #5f5647 1px;
						margin:0 0 0 0;
						z-index:898;
						}
							#navigation .sub-nav li:last-child a {
							border-bottom-left-radius:4px;
							border-bottom-right-radius:4px;
							}
						
							#navigation .sub-nav a:hover {
							color:#ffffff;
							background-color:#685f4f;
							border-top:solid #685f4f 1px;
							}
		.nav-right,
		.nav-right ul li,
		.nav-right a,
		.nav-right .nav-div {
		float:right;	
		}

	
	.nav-base {
	clear:both;
	font-size:0;
	line-height:5px;
	height:5px;
	padding:0 0 0 0;
	margin:0 auto;
	border:none;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	background-color:#dcc8c6;
	background-image:url(../images/nav_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	}
	
							
							
	/* MEMBERS BAR */					
	.tablet-member-details {
	display:none;
	height:auto;
	line-height:20px;
	text-align:right;
	color:#713837;
	background-color:#dcc8c6;
	background-image:url(../images/nav_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px 27px;
	}
		.tablet-member-details a {color:#713837;}
		.tablet-member-details a:hover {color:#c7411d;}
		.tablet-member-details img {
		vertical-align:middle;
		margin-bottom:1px;
		}
		
		
	.mobile-member-details {
	display:none;
	}
		
		
		
		
		
	/* ROTATING IMAGE */	
	#flash {
	position:relative;
	z-index:600;
	}
		
		#flash div {
		position:absolute;
		left:0px;
		top:0px;
		text-align:center;
		max-width: 100%;
		z-index:700;
		display:none;
		}
			#flash div img {
			max-width: 100%;
			height: auto;
			width: auto\9; /* ie8 */
			}
		
	#slider {
    position:relative;
    background:url(images/colorbox/loading_white.gif) no-repeat 50% 50%;
	}
		#slider .slider-text {
		position:absolute;
		right:30px;
		width:30%;
		text-align:right;
		bottom:-50%;
		}
		
			#slider .slider-text a {color:#ffffff;}
			#slider .slider-text a:hover {color:#ffffff;text-decoration:underline;}
		
		#slider img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
		}
		
		#slider a {
		border:0;
		display:block;
		}
		
		#slider-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		
	#slidebox {
	width:940px;
	color:#ffffff;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	font-size:14px;
	color:#ffffff;
	position:relative;
	overflow:hidden;
	}
		#slidebox-holder {
		float:left;
		width:940px;
		height:140px;
		overflow:hidden;
		position:relative;
		}
			#slidebox-slider {
			position:absolute;
			left:0px;
			top:0px;
			}
			
			#slidebox a {color:#ffffff;}
			#slidebox a:hover {text-decoration:underline;}
			
			#slidebox .slidebox-item {
			float:left;
			width:200px;
			}
			
			#slidebox #slidebox-left {
			position:absolute;
			left:0px;
			top:0px;
			display:block;
			width:60px;
			height:140px;
			z-index:850;
			}
				#slidebox #slidebox-left a {
				display:block;
				height:140px;
				text-decoration:none;
				background-color:#d6d6d6;
				background-image:url(../images/slider_left.png);
				background-position:center;
				background-repeat:no-repeat;
				text-decoration:none;
				}
					#slidebox #slidebox-left a:hover {
					background-color:#ededed;
					}
			
			#slidebox #slidebox-right {
			position:absolute;
			right:0px;
			top:0px;
			display:block;
			width:60px;
			height:140px;
			z-index:851;
			}
				#slidebox #slidebox-right a {
				display:block;
				height:140px;
				text-decoration:none;
				background-color:#d6d6d6;
				background-image:url(../images/slider_right.png);
				background-position:center;
				background-repeat:no-repeat;
				text-decoration:none;
				}
					#slidebox #slidebox-right a:hover {
					background-color:#ededed;
					}
					
					#slidebox #slidebox-left a:focus,
					#slidebox #slidebox-right a:focus {	
					outline:0;
					}
		
	
	/* RANDOM IMAGE */
	#random-holder {}
	
		#random-holder .random-holder-image {
		height:80px;
		font-size:18px;
		font-style:italic;
		padding:20px 25px;
		text-align:right;
		}
			#random-holder a {color:#000000;}
			#random-holder a:hover {color:#6D9EAD;}
		
		
		
	/* FRONT BOXES */	
	#frontbox {}
		
		#frontbox .frontbox-item {
		float:left;
		width:200px;
		}
		
		#frontbox .frontbox-over {
		position:absolute;
		top:0px;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding:6px 8px;
		z-index:450;
		}
		
		#frontbox .frontbox-item-white,
		#frontbox .frontbox-item-black {
		float:left;
		width:200px;
		z-index:440;
		padding:6px 8px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		border-radius:4px;
		position:relative;
		}
			#frontbox .frontbox-item-white img,
			#frontbox .frontbox-item-black img {
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
			#frontbox .frontbox-item-white {background-color:#cfcfcf;}
			#frontbox .frontbox-item-black {background-color:#ededed;}
		
			#frontbox .frontbox-item-white h2,
			#frontbox .frontbox-item-black h2 {
			font-size:16px;
			line-height:18px;
			font-weight:bold;
			}
		
			#frontbox .frontbox-item-white a,
			#frontbox .frontbox-item-white h2 {}
			#frontbox .frontbox-item-black a,
			#frontbox .frontbox-item-black h2 {}
			
			#frontbox .frontbox-item-white a:hover,
			#frontbox .frontbox-item-white a:hover h2 {}
			#frontbox .frontbox-item-black a:hover,
			#frontbox .frontbox-item-black a:hover h2 {}
			
			
			
	/* FRONT BOXES */	
	#sidebox {}
		
		#sidebox .sidebox-item {
		float:left;
		width:200px;
		z-index:440;
		background-position:right bottom;
		background-repeat:no-repeat;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		position:relative;
		margin-top:10px;
		}
		
		#sidebox .sidebox-item .sidebox-text {
		display:block;
		padding:6px 20% 6px 8px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		border-radius:4px;
		transition:background-color 250ms ease-out;
		-webkit-transition:background-color 250ms ease-out;
		-moz-transition:background-color 250ms ease-out;
		z-index:450;
		}
			#sidebox .sidebox-item a.sidebox-text:hover {
			color:#ffffff !important;
			background-color:#574e3f !important;
			}
				#sidebox .sidebox-item a.sidebox-text:hover b,
				#sidebox .sidebox-item a.sidebox-text:hover strong {color:#ffffff !important;}
		
			#sidebox .sidebox-item .sidebox-text h1,
			#sidebox .sidebox-item .sidebox-text h2,
			#sidebox .sidebox-item .sidebox-text h3,
			#sidebox .sidebox-item .sidebox-text h4,
			#sidebox .sidebox-item .sidebox-text h5,
			#sidebox .sidebox-item .sidebox-text h6 {
			padding-top:0px;
			padding-bottom:2px;
			font-weight:600;
			text-shadow:1px 1px 1px rgba(0,0,0,0.3);
			}
			
			#sidebox .sidebox-item img {
			position:absolute;
			right:0px;
			top:0px;
			max-height:100%;
			}
			
			#sidebox .sidebox-item .divider {
			border-color:rgba(255,255,255,0.1);
			}
			
			.sidebox-item.edit540e7b2302203 {
			min-height:80px;
			line-height:80px;
			border-radius:4px;
			transition:background-color 250ms ease-out;
			-webkit-transition:background-color 250ms ease-out;
			-moz-transition:background-color 250ms ease-out;
			}
				.sidebox-item.edit540e7b2302203:hover {
				background-color:#E6E6E6;
				padding:4px 0;
				border-radius:4px;
				}
		

	
	/* BREADCRUMB */
	#breadcrumb {
	font-size:11px;
	line-height:24px;
	padding:4px 20px;
	}
	
	
	
	
	#main .important-message-holder {
	padding:8px 10px;
	border-radius:4px;
	margin-bottom:4px;
	}
	
		#main .important-image-holder {
		padding:0 0 0 0;
		border-radius:0;
		text-align:center;
		background-color:#ffffff;
		}
			#main .important-image-holder img {vertical-align:middle;}
	
		#main .message-important {
		color:#ffffff;
		font-size:14px;
		background-color:#972415;
		}
			#main .message-important h1,
			#main .message-important h2,
			#main .message-important h3,
			#main .message-important h4,
			#main .message-important h5,
			#main .message-important h6 {
			color:#ffffff;
			padding-top:0px;
			padding-bottom:2px;
			font-weight:600;
			text-shadow:1px 1px 1px #7f1b0e;
			}
		
		#main .message-warning {
		color:#f7d1cd;
		font-size:13px;
		background-color:#463e30;
		}
			#main .message-warning h1,
			#main .message-warning h2,
			#main .message-warning h3,
			#main .message-warning h4,
			#main .message-warning h5,
			#main .message-warning h6 {
			color:#f7d1cd;
			padding-top:0px;
			padding-bottom:2px;
			font-weight:600;
			text-shadow:1px 1px 1px #352f24;
			}
		
		#main .message-casual {
		color:#4a3129;
		background-color:#dcc8c6;
		}
			#main .message-casual h1,
			#main .message-casual h2,
			#main .message-casual h3,
			#main .message-casual h4,
			#main .message-casual h5,
			#main .message-casual h6 {
			color:#4a3129;
			padding-top:0px;
			padding-bottom:2px;
			font-weight:600;
			text-shadow:1px 1px 1px #b9a19f;
			}

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:18px;
	min-height:200px;
	padding:2px 0 25px 0;
	}

		#main .large {line-height:21px;}
		
		#main .boxed {
		padding:15px 20px;
		border-radius:3px;
		border:solid #f0e8e6 1px;
		margin:0 0 12px 0;
		position:relative;
		}
		
			#main .boxed .right-link {
			position:absolute;
			right:0px;
			top:0px;
			display:inline-block;
			font-size:11px;
			padding:5px 10px 5px 0;
			border-bottom:solid #f0e8e6 1px;
			}
			
			#main .boxed.boxed-add-from {
			margin-bottom:0px;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			}
			
			#main .boxed.boxed-add-to {
			border-top:none;
			border-top-left-radius:0px;
			border-top-right-radius:0px;
			}
			
			.boxed-or {
			font-family:"myriad-pro", Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight:600;
			color:#8e5e4f;
			margin:0px 0px 10px 0px;
			text-align:center;
			text-transform:uppercase;
			}
				.boxed-or strong,
				.boxed-or b {
				display:inline-block;	
				}
		
		
		#main a.boxed-pink {
		display:block;
		padding:6px 8px;
		border-radius:3px;
		color:#713837;
		line-height:16px;
		background-color:#f8f4f3;
		transition:background-color 250ms ease-out;
		-webkit-transition:background-color 250ms ease-out;
		-moz-transition:background-color 250ms ease-out;
		margin:0 0 4px 0;
		}
			#main a.boxed-pink:hover {
			color:#ffffff;
			background-color:#c7411d;	
			}
		
			#main a.boxed-pink h1,
			#main a.boxed-pink h2,
			#main a.boxed-pink h3,
			#main a.boxed-pink h4 {
			color:#713837;
			padding:0 0 5px 0;
			}
			#main a.boxed-pink a {color:#713837;}
			#main a.boxed-pink a:hover {color:#3d1312;}
			
			#main a.boxed-pink img {
			float:left;
			width:20%;
			border-radius:2px;
			vertical-align:bottom;
			margin-right:3%;
			}
		
		
		#main .boxed-pink {
		padding:6px 8px;
		border-radius:3px;
		color:#713837;
		line-height:16px;
		background-color:#f8f4f3;
		margin:0 0 4px 0;
		}
			#main .boxed-pink h1,
			#main .boxed-pink h2,
			#main .boxed-pink h3,
			#main .boxed-pink h4 {
			color:#713837;
			padding:0 0 5px 0;
			}
			#main .boxed-pink a {color:#713837;}
			#main .boxed-pink a:hover {color:#3d1312;}
		
		#main .boxed-brown {
		padding:6px 8px;
		border-radius:3px;
		color:#ffffff;
		line-height:16px;
		background-color:#756d61;
		margin:0 0 4px 0;
		}
			#main .boxed-brown h1,
			#main .boxed-brown h2,
			#main .boxed-brown h3,
			#main .boxed-brown h4 {
			color:#ffffff;
			padding:0 0 5px 0;
			}
			#main .boxed-brown a {color:#ffffff;}
			#main .boxed-brown a:hover {color:#e7c7ca;}
			
			
			.boxed-img-left {float:left;width:20%;}
				.boxed-img-left img {
				border-radius:2px;
				vertical-align:bottom;
				}
			
			.boxed-text-right {float:right;width:75%;}
		
		
		#main .home-left {
		float:left;
		width:34%;
		min-height:370px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		margin-right:3%;
		}
		
		#main .home-middle {
		float:left;
		width:30%;
		min-height:370px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		margin-right:3%;
		}
			#main .home-middle .home-middle-image {
			width:100%;
			max-height:150px;
			text-align:center;
    		vertical-align:middle;
			/* Safari and Chrome */
			display:-webkit-box;
			-webkit-box-orient:horizontal;
			-webkit-box-pack:center;
			-webkit-box-align:center;
			/* W3C */
			display:box;
			box-orient:horizontal;
			box-pack:center;
			box-align:center;
			}
				#main .home-middle .home-middle-image img {
				max-height:150px;
				}
				
		#main .home-right {
		float:left;
		width:30%;
		min-height:370px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
		
		
		#main .main-top {margin-top:10px;}
		#main .main-bottom {}
		
		
		#main .main-full {
		width:100%;
		margin-top:10px;
		}
		
		#main .main-content {
		float:left;
		width:50%;
		margin-top:10px;
		}
		
		#main .main-content h1 {
		color:#5c4b46;
		font-weight:400;
		}
		
		#main .main-content h2 {
		color:#5c4b46;
		font-weight:400;
		}
		
		#main .main-content h3,
		#main .main-content h4 {
		color:#8e5e4f;
		padding:8px 0 6px 0;
		}
		
		#main .main-content h6 {color:#8e5e4f;}
		

		#main .main-right-holder {
		float:right;
		width:47%;
		}
		
			
			#main .main-box {
			padding:8px 10px;
			background-color:#e7ecee;
			}
			
		#main .full-left {
		float:left;
		width:47%;
		margin-top:10px;
		}
		
		#main .full-right {
		float:right;
		width:47%;
		margin-top:10px;
		}
		
		
		
		
		/* MAIN SIDE CONTENT */
		#main .main-left {
		float:left;
		width:20%;
		margin-right:20px;
		}
			#main .main-left .boxed {
			margin:10px 0 2px 0;
			}

		#main .main-right {
		float:right;
		width:20%;
		margin-top:10px;
		}
		
			#main .main-right .img-left,
			#main .main-left .img-left {float:left;margin-right:10px;margin-top:0;margin-bottom:0;text-align:center;}
			#main .main-right .img-right,
			#main .main-left .img-right {clear:right;float:right;margin-left:10px;margin-top:0;margin-bottom:0;text-align:center;}
			#main .main-right .img-center {margin:6px 0;}
			 
			#main .main-right p,
			#main .main-left p {
			padding:6px 0;
			margin:0 0 0 0;
			line-height:16px;
			margin-bottom:1px;
			}
			
			#main .main-left .side-holder {
			padding:8px 14px 12px 14px;
			margin:0 0 0 0;
			line-height:16px;
			background-color:#f8f4f3;
			background-image:url(../images/left_side_footer.png);
			background-position:bottom;
			background-repeat:repeat-x;
			border-bottom-left-radius:4px;
			border-bottom-right-radius:4px;
			margin-bottom:1px;
			}
			
				#main .main-right .side-holder p,
				#main .main-left .side-holder p {
				padding:0 0 12px 0;
				}
				
				#main .main-left a {color:#713837;}
				#main .main-left a:hover {color:#c7411d;}
				
				#main .main-left #frontbox .frontbox-item-white,
				#main .main-left #frontbox .frontbox-item-black {
				margin-top:10px;
				}
				
				#main .main-left ul {
				margin-top:2px;
				margin-bottom:0;
				padding-top:0;
				padding-bottom:0;
				margin-left:0;
				padding-left:0;
				}
					#main .main-left ul li {
					font-size:11px;
					font-weight:bold;
					line-height:16px;
					padding-left:0px;
					padding-bottom:6px;
					background-image:none;
					}
						#main .main-left ul li a {
						display:inline-block;
						padding-left:10px;
						background-image:url(../images/side_point.gif);
						background-position:left 4px;
						background-repeat:no-repeat;
						transition:all 150ms ease-out;
						-webkit-transition:all 150ms ease-out;
  						-moz-transition:all 150ms ease-out;
						}
							#main .main-left ul li a:hover {
							padding-left:15px;
							background-position:7px 4px;
							}
			
			#main .main-right h5,
			#main .main-right h6 {
			margin-top:10px;
			}
			
				#main .main-right h6 {color:#8e5e4f;}
			
			#main .main-left h5,
			#main .main-left h6 {
			line-height:20px;
			font-size:20px;
			font-weight:400;
			color:#8e5e4f;
			text-shadow:1px 1px 1px #d7c5c0;
			background-color:#f8f4f3;
			border-top-left-radius:4px;
			border-top-right-radius:4px;
			border-bottom:solid #e8dfdc 1px;
			padding:6px 14px;
			margin-top:10px;
			}
			
			#main .main-left h5 {}
			#main .main-left h6 {}



#container-footer {
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
background-color:#574e3f;
background-image:url(../images/footer_bg.png);
background-position:top;
background-repeat:repeat-x;
}


	/* MAIN FOOTER */
	#footer {
	line-height:18px;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	background-image:url(../images/footer_image.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:16px 0 28px 0;
	}
	
		#footer a {color:#eebeb8;}
		#footer a:hover {color:#ffffff;}
		
		
		#footer h1,
		#footer h2,
		#footer h3,
		#footer h4,
		#footer h5,
		#footer h6 {
		color:#f3dbd3;
		font-weight:600;
		text-shadow:1px 1px 1px #3e362a;
		}
		
		#footer h1 {font-size:24px;}
		
		#footer .footer-text {
		float:left;
		width:55%;
		padding-left:10px;
		min-height:126px;
		line-height:18px;
		font-size:13px;
		margin-top:12px;
		}
		
			#footer .footer-testimonial {
			padding:6px 8px;
			background-color:#534a3c;
			border-radius:4px;
			}
			
			#footer .footer-testimonial-by {
			padding:9px 0 0 8px;
			font-size:11px;
			background-image:url(../images/footer_bubble_tail.gif);
			background-position:left top;
			background-repeat:no-repeat;
			}
		
		#footer .footer-right {
		float:right;
		width:40%;
		padding-top:10px;
		padding-right:10px;
		}
		
		#footer .footer-cards {
		width:100%;
		height:32px;
		line-height:32px;
		padding:7px 0;
		color:#ffffff;
		font-size:11px;
		text-align:right;
		background-color:#574e3f;
		background-color:rgba(87,78,63,0.8);
		margin-bottom:6px;
		}
			#footer .footer-cards strong,
			#footer .footer-cards b {color:#c7b699;}
		
			#footer .footer-cards img {
			vertical-align:middle;
			padding-left:10px;
			}
			
		#footer .footer-time {
		width:100%;
		height:32px;
		line-height:16px;
		padding:7px 0;
		color:#ffffff;
		font-size:11px;
		text-align:left;
		background-color:#574e3f;
		background-color:rgba(87,78,63,0.9);
		margin-bottom:6px;
		}
			#footer .footer-time strong,
			#footer .footer-time b {color:#c7b699;}
			
			#footer .footer-time img {
			float:left;
			margin-right:10px;
			margin-left:20%;
			}
		
		
		
		#footer .footer-divider {
		clear:both;
		float:left;
		width:73%;
		font-size:0;
		line-height:20px;
		height:20px;
		padding:0 0 0 0;
		margin:22px 0 0 0;
		border-top:solid #635948 1px; 
		}
		
		#footer .footer-lefts {
		padding:0 10px 0 10px;
		}
		
		#footer .footer-left1 {
		clear:both;
		float:left;
		width:20%;
		text-align:left;
		}
		
		#footer .footer-left2 {
		float:left;
		width:30%;
		text-align:left;
		}
		
		#footer .footer-links1 {
		float:left;
		width:18%;
		text-align:left;
		}
		
		#footer .footer-links2 {
		float:left;
		width:18%;
		text-align:left;
		}
		
		#footer .footer-links3 {
		float:left;
		width:14%;
		text-align:left;
		}
		
		
		#footer .footer-divider2 {
		clear:both;
		width:100%;
		font-size:0;
		line-height:20px;
		height:20px;
		padding:0 0 0 0;
		margin:22px 0 0 0;
		border-top:solid #635948 1px; 
		}
			
			
		#footer .footer-facebook {
		width:50%;
		float:left;
		display:inline-block;
		padding-top:15px;
		padding-left:10px;
		padding-bottom:20px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		overflow: hidden;	
		}
			.pluginConnectTextDark {color:#ffffff !important;}
		
		
		#footer .footer-social {
		float:right;
		display:inline-block;
		padding-top:10px;
		padding-bottom:10px;
		}
			#footer .footer-social a {
			float:left;
			width:30px;
			height:30px;
			display:inline-block;
			margin-right:8px;
			border-radius:2px;
			overflow:hidden;
			}
			
		
		
		
	/* BASE */
	#base {
	line-height:18px;
	font-size:11px;
	color:#b9ab94;
	text-align:left;
	padding:6px 10px 6px 10px;
	position:relative;
	}
		#base a {color:#b9ab94;}
		#base a:hover {text-decoration:underline;}
		
		
		#base .base-right {
		position:absolute;
		right:0px;
		bottom:0px;
		}
			#base .base-right img {vertical-align:top;}
		
		
	#desktop-link {display:none;}
		
		
	
	
	.googlemap-box {
	width:100%;
	overflow:hidden;
	}
		.googlemap-box .img-right {
		max-width:none !important;	
		}
		
		.googlemap-box img {
		width:auto;
		max-width:none !important;	
		}
	
	.map-holder {
	}
		.map-holder img {
		width:auto;
		max-width:none !important;
		}
	
	
	
	
	
	
	
	#reminders-holder {}
	
		.reminder-header {
		padding:2px 8px;
		}
		
		#main .reminder-item {
		margin:0 0 5px 0;	
		}
		
			#main .reminder-item .reminder-title {display:none;}
		
			.reminder-name {
			float:left;
			width:40%;
			}
			
			.reminder-event {
			float:left;
			width:25%;
			}
			
			.reminder-date {
			float:left;
			width:25%;
			}
			
			.reminder-delete {
			float:right;
			width:10%;
			text-align:right;
			}
		
	
	
	
	
	#delivery-finder {
	margin-bottom:40px;
	}
	
		#delivery-finder label {
		font-size:14px;
		font-weight:bold;
		line-height:26px;
		display:block;
		}
		
		#delivery-finder #delivery-address {
		width:100%;
		margin-bottom:5px;
		}
		
		#delivery-finder #delivery-address-text {
		width:100%;
		height:60px;
		margin-bottom:5px;
		}
		
		#delivery-finder #delivery-date-non {
		width:200px;
		margin-bottom:5px;
		margin-right:10px;
		}
		
		#delivery-finder #delivery-postcode {
		width:200px;
		margin-bottom:5px;
		margin-right:10px;
		}
		
		
		#delivery-finder #delivery-submit {
		border:none;
		background:none;
		font-family:"myriad-pro", Arial, Helvetica, sans-serif;
		font-weight:600;
		font-size:14px;
		color:#ffffff;
		line-height:30px;
		padding:0 15px;
		background-color:#574e3f;
		border-radius:4px;
		}
			#delivery-finder #delivery-submit:hover {
			cursor:pointer;
			background-color:#c7411d;
			}
			
			
			
		#delivery-finder #delivery-details {
		font-size:14px;
		line-height:22px;
		border-radius:3px;
		border:solid #f0e8e6 1px;
		margin:20px 0 0 0;
		position:relative;
		}
			.delivery-details-left {
			float:left;
			width:40%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			padding:15px 20px;
			}
			
			.delivery-details-right {
			float:right;
			width:60%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			border-left:solid #f0e8e6 1px;
			padding:15px 20px;
			}
			
				.delivery-details-day {
				float:left;
				width:45%;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				}
				
				.delivery-details-cutoff {
				float:right;
				width:55%;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				}
				
				
				
				
				
		.checkout-delivery-option {
		float:left;
		width:42%;
		}
		
		.checkout-option-split {
		float:left;
		width:1px;
		height:50px;
		margin-left:8%;
		border-left:solid #f0e8e6 1px;
		position:relative;
		}
		
			.checkout-option-split strong,
			.checkout-option-split b {
			position:absolute;
			top:9px;
			left:-11px;
			font-style:italic;
			background-color:#ffffff;
			padding:0;
			}
		
		
		.checkout-pickup-option {
		float:right;
		width:42%;
		}
	
	
			.delivery-nonjs {}
			.delivery-jsonly {display:none;}
			.js-show-at-start {display:none;}
			
			
			#main .boxed.boxed-non-js {
			border-bottom:none;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			margin-bottom:0px;
			}
			
			
			
		.checkout-error {
		display:inline-block;
		padding:4px 10px;
		font-size:13px;
		color:#ffffff;
		background-color:#b60d04;
		border-radius:2px;
		margin-bottom:16px;
		}
	
	
	
		
	/* COMMON PAGE STYLES
	Common styles for database pages. */	
	
	/* Services */
	.services-holder {display:block;}
		.services-holder .services-item {
		display:block;
		margin-bottom:10px;
		margin-top:10px;
		}
			.services-holder .services-item .services-item-text {
			float:right;
			width:80%;
			}
			
			.services-holder .services-item .services-item-text-full {
			width:100%;
			}
			
			.services-holder .services-item .services-item-image {
			float:left;
			width:17%;
			}
			
			
	
	
	.services-holder-grid-side {display:block;}
		.services-holder-grid-side .services-item {
		float:left;
		width:47%;
		height:auto;
		margin-right:6%;
		margin-bottom:18px;
		text-align:left;
		}
			.services-holder-grid-side .services-item .services-item-text {
			float:right;
			width:60%;
			}
			
			.services-holder-grid-side .services-item .services-item-text-full {
			width:100%;
			}
			
			.services-holder-grid-side .services-item .services-item-image {
			float:left;
			width:35%;
			}
			
			.services-holder-grid-side div:nth-child(2n+2) {margin-right:0%;}
			.services-holder-grid-side div:nth-child(2n+3) {clear:left;}
			
			
			
			
	.services-holder-grid-under {display:block;}
		.services-holder-grid-under .services-item {
		float:left;
		width:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:18px;
		text-align:left;
		}
			.services-holder-grid-under .services-item .services-item-text,
			.services-holder-grid-under .services-item .services-item-text-full {
			width:100%;	
			}
			
			.services-holder-grid-under .services-item .services-item-image {
			width:100%;
			min-height:140px;
			max-height:150px;
			text-align:center;
    		vertical-align:middle;
			/* Safari and Chrome */
			display:-webkit-box;
			-webkit-box-orient:horizontal;
			-webkit-box-pack:center;
			-webkit-box-align:center;
			/* W3C */
			display:box;
			box-orient:horizontal;
			box-pack:center;
			box-align:center;
			}
				.services-holder-grid-under .services-item .services-item-image img {
				max-height:150px;
				}
			
			.services-holder-grid-under div:nth-child(3n+3) {margin-right:0%;}
			.services-holder-grid-under div:nth-child(3n+4) {clear:left;}
	
	
	
	
	
	
	/* NEWS PAGES */
	.news-holder {display:block;}
		.news-holder .news-item {
		display:block;
		margin-bottom:10px;
		}
			.news-holder .news-item .news-text {
			float:left;
			width:70%;
			}
			
			.news-holder .news-item .news-text-full {
			width:100%;
			}
			
			.news-holder .news-item .news-image {
			float:right;
			width:25%;
			margin-top:10px;
			}
		
		
	.news-summery {}
		.news-summery .news-item {
		color:#000000;
		font-size:12px;
		}
		.news-summery .news-item .text {}
	
	
	
	.events-holder {display:block;}
		.events-holder .events-item {
		display:block;
		margin-bottom:10px;
		}
			.events-holder .events-item .events-text {
			float:left;
			width:50%;
			}
			
			.events-holder .events-item .events-text-full {
			float:left;
			width:80%;
			}
			
			.events-holder .events-item .events-image {
			float:right;
			width:20%;
			margin-top:10px;
			}	
		
		
			.date-icon {
			float:left;
			width:15%;
			margin-right:5%;
			margin-top:5px;
			height:auto;
			line-height:12px;
			font-size:12px;
			font-weight:bold;
			text-transform:uppercase;
			text-align:center;
			padding:5px 0 5px 0;
			background-color:#cfcfcf;
			}
				.date-icon .date-number {font-size:24px;line-height:30px;}
				
				
			.date-icon-small {
			float:right;
			width:30px;
			height:36px;
			margin-left:8px;
			line-height:11px;
			font-size:11px;
			text-transform:uppercase;
			text-align:center;
			padding:4px 0 0 0;
			background-color:#cfcfcf;
			}
				.date-icon-small .date-number {font-size:18px;line-height:20px;}
			
			
		
	/* PHOTO GALLERY PAGES */	
	.gallery-holder {display:block;}
		.gallery-holder .gallery-item {
		float:left;
		width:15%;
		height:auto;
		margin-right:2%;
		margin-bottom:14px;
		text-align:center;
		}
			.gallery-holder .gallery-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.gallery-holder div:nth-child(6n+6) {margin-right:0%;}
		.gallery-holder div:nth-child(6n+7) {clear:left;}
	
		.gallery-holder .gallery-item-textover {
		float:left;
		width:15%;
		height:auto;
		margin-right:2%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			.gallery-holder .gallery-item-textover img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			.gallery-holder .gallery-item-textover .gallery-title {
			position:absolute;
			bottom:0px;
			width:100%;
			color:#ffffff;
			min-height:10%;
			padding-top:5%;
			padding-bottom:5%;
			cursor:pointer;
			-moz-transition:all 0.15s;
			-webkit-transition:all 0.15s;
			transition:all 0.15s;
			background-color:#000000;
			background-color:rgba(0,0,0,0.5);
			}
				.gallery-holder .gallery-item-textover a:hover .gallery-title {	
				padding-top:5%;
				padding-bottom:5%;
				min-height:50%;
				}
	
	
	.gallery-cat-holder {display:block;}
		.gallery-cat-holder .gallery-item {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		}
			.gallery-cat-holder .gallery-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.gallery-cat-holder div:nth-child(4n+4) {margin-right:0%;}
		.gallery-cat-holder div:nth-child(4n+5) {clear:left;}
		
		.gallery-cat-holder .gallery-item-textover {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			.gallery-cat-holder .gallery-item-textover img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			.gallery-cat-holder .gallery-item-textover .gallery-title {
			position:absolute;
			bottom:0px;
			width:100%;
			color:#ffffff;
			min-height:10%;
			padding-top:5%;
			padding-bottom:5%;
			cursor:pointer;
			-moz-transition:all 0.15s;
			-webkit-transition:all 0.15s;
			transition:all 0.15s;
			background-color:#000000;
			background-color:rgba(0,0,0,0.5);
			}
				.gallery-cat-holder .gallery-item-textover a:hover .gallery-title {	
				padding-top:5%;
				padding-bottom:5%;
				min-height:50%;
				}
		
		
	
			
	.photo-holder {
	display:block;
	text-align:center;
	}
	
	.side-gallery-item {
	float:left;
	width:22%;
	}
		.side-gallery-item img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
		}
	
	
	/* BEFORE AND AFTER GALLERY PAGES */	
	.beforeafter-holder {display:block;}
		.beforeafter-holder .beforeafter-item {
		float:left;
		width:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:14px;
		text-align:left;
		position:relative;
		}
			
			.beforeafter-holder .beforeafter-item .before-image img {
			max-width:60%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
				.beforeafter-holder .beforeafter-item .after-image img {
				position:absolute;
				right:0px;
				top:30px;
				z-index:980;
				max-width:50%;
				height:auto;
				width:auto\9; /* ie8 */
				vertical-align:bottom;
				}
			.beforeafter-holder div:nth-child(3n+3) {margin-right:0%;}
			.beforeafter-holder div:nth-child(3n+4) {clear:left;}

				
				
	.beforeafter-side-holder {display:block;}
		.beforeafter-side-holder .beforeafter-item {
		float:left;
		width:140px;
		text-align:left;
		position:relative;
		padding-bottom:102px;
		}
			
			.beforeafter-side-holder .beforeafter-item .before-image img {
			position:absolute;
			left:0px;
			top:18px;
			}
				.beforeafter-side-holder .beforeafter-item .after-image img {
				position:absolute;
				left:50px;
				top:30px;
				z-index:980;
				}

				
	
	.beforeafter-cat-holder {display:block;}
		.beforeafter-cat-holder .beforeafter-item {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		}
			.beforeafter-cat-holder .beforeafter-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			
	.beforeafter-details {}
		
		.beforeafter-details .before-image {
		float:left;
		width:47%;
		}
		
		.beforeafter-details .after-image {
		float:right;
		width:47%;	
		}
				
				

				
				
				
	/* VIDEO PAGES */	
	.video-holder {display:block;}
		.video-holder .video-item {
		float:left;
		width:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			
			.video-holder .video-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}

			.video-holder div:nth-child(3n+3) {margin-right:0%;}
			.video-holder div:nth-child(3n+4) {clear:left;}
				
				
				
	/* STAFF PAGES */	
	.staff-holder {
	}
	
		.staff-holder .staff-item {
		margin-bottom:12px;
		}
		
		.staff-holder .staff-item .staff-item-image {
		float:left;
		width:20%;
		height:auto;
		}
		
		.staff-holder .staff-item .staff-item-text {
		float:right;
		width:75%;
		height:auto;
		}
		
		.staff-holder .staff-item .staff-item-text-full {
		width:100%;
		}
		
	.staff-holder-grid {
	}
	
		.staff-holder-grid .staff-item {
		float:left;
		width:45%;
		height:auto;
		margin-right:10%;
		margin-bottom:14px;
		text-align:left;
		position:relative;
		}
			.staff-holder-grid div:nth-child(2n+2) {margin-right:0%;}
			.staff-holder-grid div:nth-child(2n+3) {clear:left;}
		
		.staff-holder-grid .staff-item .staff-item-image {
		float:left;
		width:35%;
		height:auto;
		}
		
		.staff-holder-grid .staff-item .staff-item-text {
		float:right;
		width:60%;
		height:auto;
		}
		
		.staff-holder-grid .staff-item .staff-item-text-full {
		width:100%;
		}
		
		
	.staff-side-image {
	float:left;
	width:20%;
	height:auto;
	}
	
	.staff-side-text {
	float:right;
	width:75%;
	}
				
							
				
	/* TESTIMONIALS PAGES */	
	.testimonial-holder {display:block;}
		.testimonial-holder .testimonial-item {
		display:block;
		margin-top:18px;
		}
			.testimonial-holder .testimonial-item .testimonial-text {
			float:left;
			width:70%;
			}
			
			.testimonial-holder .testimonial-item .testimonial-text-full {
			width:100%;
			}
			
			.testimonial-holder .testimonial-item .testimonial-text-person img {
			vertical-align:middle;
			padding-bottom:2px;
			}
			
			.testimonial-holder .testimonial-item .testimonial-image {
			float:right;
			width:25%;
			margin-top:10px;
			}
			
			.testimonial-holder .beforeafter-holder .beforeafter-item {
			float:right;
			width:25%;
			margin-right:0%;	
			}
			
			
		
	/* FAQS PAGES */
	.faq-holder {display:block;margin-top:18px;}
		.faq-item {display:block;margin-top:0px;margin-bottom:18px;}
		
		
		
	/* LINKS PAGES */
	.links-holder {display:block;}
	
		.links-holder img {
		max-width:30px;
		height:auto;
		width:auto\9; /* ie8 */
		vertical-align:bottom;
		}
	
	
	
	.sitemap-holder {
	float:left;
	width:30%;
	margin-bottom:14px;
	}
	
	
	
	/* BLOG PAGES */
	.blog-img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}

	.blog-item-admin {
	padding:5px;
	background-color:#f4f2ee;
	}	
		.blog-item-admin-footer {
		font-size:11px;
		line-height:18px;
		color:#ffffff;
		background-color:#191919;
		padding:0 5px;
		}
			.blog-item-admin-footer .blog-right {
			float:right;
			text-align:right;
			}
			
			.blog-item-admin-footer a {color:#ffffff;}
			.blog-item-admin-footer a:hover {text-decoration:underline;}
			
			
			
		.blog-item-admin-comments {
		padding:10px 0 0 40px;
		background-image:url(../images/comment_arrow.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
		
			.blog-item-admin-footer2 {
			font-size:11px;
			line-height:18px;
			color:#6D9EAD;
			background-color:#CFDCE3;
			padding:0 5px;
			}
				.blog-item-admin-footer2 .blog-right {
				float:right;
				text-align:right;
				}
				
				.blog-item-admin-footer2 a {color:#6D9EAD;}
				.blog-item-admin-footer2 a:hover {text-decoration:underline;}
				
			.blog-item-admin-footer3 {
			font-size:11px;
			line-height:18px;
			color:#ffffff;
			background-color:#3A525E;
			padding:0 5px;
			}
				.blog-item-admin-footer3 .blog-right {
				float:right;
				text-align:right;
				}
				
				.blog-item-admin-footer3 a {color:#ffffff;}
				.blog-item-admin-footer3 a:hover {text-decoration:underline;}
	
	
	
	
	
	
	/* PRODUCTS PAGES */
	.product-item-table {
	width:24%;
	text-align:center;
	padding:4px 4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:solid #e1e1e1 1px;
	}
		.product-item-table .product-item-image {
		display:block;
		padding-bottom:4px;
		}
			.product-item-table .product-item-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:central;
			}
		
		.product-gap {}
		
		.product-basegap {
		font-size:0;
		line-height:10px;
		height:10px;
		padding:0 0 0 0;
		margin:0 auto;
		border:none;
		}
		
		
	.product-item {
	float:left;
	width:22%;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	margin-right:4%;
	margin-bottom:18px;
	position:relative;
	}
		.main-right-holder .product-item {
		width:30%;
		margin-right:5%;
		}
	
		.product-item .product-item-image {
		display:block;
		width:100%;
		padding-bottom:4px;
		/* Safari and Chrome */
		display:-webkit-box;
		-webkit-box-orient:horizontal;
		-webkit-box-pack:center;
		-webkit-box-align:center;
		/* W3C */
		display:box;
		box-orient:horizontal;
		box-pack:center;
		box-align:center;
		position:relative;
		}
			.product-item img,
			.product-item .product-item-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			.product-item .product-item-image .product-shadow {
			position:absolute;
			bottom:0px;
			left:0px;
			width:100%;
			height:25px;
			background-image:url(../images/product_shadow.png);
			background-position:center bottom;
			background-repeat:no-repeat;
			}
			
			.product-item .product-item-image .product-buy,
			.product-item .product-item-image .product-special,
			.product-item .product-item-image .product-new {
			position:absolute;
			bottom:8px;
			right:10%;
			display:inline-block;
			height:18px;
			line-height:18px;
			padding:0 5px;
			color:#edc3c2;
			font-family:"myriad-pro", Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:600;
			background-color:#5e574b;
			background-color:rgba(94,87,75,0.9);
			border-top-left-radius:3px;
			border-top-right-radius:3px;
			z-index:980;
			}
				.product-item .product-item-image .product-special {
				color:#ffffff;
				background-color:#aa5c41;
				background-color:rgba(170,92,65,0.9);
				}
				
				.product-item .product-item-image .product-new {
				color:#ffffff;
				background-color:#88980f;
				background-color:rgba(136,152,15,0.9);
				}
		
		.product-item .product-item-text {
		width:90%;
		margin:0 5%;
		}
			
		.product-item a strong,
		.product-item a b {
		color:#574e3f;
		font-size:13px;
		}
			.product-item a:hover strong,
			.product-item a:hover b {
			color:#c7411d;
			}
			
		.products-wrapper div:nth-child(4n+4) {margin-right:0%;}
		.products-wrapper div:nth-child(4n+5) {clear:both;}
		
		.main-right-holder .products-wrapper div:nth-child(4n+4) {margin-right:5%;}
		.main-right-holder .products-wrapper div:nth-child(4n+5) {clear:none;}
		.main-right-holder .products-wrapper div:nth-child(3n+3) {margin-right:0%;}
		.main-right-holder .products-wrapper div:nth-child(3n+4) {clear:both;}
	
	
	.float .product-item {
	background-color:#fff;
	border:1px solid #eaeaea;
	transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
		
		.float .product-item:hover {
		transform:translateY(-15px);
		}
			.float .product-item:hover a.product-item-image img {transform:scale(1);}
	
	
	.product-leftside {
	float:left;
	width:60%;
	}
	
	.product-rightside {
	float:right;
	width:36%;
	}
	
	
	.product-image-holder {
	display:block;
	height:300px;
	text-align:center;
	/* Safari and Chrome */
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-orient:horizontal;
	box-pack:center;
	box-align:center;
	position:relative;
	}
		.product-image-holder .product-image {
		position:relative;
		left:0px;
		top:0px;
		}
	
		.product-image-holder .product-image img {
		position:relative;
		max-width:100%;
		max-height:100%;
		width:auto\9; /* ie8 */
		vertical-align:bottom;
		}
		
		
	.product-image-preview-holder {
	text-align:center;
	padding:10px 0 18px 0;
	position:relative;
	}
		.product-image-preview-holder img {
		border-radius:3px;
		margin:0 2%;
		max-width:16%;
		}
		
		.product-image-preview-holder .preview-rollover-holder {
		position:absolute;
		top:-25px;
		left:50%;
		width:0px;	
		}
		
		.product-image-preview-holder .preview-rollover {
		position:absolute;
		top:0;
		right:-100px;
		display:inline-block;
		width:200px;
		color:#511a19;
		font-size:11px;
		font-style:italic;
		background-color:#dcc8c6;
		background-color:rgba(220,200,198,0.8);
		border-radius:3px;
		padding:2px 5px;
		}
		
		.product-mobile-clearer {display:none;}
		
		
	
	.product-options,
	.product-options2 {}
	
		.product-options li,
		.product-options2 li {
		padding:5px 6px;
		line-height:21px;
		background:none;
		background-color:#f8f4f3;
		border-radius:3px;
		margin-bottom:4px;
		cursor:pointer;
		}
			.product-options li .radio,
			.product-options2 li .radio {
			float:left;
			width:10%;
			}
			
			.product-options li .option,
			.product-options2 li .option {
			float:left;
			width:60%;
			font-size:13px;
			color:#713837;
			font-weight:bold;
			}
			
				.product-options2 li .image {float:left;width:22%;margin-right:3%;}
				.product-options2 li .option {width:35%;}
				
				.product-options2 li .option .small {
				font-size:11px;
				font-weight:normal;
				line-height:16px;
				}
			
			.product-options li .price,
			.product-options2 li .price {
			float:right;
			width:30%;
			font-size:14px;
			font-family:"myriad-pro", Arial, Helvetica, sans-serif;
			font-weight:600;
			text-align:right;
			}
			
				.product-option-selected {
				color:#ffffff;
				background-color:#756d61 !important;
				}
					.product-option-selected .option {color:#ffffff !important;}
	
		
	
	
	.home-left .product-item {
	width:100%;	
	}
		
		
		
	
	/* SHOPPING CART PAGES */			
	.shopping-cart-list {}
	
		.shopping-cart-list .shopping-cart-list-header {
		font-size:11px;
		font-weight:bold;
		padding:4px 0 4px 0;
		border-bottom:solid #e4d0cb 1px; 
		}
		
		.shopping-cart-list .shopping-cart-list-items {
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:solid #f0e8e6 1px; 
		}
		
			.shopping-cart-list .scl-image {
			float:left;
			width:15%;
			padding-right:3%;
			}
			
			.shopping-cart-list .scl-products {
			float:left;
			width:55%;
			padding-right:3%;
			}
			
				.shopping-cart-list .scl-products .was-price-line {
				font-style:italic;
				}
				
				.shopping-cart-list .scl-products .was-price-line .was-price {
				text-decoration:line-through;
				}
				
				.shopping-cart-list .scl-products .scl-products-additional .label {
				width:100%;
				}
				
				.shopping-cart-list .scl-products .cart-msg-type,
				.shopping-cart-list .scl-products .cart-msg-messages {
				 width:70%;
				 margin:1px 0 6px 0;
				 }
				 
				.shopping-cart-list .scl-products .cart-msg-messages-holder {display:none;}
				
				.shopping-cart-list .scl-products .cart-msg-box {
				width:70%;
				height:70px;
				}
			
			.shopping-cart-list .scl-quantity {
			float:left;
			width:10%;
			text-align:center;
			padding-right:3%;
			}
				.shopping-cart-list .scl-quantity .scl-quantity-text {display:none;}
			
				.shopping-cart-list .scl-quantity input.text {
				width:30px;
				}
				
				.shopping-cart-list .remove-link {
				font-size:10px;
				}
			
			.shopping-cart-list .scl-price {
			float:right;
			width:10%;
			text-align:right;
			padding-right:1%;
			}
			
			
		.shopping-cart-list .shopping-cart-update {
		padding-top:2px;
		padding-bottom:2px;  
		border-bottom:solid #f0e8e6 1px;
		}
			
	
	.shopping-cart-totals {}

		.shopping-cart-totals .shopping-cart-total-item .totals-space {
		float:left;
		width:45%;
		padding-top:5px;
		}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
		float:left;
		padding-top:10px;
		font-size:11px;
		font-weight:bold;
		width:45%;
		}
			.shopping-cart-totals .shopping-cart-total-item .totals-space select {
			max-width:96%;
			}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-text,
		.shopping-cart-totals .shopping-cart-total-final .totals-text {
		float:left;
		width:40%;
		text-align:right;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:2%;
		border-top:solid #f0e8e6 1px;
		}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-value,
		.shopping-cart-totals .shopping-cart-total-final .totals-value {
		float:left;
		width:12%;
		text-align:right;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:1%;
		border-top:solid #f0e8e6 1px;
		}
		
		
		.shopping-cart-totals .shopping-cart-total-final .totals-space {
		float:left;
		width:45%;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-text {
		font-weight:bold;
		background-color:#f8f4f3;
		border-top:solid #f0e8e6 1px;
		border-bottom:solid #f0e8e6 1px;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-value {
		font-size:12px;
		font-weight:bold;
		background-color:#f8f4f3;
		border-top:solid #f0e8e6 1px;
		border-bottom:solid #f0e8e6 1px;
		}
		
			.shopping-cart-totals #sc-subtotals .totals-text,
			.shopping-cart-totals #sc-subtotals .totals-value {
			border-top:none;
			}
			
		
		
	
	/* Cart Options */
	.cart-options-tabs-holder {
	margin:4px 0 10px 0;
	display:none;
	}
	
		.cart-options-tabs-holder a {
		display:inline-block;
		color:#ffffff;
		line-height:28px;
		padding:0 10px;
		background-color:#574e3f;
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		margin-right:3px;
		}
			.cart-options-tabs-holder a:hover,
			.cart-options-tabs-holder a.on {
			background-color:#746c60;
			outline:none;
			}
			
	
	.cart-options-holder {
	float:left;
	clear:left;
	width:50%;
	}
	
		.cart-options-holder li {
		padding:5px 6px;
		line-height:21px;
		background:none;
		background-color:#f8f4f3;
		border-radius:3px;
		margin-bottom:4px;
		cursor:pointer;
		}
			.cart-options-holder li .checkbox {
			float:left;
			width:10%;
			}
			
			.cart-options-holder li .image {
			float:left;
			width:12%;
			margin-right:3%;
			}
			
			.cart-options-holder li .option {
			float:left;
			width:45%;
			font-size:13px;
			color:#713837;
			font-weight:bold;
			}
			
			.cart-options-holder li .price {
			float:right;
			width:30%;
			font-size:14px;
			font-family:"myriad-pro", Arial, Helvetica, sans-serif;
			font-weight:600;
			text-align:right;
			}
			
				.cart-option-selected {
				color:#ffffff;
				background-color:#756d61 !important;
				}
					.cart-option-selected .option {color:#ffffff !important;}
					
					
	.cart-option-detail {
	display:none;
	float:right;
	width:45%;
	}
		.cart-option-detail .image {
		text-align:center;
		padding-bottom:10px;
		}
		
	
	
	
	/* Message Holder */
	.message-holder-over {}
	
	.message-holder {
	padding:6px 10px;
	background-color:#cfe062;
	border-radius:3px;
	margin-bottom:16px;
	}
		.message-holder ul {
		padding:0 0 0 0;
		margin:0 0 0 0;
		}
			.message-holder ul li {
			background:none;
			padding:0 0 0 0;
			margin:0 0 0 0;
			}
			
			
			
	.msg-small {
	font-size:11px;
	line-height:15px;
	color:#7f6d69;
	}
			
			
			
	.cart-box-holder {
	padding:10px 15px;
	border:	solid #f1f1f1 1px;
	margin-bottom:10px;
	}
		.cart-box {
		}
		
		
		
		
	.address-selector {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	margin-left:0;
	padding-left:0;
	}
		.address-selector .address-item {
		float:left;
		width:48%;
		line-height:18px;
		list-style:none;
		margin-top:0;
		padding-top:0;
		padding-bottom:7px;
		margin-left:0;
		padding-left:0;
		background:none;
		}
		
		.address-selector div.address-item:nth-child(2n+2) {margin-right:0%;}
		.address-selector div.address-item:nth-child(2n+3) {clear:both;}
		
		
		
	.order-summary {}
			
		.order-summary .os-left {
		padding:2px 4px 2px 0;
		}
		
		.order-summary .os-right {
		padding:2px 0 2px 0;
		text-align:right;
		}
		
		.order-summary .os-total {
		padding-top:6px;
		border-top:solid #eee6e4 1px;
		}
		
	
	.payment-holder-table {
	margin-bottom:10px;	
	}
		
	.payment-radio-holder {
	float:left;
	width:5%;
	padding:7px 0 5px 0;
	}
	
		.payment-holder {
		float:right;
		width:95%;
		padding:2px 0 5px 0;
		background-position:right top;
		background-repeat:no-repeat;
		}
			.payment-holder label {
			display:block;
			}
			
			.payment-holder img {
			margin-top:6px;
			}
		
			.payment-holder label,
			.payment-holder h5,
			.payment-holder p {
			cursor:pointer;
			}
			
			
			
	#country-line {
	line-height:28px;
	}
		
		.country-holder {
		float:left;
		display:inline-block;
		}
		
		.country-changer {
		float:left;
		padding-left:10px;
		display:inline-block;
		}
		
		.country-picker {
		float:left;
		display:none;
		padding-left:10px;
		padding-top:4px;
		}
		
	.orderhistory-titles {
	padding:5px 3px;
	background-color:#f9f9f8;
	border-bottom:solid #d9d9d9 1px;
	}
	
	.orderhistory-td {
	padding:5px 3px;	
	}
	
		

	
	/* Tables Module Styles */	
	.display-table {}
	
		.display-table th {
		color:#ffffff;
		text-align:left;
		background-color:#5a5a5a;
		}
		
		.display-table td {text-align:left;}
	
		.display-table .dt-firstcol {}
		.display-table .dt-lastcol {}
		
		.display-table .dt-colhighlight {font-weight:bold;}
		
		.display-table .dt-modon {background-color:#eeeff0;}
		.display-table .dt-modoff {}
		
		
	
	/* Forum Module Styles */	
	.forum-table {}
		
		.forum-table th {
		padding:0px 5px;
		font-size:11px;
		border-bottom:solid #eeeeee 1px;
		}
		
		.forum-table td {
		padding:6px 5px;
		line-height:16px;
		border-bottom:solid #eeeeee 1px;
		}
		
		
		
	/* Admin Module Styles */	
	.admin-table {}
		
		.admin-table th {
		padding:0px 5px;
		font-size:11px;
		border-bottom:solid #eeeeee 1px;
		}
		
		.admin-table td {
		padding:6px 5px;
		line-height:16px;
		border-bottom:solid #eeeeee 1px;
		}
		
		.admin-table .admin-table-odd {
		background-color:#faf8f4;
		}
		
		.admin-table .admin-table-highlight {
		color:#ffffff;
		cursor:pointer;
		background-color:#605f5f;
		}
		
		.admin-table-footer {
		padding:6px 5px;
		}
			.admin-table-footer .pagination {
			float:right;
			display:inline-block;
			padding:3px 0;
			}
				.admin-table-footer .pagination .pagination-pages {
				float:left;
				display:inline-block;
				font-size:11px;
				padding:0px 5px;
				}
				
				.admin-table-footer .pagination a {
				float:left;
				display:inline-block;
				padding:0px 3px;
				border:solid #eeeeee 1px;
				margin-left:2px;
				}
					.admin-table-footer .pagination a:hover {
					color:#ffffff;
					background-color:#605f5f;
					border:solid #605f5f 1px;
					}
					
					.admin-table-footer .pagination a.on {font-weight:bold;}
					
					
		#admin-search-box {
		padding:6px 5px;
		border:solid #eeeeee 1px;
		margin-bottom:15px;
		}
			#admin-search-box table td {
			padding:4px 0;	
			}
			
	/* Admin edit form */		
	#form_edit {}
		
		#form_edit th {
		display:none;
		text-align:left;
		font-size:22px;
		line-height:24px;
		padding:4px 0 4px 0;
		}
		
		#form_edit td {
		padding-bottom:6px;
		}
			#form_edit td textarea {
			font-size:11px;
			width:250px;
			height:113px;
			}
			
			#form_edit td select {
			font-size:12px;
			width:245px;
			}
			
			#form_edit td input[type=text] {
			font-size:12px;
			width:240px;
			}
		
		#form_edit .textcell {
		width:165px;
		color:#353535;
		font-weight:bold;
		vertical-align:top;
		}
		
		
		#form_edit .image-selectors {
		clear:left;
		float:left;
		display:inline-block;
		line-height:20px;
		border:solid #ffffff 1px;
		margin-bottom:2px;
		cursor:pointer;
		padding:1px 5px 1px 1px;
		}
			#form_edit .image-selectors img {
			padding:0 0 0 0;
			margin:0 0 0 0;
			vertical-align:middle;
			}
			
			#form_edit .img-sel-on {
			font-weight:bold;
			border:solid #eeeeee 1px;	
			}
		
		
		
		
	/* NEXT PREVIOUS PAGES */		
	.nextprev {float:right;}
		.nextprev .num {
		color:#333333;
		background-color:#E0E0E0;
		padding:0 4px 0 4px;
		margin-left:3px;
		}
		.nextprev .cur {
		font-weight:bold;
		background-color:#B5B5B5;
		}
		.nextprev .np {
		color:#ffffff;
		background-color:#000000;
		padding:0 4px 0 4px;
		margin-left:3px;
		}
		.nextprev .se {
		color:#A0A0A0;
		background-color:#F3F3F3;
		}
		.nextprev a:hover {
		text-decoration:none;
		color:#CCCCCC;
		background-color:#000000;
		}
			
			
	/* FORM STYLES
	Form styles for standard forms. */	
			
			
	/* Login PAGES */	
	#login {}
		#login .login-form {}
		
			#login .login-form li {
			padding-left:0px;
			background:none;
			}
			
				#login .login-form li label {
				display:inline-block;
				width:200px;
				}
		


	/* MAIN FORM */
	form {
	margin:0 auto; 
	padding:0 0 0 0;
	}
				
		.req {
		color:#D60309;
		font-weight:bold;
		font-size:12px;
		}
		
		form .form-item {
		clear:both;
		width:100%;
		margin-bottom:7px;
		}
		
	
		form .label,
		form .label-for-padding {
		float:left;
		width:30%;
		font-size:12px;
		font-weight:bold;
		color:#353535;
		line-height:16px;
		text-align:left;
		margin-top:2px;
		margin-right:4%;
		}
		
		form .label2 {
		float:left;
		width:30%;
		font-size:14px;
		font-weight:bold;
		color:#353535;
		line-height:16px;
		text-align:left;
		margin-top:2px;
		margin-right:4%;
		}
		
			#main .main-right .side-holder form .label,
			#main .main-left .side-holder form .label {
			float:none;
			width:100%;
			margin-right:0%;
			margin-bottom:2px;
			}
		
		form .label-details {
		width:100%;
		margin-right:0%;
		font-weight:normal;
		font-size:11px;
		color:#666666;
		line-height:15px;
		}
		
		form .input {
		float:left;
		width:64%;
		height:auto;
		}
			#main .main-right .side-holder form .input,
			#main .main-left .side-holder form .input {
			float:none;
			width:auto;
			}
		
			form .input input {
			font-size:12px;
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			}
				#main .main-right .side-holder form .input input,
				#main .main-left .side-holder form .input input {width:97%;}
			
		form .select {
		float:left;
		width:64%;
		height:auto;
		}
			#main .main-right .side-holder form .select,
			#main .main-left .side-holder form .select {
			float:none;
			width:auto;
			}
		
			form .select select {
			font-size:12px;
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			}
				#main .main-right .side-holder form .select select,
				#main .main-left .side-holder form .select select {width:97%;}
			
		form .checkbox {
		float:left;
		width:64%;
		height:auto;
		vertical-align:middle;
		}
			#main .main-right .side-holder form .checkbox,
			#main .main-left .side-holder form .checkbox {
			float:none;
			width:auto;
			}
			
			form .checkbox input[type=checkbox] {
			vertical-align:middle;
			}
		
		form .radio {
		float:left;
		width:64%;
		height:auto;
		}
			#main .main-right .side-holder form .radio,
			#main .main-left .side-holder form .radio {
			float:none;
			width:auto;
			}
		
		form .textarea {
		float:left;
		font-size:11px;
		width:64%;
		height:auto;
		margin-bottom:5px;
		}
			#main .main-right .side-holder form .textarea,
			#main .main-left .side-holder form .textarea {
			float:none;
			width:auto;
			}
		
			form .textarea textarea {
			font-size:12px;
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			height:100px;
			}
				#main .main-right .side-holder form .textarea textarea,
				#main .main-left .side-holder form .textarea textarea {width:97%;}
			
			form .textarea img {
			padding-top:3px;
			}
			
			
			
			
			/* New larger inputs */
			
			form .input input,
			form textarea {
			appearance:none;
			-ms-appearance:none;
			-moz-appearance:none;
			-webkit-appearance:none;	
			}
			
			form .input input,
			form select,
			form textarea {
			border:none;
			background:none;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			line-height:12px;
			height:24px;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			padding:6px 6px 6px 6px;
			border:solid #A9A9A9 1px;
			border-radius:2px;
			vertical-align:middle;
			margin:0 0 0 0;
			}
				
				form textarea {
				padding:6px 6px 6px 6px;
				line-height:16px;
				height:100px;	
				}
				
				form select {
				padding:3px 6px 3px 6px;
				line-height:10px;
				height:24px;
				}
				
				
				::-webkit-input-placeholder {
				line-height:16px;
				}
				
				:-moz-placeholder { /* Firefox 18- */
				line-height:16px;
				}
				
				::-moz-placeholder {  /* Firefox 19+ */
				line-height:16px; 
				}
				
				:-ms-input-placeholder {  
				line-height:16px;  
				}
			
			
			
			
		form .label-padding {margin-left:34%;}
		
		form .subbut {
		width:64%;
		margin-left:34%;
		height:auto;
		}
			#main .main-right .side-holder form .subbut,
			#main .main-left .side-holder form .subbut {
			float:none;
			margin-left:0%;
			}
	
	
		form .form-footer {
		float:left;
		width:64%;
		margin-left:34%;
		font-size:11px;
		color:#666666;
		padding-bottom:5px;
		}
			#main .main-right .side-holder form .form-footer,
			#main .main-left .side-holder form .form-footer {
			float:none;
			width:auto;
			}
		
		
		
		form .subform {}
		
			form .subform th {
			background-color:#CCCCCC;
			}
			
			form .subform td {
			border-bottom:solid #CCCCCC 1px;
			}
			
			form .sub-button-holder {
			text-align:right;
			margin:10px 0;
			}
			
			form .sub-form-holder {
			padding:10px 0;
			border:solid #CCCCCC 1px;
			display:none;
			margin:10px 0;
			}
			
				form .sub-form-holder .subbut2 {
				padding-left:150px;
				}


	
	.mobile-button-link {
	display:none;
	margin-bottom:18px;	
	}
		
	.mobile-button-link a {
	border:none;
	background:none;
	display:block;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	font-family:"myriad-pro", Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:16px;
	color:#ffffff;
	line-height:32px;
	padding:10px 15px;
	text-align:center;
	background-color:#574e3f;
	border-radius:4px;
	}
		.mobile-button-link a:hover {
		cursor:pointer;
		background-color:#c7411d;
		}
		
		
		
		
	.ui-datepicker {
	width:22em;
	border:solid 1px #999;
	border-radius:0px;
	padding:0 0 0 0;
	}
	
		.ui-datepicker .ui-datepicker-header {
		padding:2px 0;
		color:#666;
		background:#F0F0F0;
		border:none;
		border-bottom:1px solid #DBDBDB;
		border-radius:0px;
		}
			.ui-datepicker .ui-datepicker-prev, 
			.ui-datepicker .ui-datepicker-next {
			top:1px;
			background-color:transparent;
			border:solid rgba(0,0,0,0) 1px;
			cursor:pointer;
			}
	
		.ui-datepicker table {
		width:96%;
		margin:2%;
		}
	
		.ui-datepicker th {
		width:13%;
		padding-top:4px;
		padding-bottom:10px;
		}
		
		.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
		text-align:center;
		padding-top:5px;
		padding-bottom:5px;
		}
		
.form-item .subbut.disabled {
overflow:hidden;
position:relative;
display:inline;
}
	.form-item .subbut.disabled:before {
	content:'';
	border:solid 3px #999999;
	border-color: transparent #999999 #999999 #999999;
	border-radius:100px;
	width:15px;
	height:15px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-animation: loading-ring 1.2s linear infinite;
	animation: loading-ring 1.2s linear infinite;
	display:inline-block;
	z-index:1;
	opacity:1;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

	.form-item .subbut.disabled input {
	background-color:#e5e5e5 !important;
	color:#e5e5e5 !important;
	overflow:hidden;
	}
@keyframes loading-ring {
0% {
	-webkit-transform:translate(-50%,-50%) rotate(0deg);
	-moz-transform:translate(-50%,-50%) rotate(0deg);
	-ms-transform:translate(-50%,-50%) rotate(0deg);
	-o-transform:translate(-50%,-50%) rotate(0deg);
	transform:translate(-50%,-50%) rotate(0deg);
}
100% {
	-webkit-transform:translate(-50%,-50%) rotate(360deg);
	-moz-transform:translate(-50%,-50%) rotate(360deg);
	-ms-transform:translate(-50%,-50%) rotate(360deg);
	-o-transform:translate(-50%,-50%) rotate(360deg);
	transform:translate(-50%,-50%) rotate(360deg);
}
}