/*

	Pronet Layout Stylesheet
	Author: Michael Simmons, Growinglogic
	Build: 2007-03-15 15:16:36
	
*/

/* Body and Global Reset
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #768568 url(../images/global/body.gif) repeat-x;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}

/* Global Wrapper Centerizzle
----------------------------------------------- */
#global_wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 766px;
}

/* Header
----------------------------------------------- */
#header {
	position: relative;
	width: 766px;
	padding: 20px 0 0 0;
}

#header h1 {
	margin: 0 0 10px 6px;
	width: 201px;
	height: 46px;
	background: url(../images/global/logo.gif) no-repeat;
}
#header h1 a {
	display: block;
	width: 201px;
	height: 46px;
	text-indent: -2000px;
}
#header ul {
	position: absolute;
	top: 0;
	right: 7px;
}
#header ul li {
	list-style: none;
	float: left;
	margin: 0 1px 0 0;
}

#header ul li a {
	display: block;
	float: left;
	height: 27px;
	width: auto;
	padding: 13px 15px 0 15px;
	background: #546149;
	text-decoration: none;
	font-size: .7em;
	color: #d9d9d9;
}
#header ul li a:hover { color: #fff; }
#header ul li.first a { background: #546149 url(../images/global/header_menu_left.gif) no-repeat; }
#header ul li.last a { background: #546149 url(../images/global/header_menu_right.gif) 100% 0 no-repeat; }
#header ul li.first a:hover { background: #4B5742 url(../images/global/header_menu_left.gif) no-repeat 0 -40px; }
#header ul li.last a:hover { background: #4B5742 url(../images/global/header_menu_right.gif) no-repeat 100% -40px; }
#header ul li a:hover { background: #4B5742; }

/* Some positioning
----------------------------------------------- */
#main {
	clear: both;
	font-size: 1.3em; /* Normalize from old CSS */
}

/* Footer
----------------------------------------------- */
#footer {
	width: 750px;
	padding: 10px 8px 20px 8px;
	float: left;
	clear: both;
}
#footer p {
	font-size: .7em;
	color: #222;
}
#footer p.left {
	padding: 7px 0 0 0;
	float: left;
}
#footer p.right {
	float: right;
}
#footer p.right img {
	margin: -2px 0 0 5px;
	vertical-align: middle;
}
#footer p.right a img {
	text-decoration: none;
	border: none;
}