/**
 *--------------------------------------------------------------------
 * Dependencies
 *--------------------------------------------------------------------
 * Global reset
 *     reset.css
 *--------------------------------------------------------------------
*/

/* =Page layout and structure
------------------------------------------------------------------- */

/* Layout common properties */
#page
{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header,
#page-content,
#footer
{
	margin: 0 auto;
	position: relative;
}

#primary-navigation
{
	margin: 0 auto;
	position: relative;
}

/* Layout specifics */
html {
	height: 100%;
}

body {
	background: url(../images/skin/page-background-logo.png) repeat-x center bottom fixed;
	min-height: 100%;
}

#page {
	margin: 0 auto;
	padding: 60px 0 15px;
}

#accessibility {
	display: none;
}

#header {
	/*height: 80px;*/
}

#primary-navigation {
	margin-bottom: 30px;
	height: 40px;
}

#page-content {
	z-index: 1;
	margin: 0 20px;
}

	#page-content #primary-content {
		width: 100%;
		margin: 0;
		padding: 15px 0 ;
		float: left;
		/*border-top: 3px solid #764e46;*/
	}

	#page-content #secondary-content {
		width: 240px;
		margin: 0 20px 30px 0;
		padding: 0;
		float: right;
	}

/* =Fonts
------------------------------------------------------------------- */

/*
@font-face declarations
---------------------------
*/



/*
Font family declarations
---------------------------
*/

body,
input,
select,
textarea {
	font-family: Helvetica, Arial, sans-serif;
}

h3,
legend,
label,
input[type="submit"],
span.submit,
#primary-navigation ul#sections,
#secondary-content header h1 {
	font-family: Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #764e46;
}

#primary-navigation #breadcrumbs,
#secondary-content {
	font-family: Helvetica, Arial, sans-serif;
}

/* =Global elements: appearance and typography
------------------------------------------------------------------- */

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #0d7da0;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #0d7da0;
}

html {
	/*height: 100%;*/
}

html
{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html,
html#home,
html#contact
{
	background-image: url(../images/skin/page-background-home.jpg);
}

html#about
{
	background-image: url(../images/skin/page-background-about.jpg);
}

html#buy
{
	background-image: url(../images/skin/page-background-buy.jpg);
}

html#thank-you,
html#gallery,
html#photos,
html#specialoffer,
html#affiliate-enquiries
{
	background-image: url(../images/skin/page-background-thank-you.jpg);
}

html#faqs{background-image: url(../images/skin/page-background-faqs.jpg);}
html#testimonials{background-image: url(../images/skin/page-background-home2.jpg);}

body {
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
	color: #764e46;
}

a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 0 20px 20px 0;
	padding: 0 0 0 18px;
	font-style: italic;
	color: #777;
	border-left: 2px solid #e5ecf5;
}

	blockquote em,
	blockquote i {
		font-style: normal;
	}

	blockquote p {

	}

em,
i {
	font-style: italic;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 20px 0;
	color: #764e46;
	font-weight: bold;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 30px;
	line-height: 34px;
}

#buy h1
{
	margin-bottom: 25px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
}

hr {
	display: none;
}

img {
	border: 0;
}

.imgright
{
	float: right;
}

.imgleft
{
	float: left;
}

ol {
	margin: 0 0 20px 30px;
	list-style-position: outside;
	list-style-type: decimal;
}

	ol li {

	}

p {
	margin: 0 0 20px 0;
}

q {
	font-style: italic;
}

small {
	font-size: 0.8em;
}

strong,
bold {
	font-weight: bold;
}

sup,
sub {
	height: 0;
	line-height: 1;
	font-size: 0.8em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ul {
	margin: 0 0 20px 30px;
	list-style-position: outside;
	list-style-type: disc;
}

	ul li {

	}
	
	.sitemap ul li
	{
		padding-bottom: 5px;
	}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* =Page
------------------------------------------------------------------- */

#page {
	z-index: 3;
}

#rightcol
{
	float: right;
	width: 54%;
	background: #fffef2;
}
.admin #rightcol{width:100%}

	#rightcol-border
	{
		border: 9px solid #764e46;
		min-height: 445px;
	}

#leftcol
{
	float: left;
	width: 46%;
	position: relative;
	overflow: hidden;
	min-height: 450px;
	z-index: 2;
}

