@charset "utf-8";

/* TABLE OF CONTENTS
   GLOBAL SETTINGS
   LAYOUT SETTINGS
   SUBPAGE FRAMEWORK
   WHERE TO FIND US
   BORING STUFF
   NOT A BLOG
   PROJECTS + SIZING
   LOOKBOOK
   CONTACT AND FORMS
*/

/* COLOUR PALETTE
*/

/* FONTS
*/




/* GLOBAL SETTINGS
   ----------------------------- */

html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000004;
	font: 11px/17px "Arial", sans-serif;
	color: #ffffff;
	text-align: center;
}

a, a:link, a:visited {
	color: #5c9bcc;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #5e6d6c;
}

.arrow {
	padding-right: 25px;
	background: url(../images/arrow.png) right 0 no-repeat;
}
.arrow:hover {
	background: url(../images/arrow.png) right -15px no-repeat;
}


.arrow.left {
	padding: 0 0 0 20px;
	background: url(../images/arrow.png) left 0 no-repeat;
}
.arrow.left:hover {
	background: url(../images/arrow.png) left -15px no-repeat;
}

.arrow-back {
	padding-left: 25px;
	background: url(../images/arrow-back.png) left 0 no-repeat;
}
.arrow-back:hover {
	background: url(../images/arrow-back.png) left -15px no-repeat;
}


a.submit {
	padding-right: 20px;
	background: url(../images/arrow.png) right 0 no-repeat;
}
a.submit:hover {
	background: url(../images/arrow.png) right -15px no-repeat;
}


a.seemore {
	display: block;
	width: 92px;
	height: 28px;
	background: url(../images/seemore.png) 0 0 no-repeat;
}
/*
a.seemore:hover {
	background: url(../images/seemore.png) -92px 0 no-repeat;
}
*/
a.fade-button img {
	opacity: 0;
	filter: alpha(opacity=0);
}


a.download-pdf {
	display: block;
	padding-left: 38px;
	background: url(../images/download-pdf.png) 0 0 no-repeat;
	font: 11px/17px "Arial",sans-serif;
	background-position: left 5px;
}

a.checkitout {
	display: block;
	width: 108px;
	height: 28px;
	background: url(../images/checkitout-btn.png) 0 0 no-repeat;
}
a.checkitout:hover {
	background: url(../images/checkitout-btn.png) -108px 0 no-repeat;
}


a.dropusaline {
	position: absolute;
	right: 37px;
	bottom: 37px;
	display: block;
	width: 200px;
	height: 54px;
	background: url(../images/dropusaline.png) 0 0 no-repeat;
}
a.dropusaline:hover {
	background: url(../images/dropusaline.png) 0 -54px no-repeat;
}


.disabled {
	cursor: default;
}



form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

.clearboth { clear: both; }

h2 {
	font: 20px "Helvetica", "Arial", sans-serif;
	letter-spacing: -1px;
	color: #fccb42;
	margin: 0 0 20px 0;
	padding: 0;
}



/* LAYOUT SETTINGS
   ----------------------------- */

div#page-container {
	position: relative;
	background: url(../images/page-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 945px;
	height: 100%;
	text-align: left;
}
html>body div#page-container {
	min-height: 100%;
	height: auto;
}
div#page-container2 {
	position: relative;
	padding: 3px 0;
}
	div#page-border-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 3px;
		background: #ffffff;	
	}
	div#page-border-bottom {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 3px;
		background: #ffffff;	
	}


