	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 980px;
	 }

body	{
	background: #243C81 url(img/bg.jpg) top left repeat-x;
	font: 13px/1.4 helvetica, arial, verdana, sans-serif;
	color: #fff;
	margin: 0 0 15px 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 980px;
	height: 127px;
	background: transparent url(img/snapidle.png) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	color: #ff6;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h3	{
	background: #963;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 12px 0;
	padding: 7px 0 7px 15px;
	width: 210px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

h4	{
	font-size: 14px;
	color: #ff6;
	margin: 0 0 10px 0;
	}

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

em	{
	color: #9cf;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background: transparent;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: transparent;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#content 	{
	width: 900px;
	float: left;
	margin: 0;
	padding: 25px 40px;
	}
	
#content li	{
	padding: 0 0 10px 0;
	}
	
#footer	{
	clear: both;
	background: transparent;
	width: 980px;
	margin: 0;
	padding: 30px 0 10px 0;
	text-align: center;
	}

#footer a	{
	color: #fff;
	text-decoration: none;
	}
	
	/*	Main Navigation	*/
	
#globalnav	{
	height: 38px;
	width: 980px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	height: 38px;
	width: 980px;
	background: transparent url(img/menu.png) 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: 38px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#home	{left: 39px; width: 74px;}
#why	{left: 113px; width: 141px;}
#conditions	{left: 254px; width: 177px;}
#products	{left: 431px; width: 101px;}
#warranty	{left: 532px; width: 105px;}
#news	{left: 637px; width: 191px;}
#contact	{left: 828px; width: 116px;}

#home a:hover {background: transparent url(img/menu.png) -39px -38px no-repeat;}
#why a:hover {background: transparent url(img/menu.png) -113px -38px no-repeat;}
#conditions a:hover {background: transparent url(img/menu.png) -254px -38px no-repeat;}
#products a:hover {background: transparent url(img/menu.png) -431px -38px no-repeat;}
#warranty a:hover {background: transparent url(img/menu.png) -532px -38px no-repeat;}
#news a:hover {background: transparent url(img/menu.png) -637px -38px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) -828px -38px no-repeat;}

	/*	Data Tables	*/

.data	{
	border: 1px solid #039;
	}

.data td	{
	background: #fff;
	color: #039;
	}

.data h4	{
	color: #039;
	}

	/*   Links 	*/

a:link	{
	color: #fff;
	font-weight: bold;
	}
	
a:visited	{
	color: #fff;
	font-weight: bold;
	}
	
a:hover	{
	color: #ff6;
	font-weight: bold;
	text-decoration: none;
	}
