*
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11.5px;
	text-decoration:none;
	color: #7E6C67;
}

body
{
	text-align:center;
}

#footer
{
	display:none;
}

/* TAGS *********************************/	
img { border:0; background-color:#eee;}
a { text-decoration:underline}
a:hover {color: black; }
p {margin-bottom: 10px;}

/* LAYOUT *********************************/
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

#header
{
	width:100%;
	height:75px;
	text-align: center;
	background-image: url(/images/header.gif);
}

/* MAIN SECTIONS ***************************************/
#mainmenu
{
	width:100%;
	height: 22px;
	background-color: #D1C7C3;
	color: #7E6C67;
	
}

#mainmenu ul
{
	margin: 0;
	padding: 0;
}

#mainmenu li
{
	list-style-type: none;
	float:left;
	
}

#mainmenu a
{
	color: #7E6C67;
	text-transform: Uppercase;
	font-weight:bold;
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	text-align:center;
	width: 165;
	letter-spacing: 4px;
	padding: 4px 0px 4px 0px;
	display: block;
	border:0;
	height:14px;
	text-decoration:none;
}

#mainmenu a:hover
{
	background-color: #7E6C67;
	color: #fff;
}

#mainmenu .selected
{
	background-color: #7E6C67;
	color: #fff;
}

/****** SUB MENU *******************************************/

#submenu
{
	width:165px;
	display:block;
	background-image: url(/images/submenu-fader.png);
	background-repeat: repeat-x;
	min-height: 500px;
	height: 500px;
	float:left;
	padding-top: 35px;
}


#submenu li
{
	list-style-type: none;
	width: 156px;
}

#submenu a
{
	font-weight: normal;
	text-align:right;
	letter-spacing: -0.125px;
	width: 150px;
	line-height: 35px;
	display: block;
	color:#666;
	border:0;
	xfont-size:10px;
	text-decoration:none;
}

#submenu a:hover
{
	text-decoration:underline;
}

/* MAIN CONTENT ***************************************/

#mainbody
{
	width: 780px;
	margin: 45px 0 0 40px;
	float: right;
	text-align:left;
}

#image
{
	float: left;
	margin-left: 0px;
	width: 200px;
}

.quotation {
	padding-top: 0px;
	padding-bottom: 50px;
	color: #666;
	font-family: Arial, Georgia, Times New Roman;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	
	line-height: 25px;
	width: 200px;
	padding-top:35px;
}

#content
{
	border-left: 1px solid silver;
	padding-left: 40px;
	padding-right: 30px;
	margin-left: 15px;
	width: 320px;
	float:left;
}

#content_main_image
{
	width: 240px;
}

#sidebar 
{
	float:right;
	width: 140px;
	margin-right: 0px;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	font-size: 13px;
	font-family: Arial, Helvetica;
	letter-spacing: 3px;
	margin-bottom: 15px;
}

#artists 
{
	margin: 0px;
}

.artist
{
	float: left;
	width: 250px;
	height: 190px;
	
	padding-right:10px;
	xtext-align:center;
	
}

.artist .image
{
	x	height: 110px;
	
}

#artists #pager
{
	width: 100%;
	clear: both;
	text-align:right;
}

.artist h1
{
	letter-spacing: 0px;
	font-family: Arial, Time New Roman;
	font-weight: normal;
	text-transform: none;
	margin-left: 0px;
	margin-top: 10px;
	font-size: 11px;
}

#home
{
	
}

#home h1
{
	margin:0;
	margin-bottom:10px;
}

/* ARTIST DETAIL PAGE ------------------------------------------------ */
#artist_detail
{
	margin:0px;
}

#artist_detail_name
{
	xborder: 1px solid red;
	width:  240px;
	float: left;
	margin-right: 10px;
}

#artist_detail_name h1
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 18px;
}

#artist_detail_product 
{
	border-left: 1px solid silver;
	float: left;
	
}

#artist_detail_product #image
{
	width: 300px;
	float: left;
}

#artist_detail_product #detail
{
	font-size: 12px;
	font-weight: bold;
	margin-top:50px;	
	margin-left: 10px;
	width: 150px;
	float: left;
}

#artist_detail_product .price
{
	font-size: 18px;
}

#artist_detail_product p
{
	xborder: 1px solid green;
}

#artist_detail table .button {
	
	padding-bottom:1px;
	display:block
	
	/*display: block;
	padding: 5px;
	background-color: white;
	color: #7E6C67;
	text-transform: Uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	text-align:center;
	*/
}

#artist_detail table .button:hover {
	text-decoration:underline;
}

.button
{
/*
	border: 1px solid #999;
	display: block;
	padding: 5px;
	background-color: white;
	color: #7E6C67;
	text-transform: Uppercase;
	font-weight:bold;
	font-family: Georgia, Times New Roman;
	font-size: 10px;
	letter-spacing: 2px;
	text-align:left;
	*/
}

#artist_detail_product .button:hover
{               
	xborder: 1px solid #33;
	color: #333;
	
}
/* ARTIST ENQUIRY FORM ----------------------------------- */

#artist_enquiry_image
{
	width:  230px;
	float: left;
	margin-right: 10px;
}

#artist_enquiry_image p
{
	padding-top: 0px;
	padding-bottom: 50px;
	color: #666;
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform:uppercase;
	line-height: 25px;
	width: 200px;
}

.row
{
	padding-bottom:10px;
}


#artist_enquiry h1
{
	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: Arial, Helvetica;

}

#artist_enquiry_form 
{
	float: left;	
}

#artist_enquiry_sidebar
{
	float:right;
	width: 140px;
	background-color: #fee;
}

/* ARTIST OF MONTH -----------------------*/

#featured_artist
{
	width: 520px;
	
}

#featured_artist #featured_image
{
	width:300px;
	float:left;
}

#featured_artist #detail
{
	width: 185px;
	float: right;
}

#featured_artist #detail h1
{
	margin:0px;
	margin-bottom:5px;
}
#featured_artist #thumbs
{
	padding-top: 20px;
	clear:both;
	text-align: left;
	width:300px;
}

#featured_artist #pager
{
	padding: 4px;
	width: 100%;
	clear: both;
	text-align:right;
}

#featured_artist a
{
	text-decoration:underline;
}

/* FORMS ---------------------- */
.row label
{
	width:80px;
	color : #666;
	cursor:hand;
	display:block;
	float:left;
}
.row input, .row textarea
{
	width: 275px
}
.row .button
{
	width: 100px;
	border: 1px solid silver;
	colour: white;
}
.row .checkbox
{
	width: 20px;
}
.submit
{
	border: 1px solid #666;
	background-color: white;
	padding: 10px;
	width: 140px;
	color: #666;
	font-family: Georgia, Times New Roman;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform:uppercase;
}
.small
{
	font-size: 12px;
	color: #333;
	padding:1px;
	font-weight:bold;
}

.medium
{
	font-size: 15px;
	font-weight:bold;
	color:#666;
}