div#footer-container {
	position: relative;
	width: 915px;
	border-top: 1px solid #5e6d6c;
	margin: 30px 15px 0 15px;
	padding: 8px 0 16px 0;
	overflow: hidden;
	z-index: 10;
}
	div#footer-container div.copyright {
		margin-top: -4px;
		text-align: center;
		clear: both;
		color: #222327;
	}
		div#footer-container div.copyright a {
			color: #5e6d6c;
		}

	div#footer-container .facebook {
		background: url(../images/facebook-icon.png) 0 0 no-repeat;
		padding-left: 22px;
		color: inherit;
		line-height: 16px;
		position: absolute;
		bottom: 0;
		right: -4px;
		white-space: nowrap;
	}
	div#footer-container a.projectyourself {
		position: relative;
		display: block;
		margin: 0 21px 0 0;
		background: url(../images/project-yourself.png) 0 0 no-repeat;
		width: 160px;
		height: 44px;
		float: right;
		color: #5e6d6c;
	}
	div#footer-container a.projectyourself:hover {
		background: url(../images/project-yourself.png) -160px 0 no-repeat;
	}

	div#footer-container ul.row1 {
		margin: 0 10px 0 10px;
		padding: 0;
		list-style-type: none;
		width: 895px;
		color: #5e6d6c;
	}
		div#footer-container ul.row1 li {
			display: inline;
			float: left;
			margin-right: 20px;
	}
		div#footer-container ul.row1 li.form {
			margin-right: 10px;
			margin-left: 0px;
		}
		div#footer-container ul.row1 li.projectyourself,
		div#footer-container ul.row1 li.copyright,
		div#footer-container ul.row1 li.paypal {
			float: right;
		}
		div#footer-container ul.row1 li.projectyourself {
			margin-right: 0;
		}
	div#footer-container input[type=text] {
		font: 11px "Arial", sans-serif;
		border: 1px solid #5e6d6c;
		background: #000106;
		color: #5e6d6c;
		width: 240px;
		padding: 0 3px;
		margin-right: 10px;
	}
	
a#logo {
	display: block;
	position: absolute;
	left: -4px;
	top: 19px;
	width: 267px;
	height: 131px;
	background: url(../images/logo.png) no-repeat;
	z-index: 10;
}

a#logo-subpage {
	display: block;
	position: absolute;
	left: 6px;
	top: 29px;
	width: 195px;
	height: 95px;
	z-index: 10;
}

ul#mainnav {
	position: absolute;
	top: 3px;
	right: 16px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 10;
}
	ul#mainnav li {
		display: inline;
		float: right;
		padding: 0;
		margin: 0;
		margin-left: 23px;
	}
	ul#mainnav a {
		font: bold 12px/32px "Helvetica", "Arial", sans-serif;
		color: #5e6d6c;
		text-decoration: none;
		padding: 0;
		margin: 0;
	}
	body.home ul#mainnav li.home a,
	body.the-project ul#mainnav li.the-project a,
	body.not-a-blog ul#mainnav li.not-a-blog a,
	body.where-to-find-us ul#mainnav li.where-to-find-us a,
	body.look-book ul#mainnav li.look-book a,
	body.gallery ul#mainnav li.gallery a,
	body.sizing ul#mainnav li.sizing a,
	body.contact ul#mainnav li.contact a,
	body.store ul#mainnav li.store a,
	body.terms-of-use ul#mainnav li.terms-of-use a,
	body.privacy-policy ul#mainnav li.privacy-policy a,
	body.guarantee ul#mainnav li.guarantee a {
		color: #ffffff;
		cursor: default;
	}



/* SUBPAGE FRAMEWORK
   ----------------------------- */

div#subpage-header {
	position: relative;
	background: url(../images/subpage-header-bg.png) no-repeat;
	width: 945px;
	height: 134px;
	margin-bottom: 20px;
	z-index: 1;
}
	div#subpage-header div.title {
		position: absolute;
		right: 16px;
		bottom: 0;
		width: 671px;
		border-bottom: 1px solid #99999b;
	}
		div#subpage-header div.title h1 {
			font: 50px "Helvetica", "Arial", sans-serif;
			letter-spacing: -2px;
			margin: 0;
			padding: 0;
			color: #fccb42;
			text-align: right;
		}


div.subpage-container {
	position: relative;
	margin: 0 16px 0 25px;
	overflow: hidden;
}
	div.subpage-container div.column-content {
		position: relative;
		float: left;
		width: 262px;
	}

	div.subpage-container.aboutus {
		overflow: hidden;
	}
	div.subpage-container.aboutus div.column-project,
	div.subpage-container.aboutus div.column-product,
	div.subpage-container.aboutus div.column-thesite {
		float: left;
		width: 262px;
		margin-right: 55px;
	}
	div.subpage-container.aboutus div.column-thesite {
		margin-right: 0;
	}
	
	div.subpage-container.aboutus div.signature {
		width: 192px;
		height: 97px;
		background: url(../images/signature-jamiepurches.png) right 0 no-repeat;
	}
		div.subpage-container.aboutus div.signature .title {
			color: #5e6d6c;
		}


