/* GENERAL */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #A1A19C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	}
	
p, h1, h2, h3, h4, h5, ul, ol {
	margin: 10px 0;
	}
	
a:link, a:visited {
	color: #300;
	} 
	
a:hover, a:active {
	text-decoration: none;
	color: #fff;
	}
	
h1 {
	font-size: 16px;
	padding: 6px 0 10px 20px;
	margin: 0;
	background: url(../_images/bullet-heading-top.gif) no-repeat 0 0;
	height: 30px;
	}
	
h2 {
	font-size: 13px;
	padding: 10px 0 0 20px;
	margin: 10px 0 -10px 0;
	height: 30px;
	background: url(../_images/bullet-heading-top.gif) no-repeat 0 0;
	}
	
blockquote {
	font-size: 17px;
	color: #300;
	width:400px;
	margin:0 0 20px 50px;
	}
	
/* IMG DISPLAY */

#anime { 
	margin: 40px 0 0 40px; 
	}
	
table.home_pics img, .price_list img, table#detail img  {
	padding: 25px;
	background: #fff;
	border: 1px solid #797976;
	}
	
.artist img, .artwork img {
	padding: 15px;
	background: #fff;
	border: 1px solid #797976;
	float: right;
	margin: 0 0 0 20px;
	}
	
.portfolio_section img, table#gallery img {
	padding: 5px;
	background: #fff;
	border: 1px solid #797976;
	}
	
table#gallery img {
	padding: 7px;
	background: #fff;
	border: 1px solid #797976;
	margin:0 5px;
	}

#byline {
	float:right;
	color: #3b355e;
	font-size:11px;
	}

/* LAYOUT DIVS */
	
#container {
	width: 984px;
	margin: auto;
	}
	
#header {
	height: 190px;
	background: url(../_images/bg-header.jpg) center top no-repeat;
	}
	
#logo {
	width: 410px;
	height: 65px;
	float: left;
	text-align: left;
	clear: none;
	position: relative;
	top: 20px;
	}
	
#nav {
	width: 550px;
	height: 30px;
	float: right;
	clear: none;
	text-align: right;
	position: relative;
	top: 37px;
	}
	
#tagline {
	position: relative;
	top: 60px;
	float: left;
	clear: none;
	padding: 0 30px;
	}
	
.dick {
	color: #fff;
	}
	
#tagline p {
	margin: 0;
	}
	
table.home_pics {
	margin-top: 45px;
	}

table.home_pics td {
	text-align: center;
	padding: 5px;
	}

#body_home {
	padding-top: 5px;
	}
	
#body {
	margin-top: -80px;
	}
	
#content_home {
	width: 650px;
	float: left;
	clear: none;
	}
	
#it_home {
	padding: 0 0 0 30px;
	}
	
#content {
	margin-top: 15px;
	}
	
#it {
	padding: 0 30px 30px 30px;
	}
	
#side {
	width: 275px;
	background: url(../_images/bg-side.jpg) left top no-repeat;
	height: 220px;
	float: right;
	clear: none;
	padding: 0 30px 0 0;
	}
	
#side_it {
	padding: 25px 10px 10px 15px;
	}
	
#side ul {
	list-style-type: none;
	}
	
#side_it ul li {
	list-style-type: none;
	background: url(../_images/bullet-small.gif) no-repeat 0 9px; 
	padding: 0 0 0 15px;
	margin: 7px;
	}
	
#footer {
	height: 100px;
	text-align: center;
	float: none;
	clear: both;
	position: relative;
	top: 30px;
	background: url(../_images/bg-footer.jpg) center top no-repeat;
	padding: 30px;
	font-size: 11px;
	}
	
img.no_border {
	border: none !important;
	padding: 0 !important;
	background: none !important;
	}
	
p.first, h1.firs, h2.first, h3.first, h4.first, h5.first {
	margin-top: 0;
	}
	
.price_list #img_display {
	width: 420px;
	height: 350px;
	float: left;
	clear: none;
	text-align: center;
	margin: auto;
	}
	
#price_list_right {
	float: right;
	clear: none;
	width: 470px;
	}
	
.price_list {
	margin-top: 30px;}
	
table#prices {
	background: #aeaeaa;
	font-weight: bold;
	margin-top:-10px;
	}
	
table#prices td, table#prices th {
	height: 26px;
	padding: 0 0 0 10px;
	}
	
table#prices th {
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	}
	
table#prices td, table#prices th {
	border-left: 1px solid #a1a19c;
	}
	
tr.tr1 {
	background: #c6c6c3;
	}
	
.caption {
	font-size: 14px;
	font-weight: bold;
	}

td.caption { padding-top:8px !important; } 	
	
.artwork ul, .links ul {
	margin-left: 40px;
	}
	
.artwork li {
	margin: 15px 0;
	}
	
/* MISC */

.center {
	text-align: center;
	margin: auto;
	}
	
#up {
	margin: -40px 0 0 0;
	}
	
/* GALLERY VIEW */

table#gallery {
	margin: auto;
	text-align: center;
	}

table#gallery td {
	padding: 7px;
	vertical-align:middle;
	}
	
#back {
	/*float:right;
	margin-top:-40px;*/
	font-weight:bold;
	}	
	
/* DETAIL VIEW */

table#detail td {
	padding: 0px;
	}
	
#preview{
	position:absolute;
	margin-top: -200px;
	border:1px solid #ccc;
	background:#fff;
	padding:20px;
	display:none;
	color:#333;
	}