/***
 * CSS code to support http://www.fantataxidermy.com
 * Last updated: March 19, 2009
 * XHTML/CSS programmed by Esler Creative
 * Contact Info:
 *		E-mail  	bryan@eslercreative.com
 *		Website		http://www.eslercreative.com
 ***/

/*** Defaults ***/

*{
	margin: 0;
	padding: 0;
	line-height:1.1em;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #111111;
	color: #C7C7C7;
}

a{
	color: #Edd743;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #333;
}

li{
	list-style-type: none;
	line-height:1.0em;
	height:20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #EDD743;
	line-height: 11.3pt;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1.1pt;
}

h5{
	color: #EDD743;
	text-align:right;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1.1pt;
	text-transform:uppercase;
	padding-right:10px;
}

/*** Global Classes ***/

#main_content{
	width:900px;
	clear:both;
}

#header{
	width:900px;
	float: left;
	border-bottom: solid 5px #444;
}

.navigation{
	width:130px;
	font-stretch: expanded;
	border-right: 3px solid #111;
	float:left;
	padding-top: 0;
	margin-top: 0;
}
.navigation li{
	padding-bottom: 5px;
	border-bottom: solid 1px #444;
}
.navigation a{
	float: left;
	position: absolute;
	font-stretch: expanded;
}

.navigation li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-stretch: expanded;
	color: #C7C7C7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	overflow: hidden;
	letter-spacing: 1.1pt;
}

.navigation li a:hover{
	color: #Edd743;
}

.navigation .m_selected{
	color: #FFF;
	background-color: #444;
}

#text_leftbig{
	width:238px;
	float: left;
	line-height:1.4em;
}

#text_instruction{
	width:350px;
	float: left;
	line-height:1.4em;
}

#text_leftequal{
	width:355px;
	float: left;
	line-height:1.4em;
}

#text_leftabout{
	width:525px;
	float: left;
	line-height:1.4em;
}

#text_rightequal{
	width:355px;
	float: left;
	margin-left:23px;
	margin-top:55px;
	line-height:1.4em;
}

.text_full{
	width:725px;
	float: left;
	margin-left:23px;
	margin-top:15px;
	line-height:1.4em;
}

#text_rightbig{
	width:473px;
	float: left;
	margin-left:30px;
	margin-top:25px;
	line-height:1.4em;
}

#photo_leftsmall{
	width:180px;
	float:left;
	margin-right:15px;
	line-height:1.4em;
}

#photo_caption{
	width:180px;
	float:left;
	line-height:1.4em;
}

#photo_rightsmall{
	width:241px;
	float:left;
	margin-left:23px;
	margin-top:55px;
	margin-right:15px;
	line-height:1.4em;
}

#text_centersmall{
	width:241px;
	float:left;
	margin-top:60px;
	line-height:1.4em;
}

.bottom{
	width:745px;
	float: right;
	border-top: solid 5px #444;
	margin-top: 20px;
}

#bottom_text{
	width:165px;
	float: left;
	margin-top: 20px;
	line-height: 1.4em;
}

#bottom_photo{
	width: 575px;
	float: right;
	margin-top: 30px;
}

#galleryimg{
	width: 477px;
	margin-left: 440px;
	position: absolute;
	left: -20px;
	top: 190px;
	height: 500px;
}


/*** Footer ***/

#footer{
	width:745px;
	text-align: right;
	color:#333;
	clear: both;
	padding-top:30px;
	padding-bottom:15px;
	font-size:9px;
	float:right;
}

#footer a{
	color:#333;
}


/*** main-content .gallery-img ***/

#main-content .gallery-img{
	position: relative;
	min-height: 368px;
	height: 36.8em;
	text-align: right;
	z-index: 1;
}

#main-content .gallery-img img{
	position: absolute;
	left: 0px;
	top:0px;
}

#main-content .gallery-img img.vertical{
	min-width: 303px;
	width: 30.3em;
	min-height: 449px;
	height: 44.9em;
}

#main-content .gallery-img img.horizontal{
	width: 100%;
	height: 100%;
}


.invisible{
	display: none;
	visibility: hidden;
}
.visible{
	display: block;
	visibility: visible;
}

