/**************** Page and tag styles ****************/


html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 20px 0px 20px 20px;
	color: #303030;
	background: #ECE6D0;
	font: 75% Verdana,Tahoma,sans-serif;
}

#container {
	background:#FFFFFF;
	padding: 2px 2px 20px 20px;
	width: 790px; 
	border: 2px solid #F2AD74;
}

/*********************************************** HEADER ****************************************************/

#header { 
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1.3em; 
	letter-spacing: +1px;
	padding: 35px 0px 5px 65px;
	display: block;
}

#header h1 {
	color:#ADA190; 
	font-size: 2.0em; 
	display:inline;
}

#header h2 {
	color:#DA964B; 
	font-size: 2.0em; 
	display:inline; 
}

#header a {
	text-decoration: none;
}

/*********************************************** MENU ****************************************************/

#menu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	float:right;
	position: relative;
	top: -28px;
	right: 10px;
}

#menu ul li { 
	border-left: 2px solid #C3BAAE;
	float: left;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	display: inline;
}

#menu ul li a { 
	text-decoration: none; 
	display: inline;
	font-size: 1.4em; 
}

#menu ul li a:hover { 
	font-weight: bold;
}

#menu ul li h1 {
	font-size: 1em; 
	color:#ADA190; 
	display: inline;
}

#menu li h2 {
	font-size: 1em; 
	color:#DA964B; 
	display: inline;
}

/*********************************************** TOP SEPARATOR ***********************************************/

#top-separator {
	margin-right: 22px;
	padding-top: 2px;
	border-top: 1px solid #EC8632;
	border-bottom: 2px solid #CD6D1E;
}

/*********************************************** SEPARATOR ***********************************************/

#separator {
	margin-right: 22px;
	padding-top: 1px;
	border-top: 1px solid #EC8632;
}

/*********************************************** WELCOME ***********************************************/

#welcome {
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:45%;
	margin-right:15px;
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	display:block;
}

#welcome img {
	float:left;
	color: #DA964B;
	font-size: 1.4em;
	margin-right: 10px;
}

#welcome h1 {
	color: #DA964B;
	font-size: 1.4em;
	padding-bottom: 10px;
	margin: 0;
}

/*********************************************** NEWS ***********************************************/

#news {
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:45%;
	height:180px;
	margin-right:15px;
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	display:block;
	padding-right: 20px;
}

#news h1 {
	color: #DA964B;
	font-size: 1.4em;
	padding-bottom: 10px;
	margin: 0;
}

#news h2 {
	color: #BF7728;
	font-size: 1em;
	padding-bottom: 10px;
	margin: 0;
}

#news h3 a {
	color: #BF7728;
	font-size: 1em;
	float: right;
	margin: 0;
}

/*********************************************** LATEST ***********************************************/

#latest {
	margin-right:15px;
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	height: 320px;
	width: 100%;
	display: block;
}

#latest h1 {
	color: #DA964B;
	font-size: 1.4em;
	padding-bottom: 10px;
	margin: 0;
}


#latest_painting {
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:30%;
	margin-right: 15px;
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	display:block;
}

#latest_painting img {
	float:left;
	border: 0px;
	padding-right: 10px;
}

#latest_painting a {
	color: #BF7728;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

/*********************************************** COPYRIGHT ***********************************************/

#copyright {
	clear: both;
	color: #9B9B9B;
	font: 75% Verdana,Tahoma,sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;	
}

/*********************************************** GALLERY MENU ****************************************************/

#gallery-menu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
	display: block;
	width: 500px;
	margin-left: 200px;
	margin-top: 10px;
}

#gallery-menu ul li { 
	border-left: 2px solid #C3BAAE;
	float: left;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	display: inline;
}

#gallery-menu ul li a { 
	text-decoration: none; 
	display: inline;
	font-size: 1.4em; 
}

#gallery-menu ul li a:hover { 
	font-weight: bold;
}

#gallery-menu ul li h1 {
	font-size: 1em; 
	color:#ADA190; 
	display: inline;
}

#gallery-menu li h2 {
	font-size: 1em; 
	color:#DA964B; 
	display: inline;
}