#contact-form
{
	width: 100%;
	right: -120px;
	margin-top: 35px;
}

	#contact-form > h2
	{
		float: right;
		display: inline-block;
		padding: 25px 34px 25px 17px;
		background: #764e46;
		color: #ffffff;
	}
	
	#contact-form > h2:hover
	{
		cursor: pointer;
	}
	
	#contact-form .deployform
	{
		float: right;
		width: 278px;
		display: none;
		border-top: 8px solid #764e46;
		border-right: none;
		border-bottom: 8px solid #764e46;;
		border-left: 8px solid #764e46;
		background: #fffef2;
		padding: 6px;
		font-size: 12px;
		color: #000000;
	}
	
	.show{
		display: block !important;
	}
	
	#contact-form .deployformx
	{
		padding: 0 0 15px;
	}
	
	#contact-form .deployform input.formelement,
	#contact-form .deployform textarea.formelement
	{
		width: 175px;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
		padding: 7px 5px;
		border:0;
		background: #fffef2;
		-moz-box-shadow:    inset 3px 3px 6px #bfbeb5;
		-webkit-box-shadow: inset 3px 3px 6px #bfbeb5;
		box-shadow:         inset 3px 3px 6px #bfbeb5;
	}
	
	#contact-form .deployform textarea.formelement
	{
		height: auto;
	}
	
	#contact-form .deployform h2
	{
		color: #764e46;
		font-size: 30px;
		padding-left: 13px;
		line-height: 55px;
		background: url(../images/skin/dot.png) repeat-x 0 bottom;
		margin-bottom: 13px;
	}
	
	#contact-form .deployform h4
	{
		color: #000000;
		font-weight: normal;
		font-size: 12px;
		line-height: 26px;
		margin-bottom: 12px;
	}
	
	#contact-form .deployform .confirmation
	{
		font-size: 10px;
	}

	#contact-form .deployform input[name=code]
	{
		width: 90px;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
		padding: 7px 5px;
		border: 0;
		background: #fffef2;
		letter-spacing: 2px;
		-moz-box-shadow:    inset 3px 3px 6px #bfbeb5;
		-webkit-box-shadow: inset 3px 3px 6px #bfbeb5;
		box-shadow:         inset 3px 3px 6px #bfbeb5;
		
	}

	#contact-form .deployform .submit-button
	{
		text-align: center;
	}
	
	#contact-form .deployform .button
	{
		border: 0;
		background: #764e46;
		padding: 8px 15px;
		margin: 0;
		font-size: 12px;
		line-height: 12px;
	}
	
	#contact-form .deployform .button:hover
	{
		cursor: pointer;
	}

/* =Header
------------------------------------------------------------------- */

#header {
}

	#header h1,
	#header h2 {
		margin: 0;
	}

		/* Logo */
		#header h1 a {
			width: 617px;
			height: 80px;
			display: block;
			font: 0/0 a;
			text-shadow: none;
			color: transparent;
			position: absolute;
			top: 25px;
			left: 20px;
			background: url('../images/skin/interface-sprites.png') 0 0 no-repeat;
		}

	/* Strapline */
	#header h2 {
		height: 25px;
		position: absolute;
		top: 50px;
		right: 20px;
		font-size: 24px;
		line-height: 25px;
		color: #fff;
		text-align: right;
	}

	#header h2 em {
		font-size: 120%;
		font-style: normal;
	}

/* =Primary Navigation
------------------------------------------------------------------- */

#primary-navigation {
	z-index: 2;
	margin: 0 20px;
	background: url(../images/skin/dot.png) repeat-x 0 bottom;
}

	#primary-navigation header {
		display: none;
	}

