@charset "utf-8";

body {
	text-align:center;
	padding:0;
	margin:20px 0 20px;
	font:10px "Lucida Grande", verdana, helvetica, sans-serif;
	color:#727272;
	background-color:#fff;
	}
	
a:link, a:visited {
	color:#727272;
	text-decoration:underline;
	}
	
a:hover {
	color:#464646;
	}
	
#container {
	margin:0px auto;
	}
	
#logo {
	padding:0;
	margin:0px auto;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	width:559px;
	height:75px;
	}
	
#logo a {
	display:block;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	width:559px;
	height:75px;
	}
	
#logo a:hover {
	background:url(../images/logo_roll.gif) no-repeat;
	}
	
#preload {
	visibility:hidden;
	position:absolute;
	top:-500px;
	left:-500px;
	}
	
	
	
/*    Bottom Nav    */
	
#nav {
	margin:0px auto;
	width:472px;
	padding:0 0 50px;
	list-style-type:none;
	}

#nav_home {
	margin:0px auto;
	width:355px;
	padding:0 0 50px;
	list-style-type:none;
	}
	
#nav_bio {
	margin:0px auto;
	width:388px;
	padding:0 0 50px;
	list-style-type:none;
	}
	
#nav_contact {
	margin:0px auto;
	width:332px;
	padding:0 0 50px;
	list-style-type:none;
	}
	
#nav_sale {
	margin:0px auto;
	width:341px;
	padding:0 0 50px;
	list-style-type:none;
	}

#nav li, #nav_home li, #nav_bio li, #nav_contact li, #nav_sale li {
	padding:0;
	margin:0;
	float:left;
	}
	
#home a {
	display:block;
	background:url(../images/nav_home.gif) no-repeat;
	text-indent:-9999px;
	width:117px;
	height:28px;
	}
	
#home a:hover {
	background:url(../images/nav_home_roll.gif) no-repeat;
	}

#bio a {
	display:block;
	background:url(../images/nav_bio.gif) no-repeat;
	text-indent:-9999px;
	width:84px;
	height:28px;
	}
	
#bio a:hover {
	background:url(../images/nav_bio_roll.gif) no-repeat;
	}
	
#contact a {
	display:block;
	background:url(../images/nav_contact.gif) no-repeat;
	text-indent:-9999px;
	width:140px;
	height:28px;
	}
	
#contact a:hover {
	background:url(../images/nav_contact_roll.gif) no-repeat;
	}
	
#contact_sale a {
	display:block;
	background:url(../images/nav_contact_sale.gif) no-repeat;
	text-indent:-9999px;
	width:140px;
	height:28px;
	}
	
#contact_sale a:hover {
	background:url(../images/nav_contact_sale_roll.gif) no-repeat;
	}
	
#sale a {
	display:block;
	background:url(../images/nav_sale.gif) no-repeat;
	text-indent:-9999px;
	width:131px;
	height:28px;
	}
	
#sale a:hover {
	background:url(../images/nav_sale_roll.gif) no-repeat;
	}
	
	
/*    Bio Page CSS    */
	
#biocontain {
	text-align:left;
	/*margin:25px auto;
	height:400px;
	width:560px;*/
	margin:40px auto 60px;
	height:308px;
	width:518px;
	border:1px solid #fff;
	padding:20px 20px;
	}
	
#biography {
	background:url(../images/biography.gif) no-repeat;
	text-indent:-9999px;
	width:151px;
	height:31px;
	margin:0;
	}	
	
#headshot {
	float:left;
	padding:5px 5px 0 0;
	}
	
#biocontain p {
	font-size:1.2em;
	margin:12px 0;
	}
	

/*   Contact Form CSS   */
	
#formcontain {
	border-top:1px solid #fff;
	margin:0px auto;
	width:560px;
	height:449px;
	}
	
#formcontain form {
	text-align:left;
	background-color:#727272;
	margin:50px 0;
	padding:20px 56px 22px;
	}
	
#formcontain form p {
	margin:0;
	}
	
#contacttitle {
	margin:-8px 0 0 -35px;
	float:left;
	background:url(../images/form_contact.gif) no-repeat;
	text-indent:-9999px;
	width:140px;
	height:28px;
	}
	
* html #contacttitle {
	margin:-8px 0 0 -20px;
	}
		
#formcontain form table {
	float:right;
	}
	
#name {
	margin:-3px 0 0 !important;
	float:right;
	background:url(../images/form_name.gif) no-repeat;
	text-indent:-9999px;
	width:70px;
	height:21px;
	}
	
#email {
	float:right;
	background:url(../images/form_email.gif) no-repeat;
	text-indent:-9999px;
	width:74px;
	height:21px;
	}
	
#texta {
	padding:20px 0 0;
	clear:both;
	width:445px;
	}
	
p#message {
	border:2px solid #727272;
	background:url(../images/form_message.gif) no-repeat;
	text-indent:-9999px;
	width:113px;
	height:24px;
	}
	
#formcontain input, #formcontain textarea {
	font:12px "Lucida Grande", verdana, helvetica, sans-serif;
	}
	
#formcontain input {
	width:150px;
	}
	
#formcontain textarea {
	padding:10px;
	width:421px;
	float:right;
	}
	
input#submit {
	clear:both;
	margin:5px 0 0 0;
	width:100px;
	}
	

/*    Contact Thank You Page    */

#contactthanks {
	border-top:1px solid #fff;
	background-color:#727272;
	margin:50px auto;
	padding:50px 0;
	width:560px;
	height:249px;
	}
	
#contactthanks h2 {
	margin:0 0 50px;
	color:#fff;
	}
	
#contactthanks a:link, #contactthanks a:visited {
	text-decoration:none;
	color:#fff;
	}
	
#contactthanks a:hover {
	text-decoration:underline;
	}

.white {
	color:#fff;
	}