/* CSS Document */

* {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color:			#666666;
}

body {
	background:	url(../images/common/background.gif) top center repeat-x #ffffff;
	text-align:	left;
	margin:		0;
}

/*body#modernbody, body#photographybody, body#indigenousbody {
	text-align: left;
}*/

#container {
	width:		780px;
	margin:		0 auto;
}

h1 {
	font-size:	150%;
	color:		#b1272d;
}

h2 {
	font-size:	120%;
}

h3 {
	font-size:	110%;
}

p {
	line-height:1.5em;
}

a, a:visited {
	color:	#b1272d;
	text-decoration: none;
}

a:hover, a:active {
	color:	#9d2328;
	text-decoration: underline;
}

ul {
	line-height: 15px;
}

li {
	margin-bottom: 3px;
}

table {
	text-align: left;
}

textarea {
	font-size: 95%;
}

/*---HEADER---*/

#header {
	width:		780px;
	height:		173px;
	margin:		0px;
}

#logo {
	width:		208px;
	height:		139px;
	display:	block;
	background:	url(../images/common/logo.gif) top center no-repeat #fff;
	clear:		none;
	float:		left;
	margin-left:7px;
}

#newsletter {
	width:		242px;
	height:		60px;
	display:	block;
	float:		right;
	clear:		none;
	background:	url(../images/common/newsletter-bg.gif) top center repeat-x #e7e7e7;
	margin:		34px 21px 0 0;
	vertical-align: bottom;
	padding:	22px 0 0 0;
}

#newsletter span {
	width:		229px;
	height:		21px;
	display:	block;
	text-indent:-1000em;
	background: url(../images/common/newsletter-tagline.gif) top center no-repeat #ffffff;
	margin: 0 auto;
}

#newsletter input.submit {
	margin: 7px 10px 0 0;
	float:	right;
}

#newsletter input.email {
	height: 20px;
	margin:	7px 0 0 10px;
	padding:	0;
	float:	left;
}
#newsletter label {
	display:	none;
}

form {
	margin: 	0;
	padding:	0;
}

/*--MENU--*/

#menu {
	width:		673px;
	height:		34px;
	clear:		both;
	margin: 	0 auto;
}

#menu .home, #menu .indigenous, #menu .modern, #menu .photography, #menu .services, #menu .about, #menu .contact, #menu .divider {
overflow: hidden; 
display:block;
text-indent: -1000em;
}

#menu .home { background-image:url(../images/common/menu-home.gif); height: 34px; width: 52px; float:left; }
#menu .indigenous { background-image:url(../images/common/menu-indigenous.gif); height: 34px; width: 102px; float:left; }
#menu .modern { background-image:url(../images/common/menu-modern.gif); height: 34px; width: 182px; float:left; }
#menu .photography { background-image:url(../images/common/menu-photography.gif); height: 34px; width: 89px; float:left; }
#menu .services { background-image:url(../images/common/menu-services.gif); height: 34px; width: 65px; float:left; }
#menu .about { background-image:url(../images/common/menu-about.gif); height: 34px; width: 70px; float:left; }
#menu .contact { background-image:url(../images/common/menu-contact.gif); height: 34px; width: 83px; float:left; }
#menu .divider { background-image:url(../images/common/menu-divider.gif); height: 34px; width: 3px; float:left; }

#menu a:hover.home { background-position: -52px 0; }
#menu a:hover.indigenous { background-position: -102px 0; }
#menu a:hover.modern { background-position: -182px 0; }
#menu a:hover.photography { background-position: -89px 0; }
#menu a:hover.services { background-position: -65px 0; }
#menu a:hover.about { background-position: -70px 0; }
#menu a:hover.contact { background-position: -83px 0; }

#homebody #menu a.home, #indigenousbody #menu a.indigenous, #modernbody #menu a.modern, #photographybody #menu a.photography, #servicesbody #menu a.services, #aboutbody #menu a.about, #contactbody #menu a.contact {
	background-position: right;
}

/*--MAIN--*/

#main {
/*	border-top:			1px solid #e8e8e8; */
/*	border-right:		2px solid #eeeeee; */
/*	border-left:		2px solid #eeeeee; */
/*	background: 		url(../images/common/main-background.gif) bottom center repeat-x #fff; */
	width:				657px;
	margin:				0 auto;
	padding:			40px;
	font-size:			0.7em;
}

#splash
{
    overflow: visible;
	padding:0px;
}

#splash a
{
    text-decoration : none ;
}


#narrowfader
{
    overflow: visible;
	padding:0px;
	float: right;
	margin-left: 40px;
}

#narrowfader a
{
    text-decoration : none ;
}

#narrowfader2
{
    overflow: visible;
	padding:0px;
	float: left;
	margin-right: 40px;
}

#narrowfader2 a
{
    text-decoration : none ;
}

#overlay
{
    background-color : transparent ;
    background-image : url('../_images/_core/backgrounds/overlay.png') ;
    background-repeat : no-repeat ;
    background-position : center center ;
    cursor : pointer ;
    height : 423px ;
    overflow : visible ;
    z-index : 99990 ;
	margin:0px;padding:0px;
}

.hiddendivider {
	display: none;
}

#homebody #main h1 {
	width:			230px;
	height:			29px;
	text-indent:	-1000em;
	overflow: 		hidden;
	display:		block;
	background: 	url(../images/splash/featured-artist.gif) top center no-repeat;
	margin: 		20px auto 0 auto;
}

#leftcol {
	width: 200px;
	padding: 0 10px 10px 0;
	float: left; 
	clear: none;
	text-align:center;
}

#rightcol {
	width: 200px;
	padding: 0 0 10px 10px;
	float: right; 
	clear: none;
	text-align:center;
}

#leftcol img, #rightcol img {
	margin-bottom: 5px;
}

#leftcol p, #rightcol p {
/*	font-style: italic; */
}

#rightcol h2 {
	margin-top: 0;
}

/*--FOOTER--*/

#footer {
	height: 	33px;
	width: 		100%;
	background: url(../images/common/footer-background.gif) bottom center repeat-x #eeeeee;
	font-size:	60%;
}

#footercontents {
	width: 737px;
	margin: 0 auto;	
	text-align: left;
	display:block;
	padding-top: 10px;
}

#footercontents p {
	color: #868686;
	clear:	none;
	padding:0;
	margin:0;
	float: left;
}

#footercontents p.credit {
	float:right;
	clear: none;
}

#footercontents p a {
	text-decoration: none;
	color: #868686;
}

#footercontents p a:hover {
	text-decoration: underline;
	color: #6f6f6f;
}

#footercontents p img {
	border:	none;
	float: right;
	vertical-align: top;
	margin: 0 0 8px 5px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.mod {
	margin-left: 369px;
}

img.right {
	float:right;
	margin: 0 0 10px 10px;
}