div.subpage-container.aboutus ul,
ul.arrows {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	div.subpage-container.aboutus ul li,
	ul.arrows li {
		padding: 0 0 20px 25px;
		margin: 0;
		background: url(../images/arrow-bullet.png) 0 0 no-repeat;
	}
	


/* WHERE TO FIND US
   ----------------------------- */

	div.column-locations {
		position: relative;
		float: right;
		width: 587px;
		overflow: hidden;
		padding-top: 4px;
	}
		div.column-locations div.headings {
			overflow: hidden;
			position: relative;
			border-bottom: 1px solid #99999B;
			margin-bottom: 14px;
		}
		div.column-locations h2 {
			font-size: 14px;
			line-height: 20px;
			margin: 0;
			padding: 0;
		}
		div.column-locations h2.listings {
			float: left;
			width: 194px;
		}
		div.column-locations h2.details {
			float: left;
			width: 390px;
		}
		
		div.column-locations div.column-listings {
			position: relative;
			float: left;
			width: 194px;
		}
			div.column-locations div.column-listings a.location-trigger {
				color: #5e6d6c;
			}
			div.column-locations div.column-listings a.location-trigger:hover {
				color: #ffffff;
			}
			div.column-locations div.column-listings a.location-trigger.on {
				color: #ffffff;
			}
		div.column-locations div.column-details {
			position: relative;
			float: left;
			width: 390px;
			min-height: 350px;
			overflow: hidden;
		}
			div.column-locations div.location {
				position: relative;
				width: 340px;
				padding-bottom: 20px;
			}
				div.column-locations div.location img.thumbnail {
					margin: 0 40px 0 0;
					border: 10px solid #ffffff;
					float: left;
				}
				div.column-locations div.location div.info {
					float: left;
					overflow: hidden;
					margin-bottom: 15px;
					width: 390px;
				}
					div.column-locations div.location div.info .address {
						font: 12px/20px "Helvetica","Arial",sans-serif;
						margin-bottom: 10px;
						margin-top: 3px;
					}
					div.column-locations div.location div.info .business {
						font-size: 14px;
						color: #fccb42;
					}



/* BORING STUFF
   ----------------------------- */

div#column-sidebar.boring a {
	font: bold 16px/24px "Helvetica", "Arial", sans-serif;
	color: #5e6d6c;
}
body.terms-of-use div#column-sidebar.boring a.terms-of-use,
body.privacy-policy div#column-sidebar.boring a.privacy-policy,
body.guarantee div#column-sidebar.boring a.guarantee,
div#column-sidebar.boring a:hover {
	color: #ffffff;
}


div#column-content.boring {
	position: relative;
	float: left;
	width: 483px;
}



/* NOT A BLOG
   ----------------------------- */

#blog-dateselect-wrapper {
	position: absolute;
	left: 25px;
	top: 163px;
}

#blog-dateselect {
	width: 175px;
	border: 0px solid #99999B;
	padding: 2px;
	color: #000000;
	font-size: 11px;
	background: #5e6d6c;
}

div#blog-nav {
	position: relative;
	margin: -20px 16px 10px 258px;
	border-bottom: 1px solid #99999b;
	overflow: hidden;
	padding: 5px 0;
}
	div#blog-nav ul.years {
		font: bold 14px/18px "Arial", sans-serif;
		margin: 0;
		padding: 0;
		list-style-type: none;
		overflow: hidden;
	}
		div#blog-nav ul.years li {
			float: right;
			margin: 0 0 0 18px;
		}
		div#blog-nav ul.years a {
			color: #5e6d6c;
		}
		div#blog-nav ul.years li.on a {
			color: #ffffff;
		}

	div#blog-nav ul.months {
		font: 11px/16px "Arial", sans-serif;
		margin: 0;
		padding: 0;
		list-style-type: none;
		overflow: hidden;
	}
		div#blog-nav ul.months li {
			float: right;
			margin: 0 0 0 20px;
			padding: 0;
		}
		div#blog-nav ul.months li.first {
			margin-left: 0;
		}
		div#blog-nav ul.months a {
			color: #5e6d6c;
		}
		div#blog-nav ul.months li.disabled {
			color: #303837;
		}
		div#blog-nav ul.months li.active a {
			color: #ffffff;
		}

