/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }
 
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
/* Removes list-style from lists */
ol,ul { list-style : none; }
 
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
 
/* Removes list-style from lists */
table { 
	border-collapse: collapse; 
	border-spacing : 0; 
	}
 
/* Removes border from fieldset and img */
fieldset,img { 
	border: 0; 
	}
 
/* Left-aligns text in caption and th */
caption,th { 
	text-align: left; 
	}
 
/* Removes quotation marks from q */
q:before, q:after { 
	content:''; 
	}
 
h1,h2,h3,h4,p,li {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h1 {
	font-size: 2.0em;
	}

h2 {
	font-size: 14px;
	font-weight: 500;
	}

h3 {
	font-size: 12px;
	}

h4	{
	font-size: 0.7em;
	}

p {
	font-size: 13px;
	text-align: left;
	padding: 0;
	margin: 0;
	color: #9B9B9B;
	}

a {
	color: black;
	text-decoration: none;	
	}

a:hover {
	color: #8D785D;
	}
 
html {
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	width: 561px;
    margin: 0 auto;
	padding: 0;
	text-align: left;
	background: white url(../images/bg.jpg) repeat-x;
	color: black;
}


/* BEGIN HEADER */

#nav {
/* 	display: inline; */
	position: absolute;
	float: left;
	z-index: 7;
	}

.navbtn a{
	height: 13px;
	top: 30px;
	position: absolute;
	float: left;
	}

#portfolio a {
	width: 47px;
	margin-left: 250px;
	background: transparent url(../images/header/btn-portfolio.png) no-repeat top left;

	}

#portfolio a:hover {
	background-position: -47px;
	}

#about a {
	width: 32px;
	margin-left: 314px;
	background: transparent url(../images/header/btn-about.png) no-repeat top left;

	}

#about a:hover {
	background-position: -32px;
	}
	
#contact a {
	width: 42px;
	margin-left: 363px;
	background: transparent url(../images/header/btn-contact.png) no-repeat top left;
	}

#contact a:hover {
	background-position: -42px;
	}

#logo {
	width: 110px;
	height: 32px;
	float: left;
	position: absolute;
	top: 25px;
	margin-left: 422px;
	background: transparent url(../images/header/logo.png) no-repeat;
	z-index: 7;
	}
		
#birds {
	width: 492px;
	height: 106px;
	float: left;
	position: absolute;
	top: 0;
	margin-left: -130px;
	background: transparent url(../images/header/birds.png) no-repeat top;
	z-index: 2;
	}
	
#tag {
	width: 266px;
	height: 270px;
	float: left;
	position: absolute;
	top: 0;
	margin-left: 20px;
	background: transparent url(../images/header/tag.png) no-repeat top;
	z-index: 3;
	}

#bucket_cat {
	width: 533px;
	text-align: center;
	font-size: 1.5em;
	}

#overlogo {
	width: 600px;
	height: 160px;
	float: left;
	position: absolute;
	top: 70px;
	background: transparent url(../images/header/overlogo.png) no-repeat top;
	margin-left: -40px;
	z-index: 6;
	}

#woodbar {
	width: 100%;
	height: 145px;
	float: left;
	position: absolute;
	left: 0;
	top: 56px;
	background: transparent url(../images/header/woodbar.png) repeat-x;
	z-index: 5;
	}


/* END HEADER */

/* BEGIN CONTENT */

#content {
	width: 561px;
	margin: 6px auto 0 47px;
	padding-bottom: 15px;
	float: left;
	}

#copy {
	width: 525px;
	margin-left: -43px;
	padding-bottom: 15px;
	}

#first_box {
	width: 531px;
	height: 178px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/first-box.png) no-repeat;
	z-index: 1;
	}

#welcome {
	width: 314px;
	height: 15px;
	float: left;
	margin: 89px 0 0 108px;
	background: transparent url(../images/welcome.png) no-repeat;
	}

#featured {
	width: 330px;
	height: 35px;
	float: left;
	margin: 89px 0 0 100px;
	background: transparent url(../images/featured.png) no-repeat;
	}

