@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : Turner Fine Arts
Author : Showtime Studios
URL : www.turnerfinearts.com

- - - - - - - - - - - - - - - - - - - - - */

*{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
html{
	margin: 0px;
	padding: 0px;
	background: #2b2b2b;
	}
	
body{
	margin: 0px;
	padding: 0px;
	background: #2b2b2b;
	}

/* ----- DIVISIONS ----- */

#container{
	width:950px;
	height:100%;
	margin:auto;
	}

#header{
	width: 100%;
	height: 76px;
	text-align: left;
	margin-bottom: 35px;
	}

#logo {
	margin-top: 30px;
	width: 223px;
	height: 76px;
	float: left;
	}

#mailing_list {
	background-image: url(../images/mailing_list.png);
	background-repeat: no-repeat;
	width: 95px;
	height: 76px;
	float: right;
	line-height: 84px;
	}
	
#Content{
	width:100%;
	padding-top: 10px;
	}

#footer {
	text-align: right;
	width: 100%;
	height: 23px;
	color: #808080;
	border-top: 1px dotted #808080;
	margin-top: 10px;
	}
	
#clear {
	clear:both;
	}

#dotted_line {
	border-top: 1px dotted #808080;
	}

/* ----- MENU ----- */

#menu {
	width:100%;
	height:75px;
	line-height:75px;
	border-bottom: 1px dotted #808080;
	}

#menu ul li{
	list-style:none;
	display:inline;
	padding:0px;
	}

#menu li a{
	text-transform:uppercase;
	font-size:10px;
	font-weight: normal;
	background-color:#2b2b2b;
	color:#ffffff;
	text-decoration:none;
	padding:12px;
	}	
	
#menu li a:hover{
	background-color:#c2a34f;
	color:#ffffff;
	text-decoration:none;
	padding:12px;
	}

#menu a.active_link {
	background-color:#c2a34f;
	font-weight: bold;
	color:#ffffff;
	}	

/* ----- CLASSES ----- */

.hide{
	/* display:none; */
	}
.show{
	/* display:block; */
	}

/* ----- HEADINGS ----- */

h1{
	font-size: 10px;
	font-weight: bold;
	background-color: #c2a34f;
	text-transform: uppercase;
	color: #ffffff;
	float: left;
	clear: both;
	padding: 12px;
	margin-bottom: 10px;
	letter-spacing:0.25px;
	}

h2{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#c2a34f;
	clear:both;
	}
	
h3{
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 5px;
	clear: both;
	}

/* ----- PARAGRAPHS ----- */

p{
	color: #ffffff;
	font-size: 10px;
	clear: both;
	line-height: 20px;
	padding: 10px 0px;
	font-weight: normal;
	}

/* ----- QUOTES ----- */

/*blockquote{
	margin:;
	padding:;
	background-color:;
	font:;
	color:;
	}
	
blockquote p{
	}

cite{
	font:;
	color:;
	}
	
blockquote cite{
	}*/

/* ----- LISTS ----- */

li{
	list-style: none;
	}

ul li{
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 13px;
	line-height:35px;
	/*_line-height:35px; ie6 compatibility for padding*/
	padding-left:14px;
	/*_margin-top:10px; ie6 compatibility for padding*/
	font-size:10.5px;
	text-transform:uppercase;
}

/* ----- IMAGES ----- */

img{
	border: 0px;
	}
	
img a{
	border: 0px;
	text-decoration: none;
	}


/* ----- TEXT FORMATTING ----- */

/*strong{
	}

em{
	}

b{
	}

i{
	}*/

/* ----- LINKS ----- */

a{
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	}
	
a:hover{
	color: #c2a34f;
	}
	
a:visited, a:active, a:focus{
	color: #ffffff;
	text-decoration: none;
	}

#mailing_list a{
	font-weight: normal;
	color:#ffffff;
	}

#mailing_list a:hover{
	color: #c2a34f; 
	}

p a{
	text-transform:none;
	}

p a:hover{
	color: #c2a34f;
	}

#footer a {
	text-transform: uppercase;
	font-weight: normal;
	color: #808080;
	}
	
#footer a:hover {
	text-transform: uppercase;
	color: #c2a34f;
	}
	
#footer p {
	color: #808080;

	}

/* ----- FORMS ----- */

/*form{
	width:;
	margin:;
	padding:;
	}

fieldset{
	border:;
	width:;
	margin:;
	padding:;
	}

legend{
	font:;
	color:;
	margin:;
	padding:;
	}
	
label{
	margin:;
	padding:;
	font-size:;
	font-family:;
	}

input{
	border:;
	margin:;
	padding:;
	font-size:;
	font-family:;
	}
	
textarea{
	border:;
	margin:;
	padding:;
	font-size:;
	font-family:;
	}

input, textarea{
	}

select{
	border:;
	margin:;
	padding:;
	font-size:;
	font-family:;
	}

optgroup{
	font:;
	}

option{
	font:;
	}*/