@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-size:11px;
	line-height:15px;
}



/*Type*/

h1 { 
	font-family:Arial;
	color:#222222;
	font-size:11px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
}
h2 {
	font-family:Arial;
	color:#8C8C8C;
	font-size:11px;
	margin:0px 0px 15px 0px;
	font-weight:normal;
}
h3 {
	font-family:Arial;
	color:#8C8C8C;
	font-size:11px;
	margin:0px 0px 8px 0px;
	font-weight:normal;
}
h4 { 
	font-family:Arial;
	color:#222222;
	font-size:11px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:15px;
	
}
h5 { 
	font-family:Arial;
	color:#222222;
	font-size:11px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
}
h6 { 
	font-family:Arial;
	color:#222222;
	font-size:13px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	
}
p { 
	font-family:Arial;
	color:#222222;
	font-size:11px;
	margin-bottom:16px;
	margin-top:0px;
}

hr {
	color: #222222; 
	border:1px dotted #666666; 
	border-style: none none dotted;
	margin:0px;
	padding:0px;
}
span.bigger_leading {
	line-height:20px;
}
span.grey_light {
	font-family:Helvetica;
	color:#777777;
}
span.blue {
	font-family:Helvetica;
	color:#6ACFC7;
}
span.small_type {
	font-size:10px;
}
span.comingsoon {
	font-family:Helvetica;
	color:#222222;
	font-size:11px;
}
price {
	font-family:Helvetica;
	color:#222222;
	font-size:13px;
}

/*Links*/

a {
	font-family:Helvetica;
	color:#6ACFC7;
	text-decoration:none;
	outline:none;
}

a:hover {
	font-family:Helvetica;
	color:#222222;
	text-decoration:none;
}
span.header_link a {
	font-family:Helvetica;
	color:#222222;
	font-size:11px;
	text-decoration: none;
}
span.header_link a:hover {
	background-color:#6ACFC7;
	color:#FFFFFF;
}
span.email_link {
	display:inline;
}
span.email_link a {
	font-family:Helvetica;
	font-size:11px;
	color:#6ACFC7;
	text-decoration:none;
}
span.email_link a:hover {
	color:#222222;
	text-decoration:none;
}
span.footer_link a {
	color:#777777;
}
span.footer_link a:hover {
	color:#01ecbd;
	text-decoration:none;
}


/*Main layout*/

#container {
	margin:0 auto;
	max-width:940px;
}
#header {
	position:relative;
	width:940px;
	height:40px;
	margin-top:30px;
	margin-bottom:0px;
	padding-bottom:15px;
}
#content {
	position:relative;
	margin-top:30px;
	width:940px;
}
#footer {
	position:relative;
	width:940px;
	height:50px;
	clear:both;
	padding-top:20px;
	font-size:10px;
}
img {
	border:0px;
	margin:0;
	padding:0;
}
.img_align {
	margin-top:5px;
}



/*Header Control*/

.header_logo {
	height:40px;
	width:354px;
	padding:0px;
	margin-right:20px;
	display:inline;
	float:left;
}
.blue_contact {
	font-family:Helvetica;
	color:#6ACFC7;
	font-size:11px;
	width:306px;
	height:20px;
	margin-right:18px;
	text-align:center;
	display:inline;
	float:left;
	margin-top:23px;
}

.header_link_box {
	float:right;
	width:241px;	
	text-align:right;
	display:inline;
	border:1px;
	margin-top:22px;
}
.spacer_bottom {
	margin-bottom:10px;
}
.margin_right_22px {
	margin-left:22px;
}


/*Home Page*/

.homepage_thumb {
	margin-bottom:6px;
	margin-top:0px;
	margin-right:10px;
}	
.homepage_thumb_end_of_row {
	margin-bottom:8px;
	margin-top:0px;
	margin-right:0px;
}	

/*About Page*/

.about_column1 {
	width:460px;
	margin-right:20px;
	display:inline;
	float:left;
	margin-bottom:10px;
}
.about_column2 {
	width:460px;
	display:inline;
	float:right;
	margin-bottom:10px;
}

/*Shop Page*/

.shop_column1 {
	width:460px;
	margin-right:20px;
	display:inline;
	float:left;
	margin-bottom:10px;
}
.shop_column2 {
	width:380px;
	display:inline;
	float:right;
	margin-right:80px;
	margin-bottom:10px;
}
.line {
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
	width:500px;
	margin:0 auto;
}
.img_spacer {
	margin-bottom:10px;
}

/*Work Page*/

.text_column {
	position:relative;
	width:300px;
	float:left;
}

.large_text_column {
	position:relative;
	width:460px;
	float:left;
}
.image_column_work {
	position:relative;
	width:590px;
	float:right;
}
.large_image_column_work {
	position:relative;
	width:940px;
	float:left;
}