#about_shape {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/about_shape.png) no-repeat;
	z-index: 1;
	}

#about_copy {
	width: 470px;
	margin: 77px 0 0 31px;
	}

#email {
	width: 385px;
	height: 46px;
	float: left;
	margin: 71px 0 0 71px;
	background: transparent url(../images/email.png) no-repeat;
	}
	
/* BEGIN TAG LABELS */

.tag_lbl {
	float: left;
	}
	
#about_tag {
	width: 46px;
	height: 27px;
	margin: 233px 0 0 164px;
	background: transparent url(../images/tags/about.png) no-repeat;
	}

#anthill_tag {
	width: 35px;
	height: 24px;
	margin: 233px 0 0 164px;
	background: transparent url(../images/tags/anthill.png) no-repeat;
	}

#boyer_tag {
	width: 72px;
	height: 40px;
	margin: 223px 0 0 148px;
	background: transparent url(../images/tags/boyer.png) no-repeat;
	}

#calvin_tag {
	width: 62px;
	height: 37px;
	margin: 227px 0 0 155px;
	background: transparent url(../images/tags/calvin.png) no-repeat;
	}

#cq_tag {
	width: 51px;
	height: 31px;
	margin: 230px 0 0 162px;
	background: transparent url(../images/tags/cq.png) no-repeat;
	}

#dftd_tag {
	width: 21px;
	height: 18px;
	margin: 236px 0 0 175px;
	background: transparent url(../images/tags/dftd.png) no-repeat;
	}

#dna_tag {
	width: 60px;
	height: 34px;
	margin: 230px 0 0 158px;
	background: transparent url(../images/tags/dna.png) no-repeat;
	}

#ff_tag {
	width: 54px;
	height: 33px;
	margin: 229px 0 0 160px;
	background: transparent url(../images/tags/ff.png) no-repeat;
	}

#fools_tag {
	width: 60px;
	height: 36px;
	margin: 228px 0 0 156px;
	background: transparent url(../images/tags/fools.png) no-repeat;
	}

#hi_tag {
	width: 45px;
	height: 25px;
	margin: 233px 0 0 164px;
	background: transparent url(../images/tags/hi.png) no-repeat;
	}

#portfolio_tag {
	width: 44px;
	height: 29px;
	margin: 233px 0 0 164px;
	background: transparent url(../images/tags/portfolio.png) no-repeat;
	}

#rhino_tag {
	width: 64px;
	height: 37px;
	margin: 228px 0 0 153px;
	background: transparent url(../images/tags/rhino.png) no-repeat;
	}

#rookies_tag {
	width: 39px;
	height: 27px;
	margin: 233px 0 0 164px;
	background: transparent url(../images/tags/rookies.png) no-repeat;
	}

/* END TAG LABELS */

/* BEGIN FEATURED PROJECTS */

#featured_projects {
	width: 531px;
	display: inline;
	}
	
.project a {
	width: 172px;
	height: 172px;
	float: left;
	}

#anthill a {
	margin-left: -47px;
	background: transparent url(../images/projects/anthill.png) no-repeat;
	}

#anthill a:hover {
	background-position: -172px;
	}

#cq a {
	margin-left: 8px;
	background: transparent url(../images/projects/cq.png) no-repeat;
	}

#cq a:hover {
	background-position: -172px;
	}

#rookies a {
	margin-left: 8px;
	background: transparent url(../images/projects/rookies.png) no-repeat;
	}

#rookies a:hover {
	background-position: -172px;
	}

#dftd a {
	margin-top: 8px;
	margin-left: -47px;
	background: transparent url(../images/projects/dftd.png) no-repeat;
	}

#dftd a:hover {
	background-position: -172px;
	}
	
#dna a {
	margin-top: 8px;
	margin-left: 8px;
	background: transparent url(../images/projects/dna.png) no-repeat;
	}

#dna a:hover {
	background-position: -172px;
	}

