/*
Theme Name: Embedded Gurus Home Theme
Theme URI: http://www.accentinteractive.net/
Description: based on Kubrick
Version: 1.0
Author: Accent Interactive
Author URI: http://www.accentinteractive.net/
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	background: #fff url('../global/bd_bg.jpg') repeat-y 0px 0px;
	text-align: left;
	}

#page-ct {
	/* background: transparent url('../gfc-corporate/images/bd_top_bg.jpg') no-repeat 0px 222px; */
}

#header {
	background: #815B38 url('../global/hd_bg.jpg') no-repeat bottom center;
	}

#topNav {
	position: absolute;
	top: 102px;
	left: 0px;
	font-size: 1.2em;
}
#topNav h2 {
	display:none;
}
#topNav ul {
	margin:0;
	padding:0;
}
#topNav li {
	list-style: none;
	padding:0;
	font-weight: bold;
}
#topNav ul li, .pagenav ul li a {
	float:left;
}


#tertiaryNav {
	position: absolute;
	top:74px;
	right:20px;
}
#tertiaryNav li, #tertiaryNav li a {
	float:left;
	list-style: none;
	color:#fff;
}
#tertiaryNav li a {
	padding: 4px 6px;
}


