/* ---- Remove all default padding and formatting of elements ---- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin : 0; 
	padding : 0; 
	}

h1, h2, h3, h4, h5, h6 { 
	font-size : 100%; 
	}

ol, ul { 
	list-style : none; 
	}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style : normal;
	font-weight : normal; 
	}

table { 
	border-collapse : collapse; 
	border-spacing : 0;
	}

fieldset, img { 
	border : 0;
	}

th, caption {
	text-align : left;
	}

q:before, q:after {
	content :'';
	}


/* ----  Layout for Body and Background ---- */

body {
	background: url(../images/bg_global.gif);
	text-align:center;
	font-family: Georgia, Times, "Times New Roman", serif;
	}

#container {
	position: relative;
	width:997px;
	margin:0px auto;
	text-align:left;
	}

#masthead {
	width: 997px;
	height: 250px;
	position: absolute;
	top: -5px;
	left: 0px;
	z-index: 2;
	}

#intro {
	position: absolute;
	top: 213px;
	left: 58px;
	z-index: 1;
	}

#menu_screen {
	display: none;
	}

#menu {
	position: absolute;
	top: 213px;
	left: 58px;
	z-index: 1;
	}

#utility {
	position: relative;
	top: 505px;
	background: url(../images/utility_nav_bg.gif) no-repeat;
	width: 997px;
	height: 43px;
	margin-top: 5px;
	}

#footer {
	position: relative;
	top: 505px;
	background: url(../images/footer_bg.png) no-repeat;
	width: 997px;
	height: 213px;
	}


/* ---- Main Navigation ---- */

#home_about {
	position: absolute;
	top: 338px;
	left: 114px;
	z-index: 3;
	}

#home_toolbox {
	position: absolute;
	top: 338px;
	left: 438px;
	z-index: 3;
	}

#home_offers {
	position: absolute;
	top: 338px;
	left: 702px;
	z-index: 3;
	}

/* ---- Toolbox Sub Navigation ---- */

#toolbox_nav_bg {
	display:none;
	position: absolute;
	top: 395px;
	left: 390px;
	width: 191px;
	height: 106px;
	background: url(../images/toolbox_nav_bg_home.gif) no-repeat;
	z-index: 3;
	}

#toolbox_nav {
	padding-top: 15px;
	text-align: center;
	}

#toolbox_nav li {
	height: 16px;
	}




/* ---- Utility Navigation ---- */


#utility_nav {
	position: absolute;
	top: 15px;
	left: 734px;
    height: 105px;
	width: 167px;
	}
	
#utility_nav li {
	float: left;
	display: block; 
	clear: none;
	}
	
#utility_nav li a {
	display:block;
	}

#utility_nav li em {
	display: none;
	}
	
#utility_nav li.contact {
	background:url(../images/contact_us.gif) 0px -20px no-repeat;
	}

#utility_nav li.contact a {
	width: 105px;
	height: 20px;
	background:url(../images/contact_us.gif) top left no-repeat;
	}

#utility_nav li.contact a:hover {
	width: 105px;
	height: 20px;
	background:none;
	}

#utility_nav li.faq {
	background:url(../images/faq.gif) 0px -20px no-repeat;
	}

#utility_nav li.faq a {
	width: 44px;
	height: 20px;
	background:url(../images/faq.gif) top left no-repeat;
	}

#utility_nav li.faq a:hover {
	width: 44px;
	height: 20px;
	background:none;
	}


/* ---- Footer Navigation ---- */

.back {
	position: absolute;
	top: 20px;
	left: 353px;
	width: 294px;
	height: 18px;
	}

.back a {
	display:block;
	}

.back em {
	display: none;
	}

.back {
	background:url(../images/back_btn.gif) 0px -18px no-repeat;
	}

.back a {
	width: 294px;
	height: 18px;
	background:url(../images/back_btn.gif) top left no-repeat;
	}

.back a:hover {
	width: 294px;
	height: 18px;
	background:none;
	}