/*********************************************** Gallery ***********************************************/

#gallery h1 {
	color: #DA964B;
	font-size: 1.8em;
	margin-top: 10px;
	display: block;	
}

#gallery h2 {
	color: #BF7728;
	font-size: 1.2em;
	margin: 0;
	padding-bottom: 8px;
}	

/*********************************************** GALLYERITEM ***********************************************/
#newGallery {
	width: 90%;
	padding-bottom: 20px;
	padding-top: 20px;
}

#newGallery table tr td { 
	text-align: center;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

#newGallery table tr td img { 
	padding-bottom: 10px;
	border: 0;
}

#newGallery table tr td a {
	color: #BF7728;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}



#gallerydiv {
	display: inline-table;
	heigth: 100%;
	width: 100%;
}

#gallery_painting {
	float:left;
	margin-right: 15px;
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#gallery_painting img {
	float:center;
	vertical-align: middle;
	border: 0px;
	padding-bottom: 10px;
}

#gallery_painting a {
	color: #BF7728;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

/*********************************************** ABOUT ***********************************************/

#about {
	margin-top: 15px;
	height: 470px;
	width: 100%;
	display: block;
}

#about img {
	float:left;
	color: #DA964B;
	font-size: 1.4em;
	margin-right: 30px;
}


#about h1 {
	color: #DA964B;
	font-size: 1.8em;
	padding-bottom: 10px;
	margin: 0;
}

/*********************************************** ITEM ***********************************************/

#item {
	margin-top: 0px;
	height: 100%;
	width: 100%;
	display: inline-table;
}

#item img {
	float:right;
	color: #DA964B;
	font-size: 1.4em;
	margin-right: 22px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}

#item h1 {
	color: #000000;
	font-size: 1.6em;
	font-weight: lighter;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0;
}

#itemName {
	margin-top: 0px;
	width: 320px;
	display: inline-table;
}

#itemName h1 {
	color: #000000;
	font-size: 1.6em;
	font-weight: lighter;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin: 0;
}

#item h2 {
	color: #ADA190;
	font-size: 0.9em;
	margin: 0;
}

#item h3 {
	color: #ADA190;
	font-size: 0.9em;
	font-weight: lighter;
	margin: 0px;
}

#status {
	vertical-align: bottom;
}

#arrows img {
	float:right;
	position: relative;
	top: -26px;
	margin: 0px 10px 0px 0px;
	border: 0;
}

/*********************************************** MORE ***********************************************/

#item h1.more {
	margin-top: 20px;
	color: #DA964B;
	font-size: 1.4em;
	padding-bottom: 10px;
	font-weight: normal;
	text-transform: none;
}

#more_painting {
	float:left;
	display:block;
	padding: 0px;
	border: 0px;
}

#more_painting img {
	float:left;
	padding: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0px;
}


blockquote.withquote {
	background:url(http://www.mandarindesign.com/images/quote.gif) no-repeat;
	background-position:top left;
	
	text-align: justify;
	padding-left:20px;
}

p.withunquote {
	background: url(http://www.mandarindesign.com/images/unquote.gif) no-repeat;
	background-position:bottom right;
	padding-right:5px;
}

/*********************************************** VIEWNEWS ***********************************************/

#viewnews {
	margin-top: 15px;
	width: 100%;
	display: block;
}

#viewnews h1 {
	color: #DA964B;
	font-size: 1.8em;
	padding-bottom: 10px;
	margin: 0;
}

#viewnews h2 {
	color: #ADA190;
	font-size: 0.9em;
	margin: 0;
}

#viewnews li {
	list-style-type: none;
}

#viewnews a {
	color: #DA964B;
}


#contact h1 {
	color: #DA964B;
	font-size: 1.8em;
	padding-bottom: 10px;
}

input {
	background-color: #F9E0C4;
	border: 1px solid #666666; 
}

textarea {
	background-color: #F9E0C4;
	border: 1px solid #666666; 
}

tr.errors td {
	background-color: #EFB2B2;
	padding-top: 5px;
}






















