/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background:#FEFEFE url(../images/bg.png) repeat-x;
}
a:link {
	padding:0 2px 0 2px;
	text-decoration: underline;
	color: #CC0000;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	color:#FFFFFF;
	background:#000000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	margin-top:0;
}
h2 {
	font-size: 16px;
	margin-bottom:10px;
	padding:0;
	letter-spacing:-1;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
}
h4 {
	color: #FFFFFF;
	margin: 10px 10px 0 10px;
	font-size:16px;
	letter-spacing:-1px;
	font-weight: bold;
}
/* Set the position and dimensions of the background image. */
#page-background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {
	min-height:100%;
	height: auto !important;
	height: 100%;
	position:relative;
	z-index:1;
}
#header {
	width:100%;
	height:13px;
	background:#333333;
	position:fixed;
	z-index:3;
}
#sidebar {
	width:324px;
	float:left;
	margin-top:43px;
	position:fixed;
	min-height:720px;
}
#logo {
	margin:0 0 13px 20px;
	position:relative;
}
#logo a {
	background:none;
	text-decoration:none;
	border:0;
}
#logo img {
	border:0;
}
#title_art {
	position:absolute;
	left: 251px;
	top: 0;
}
#nav, #signup, #palette {
	margin-left:20px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li a, #signup ul li {
	display:block;
	width:216px;
	height:23px;
	background:url(../images/nav-norm.png) no-repeat;
	margin-bottom:2px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	padding: 5px 0 0 22px;
}
#nav ul li a:hover {
	background:#333333;
	color:#FFFFFF;
	width:216px;
}
#nav ul li a.on, #nav ul li a.on:hover {
	background:url(../images/nav-on.png) no-repeat;
	padding: 12px 0 0 22px;
	height:30px;
	font-size:13px;
	font-weight:bold;
	margin:6px 0 8px 0;
	color:#FFFFFF;
}
#main {
	padding-bottom:40px;	/* Height of the footer */
}
#signup h3, #palette h3 {
	text-transform:uppercase;
	background:url(../images/nav-header.png) no-repeat;
	padding: 12px 22px 0 22px;
	height:30px;
	width:194px;
	font-size:13px;
	font-weight:bold;
	margin:22px 0 2px 0;
}
#signup h3 img {
	float:right;
	margin:0;
	padding:4px 0 0 0;
}
#signup_txt, #palette_txt {
	background:url(../images/opaque-bg.png);
	padding: 6px 22px;
	width:194px;
	color:#666666;
	text-align:justify;
	line-height:20px;
	font-weight:normal;
	margin:0 0 2px 0;
}
#signup ul {
	list-style:none;
	margin:0;
	padding:0;
}
#signup ul li {
	font-weight:900;
	text-transform:none;
}
#submit_form {
	background:url(../images/submit-bg.png) no-repeat;
	width:238px;
	height:28px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 3px 0;
	text-align:center;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
}
#submit_form:hover {
	background:#333333;
	color:#FFFFFF;
}
#name, #email {
	border:none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:right;
	padding:0 2px 0 2px;
	margin:0 22px 0 0;
	width:146px;
	background:url(../images/inputs.png);
	color:#333333;
}
.cleared {
	margin:0;
	padding:0;
	clear:both;
}
#main_content {
	float:left;
	margin-top:43px;
	min-width:575px;
	max-width:900px;
	padding:9px;
	font-size:13px;
	position:absolute;
	left:324px;
	line-height:21px;
}
#main_content h1 {
	margin-bottom:25px;
}
#main_content ul {
	margin:0;
}
#main_content ul li {
	list-style:square;
}
#footer {
	float:left;
	bottom:0;
	width:324px;
	height:24px;
	margin:10px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#777777;
}
#copyright {
	float:left;
	margin:0 0 0 40px;
	padding:0 2px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
}
#dsyne {
	float:right;
	margin-right:10px;
	padding:0 2px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
}
#dsyne a {
	text-decoration: none;
	color:#777777;
}
#dsyne a:hover {
	color:#FFFFFF;
}
p.less_top {
	margin-top:3px;
}
#sold {
	font-size:11px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	background:#CC0000;
	padding:0 3px 0 3px;
	display:block;
	bottom:4px;
	right:4px;
	position:absolute;
	z-index:4;
}
.boxgrid {
	height: 150px;
	margin:10px;
	float:left;
	background:#EEE;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:11px "Lucida Grande", Arial, sans-serif;
}
.boxcaption {
	float: left;
	position: absolute;
	background:#000;
	height: 150px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 150px;
	left: 0;
}
.cover a {
	text-transform:uppercase;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.cover a:hover {
	text-decoration:underline;
}
.header_img {
	margin-bottom:7px;
}
/*-------------impromptu---------- */
.jqifade {
	position: absolute;
	background-color: #aaaaaa;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index:9998;
}
div.jqi {
	width: 400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
	z-index:9999;
	margin:140px 40px;
	position: absolute;
}
div.jqi .jqicontainer {
	font-weight: bold;
}
div.jqi .jqiclose {
	position: absolute;
	top: 4px;
	right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444444;
}
div.jqi .jqibuttons {
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}
div.jqi button {
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #2F6073;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
div.jqi button:hover {
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton {
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons {
	background-color: #BF5E26;
}
/*-------------------------------- */
/* Portfolio sorter */
#portfolio{
position:relative;
	z-index:6;
}
#portfolio h2{
border-bottom:dashed #CCCCCC 1px;
padding-bottom:5px;
margin-right:5px;
}
#sort_img{
	position:absolute;
}
#sorted_by{
	position:absolute;
	padding:3px 0 0 10px;
	font-size:12px;
	color:#FFFFFF;
}
#button {
	height: 26px;
	width: 200px;
	margin: 0 5px 0 0;
	float:right;
	position:relative;
	z-index:7;
}
#button ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}
.menu_class:hover {
	background:#000000;
}
#button ul {
	padding-top:26px;
	display:none;
	width:200px;
	border-top: 1px solid #ffffff;
	font-size:12px;
}
#button ul li {
	background-color: #8F8F8F;
	list-style:none;
}
#button ul li:hover {

}
#button ul li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:4px 10px 4px 10px; 
	display:block;
}
#button ul li a:hover {
	color: #CC0000;
}