/*
Sections
---------------------------
*/

	#primary-navigation ul#sections {
		height: 40px;
		width: 100%;
		font-size: 14px;
		line-height: 40px;
		list-style: none;
		border-bottom: 3px solid #fffef2;
		/*padding-bottom: 0px !important;*/
	}

	#primary-navigation ul#sections.selected
	{
		padding-bottom: 2.5em !important;
	}
	
	#primary-navigation ul#sections.sfHover
	{
		padding-bottom: 2.5em;
	}

		#primary-navigation ul li {
			position: relative;
			list-style: none;
			float: left;
		}
		
		#primary-navigation ul li:last-child a
		{
			margin-right: 0;
		}

			#primary-navigation ul li a {
				width: auto;
				height: 24px;
				line-height: 24px;
				padding: 0px 6px;
				margin: 11px 36px 11px 0;
				display: block;
				color: #000000;
				text-decoration: none;
				background: transparent;
				transition: background 0.25s;
				-moz-transition: background 0.25s; /* Firefox 4 */
				-webkit-transition: background 0.25s; /* Safari and Chrome */
				-o-transition: background 0.25s; /* Opera */
			}
			
			#primary-navigation ul li ul li a
			{
				margin: 14px 12px 14px 0;
				line-height: 24px;
				height: 24px;
				padding-top: 0px;
			}

			#primary-navigation ul li.current a {
			}

			#primary-navigation ul li a:hover
			{
				background: #ece2df;
			}

			#sections ul{
				/*width: auto;
				display: none;*/
			}
			
			#primary-navigation ul ul li a {
				/*opacity: 0;*/
			}
			
			#primary-navigation ul#sections.selected li ul li a {
				opacity: 1 !important;
			}
			
			#primary-navigation ul#sections li ul li.current a:before
			{
				content: "> ";
			}
			
			#primary-navigation ul#sections li ul li
			{
				margin-right: 12px;
			}
			
			#primary-navigation ul#sections li ul li:last-child
			{
				margin-right: 0;
			}
			
			#primary-navigation ul#sections li ul li.current a
			{
				margin-left: -12px;
			}
			
			#primary-navigation #sections.selected
			{
				border-bottom: 3px solid #764e46 !important;
			}
			
	#primary-navigation ul#sections #itemcontact
	{
		display: none;
	}


/* =Content
------------------------------------------------------------------- */

#content {

}


/* =Primary content
------------------------------------------------------------------- */

#primary-content {

}

	#primary-content .signpost
	{
		background: #764e46;
		float: left;
		height: 180px;
		width: 223px;
		position: relative;
		color: #fffef2;
		font-size: 22px;
		padding: 9px 0 0 0;
		text-align: center;
		text-decoration: none;
	}

	#primary-content .signpost.buy
	{
		margin: 0 20px 20px 0;
	}

	#primary-content .signpost.buy .info
	{
		text-align: right;
		position: absolute;
		left: 9px;
		bottom: 9px;
		height: 37px;
		width: 194px;
		background: url(../images/skin/signpost-buy.png) no-repeat 0 3px #fffef2;
		color: #c5b106;
		font-size: 27px;
		line-height: 30px;
		padding: 95px 10px 0 0;
		text-shadow: 1px 1px #666;
	}
	
	#primary-content .signpost.how-works
	{
		background: url(../images/skin/how-works.gif) no-repeat 15px 46px #764e46;
		margin-bottom: 20px;
	}
	
	#primary-content .signpost.how-works .more
	{
		position: absolute;
		right: 13px;
		bottom: 8px;
		text-decoration: none;
		font-size: 14px;
		lineheight: 22px;
		color: #764e46;
		background: #fffef2;
		padding: 0 9px;
		font-weight: bold;
	}
	
	/* hc - hair colour */
	
	#primary-content article .hc
	{
		float: left;
		width: 114px;
		height: 30px;
		margin: 0 5px 18px 0;
		padding: 0 0 74px 0;
		font-weight: bold;
		text-align: center;
	}
	
	#primary-content article .hc.end
	{
		margin-right: 0;
	}
	
	#primary-content article .hc.black
	{
		background: url(../images/skin/hc-black.png) no-repeat left bottom;
	}
	
	#primary-content article .hc.medium-brown
	{
		background: url(../images/skin/hc-medium-brown.png) no-repeat left bottom;
	}
	
	#primary-content article .hc.brown
	{
		background: url(../images/skin/hc-brown.png) no-repeat left bottom;
	}
	
	#primary-content article .hc.dark-brown
	{
		background: url(../images/skin/hc-dark-brown.png) no-repeat left bottom;
	}

	#primary-content article .hc.light-brown
	{
		background: url(../images/skin/hc-light-brown.png) no-repeat left bottom;
	}
	
	#primary-content article .hc.ash-blonde
	{
		background: url(../images/skin/hc-ash-blonde.png) no-repeat left bottom;
	}
	
	#primary-content article .hc.dark-blonde
	{
		background: url(../images/skin/hc-dark-blonde.png) no-repeat left bottom;
	}
	
	#primary-content article .hc.blonde
	{
		background: url(../images/skin/hc-blonde.png) no-repeat left bottom;
	}

	#primary-content article .hc.light-grey
	{
		background: url(../images/skin/hc-light-grey.png) no-repeat left bottom;
	}

	#primary-content article .hc.white
	{
		background: url(../images/skin/hc-white.png) no-repeat left bottom;
	}

