/* This CSS File was created by Jon Butterfield
 * You can reach him at Jon@W23productions.com
 * or on twitter @Webdude75
 *
 * Have a nice day :)
 */
 


body {
	background: #fff url(../_images/background.jpg);
	margin: 0px;
	padding: 0px;
	color: #fff;
	position: relative;
	text-align: center;
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-size: 12px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

p {margin: 0px 0px 10px 0px; padding: 0px;}

.clear {clear: both;}

#about, #contact, #portfolio { width:100%; background: url(../_images/scrollbg.jpg) bottom; height: 250px; display:none; position:relative; border-bottom:1px solid #fff; text-align:center;}

.DropdownWrapper {
	width: 1000px;
	height: 250px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: auto;
}

.DropdownWrapper div {
	width: 470px;
	margin-right: 10px;
	float: left;
}

.DropdownWrapper .close {
	position: absolute;
	right: 0px;
	bottom: 5px;
	background: #fff;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.DropdownWrapper .close a {color:#000;padding: 3px;}
	.DropdownWrapper .close a:hover {color:#232323;}			
				
.preload {
	display: none;
}

.wrapper {
	margin: 0px auto 0px auto;
	width: 1000px;
	text-align: left;
}

/* 
 *	THE SEXY W23 HORIZONTAL RULE
 */

.hr {
	width: 100%;
	height: 46px;
	background: #fff url(../_images/hr-bg.jpg);
	text-align: center;
	bottom: 150px;
	overflow: hidden;
	position: fixed;
	
}

.hrwrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
}

.hrwrapper h1 {
	width: 96px;
	height: 46px;
	background: url(../_images/logo.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
}

.hrwrapper h1 a {
	display: block;
	width: 96px;
	height: 46px;
	text-indent: -9999px;
}

/*
 *	SEXY W23 HR NAVIGATION
 */

.nav {
	float: left;
	height: 46px;
	display: inline;
	width: 904px;
	margin: 0px;
	padding: 0px;
}

.nav li {
	display: inline;
	list-style: none;
	float: left;
}

.about a {
	height: 46px;
	width: 61px;
	display: block;
	background: url(../_images/tabs-about-off.jpg);
	text-indent: -9999px;
}

.about a:hover {
	background: url(../_images/tabs-about-on.jpg);
}

.portfolio a {
	height: 46px;
	width: 102px;
	display: block;
	background: url(../_images/tabs-portfolio-off.jpg);
	text-indent: -9999px;
}

.portfolio a:hover {
	background: url(../_images/tabs-portfolio-on.jpg);
}

.contact a {
	height: 46px;
	width: 90px;
	display: block;
	background: url(../_images/tabs-contact-off.jpg);
	text-indent: -9999px;
}

.contact a:hover {
	background: url(../_images/tabs-contact-on.jpg);
}

.blurb {
	height: 46px;
	width: 633px;
	background: url(../_images/h2.gif);
	text-indent: -9999px;
}


/*
 *	INDEX PAGE
 */

.quote {
	background: url(../_images/quote-1.gif) left no-repeat;
	height:152px;
}
