@charset "utf-8";
/* MAIN.css - GB Enterprises */

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body  
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999;
	text-align: center;
	color: #000000;
}

#container
{ 
	width: 920px;
	margin: auto;
	text-align: left;
	background-image: url(../images/body/bg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 0;
} 

/*		########################			HEADER		HEADER	*/
#header
{
	background-color: #1e1e1e;
	background-image: url(../images/header/logo.gif);
	background-position: 0 0;
	background-repeat: no-repeat;;
	height: 140px;
	margin: 0 10px;
	width: 900px;
} 

#header h1
{
	background-color: transparent;
	height: 120px;
	border: 1px solid #ff0;
	overflow: hidden;
	visibility: hidden;
	width: 900px;
}

#header div#contactInfo
{
	background-color: transparent;
	display: block;
	height: 20px;
	margin-left: 230px;
	width: 670px;
}

#header div#contactInfo p
{
	color: #fff;
	display: inline;
	float: left;
	font-size: 12px;
	padding-right: 30px;
}

#header div#contactInfo p span
{
	font-weight: 300;
}

#header div#contactInfo p a
{
	color: #fff;
	font-weight: 300;
}

#header div#contactInfo p#slogan
{
	font-size: 14px;
	font-weight: 700;
}

/*		########################			NAV		NAV		*/
#nav
{
	clear: both;
	float: left;
	padding-left: 10px;
	width: 196px;
	color: #fff;
	background-color: transparent;
}

#nav ul
{
	list-style-type: none;
	margin-top: 30px;
}

#nav ul li
{
	margin-bottom: 10px;
}

#nav ul li a
{
	background-color: #1e1e1e;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 0 5px 50px;
	text-decoration: none;
	width: 146px;
}

#nav ul li a:hover
{
	background-color: #ffffff;
	color: #000000;
}

#nav ul li a#ThreeOn3
{
	text-align: center;
	height: 91px;
	padding: 2px;
	width: 101px;
	margin: auto;
}

#nav ul li a#HPHL
{
	text-align: center;
	height: 61px;
	padding: 2px;
	width: 100px;
	margin: auto;
}

/*		########################			MAIN CONTENT		MAIN CONTENT	*/
#mainContent
{
	margin: 0 10px 0 206px;
	padding: 20px 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent p, #mainContent dl
{
	padding-bottom: 20px;
}

h2, h3, h4
{
	padding-bottom: 15px;
}

/*		########################			FOOTER		FOOTER	*/
#footer
{
	background-color: transparent;
	min-height: 38px;
	position: relative;
	padding: 40px 0 0 30px;
	margin-left: 206px;
	width: 674px;
} 

#footer p
{
	font-size: 10px;
	margin: 0 85px 0 0;
	padding: 0 0 5px 0;
}

#footer p a
{
	color: #000;
	margin: 0;
	padding: 0;
}

#footer p a:hover
{
	background-color: #000;
	color: #fff;
}

#footer #cdg
{
	position: absolute;
	bottom: 0;
	height: 38px;
 	right: 5px;
	width: 80px;
}

#cdg a, #cdg a img		{	margin: 0; padding: 0; }

#btmShadow
{ 
	width: 900px;
	margin: auto;
	background-color: #999;
	background-image: url(../images/footer/shadow.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 10px;
	height: 15px;
} 

/*		########################			EXTRAS		EXTRAS		*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}