/**
 * @ Copyright: (c) 2008 Look At This!
 */

*
{
	padding:0;
	margin:0;
}

body
{
	font:0.7em arial,sans-serif;
	background:url(../_img/_bg/main.jpg) repeat-x 0 0 #101010;
}

body.static
{
	background:url(../_img/_bg/main2.jpg) repeat-x 0 0 #101010;
}

a,a:visited
{
	border:0;
	text-decoration:none;
}

a:hover
{
	border:0;
}

a img,img,table,th,tr,td,p,form
{
	border:0;
}

.ie6
{
	clear:both;
}

p
{
	color:#fff;
}

/**
 * @ Section: CONTAINERS
 */

div#site
{
	margin:0 auto;
	width:900px;
}

/**
 * @ Section: HEAD
 */

div#head
{
	float:left;
	width:900px;
	height:99px;
	overflow:hidden;
	background:url(../_img/_bg/nav.gif) 0 56px no-repeat;
} 

div#logo
{
	float:left;
	width:120px;
	height:99px;
	overflow:hidden;
}

div#logo img
{
	float:left;
	margin:20px 0 0 21px;
	width:99px;
	height:79px;
}

div#nav
{
	float:left;
	width:780px;
	height:130px;
	overflow:hidden;
}

div#nav ul
{
	float:right;
	margin:57px 0 0 0;
	list-style-type:none;
}

div#nav li
{
	float:left;
	padding:10px 15px 0 15px;
	margin:0 0 0 0;	
	display:block;
	height:24px;
	background:url(../_img/_bg/nav-sep.gif) right 0 no-repeat;
	color:#4E4E4E;
	text-transform:uppercase;
	font-weight:bold;
}

div#nav li a,div#nav li a:visited
{
	color:#CFCFCF;
}

div#nav li a:hover
{
	color:#FFF001;
}

 /**
 * @ Section: SPLASH
 */

div#splash
{
	float:left;
	width:900px;
	height:459px;
	overflow:hidden;
}

div#splashSmall
{
	float:left;
	width:900px;
	height:377px;
	overflow:hidden;
}

.about
{
	background:url(../_img/_bg/main-about-us.jpg) no-repeat;
}

.carver
{
	background:url(../_img/_bg/main-about-carver.jpg) no-repeat;
}

div.options
{
	background:url(../_img/_bg/main-options.jpg) no-repeat;
}

div.contact
{
	background:url(../_img/_bg/main-contact.jpg) no-repeat;
}

 /**
 * @ Section: MAIN
 */

div#main
{
	float:left;
	width:900px;
}

div#mainLeft
{
	float:left;
	padding:0 22px 0 0;
	width:590px;
}

div#mainLeft h1
{
	padding:0;
	margin:0;	
}

div#mainLeft h2
{
	padding:0;
	margin:15px 0 15px 0;
	font-size:120%;
	color:#fff;
	text-transform:uppercase;
}

div#mainLeft h2.contact
{
	text-transform:none;
}

div#mainLeft h2 a,div#mainLeft h2 a:visited
{
	color:#fff;
	text-transform:lowercase;
}

div#mainLeft p
{
	margin:0 0 15px 0;
	font-size:110%;
	color:#969696;
	line-height:140%;
}

div#mainLeft a, div#mainLeft a:visited
{
	color:#969696;
	text-decoration:underline;
}

div#contactForm
{
	float:left;
	margin:15px 0 25px 0;
	width:590px;
}

div#contactForm p
{
	padding:0;
	margin:0;
	color:#969696;
}

div.contactRow
{
	float:left;
	margin:0 0 10px 0;
	width:590px;
}

div.contactLabel
{
	float:left;
	width:30%;
	text-align:right;
}

div.contactField
{
	float:left;
	width:70%;
}

div.contactField button
{
	float:left;
	margin:0 0 0 12px;
	width:305px;
	height:36px;
	border:0;
	cursor:pointer;
	background:url(../_img/_buttons/send.gif) no-repeat;
}

.textBox
{
	float:left;
	margin:0 0 0 12px;
	width:303px;
	background:#333;
	color:#969696;
	border:1px solid #6A6A6A;
}

.textArea
{
	float:left;
	margin:0 0 0 12px;
	width:303px;
	height:55px;
	background:#333;
	color:#969696;
	font-family:arial;
	border:1px solid #6A6A6A;
}

div#mainRight
{
	float:left;
	width:288px;
}

ul.errList
{
	list-style-type:none;
}

ul.errList li
{
	font-size:110%;
	padding:0 0 0 15px;
}

 /**
 * @ Section: PANELS
 */

div#panels
{
	float:left;
	width:900px;
	height:286px;
	overflow:hidden;
}

div.panel
{
	float:left;
	margin:0 18px 0 0;
	width:288px;
	height:286px;
	overflow:hidden;
	background:url(../_img/_bg/panel.jpg) no-repeat;
}

div.panel.l
{
	margin-right:0;
}

div.panel.right
{
	margin:0 0 10px 0;
	height:237px;
	background:url(../_img/_bg/panel2.jpg) no-repeat;
}

div.panelHead
{
	float:left;
	margin:0;
	padding:0 0 0 23px;
	width:265px;
}

div.panelHead img
{
	float:left;
	padding:25px 0 0 0;
}

div.panelContent
{
	float:left;
	padding:2px 23px 0 23px;
	width:242px;
	height:143px;
	overflow:hidden;
}

div.panelContent h2
{
	padding:0;
	margin:0 0 4px 0;

	color:#FEFEFE;
	font-size:110%;
	text-transform:uppercase;
}

div.panelContent p
{
	line-height:140%;
	color:#969696;
	font-size:110%;
}

div.panelContent a,div.panelContent a:visited
{
	color:#fff;
	font-weight:bold;
}

 /**
 * @ Section: FOOT
 */
 
div#foot
{
	float:left;
	margin:8px 0 0 0;
	width:900px;
	height:36px;
	overflow:hidden;
	background:url(../_img/_bg/nav.gif) no-repeat;
}

div#footNav
{
	float:left;
	width:450px;
	height:36px;
	overflow:hidden;
}

div#footNav ul
{
	float:left;
	margin:12px 0 0 16px;
	list-style-type:none;
}

div#footNav li
{
	float:left;
	padding:0 8px 0 8px;
	color:#666;
	text-transform:uppercase;
	font-size:90%;
	background:url(../_img/_bg/foot-nav-sep.gif) 3px right no-repeat;
}

div#footNav li.f
{
	padding-left:0;
}

div#footNav li.l
{
	padding-right:0;
	background:0;
}

div#footNav li a,div#footNav li a:visited
{
	color:#666;
}

div#footCopy
{
	float:left;
	padding:12px 16px 0 0;
	width:434px;
	height:24px;
	overflow:hidden;
	text-align:right;
}

div#footCopy p
{
	font-size:90%;
	color:#676767;
	text-transform:uppercase;
}

div#footCopy a, div#footCopy a:visited
{
	color:#676767;
}

div#base
{
	float:left;
	margin:14px 0 10px 0;
	width:900px;
}

div#baseLeft
{
	float:left;
	padding:0 0 0 16px;
	width:684px;
}

div#baseLeft p
{
	margin:0 0 7px 0;
	line-height:100%;
	color:#2C2C2C;
	font-size:90%;
	text-transform:uppercase;
}

div#baseLeft a, div#baseLeft a:visited
{
	color:#2C2C2C;
}

div#baseRight
{
	float:left;
	padding:0 16px 0 0;
	width:184px;
	text-align:right;
}

div#baseRight img
{
	float:right;
	width:164px;
	height:8px;
}