@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
#flashcontent {
		height: 450px;
		vertical-align:top;
	}
/* end hide */

body {
	background:#79706d;
	margin:0 auto;
	padding: 0;
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#CCCCCC;
	}
	
h1 {
	margin:0 auto;
	padding: 0;
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font:bold;
	font-size:18px;
	line-height:21px;
	color:#CCCCCC;
	}
	
a {
	color:#ffbb45;
	text-decoration:none;
	}

a:visited {
	color:#ff6f26;
	}	

a:hover, a:focus {
	color:#ff6f26;
	background-color:#000;
	}	

	
	
/* ********************************************************************************
	structure placeholders
   ***************************************************************************** */

#wrapper {
	margin: 0 auto;
	width: 947px;
}

#middleContainer {
	margin: 0 auto;
	background: #211c1b url(http://www.erniesartwork.com/images/bkg_content.png) repeat-y;
	width: 947px !important;
	text-align: left;
	float: left;
}

#topCap {
	margin: 40px 0px 0px 0px;
	background: url(http://www.erniesartwork.com/images/cap_top-curve.gif) no-repeat;
	width: 947px !important;
	height: 170px !important;
}

#LeftNav {
	margin: 0px 40px 0px 0px;
	display:block;
	width:200px;
	text-align:right;
	float:left;
	}
	
#content {
	margin: 0px 0px 0px 0px;
	width: 600px !important;
	text-align: left;
	float:left;
	line-height:2em;
}

#bottomCap {
	background: url(http://www.erniesartwork.com/images/cap_bottom-curve.gif) no-repeat;
	width: 947px !important;
	height: 170px !important;
	clear:both;
	}

#bottomLinks {
	width:300px;
	float:right;
	text-align:right;
	margin:0 30px 0 0;
	}
	
#bottomLinks a {
	padding: 3px;
	font-size: 11px;
	color:#CCCCCC;
	text-decoration:none;
	}	

#bottomLinks a:hover {
	background-color:#5e5755;
	}
	
.phone {
	font-size:24px;
	font:bold;
	}
	

/* ********************************************************************************
	Navigation
   ***************************************************************************** */
	
#LeftNav {
	margin: 0px 40px 0px 0px;
	display:block;
	width:200px;
	text-align:right;
	float:left;
	line-height:0.75em;
	}
	

#LeftNav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0px 0px 0px 27px;
	text-align:right;
	}


#LeftNav ul a {
	display:block;
	margin:0;
	padding:6px 10px;
	text-decoration: none;
	color:#79706d;
	}

#LeftNav ul a:hover {
	background-color:#5e5755;
	}
	
#LeftNav ul.navMain {
	font-weight:bold;
	font-size:1.25em;
	}
	
#LeftNav ul.subGallery {
	padding:0;
	color:#79706d;
	font-weight:normal;
	font-size:0.75em;
	}
	
#LeftNav ul.subGallery a {
	color:#79706d;
	}

#LeftNav ul.subGallery a:hover {
	color:#fff;
	background-color:#79706d;
	}	
	
#LeftNav li.selected {
	background-color:#3c3534;
	color:#fff;
	}