/*
Articles
---------------------------
*/

#primary-content article {
	position: relative;
}

	#primary-content article .preamble {
		
	}

	/* Multi-column articles */
	#primary-content article.multi-column .body {
		overflow: hidden; /* Clear floats */
	}

		#primary-content article.multi-column .body .column {
			width: 315px;
			margin: 0 30px 0 0;
			float: left;
		}

		#primary-content article.multi-column .body .column.last {
			margin: 0;
		}
		
	#primary-content article .product-details
	{
		width: 315px;
		margin: 0 0px 0 0;
		float: right;
	}
	
	#primary-content article .product-details form
	{
		text-align: center;
		margin-bottom: 25px;
	}
	
	#primary-content article .product-details form table
	{
		margin: 0 auto 10px;
		text-align: left;
	}
	
	.product-pics img
	{
		margin: 0 10px 10px 0;
	}
	
	#primary-content article h2.faq-question
	{
		font-size: 15px;
		position: relative;
		padding: 5px 5px 5px 20px;
		margin-bottom: 10px;
		background: transparent;
		transition: background 0.25s;
		-moz-transition: background 0.25s; /* Firefox 4 */
		-webkit-transition: background 0.25s; /* Safari and Chrome */
		-o-transition: background 0.25s; /* Opera */
	}
	
	#primary-content article h2.faq-question:hover
	{
		cursor: pointer;
		background: #ece2df;
	}
	
	#primary-content article h2.faq-question .expand,
	#primary-content article h2.faq-question .collapse
	{
		position: absolute;
		width: 11px;
		height: 17px;
		left: 5px;
		top: 5px;
	}
	
	#primary-content article h2.faq-question .expand
	{
		background: url(../images/skin/collapsed.png) no-repeat;
		display: block;
	}
	
	#primary-content article h2.faq-question .collapse
	{
		background: url(../images/skin/expanded.png) no-repeat;
		display: none;
	}
	
	#primary-content article .faq-answer
	{
		display: none;
		padding-left: 15px;
	}

.bloglist{
	padding: 0 0 20px;
}

.blog_socnet{
	padding: 0 0 15px;
}

.comment{
	padding: 0 0 15px;
}

.tags{
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
}

/* =Secondary content
------------------------------------------------------------------- */

#secondary-content {
	padding: 10px 0 0 0;
	font-size: 12px;
}

/*
Widgets
---------------------------
*/
	#secondary-content .widget {
		margin: 0 0 30px 0;
		padding: 0 0 9px 0;
	}

		#secondary-content .widget header h1 {
			margin: 0 0 10px 0;
			font-size: 14px;
			line-height: 20px;
			color: #717c88;
		}


	/* Secondary navigation */
	#secondary-content #secondary-navigation {
		padding: 0;
	}

		#secondary-content #secondary-navigation ul {
			margin: 0;
			list-style-type: none;
		}

			#secondary-content #secondary-navigation ul li {
				line-height: 29px;
				border-top: 1px solid #c6d2da;
			}

