/*  
URL: http://www.wethnk.com
Description: Design by Jermaine Valentine - 2008-2009
Version: 1.1
Author: Jermaine Valentine
Author URL: http://www.wethnk.com/

	This css was designed and built by Jermaine Valentine,
	whose website you will find at http://www.wethnk.com/
	The CSS, XHTML and design is Copyright 2007, All rights reserved.

*/

/*-----------------------------------------------------------------------------
[client] Screen Stylesheet
-----------------------------------------------------------------------------*/
/* Import other stylesheets
-----------------------------------------------------------------------------*/
@import url("reset.css");
@import url("print.css"); 
/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
*{border: 0;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:1em 5%;} 
 
li, dd {margin-left:5%;} 

fieldset {padding: .5em;} 

select {min-width:1.5em;}
/*
global style sheet
----------------------------------------------------------------- */
body{
 font: 11px 'lucida sans' verdana, tahoma, arial, helvetica, sans-serif;
 background:#ded6b2 url(../images/bground.jpg) top center no-repeat fixed;
 color: #636467;	
 text-align:center;
}
#wrapper{ 
 width: 980px; /* Set page width here - you can also use percentage */
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background: transparent url(../images/bg.png);
}
.clear{clear:both;}
.right{float: right;}
.left{float: left;}

/* Homepage Styles
-----------------------------------------------------------------------------*/

#header img{
 margin: 40px 0 40px 29px; padding: 0;
}
#media{
margin: 0 0 40px 0;
}
#media img{
 margin: 0 0 0 29px; padding: 0;
}
#bleft{
 width: 460px;
 margin: 20px 0 0 29px; border-right: 1px solid #8ba8c8;
 float: left; text-align: center;
}
#buy{
  background: transparent url(../images/blue_line.png) no-repeat;
  height: 164px; margin: 0 0 25px 0;
  }
#bright{
 width: 461px;
 margin: 20px 29px 0 0; 
 text-align: center;
 float: left;
}
#bright p{
 margin: 30px 40px 0 40px;
}
#gallery{
  background: transparent url(../images/gallery.png) no-repeat;
  margin: 0 0 25px 31px;
  width: 928px; padding-top: 20px;
 }
#gallery img{
 margin: 4px 0 0 4px;
}
#nfo{
 background: transparent url(../images/nfo.png) no-repeat;
 height: 357px; width: 922px; margin: 0 0 0 29px;
}
}
#nfo ul{
 margin: 10px 0 0 0;

}
#nfo li{
 margin: 2px 0 0 0;
 list-style: disc inside;
 padding: 0; font-size: 11px;
}
#nleft{
 float: left;
 width: 285px; height: 275px; margin: 65px 0 0 0;
}
#nleft p{
 margin: 0; font-weight: bold;
}
#nmid{
 float: left;
 width: 290px; height: 275px; margin: 65px 0 0 20px;
}
#nright{
 float: left;
 width: 230px; height: 275px; margin: 65px 0 0 70px;
}
#nright p{
 margin: 0;font-size: 11px;
}
#nright span{
 font-weight: bold;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer{
 width: 916px;
 margin: 0 0 0 32px;
 text-align: right;
 padding: 10px 0 10px 0; 
}


/* End All Styles
-----------------------------------------------------------------------------*/










