/******* TYPE STYLES *******/

 p, #bdy blockquote{
	font-size:12px;
	line-height:1.7em;
	margin-bottom:15px;
	display:block;
	float:none;
	clear:both;
	}
	
#bdy blockquote{
	font-style:italic;
	font-weight:100;
	font-size:17px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#CCC;
	position:relative;
	}
	
#bdy blockquote span{
	display:block;
	position:absolute;
	bottom:2px;
	right:7px;
	width:20%;
	color:#999;
	}
	
#bdy h2{
	color:#333;
	font-size:27px;
	line-height:2.1em;
	margin-bottom:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-stretch:semi-condensed;
	
	}
	
#bdy h3{
	color:#666;
	font-size:17px;
	line-height:2.1em;
	font-weight:bold;
	margin-bottom:2px;
	font-family: Helvetica, Arial, sans-serif;
	font-stretch:semi-condensed;
	text-transform:capitalize;
	
	}
	
	#bdy h4{
	color:#CCC;
	font-size:14px;
	line-height:1.6em;
	margin-bottom:2px;
	font-family: Helvetica, Arial, sans-serif;
	font-stretch:semi-condensed;
	text-transform:capitalize;
	
	}


#ftr p {
	font-size:10px;
	
	}
	
#ftr a{
	color:#900;
	
	}
	
#ftr a:hover{
	color:#C00;
	
	}
	
label{
	color:#333;
	}
	
#made_by{
	color:#333;
	float:right;
	width:20%;
}

#made_by a{
	color:	#900;
	
	}

/* UNIVERSAL ELEMENTS */

body{
	font-family: Lucida Sans, Helvetica, Arial, sans-serif;
	font-size:.8em;
	line-height:1.4em;
	background: top left repeat-x url(../img/bg_top.jpg) #000;
	color:#FFF;
	}

#hdr{
height:28px;
display:block;
	margin:0 auto;
	width:auto;
	text-align:right!important;
}

#bdy{
	width:auto;
	margin:0 auto;
}

#ftr{
	width:auto;
	margin:20px auto 40px;
	text-align:center;
	color:#625d5d;
}


#snipe{
	width:147px;
	height:107px;
	position:absolute;
	top:0;
	left:0;
 }

#top_btn_contact, #top_btn_vendor{
	width:131px;
	height:28px;
	background:no-repeat url(../img/top_nav.gif);
	float:right;
	display:block;
	margin-left:2px;
	}

#top_btn_contact{
	background-position:top right;
	}

a#top_btn_contact:hover{
	background-position:bottom right;
	}


#top_btn_vendor{
	background-position:top left;
	}

a#top_btn_vendor:hover{
	background-position:bottom left;
	}


/******* SITE SPECIFIC STYLES *******/

#txt_box{
	background:top center repeat-y url(../img/txt_bg.gif) #101010;
	margin-bottom:20px;
	position:relative;
	/*min-height:580px;
	height:auto !important;
	height:580px;
*/
	}

#txt_nav{
	width:640px;
	background:top center no-repeat url(../img/txt_top.gif);
	}
	
#txt_cont{
	margin:0 50px 0;
	padding:40px 0 0;
	z-index:99;
	min-height:670px;
	
	}
	
#txt_btm{
	height:60px;
	background:bottom center no-repeat url(../img/txt_btm.gif) #101010;
	margin:0;
		}
		

.title_img{
	margin-left:-3px;
	}
	
.form_col span, .form_col p{
	display:block;
	margin:5px 0;
	color:#333;
	}

.form_col p{
	font-weight:bold;
	line-height:2.1em;
	padding-top:10px;
	
	}
	
.form_col p span{
	font-size:11px;
	color:#666;
	display:inline;
	font-weight:normal;
	
	}

.form_col .textbox{
	height:11px;
	background-image:none;
	border:solid 1px #999;
	padding:3px;
	font-size:11px;
	}
	
fieldset, textarea{
	padding:5px 10px;
	}

.textbox:focus, textarea:focus{
border:solid 1px #C00;	
	}
	
.error_msg{
	display:block;
	background-color:#F00;
	margin:5px 0;
	color:#FFF !important;
	height:auto;
	
	}
	

.gallery_thumb{
	width:100px;
	height:98px;
	margin:0 10px 10px 0;
	float:left;
	} 
	

#vendor_page ul{
	float:left;
	width:28%;
	margin:10px 25px 10px 0;
	display:block;
	
	}
	
#vendor_page ul li{
	color:#333;
	list-style:none;
	margin-bottom:10px;
	font:normal 12px/1.4em Arial, Helvetica, sans-serif;
	}

#vendor_page ul li strong{
	text-transform:uppercase;
}


#vendor_page h3{
	color:#000;
	font-size:13px;
	float:left;
	padding:10px 0;
	display:block;
	
	}

