

/*----------------- Artbypatrickwoods.com -----------------*/

html 	{ margin: 0px; padding: 0px; }

html, body 	{ height: 100%; }

body { 	margin: 0px;
		padding: 0px;
		background: #0C0E10;
	}

body, div, span, p, .p, h1, h2, td ,th, input, textarea, select
	{
		font: small/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
		color: #CEC7AE;
	}

a 			{ text-decoration: none; border-width: 0px; color: #E8BF74; }
a:hover 	{ text-decoration: none; color: #FFFFFF; }


	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		line-height: 1em;
		}

	h1 { 
		margin-bottom: 14px;
		padding: 6px;
		font-size: 16px;
		color: #E8BF74;
		}

	h2 {
		font-size: 75%;
		color: #66615d;
		}

	h3 {
		font-size: 75%;
		color: #66615d;
		padding-bottom: 4px;
		}

	h4 {
		color: #FFFFFF;
		font-size: 1.1em;
		}
		

.price { font-size: .9em; color: #2C65D8; }
.sold { font-size: .9em; color: #FF0000; }

img { border-width: 0; }
td 	{ vertical-align: top; }
form { margin: 0; }



/*--------------------------------
	Divs
----------------------------------*/


#header { height: 81px; width: 100%; position: relative; border-bottom: 1px solid #0F1419; }
#headerquote { margin-bottom: 8px; font-size: .9em; color: #999999; }

#navigation ul {
	font-size: 110%;
	margin: 10px;
	padding: 0px; 
	list-style: none;
	}

	#navigation li {
		display: inline;
		font-size: 110%;
		color: #A39D97;
		}

	#navigation ul li a {
		text-decoration: none;
		overflow: hidden;
		margin: 4px;
		padding: 4px;
		color: #A39D97;
		}
	
	#navigation ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#prime { 
	width: 100%;
	padding-bottom: 20px;
	background-color: #000000; 
	border-top: solid 1px #0F0F0F; 
	border-bottom: solid 1px #0F0F0F; }

#splash { font-size: .8em; color: #66615D; line-height: 16px; padding-bottom: 8px; }
#splash img { border: 4px solid #FFFFFF; }

#featured img { border: 4px solid #FFFFFF; }

#middle { width: 14px; }
#right { width: 250px; }

#rightcell { 
	width: 250px;
	padding: 15px;
	padding-top: 0px;
	font-size: .9em;
	border: 1px solid #2B2A29;
	background-color: #141312;
	color: #9D968F;
	}

#rightcell img { border: 2px solid #FFFFFF; }

#cell { 
	width: 100%;
	padding: 10px;
	font-size: .9em;
	border: 1px solid #2B2A29;
	background-color: #141312;
	color: #9D968F;
	}

#footer { height: 56px; width: 100%; position: relative; border-top: 1px solid #0F1419;}
#footer a, #footer a:visited, #footer a:active	{ text-decoration: none; color: #686460; }
#footer a:hover	{ text-decoration: none; color: #9D968F; }


/*--------------------------------
	Tables
----------------------------------*/

table.header
	{
	text-align: left;
	height: 80px;
	width: 860px;
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	}

table.content
	{
	width:860px;
	border: 0px;
	border-collapse: collapse;
	margin: 10px 0px;
	padding: 0px;
	}

table.gallery
	{
	width:860px;
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	}

table.flat
	{
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	}

table.aboutlist
	{
	text-align: left;
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	}

table.footer
	{
	text-align: left;
	width: 860px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	}

table.header td { padding: 0px; }
table.flat td { padding: 0px; margin:0px; }
table.aboutlist td { font-size: 11px; padding: 6px 4px; margin: 0px; }
table.footer td { padding: 8px; spacing:0px; font-size: 10px; color: #464442; line-height: 16px; }
	
td.linkage { line-height: 16px; }


/*--------------------------------
	Forms & Miscy
----------------------------------*/

hr.a	{
	height: 1px;
	width: 860px;
	border-top: 1px solid #232221;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	margin: 2px 2px;
	padding: 0px;
	}


input, textarea, textfield, select {
	color: #FFFFFF;
	font: small/1.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background-color : #0F0F0F;
	border: solid 1px #242424;
	}

textarea:focus, input:focus {
	color: #FFFFFF;
	font: small/1.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background-color : #0F0F0F;
	border: solid 1px #242424;
}

/*
.buttons {
	font-family: arial, sans-serif;
	font-weight : bold;
	background: #FFFFFF;
	border: solid 1px #000000;
	color: #606060;
	padding: 2px;
}

input[type="submit"]:hover
     {
         color:      #000000;
         background: #FFFFFF;
         border:     1px solid #000000;
         outline:    1px solid #000;
	 cursor: hand;
	 cursor: pointer;
	 */