div.blog-entry {
	position: relative;
	padding: 20px 0 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #5E6D6C;
}
div.blog-entry.last {
	border-bottom: 0;
}

	div.blog-entry h2 {
		margin-bottom: 5px;
	}
	div.blog-entry div.date {
		color: #5e6d6c;
		margin-bottom: 10px;
	}
	div.blog-entry div.content {
		float: left;
		width: 380px;
	}
	div.blog-entry ul,
	div.blog-entry ol {
		margin-top: -10px;
		margin-bottom: 20px;
	}
	
	div.blog-entry div.photo {
		float: right;
		text-align: left;
		width: 464px;
	}
		div.blog-entry div.photo img {
			border: 10px solid #ffffff;
			margin-bottom: 10px;
		}
		div.blog-entry div.photo p {
			margin: 0;
		}

div.blog-entry ul.sharethis {
	position: relative;
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
	div.blog-entry ul.sharethis li {
		float: left;
		margin-right: 12px;
	}


/* PROJECTS + SIZING
   ----------------------------- */

div.sizing-project {
	position: relative;
	overflow: hidden;
}
	div.sizing-project div.project-info {
		position: relative;
		float: left;
		width: 188px;
	}
	div.sizing-project div.sizing-info {
		position: relative;
		float: right;
		margin-right: 0;
		width: 671px;
		overflow: hidden;
	}
	div.sizing-project h3 {
		font: normal 20px/54px "Helvetica", "Arial", sans-serif;
		letter-spacing: -1px;
		margin: 0;
		padding: 0;
		color: #fccb42;
		text-transform: capitalize;
	}

	div.sizing-project h4 {
		font: normal 16px/normal "Helvetica", "Arial", sans-serif;
		letter-spacing: -1px;
		margin: 0 0 8px 0;
		padding: 0;
		color: #ffffff;
	}
	div.sizing-project p {
		margin: 0 0 5px 0;
	}
	div.sizing-project div.content-block {
		margin-bottom: 25px;
	}
	div.sizing-project ul {
		margin: 0 0 10px 0;
		padding: 0;
		list-style-type: none;
	}
		div.sizing-project ul li {
			background: url(../images/bullet-dash.png) 8px 9px no-repeat;
			padding-left: 15px;
		}


div.clothing-size {
	float: left;
	width: 200px;
	margin-left: -8px;
}
	div.clothing-size.hoodie {
		margin-left: 12px;
	}
div.clothing-type {
	text-align: center;
	padding: 3px 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

table.sizing {
	position: relative;
	font: 12px "Arial", sans-serif;
	color: #ffffff;
	z-index: 100;
	margin: 0 auto;
}
	table.sizing thead td {
		text-align: center;
		color: #fccb42;
		padding: 3px 8px;
		text-transform: uppercase;
	}
	table.sizing td {
		text-align: center;
		padding: 0px 8px;
		line-height: 22px;
	}
	table.sizing td.size {
		text-align: left;
		padding: 0px;
		font: 18px/22px "Helvetica", "Arial", sans-serif;
		color: #8E8359;
		text-transform: uppercase;
	}
table.womens td.border {
	border-left: 1px solid #000000;
}



/* LOOKBOOK
   ----------------------------- */

#lookbook {
	position: absolute;
}
.lookbook-mask {
	position: relative;
	width: 406px;
	height: 284px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 10px;
}
	.lookbook-mask img {
		float: left;
		overflow: hidden;
	}

ul#lookbook-thumbs {
	margin: 0;
	padding: 0;
	*padding-bottom: 10px; /* ie7 fix */
	list-style-type: none;
	position: relative;
	overflow: hidden;
}

	ul#lookbook-thumbs li {
		background: #000000;
		float: left;
		padding: 0;
		margin: 0 10px 10px 0;
		width: 94px;
		height: 66px;
		cursor: pointer;
	}
	ul#lookbook-thumbs li img {
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	ul#lookbook-thumbs li.active img  {
		opacity: 1;
		filter: alpha(opacity=100);
	}


