/*
	Written by: www.elchango.ca
	Date: November 13, 2009
*/


img, div {
	behavior: url('/javascript/iepngfix.htc');
}

#wrapper {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 30px 0;
}

#innerwrap {
	position: relative;
	width: 540px;
	background: url('/images/background-transparent.png') repeat;

}

#header {
	position: relative;
	width: 540px;
	height: 108px;
}

#logo {
	position: absolute;
	top: 48px;
	left: 20px;
	width: 137px;
	height: 40px;
}

#content {
	position: relative;
	width: 630px;
	margin: 0 20px 20px 20px;
}

#leftcol {
	float: left;
	width: 500px;	
}
#rightcol {
	float: right;
	width: 120px;
}

#footer, #footer a {
	position: relative;
	width: 500px;
	text-align: right;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}

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

/* Navigation Styles */
#nav {
	position: absolute;
	top: 52px;
	right: 12px;
	width: 300px;
	text-align: right;
}

#nav ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 16px;
}

#nav li a {
	display: block;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #f4520c;
	text-decoration: none;
	text-transform: lowercase;
}

#nav li a:hover, #nav .on {
	display: block;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #8c000c;
	text-decoration: none;
	text-transform: lowercase;
}

#rightnav {
	position: relative;
	width: 120px;
	margin: 44px 0 0 0;
	text-align:center;
}

#rightnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#rightnav li {
	margin: 0;
	padding: 0;
}

#rightnav li a {
	display: block;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #f4520c;
	text-decoration: none;
	text-transform: lowercase;
}

#rightnav li a:hover, #rightnav .on {
	display: block;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #8c000c;
	text-decoration: none;
	text-transform: lowercase;
}

#rightnav h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-transform: lowercase;
}
/* END Navigation Styles */


/* Text Styles */
h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	text-transform: lowercase;
}

#content p {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
}

#content a {
	color: #f4520c;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
/* END Text Styles */

.gallery img {
	border: 1px solid #CCC;
	/*padding: 0 20px 18px 0;*/
}

.gallery span {
	float: left;
	width: 100px;
	padding: 0 20px 18px 0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 150%;
}

.sold {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	z-index: 10000;	
}

#emaillist {
	position: relative;
	margin: 30px 0 0 0;
	padding: 6px 15px;
	background: #fab210;
	/*border: 2px solid #ff5b0f;*/
}

/* FORMS */
div.row {
	clear: both;
	padding-top: 10px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 360px;
	text-align: left;
}
  
div.spacer {
	clear: both;
}
/* END FORMS */


.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}