/* ----- CSS ----- */

@import url( "pages.css" );


/* Basic
---------------------------------------------------------- */
body {
	background: #000 url("../images/grid/bg.jpg") 0 0 repeat-x;
	color: #666666;
	font: 11px Verdana, Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}
a {
	color: #959a16;
	text-decoration: underline;
	}
a:visited { color: #9C9C9C; }
a:hover { text-decoration: none; }
img { border: 0; }
form, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
	}
ul li { list-style: none; }
address { font-style: normal; }
th, td { font-size: 10px; }
th {
	text-align: left;
	font-weight: normal;
	}

/* Misc
---------------------------------------------------------- */
.clr:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clr {
	/*display: inline-block;*/
	}
/* Hides from IE-mac \*/
* html .clr { height: 1px; }
.clr { display: block; }
/* End hiding from IE-mac */
.hide { display: none; }


/* Sections
---------------------------------------------------------- */
#root {
	text-align: left;
	width: 790px;
	widt\h: 770px;
	padding: 0 10px;
	margin: 0 auto 0;
	background: url("../images/grid/bg_root.gif") 0 0 repeat-y;
	position: relative;
	}

/* #header
---------------------------------------------------------- */
#header {
	background: #484848 url("../images/grid/bg_header.gif") 0 0 repeat-x;
	height: 88px;
	position: relative;
	z-index: 1;
}
	#header h1 {
		background: #484848 url("../images/grid/logo.gif") 0 0 repeat-x;
		height: 71px;
		width: 373px;
		position: relative;
	}
		#header h1 a,
		#header h1 span {
			position: relative;
			top: 17px;
			left: 29px;
			display: block;
			height: 51px;
			width: 344px;
		}
			#header h1 a span,
			#header h1 span span{
				display: none;
			}

/* #nav
---------------------------------------------------------- */
#nav {
	margin: -16px 0 0 24px;
	position: relative;
	z-index: 3;
}
/* Hides from IE-mac \*/
* html #nav { height: 1px; }
#nav { display: block; }
/* End hiding from IE-mac */

/*#nav ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
*/
/* Hides from IE-mac \*/
/** html #nav ul { height: 1px; }
#nav ul { display: block; }*/
/* End hiding from IE-mac */

	#nav ul li {
		float: left;
		height: 34px;
		background: 0 0 no-repeat;
		margin: 0 8px 0 0;
	}
	#nav ul li.home,
	#nav ul li.home a {
		width: 55px;
		background-image: url("../images/grid/nav_home.gif");
	}
	#nav ul li.speaking_topics,
	#nav ul li.speaking_topics a {
		width: 107px;
		background-image: url("../images/grid/nav_speaking_topics.gif");
	}
	#nav ul li.testimonials,
	#nav ul li.testimonials a {
		width: 94px;
		background-image: url("../images/grid/nav_testimonials.gif");
	}
	#nav ul li.speaking_inquiries,
	#nav ul li.speaking_inquiries a {
		width: 141px;
		background-image: url("../images/grid/nav_speaking_inquiries.gif");
	}
		#nav ul li a {
			display: block;
			height: 34px;
		}
		#nav ul li a:hover,
		#nav ul li.activ {
			background-position: 0 -68px;
		}
			#nav ul li span {
				display: none;
			}

/* #footer
---------------------------------------------------------- */
#footer {
	background: url("../images/grid/bg_footer.gif") 0 0 no-repeat;
	height: 41px;
	margin: 0 0 0 16px;
	width: 738px;
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	position: relative;
}
	#footer p.copy {
		margin: 0;
		padding: 18px 0 0 21px;
		float: left;
		width: 369px;
		widt\h: 348px;
	}
	#footer p.design {
		margin: 0 19px 0 0;
		padding: 18px 57px 0 0;
		float: right;
		width: 350px;
		widt\h: 293px;
		text-align: right;
	}
		#footer p.design a {
			display: block;
			width: 51px;
			height: 21px;
			position: absolute;
			right:19px;
			top:13px;
			background: url("../images/grid/logo_helldesign.gif") 100% 0 no-repeat;
		}
		* html #footer p.design a {
			right:35px;
		}
			#footer p.design a span {
				display: none;
			}