#ff a {
	margin-top: 8px;
	margin-left: 8px;
	background: transparent url(../images/projects/ff.png) no-repeat;
	}

#ff a:hover {
	background-position: -172px;
	}

#rhino a {
	margin-top: 8px;
	margin-left: -47px;
	background: transparent url(../images/projects/rhino.png) no-repeat;
	}

#rhino a:hover {
	background-position: -172px;
	}

#boyer a {
	margin-top: 8px;
	margin-left: 8px;
	background: transparent url(../images/projects/boyer.png) no-repeat;
	}

#boyer a:hover {
	background-position: -172px;
	}
	
#fools a {
	margin-top: 8px;
	margin-left: 8px;
	background: transparent url(../images/projects/fools.png) no-repeat;
	}

#fools a:hover {
	background-position: -172px;
	}	

#calvin a {
	margin-top: 8px;
	margin-left: -47px;
	background: transparent url(../images/projects/calvin.png) no-repeat;
	}

#calvin a:hover {
	background-position: -172px;
	}
	
	
/* END FEATURED PROJECTS */


/* BEGIN ANTHILL */

#anthill_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/anthill_big.png) no-repeat;
	z-index: 1;
	}

#dna-package {
	width: 531px;
	height: 300px;
	float: left;
	margin: 0 0 0 -48px;
	}

/* END ANTHILL */



/* BEGIN CINEQUEST */

#cq_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/cq_big.png) no-repeat;
	z-index: 1;
	}

.dvd {
	width: 88px;
	height: 140px;
	float: left;
	}
	

#dvd1 {
	margin-left: -47px;
	}

#dvd2 {
	margin-left: -33px;
	}

#dvd3 {
	margin-left: -33px;
	}

#dvd4 {
	margin-left: -33px;
	}

#dvd5 {
	margin-left: -33px;
	}
	
#dvd6 {
	margin-left: -33px;
	}

#dvd7 {
	margin-left: -33px;
	}
	
#dvd8 {
	margin-left: -33px;
	}
	
#dvd9 {
	margin-left: -33px;
	}

/* END CINEQUEST */

/* BEGIN CALVIN */

#calvin_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/calvin_big.png) no-repeat;
	z-index: 1;
	}

#cal-poster-1 {
	width: 189px;
	height: 268px;
	float: left;
	margin: 0 0 0 -300px;
	}
	
#cal-poster-2 {
	width: 189px;
	height: 268px;
	float: left;
	margin: 0 0 0 80px;
	}

#cal-poster-3 {
	width: 266px;
	height: 185px;
	float: left;
	margin: -242px 0 0 200px;
	}
	
/* END CALVIN */

/* BEGIN ROOKIES */

#rookies_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/rookies_big.png) no-repeat;
	z-index: 1;
	}

#rookies-menu {
	width: 177px;
	height: 222px;
	float: left;
	margin: 0 0 0 -40px;
	}

#rookies-tent-2 {
	width: 79px;
	height: 105px;
	float: left;
	margin: 0 0 0 -328px;
	}

#rookies-tent-1 {
	width: 79px;
	height: 105px;
	float: left;
	margin: 106px 0 0 -325px;
	}

#rookies-site {
	width: 267px;
	height: 185px;
	float: left;
	margin: 11px 0 0 57px;
	}

/* END ROOKIES */

/* BEGIN dna STUDIOS */

#dna_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/dna_big.png) no-repeat;
	z-index: 1;
	}

#dna-package {
	width: 531px;
	height: 300px;
	float: left;
	margin: 0 0 0 -48px;
	}

/* END dna STUDIOS */

/* BEGIN FIRSTFLIGHT */

#ff_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/ff_big.png) no-repeat;
	z-index: 1;
	}

#ff-site {
	width: 264px;
	height: 178px;
	float: left;
	margin: 0 0 0 -48px;
	}

#ff-site-old {
	width: 264px;
	height: 178px;
	float: left;
	margin: 0 0 0 5px;
	}

/* END FIRSTFLIGHT */

/* BEGIN RUSTED RHINO */

