	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 990px;
	 }

body	{
	background: #000;
	font: 12px/1.3 helvetica, arial, verdana, sans-serif;
	color: #222;
	margin: 0;
	}
	
	/*	Typography	*/
	
p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #666;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	}
	
strong	{
	color: #000;
	}	
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 990px;
	height: 132px;
	background: transparent url(img/xtreme.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	color: #090;
	margin: 0 0 10px 0;
	}

h3	{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	background: #090;
	margin: 0 0 10px 0;
	}

h4	{
	font-size: 14px;
	font-weight: bold;
	color: #c60;
	margin: 0 0 10px 0;
	}

ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.png) top left repeat-y;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#youarehere	{
	position: relative;
	background: #008200 url(img/youarehere.png) top left no-repeat;
	width: 940px;
	height: 25px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 25px 0 25px;
	}
	
#youarehere a	{
	color: #fff;
	}
	
#sidebar 	{
	background: transparent;
	width: 207px;
	float: left;
	margin: 0;
	padding: 20px;
	}

#content 	{
	background: transparent;
	width: 703px;
	float: left;
	margin: 0;
	padding: 20px;
	}

#fullpage 	{
	background: #fff;
	width: 950px;
	float: left;
	margin: 0;
	padding: 20px;
	}

#footer	{
	clear: both;
	background: #008200 url(img/footer.png) top left no-repeat;
	width: 950px;
	margin: 0;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	}
	
	/*	Main Navigation	*/
	
#globalnav	{
	height: 48px;
	width: 990px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 48px;
	width: 990px;
	background: transparent url(img/menu.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#menu li, #menu a {
	height: 48px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 113px; width: 82px;}
#about	{left: 195px; width: 104px;}
#services	{left: 299px; width: 130px;}
#samples	{left: 429px; width: 150px;}
#projects	{left: 579px; width: 115px;}
#store	{left: 694px; width: 140px;}
#rfp	{left: 834px; width: 70px;}

#home a:hover {background: transparent url(img/menu.jpg) -113px -48px no-repeat;}
#about a:hover {background: transparent url(img/menu.jpg) -195px -48px no-repeat;}
#services a:hover {background: transparent url(img/menu.jpg) -299px -48px no-repeat;}
#samples a:hover {background: transparent url(img/menu.jpg) -429px -48px no-repeat;}
#projects a:hover {background: transparent url(img/menu.jpg) -579px -48px no-repeat;}
#store a:hover {background: transparent url(img/menu.jpg) -694px -48px no-repeat;}
#rfp a:hover {background: transparent url(img/menu.jpg) -834px -48px no-repeat;}

	/*   Links 	*/

a:link	{
	color: #090;
	font-weight: bold;
	}
	
a:visited	{
	color: #6c6;
	font-weight: bold;
	}
	
a:hover	{
	color: #000;
	font-weight: bold;
	}