.lookbook-frame {
	position: relative;
	padding: 10px 0 0 10px;
	background: #ffffff;
	margin-bottom: 30px;
}
.lookbook-column {
	position: relative;
	float: left;
	width: 427px;
	margin-right: 13px;
}

.lookbook-column h2.line {
	font: 16px/normal "Helvetica", "Arial", sans-serif;
	letter-spacing: -1px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	height: 28px;
}

div.lookbook-details {
	float: left;
	width: 97px;
	margin-top: 23px;
}
	div.lookbook-details a.download-pdf {
		margin: 0 0 30px 0;
	}

.lookbook-details h2 {
	font: 16px/normal "Helvetica", "Arial", sans-serif;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	padding: 0;
}

.lookbook-description {
	position: relative;
	height: 299px;
	line-height: normal;
}

#lookbook-page-details-1,
#lookbook-page-details-2,
#lookbook-page-details-3,
#lookbook-page-details-4,
#lookbook-page-details-5,
#lookbook-page-details-6,
#lookbook-page-details-7,
#lookbook-page-details-8 {
	display: none;
}



/* GALLERY + NEWEST COMMON COLUMN LAYOUTS (TO BE MOVED)
   ----------------------------- */

div#column-sidebar {
	float: left;
	width: 232px;
	margin-left: 25px;
}
	div#column-sidebar .padding {
		width: 184px;
	}
	

div#column-content {
	position: relative;
	float: left;
	width: 671px;
	margin-bottom: 20px;
	overflow: hidden;
}
	div#column-content div.lookbook-nav,
	div#column-content div.gallery-nav {
		position: relative;
		float: left;
		padding-top: 37px;
		width: 105px;
		margin-right: 26px;
		line-height: 16px;
	}
	div#column-content div.gallery-nav a {
		color: #5e6d6c;
	}
	div#column-content div.gallery-nav a.active {
		color: #ffffff;
	}
	div#column-content div.lookbook-nav {
		width: 114px;
		margin-right: 17px;
}
	
.wrapper-gallery {
	position: relative;
	float: left;
	width: 530px;
	margin-right: 9px;
}
	.wrapper-gallery h3 {
		font: normal 16px/normal "Helvetica", "Arial", sans-serif;
		letter-spacing: -1px;
		margin: 0 0 9px 0;
		padding: 0;
		color: #ffffff;
	}
	.wrapper-gallery div.description {
		width: 355px;
		margin-top: 15px;
	}



div.gallery-handles {
	background: #ffffff;
	text-align: right;
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
}

div.gallery-handles ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}

	div.gallery-handles ul li {
		position: relative;
		float: left;
	}

			div.gallery-handles ul a.arrow {
				display: inline-block;
				padding: 0;
				width: 25px;
				height: 15px;
				background-position: 7px 0;
			}
				div.gallery-handles ul a.arrow:hover {
					background-position: 7px -15px;
				}
				div.gallery-handles ul a.disabled.arrow {
					background-position: 7px -15px;
					cursor: default;
				}

			div.gallery-handles ul a.arrow-back {
				display: inline-block;
				padding: 0;
				width: 17px;
				height: 15px;
			}
				div.gallery-handles ul a.arrow-back:hover {
					background-position: 0 -15px;
				}
				div.gallery-handles ul a.disabled.arrow-back {
					background-position: 0 -15px;
					cursor: default;
				}

	div.gallery-handles ul span {
		margin-left: 5px;
	}
	div.gallery-handles ul span a,
	div.gallery-handles ul span a:link,
	div.gallery-handles ul span a:visited {
		color: #67acd6;
		cursor: pointer;
	}
	div.gallery-handles ul span a:hover,
	div.gallery-handles ul span.active a {
		color: #708080;
	}