#rhino_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/rhino_big.png) no-repeat;
	z-index: 1;
	}

#rr-site {
	width: 264px;
	height: 178px;
	float: left;
	margin: 0 0 0 -48px;
	}

#half-site {
	width: 264px;
	height: 178px;
	float: left;
	margin: 0 0 0 5px;
	}

#dmnsn-site {
	width: 264px;
	height: 178px;
	float: left;
	margin: 5px 0 0 -48px;
	}

#dmnsn-dvd {
	width: 121px;
	height: 183px;
	float: left;
	margin: 5px 0 0 10px;
	}

#svh-card {
	width: 195px;
	height: 125px;
	float: left;
	margin: 12px 0 0 -360px;
	}

#half-card {
	width: 195px;
	height: 125px;
	float: left;
	margin: 12px 0 0 -96px;
	}
	
/*END RUSTED RHINO */

/* BEGIN BOYER'S VODKA */

#boyer_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/boyers_big.png) no-repeat;
	z-index: 1;
	}
	
#bacon {
	width: 100px;
	height: 319px;
	float: left;
	margin: -10px 0 0 -63px;
	}

#bloody {
	width: 100px;
	height: 319px;
	float: left;
	margin: -10px 0 0 -10px;
	}

#mango {
	width: 100px;
	height: 319px;
	float: left;
	margin: -10px 0 0 -10px;
	}

#peach-bing {
	width: 100px;
	height: 319px;
	float: left;
	margin: -10px 0 0 -10px;
	}

#peach-tequila {
	width: 100px;
	height: 319px;
	float: left;
	margin: -10px 0 0 0 -10px;
	}

#straw-mango {
	width: 100px;
	height: 319px;
	float: left;
	margin: -10px 0 0 -10px;
	}

#superberry {
	width: 100px;
	height: 319px;
	float: left;
	margin: -10px 0 0 -10px;
	}
	
/*END BOYER'S VODKA */

/* BEGIN FOOLS GLADLY */

#fools_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/fools_big.png) no-repeat;
	z-index: 1;
	}

#fools-site {
	width: 228px;
	height: 246px;
	float: left;
	margin: 0 0 0 -12px;
	}

#fools-disc-1 {
	width: 149px;
	height: 150px;
	float: left;
	margin: 7px 0 0 -234px;
	}

#fools-disc-2 {
	width: 149px;
	height: 150px;
	float: left;
	margin: 90px 0 0 80px;
	}
	
/* END FOOLS GLADLY */

/* BEGIN DFT DETAILS */

#dftd_big {
	width: 533px;
	height: 338px;
	float: left;
	margin-top: 220px;
	padding-bottom: 5px;
	background: transparent url(../images/dftd_big2.png) no-repeat;
	z-index: 1;
	}

#dft-site {
	width: 267px;
	height: 180px;
	float: left;
	margin: 0 0 0 -45px;
	}

#dft-16 {
	width: 270px;
	height: 220px;
	float: left;
	margin: -25px 0 0 -20px;
	}

#dft-gallon {
	width: 121px;
	height: 205px;
	float: left;
	margin: 125px 0 0 -500px;
	}

#dft-brochure {
	width: 116px;
	height: 166px;
	float: left;
	margin: -50px 0 0 20px;
	}

#dft-bbcard {
	width: 245px;
	height: 149px;
	float: left;
	margin: 0 0 0 0;
	}

/* END DFT DETAILS */
		
/* END CONTENT */

/* BEGIN FOOTER */

/*
#footer {
	clear: both;
	width: 561px;
	height: 177px;
	position: relative;
	bottom: 0;
	margin: 0 auto -40px auto;
	padding: 20px 0 0 0;
	background: transparent url(../images/footer.png) no-repeat
	}
*/

#copyright {
	width: 500px;
	margin: 0 0 0 30px;
	float: left;
	}
	
#copyright p{
	font-size: 10px;
	text-align: right;
	color: #CBCBCB;
	padding-bottom: 15px;
	}
	
/* END FOOTER */