/* CART */
	#cartoptions{margin:0;border:0px solid #999;}
	#cartoptions #option1{	margin:5px 0px;}
	#cartoptions #option2{	margin:5px 0px;	clear:left;}
	#instock{display:none;clear:none;}
	#outofstock{display:none;	color:#CC0000;}
	#outofstock span{	font-size:11px;	color:#FF0000;}
	.stock_text{font-size:16px; text-transform:uppercase; margin:5px 0}
	#cartbutton{margin:5px 0px;	clear:left;}
	#showprice{	display:none;	margin:5px 0px;	clear:left;}
	#currency{  display: inline; }
	#cart #currency{ float:none; display:block}
	#loading{ display:none}
	#addtocart form{text-align:left !important}
	
	.reveal{ display:none;border:1px solid #ccc; padding:10px; background:#eaeaea; text-align:left; position:absolute; bottom:0px; width:200px}
	.help-button{position:relative; height:16px; width:16px; background:url('../images/help.png'); cursor:pointer; display:inline-block; *zoom:1 }
	
	.userbarmenu .admin-reveal{ display:none;padding:10px; background:#0A5070; text-align:left; position:absolute; top:20px; width:200px; margin:0; left:0px; z-index:999}
	.userbarmenu .admin-reveal li{display:block}
	
	#cart_form hr{display:block}
	
	#cart_summary{	width: 100%;	right: -120px;}

	#cart_summary #shopping-cart	{float: right;	display: inline-block;	padding: 5px 35px 25px 55px;color: #ffffff;	background: url("../images/cart.png") no-repeat scroll 15px 10px  #764e46; font-size: 22px;	}
	#cart_summary #shopping-cart:hover{text-decoration:none}
			
	.items-list{margin:0; padding:0}
	.item-box{list-style:none; clear:right;padding: 20px 0;border-bottom: 1px solid #CCCCCC;}
	.item-box img{float:right}
	.item-box a{text-decoration:none}
	.item-box h4{margin-bottom:10px}
	.item-box .price{font-weight:bold; margin:10px 0}
	.additional{clear:both}
	
	.warning{ margin-bottom:10px; padding:10px;  background: rgb(217,77,77); background: rgba(217,77,77,0.3); color:#000;border:2px solid #d94d4d; border-radius:5px; display:block}
/* =Footer
------------------------------------------------------------------- */

#footer {
	position: fixed;
	bottom: 0;
	width: 48%;
	height: 75px;
	padding: 0;
	z-index: 4;
}

	#footer a {
		color: inherit;
	}

	#footer a:hover {
		color: #fff;
	}

		#footer #copyright {
			position: absolute;
			right: 24px;
			top: 0;
			color: #4b322d;
			width: 430px;
			padding: 0;
			margin: 0 auto;
		}
		
		#footer #copyright #disclaimer
		{
			font-size: 11px;
			line-height: 11px;
		}
		
		#footer #copyright #disclaimer a:hover{
			color: inherit;
		}
		
		#footer img.facebook
		{
			vertical-align: middle;
		}

/* =Admin
------------------------------------------------------------------- */

#userbar
{
	height: 24px;
	margin: 0;
	padding: 0;
	background: #0a5070;
}

#userbar-container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#userbarmenu
{
	position: relative;
}
.userbarmenu
{
	color: #fff;
	font-size: 12px;
	padding: 3px 0 0;
	margin: 0;
}
.userbarmenu li
{
	display: inline;
	margin-left: 10px;
	position: relative;
}
.userbarmenu li a
{
	color: #fff;
	text-decoration: none;
}
.userbarmenu li a:hover
{
	border-bottom: 1px solid #ffffff;
}
#um-email
{
	margin-left: 10px;
}
#usermenu,
#fens_login
{
	position: absolute;
	top: 0;
	right: 0;
}
#um-name a
{
	padding-left: 20px;
	background: transparent url(../images/skin/person-icon.png) no-repeat left top;
}
#um-logout a
{
	padding-left: 20px;
	background: transparent url(../images/skin/logout-icon.png) no-repeat left top;
}

#approval
{
	position: absolute;
	display: none;
	z-index: 9999;
	top: 24px;
	right: 0;
	min-width: 330px;
	padding: 10px;
	background: #0a5070;
	color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}

#approval a
{
	color: #fff;
	text-decoration: none;
}

#approval a:hover
{
	text-decoration: underline;
}

.edit
{
	position: relative;
}
.edit:hover
{
	outline: #d4d7d9 dashed 2px;
}