/*
	div.gallery-handles ul .arrow {
		padding-right: 21px;
	}
	div.gallery-handles ul .arrow-back {
		padding-left: 19px;
	}
	div.gallery-handles ul span a {
		color: #67acd6;
		cursor: pointer;
		margin-left: 5px;
	}
	div.gallery-handles ul span a:hover,
	div.gallery-handles ul span.active a {
		color: #708080;
	}
	div.gallery-handles ul a.disabled.arrow-back {
		background-position: 0 -15px;
		cursor: default;
	}
	div.gallery-handles ul a.disabled.arrow {
		background-position: 5px -15px;
		cursor: default;
	}
*/

	.wrapper-gallery div.thumbs-container {
		background: #ffffff;
		width: 530px;
		overflow: hidden;
	}
	.wrapper-gallery ul.thumbs {
		display: block;
		position: relative;
		padding: 10px 0 0 10px;
		margin: 0;
		list-style-type: none;
		overflow: hidden;
	}
		.wrapper-gallery ul.thumbs li {
			position: relative;
			float: left;
			list-style: none;
			margin: 0 10px 10px 0;
			width: 120px;
			height: 120px;
			line-height: 120px;
			text-align: center;
			background: #ffffff;
			opacity: 0;
			filter: alpha(opacity=0);
		}
		.wrapper-gallery ul.thumbs li a {
			cursor: pointer;
		}
		.wrapper-gallery ul.thumbs li a span {
			display: inline-block;
			vertical-align: middle;
			background: #ffffff;
			margin: 0;
			padding: 0;
		}
/*
		.wrapper-gallery ul.thumbs img {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.wrapper-gallery ul.thumbs a:hover img  {
			opacity: 0.8;
			filter: alpha(opacity=80);
		}
*/

/* CONTACT AND FORMS
   ----------------------------- */

input[type=text],
textarea {
	background: #000000;
	color: #ffffff;
	border: 1px solid #5e6d6c;
	width: 243px;
	margin-bottom: 10px;
	font: 11px/normal "Arial", sans-serif;
}


div.formerror-errors,
div.formerror-success {
	position: relative;
	margin-bottom: 15px;
}
/*
div.formerror-errors {
	border: 5px solid #ff603a;
	color: #ce0000;
	background: #ffffff;
}
div.formerror-success {
	border: 5px solid #6ab539;
	color: #008f00;
	background: #ffffff;
}
*/
	div.formerror-errors ul {
		position: relative;
		margin: 0;
		padding: 0;
		list-style-type: none;
		line-height: normal;
		color: #FCCB42;
	}
		div.formerror-errors ul li {
			margin-bottom: 5px;
		}
	div.formerror-success ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 16px;
		line-height: 24px;
		color: #FCCB42;
	}
		div.formerror-success ul li {
			margin-bottom: 5px;
		}


div.contactform {
	width: 243px;
}

div.subpage-container.contact {
	min-height: 560px;
	padding-bottom: 20px;
	z-index: 10;
	overflow: hidden;
}
	div.subpage-container.contact div.wrapper-form-contactinfo {
		width: 566px;
		float: right;
		padding-top: 40px;
	}
	div.subpage-container.contact div.column-form {
		width: 243px;
		float: left;
		margin-right: 40px;
	}
	div.subpage-container.contact div.column-contactinfo {
		width: 280px;
		padding-top: 3px;
		float: left;
	}
	div.subpage-container.contact img.title {
		margin-bottom: 5px;
	}
	div.subpage-container.contact div.tollfree-disclaimer {
		color: #5e6d6c;
		margin: 5px 0 20px 0;
		width: 262px;
	}
	div.subpage-container.contact div.wrapper-email {
		margin-bottom: 15px;
		overflow: hidden;
	}
		div.subpage-container.contact div.wrapper-email span {
			float: left;
			width: 110px;
		}
		div.subpage-container.contact div.wrapper-email a {
			float: left;
		}

div.contact-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 656px;
	height: 814px;
	z-index: 1;
	background: url(../images/contact-van-bg.png) no-repeat;
}
