/* CSS Document */

/*TYPOGRAPHY
----------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #78766b;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	background-color: #6e7465;
}
/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
	}
/*This sets the font size at 13px [but still allows font scaling]*/
#wrapper{
	font-size: 1.3em;
	line-height: 1.6em;
	}
p	{
	padding:0px;
	margin:0 0 10px 0;
	}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #b13911;
	line-height: 1.2em;
	}
h1 {
	font-size: 3em;
}
h2 {
	font-size:2.5em;
}

h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.5em;
	margin-top: 1em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6{
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	}
A, A:active, A:visited   {
	COLOR: #b13911;
	text-decoration: none;
	font-weight: bold;
	
}
A:hover {
	COLOR: #D84617;
	text-decoration: underline;
}
#footer {
	color: #a1a69a;
	font-size: 1.2em;
	}
#footer A, #footer A:active, #footer  A:visited   {
	COLOR: #a1a69a;
	text-decoration: underline;
	font-weight: normal;
}
#footer A:hover {
	COLOR: #BBC2B5;
}
input, select{
	color: #666;
	}
label, .fakelabel{
	color: #9C998B;
	}
strong {	font-weight: bold;}
.clear { clear: both; background: none; }
.left{	float: left;	margin: 0 20px 10px 0;}
.right{ float: right; margin: 0 0 10px 20px;}
.zebraStripe{
	background: #ECEADE;
	}
th {
	font-weight: bold;
	color: #fff;
	background: #E98600;
	}
	
	
/*STRUCTURE
----------------------------------------------------*/
#wrapper { 
 background: #f8f6e9 url(../images/bg2.jpg) repeat-x;
}
#homepage #wrapper { 
 background: #f8f6e9 url(../images/bg.jpg) repeat-x;
}
.corset{
	width: 940px;
	position: relative;
	margin:0 auto;
	overflow: hidden;
	}
#logo{
	position: absolute;
	left: 0px;
	top:0;
	z-index: 10;
	}
#content {
	margin: 100px 0 30px 290px;
}

#footer {
	clear:both;
	padding:  25px 0;
	background: url(../images/bg_footer.jpg) repeat-x;
}
#footer .corset{
	overflow: visible;
	}
#fPod1{
	width: 340px;
	margin-left: 220px;
	float: left;
	}
#fPod2{
	width: 200px;
	margin-left: 160px;
	float: left;
	}
#goanna{
	position: absolute;
	left:-80px;
	top:10px;
	}





/*NAVIGATION
----------------------------------------------------*/
#nav{
	width: 233px;
	float: left;
	margin: 100px 0 30px 17px;
	}
#nav ul, #nav li{
	margin:0;
	padding: 0;
	list-style: none;
	}
#nav li{
	padding: 5px 0;
	border-top: 1px dashed #ccc;
	font-size: 1.2em;
	}
#nav A, #nav A:active, #nav A:visited   {
	font-weight: normal;
}
#nav img{
	margin: 20px 0;
	}
/*HOMEPAGE
----------------------------------------------------*/
#hpAjax{
	width: 980px;
	height: 413px;
	margin: 0 auto 25px auto;
	position: relative;
	background: url(../images/anim_bg.png) no-repeat center 5px;
	overflow: hidden;
	}
#hpLogo{
	position: absolute;
	left: 30px;
	top:0;
	z-index: 10;
	}
#hpNav{
	position: absolute;
	text-align: center;
	width:980px;
	left:0;
	bottom:0;
	height: 48px;
	z-index: 1;
	}
#hpNav img{
	margin:0;
	padding:0;
	}
#hpPaintings{
	float: left;
	margin-bottom: 30px;
	}
#hpText{
	float: left;
	width: 450px;
	margin-left: 75px;
	margin-bottom: 30px;
	}
#hpText h4{
	font-size: 1.2em;
	color: #78766b;
	}
#hpPhotos{
	float: right;
	margin-bottom: 30px;
	}
#hpXmas{
	float: right;
	margin-bottom: 15px;
	}
#hpPromo{
	clear:both;
	margin: 30px 0;
	border-top: 1px solid #e0dfd8;
	border-bottom: 1px solid #e0dfd8;
	padding: 15px 0 15px 20px;
	background: #fcfbf4 url(../images/bg_hp-promo.gif) no-repeat center center;
	overflow: hidden;
	}
#hpPromo div{
	width: 240px;
	float: left;
	}
.hpPod1, .hpPod2{
	margin-right: 100px;
	}
/*MISC
----------------------------------------------------*/
.error{
	color: red;
	}
.imgRight{ 
	float: right; 
	margin: 0 0 10px 20px;
	border: 1px solid #ccc;
	padding: 3px;
	}
.picBorder{
	margin: 0 0 10px 0px;
	border: 1px solid #ccc;
	padding: 3px;
	}
.formField{
	width: 200px;
	padding: 3px;
	border: 1px solid #ccc;
	}
.galleryThumbs{
	margin: 20px 0;
	border-top: 1px solid #e0dfd8;
	border-bottom: 1px solid #e0dfd8;
	padding:  5px 0;
	text-align: center;
	background-color: #fcfbf4;
	}
.galleryThumbs img{
	border: 1px solid #e0dfd8;
	padding: 2px;
	margin: 5px 10px 0px 10px;
	}