.cms_buttons
{
	position: absolute;
	clear: both;
	right: 3px;
	top: 3px;
	margin: 0;
	padding: 1px;
	color: #000;
	white-space: nowrap;
/*	z-index: 10;*/
	background: #d4d7d9;
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,1);
	opacity: .5;
	font-size: 12px;
	line-height: 24px;
}
.edit:hover .cms_buttons
{
	z-index: 11;
	opacity: 1;
}
.cms_buttons > span
{
	margin: 0;
	padding: 0;
}
.cms_buttons a.button
{
	display: block;
	float: left;
	margin: 0 1px;
	font-size: 10px;
	line-height: 20px;
}
.admin_buttons
{
	position: absolute;
	top: 80px;
	right: 10px;
}
.admin_table td{
	padding: 1px 2px;
}
.admin_ul li{
	padding: 2px 0;
}
.cmsform
{
	margin: 0 20px 20px;
}
.cmsform div
{
	position: relative;
	margin: 20px 0 0 0;
	border: 1px solid #ccc;
	padding: 0 5px 5px 5px;
}
.cmsform div h3
{
	position: absolute;
	top: -10px;
	padding: 0px 10px;
	background: #fff;
	margin: 0;
}
.cmsform .formelement
{
	float:none;
	width:99%;
}
input.formelement, textarea.formelement{
	width: 300px;
	padding: 3px;
}
.deployform table{
	border: 0;
}
.deployform td{
	padding: 2px 10px 2px 2px;
	vertical-align: top;
	text-align: left;
}

.button,
.button:visited,
.button:link
{
	text-align: center;
	z-index: 0;
	text-decoration: none;
	color: #fff;	
	border: 0;
	background: #764e46;
	padding: 8px 15px;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	cursor:pointer;
	 display: inline-block;
}
.button:hover
{
	background: #965245;
	color: #fff;
}
.smlbutton {padding:3px 5px !important;font-size: 11px !important;line-height: 11px !important;display:inline-block}
.right{float:right}


/* =Misc
------------------------------------------------------------------- */

.floater{display:block;clear:both; line-height:0px; height:0px; font-size:0px}
.notice{color: #ff0000;}

@media only screen and (max-width: 980px){
	
	body
	{
		position: relative;
		background: url(../images/skin/page-background-logo2.png) repeat-x -460px bottom fixed;
	}
	
	#page,
	#userbar-container
	{
		width: 100%;
	}
	
	#footer
	{
		position: absolute;
		bottom: 0;
		width: 46%;
	}
	
	#footer #copyright
	{
		padding: 0 0 0 20px;
		margin: 0;
		width: auto;
	}
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	body
	{
		min-height: 100%;
		height: auto;
		position: relative;
	}
	
	#footer
	{
		position: absolute;
		bottom: 0;
		width: 46%;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	body
	{
		min-height: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px){
	
	#page
	{
		padding-top: 86px;
	}
	
	body
	{
		background: url(../images/skin/page-background-logo-mobile.png) repeat-x left top;
	}
	
	#leftcol,
	#rightcol
	{
		width: 100%;
	}
	
	#contact #rightcol #rightcol-border
	{
		border-bottom: none;
		min-height: 0;
	}
	
	#contact #contact-form
	{
		margin-top: 0;
	}
	
	#contact #contact-form .deployform
	{
		border-right: 9px solid #764E46;
		border-bottom: 9px solid #764E46;
		border-left: 9px solid #764E46;
		border-top: none;
	}
	
	#contact-form > h2,
	#contact #page-content,
	#contact-form,
	#leftcol
	{
		display: none;
	}
	
	#contact #contact-form,
	#contact #leftcol
	{
		display: block;
	}
	
	#contact-form .deployform,
	#primary-navigation ul#sections #itemcontact
	{
		display: block;
	}
	
	#contact-form .deployform
	{
		float: none;
		width: auto;
		border-right: 8px solid #764E46;
	}
	
	#footer
	{
		position: relative;
		float: left;
		width: 100%;
	}
	
	#footer #copyright
	{
		width: auto;
		padding: 15px;
	}
	
}

@media only screen and (max-width: 540px){
	
	#primary-navigation ul#sections
	{
		display: none;
	}
	
	#primary-navigation #mobileMenu_sections
	{
		margin-top: 8px;
	}
	
	#primary-content article .product-details
	{
		width: 100%;
		margin: 0;
	}
	
}

@media only screen and (max-width: 411px){
	
	#cms_welcome img{
		width: 100% !important;
		height: auto !important;
	}
}