/*
** layout.css 
** CSS - handles the layout grid
** Author: Geoff Franklin
** Date: 22.June.09
** Last edited: 13.August.09 by Geoff Franklin
*/

/* general */
html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	background: #E2E2E2 url(../img/bg_topbar.jpg) repeat-x top;
}
body {
	font-size: 62.5%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}

/* container */
div#container {
	width: 960px;
	height: auto;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}

/* header */
div#header {
	width: 960px;
	height: 154px;
	margin: 0 auto;
}

/* logo */
div#logo {
	width: 477px;
	height: 120px;
	float: left;
	background-image: url(../img/logo.jpg);
	position: relative;
	right: 70px;
}

/* header_menu */
div#header_menu {
	height: auto;
	width: 395px;
	font-size: 1.1em;
	float: right;
	margin-top: 10px;
}
div#header_menu_nav {
	float: left;
	float: right; /* for now */
}
div#header_menu li {
	float: left;
	margin: 10px 25px 0 0;
}
div#header_menu li a {
	color: #FFF;
	text-decoration: none;	
}
div#header_menu li a:hover {
	text-decoration: underline;
}

/* search form items */
div#search_form {
	float: right;
	width: 210px;
	display: none; /* hide for now */
}
#search_textfield {
	width: 130px;
	padding: 6px;
	float: left;
	border: 1px solid #666;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
#search_button {
	float: left;
	font-size: 1em;
	position: relative;
	border: 1px solid #333;
	background-color: #FFD600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-left: 5px;
	cursor: pointer;
}
/* header END */

/* menu */
div#nav {
	background: url(../img/bg_navbar.jpg) repeat-x;
	width: 960px;
	height: 60px;
	margin: 0 auto 10px auto;
}
div#nav li#nav_ads,
div#nav li#nav_clients,
div#nav li#nav_trial {
	border-right: none;
	display: none; /* hide for now */
}
/* hide this later when all menu links are showing */
div#nav li#nav_phlcms {
	padding: 0 1px;
}
div#nav li {
	float: left;
	border-right: 3px solid #E2E2E2;
}
div#nav li a {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	width: auto;
	height: 16px;
	text-decoration: none;
	color: #000;
	/*padding: 22px 16px;*/
	padding: 22px 73px; /* hide this and unhide padding above when you display:block the div#nav li#'s */
}
div#nav li a:hover {
	background: url(../img/bg_navbar_over.jpg) repeat-x;
	color: #FFD600;
}
/* menu END */

/* content */
div#content {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 80px;
}

/* banner */
div#banner {
	background: url(../img/banner_home.jpg) no-repeat;
	width: 960px;
	height: 250px;
	margin-bottom: 10px;
}
/* banner END */

/* boxes */
div#boxes h2 {
	background: #FFD600;
	display: block;
	font-size: 3em;
	font-weight: bold;
	padding: 10px;
	color: #333;
}
div#boxes h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
}
div#boxes p {
	font-size: 1.2em;
	padding: 10px;
}
div#boxes p a {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}
div#boxes p a:hover {
	text-decoration: none;
}

div#box_cms {
	float: left;
	width: 232px;
	height: 170px;
	background: #fff url(../img/box_cog_cms.jpg) bottom right no-repeat;
	margin-right: 10px;
}
div#box_lms {
	float: left;
	width: 232px;
	height: 170px;
	background: #fff url(../img/box_cog_lms.jpg) bottom right no-repeat;
	margin-right: 10px;
}
div#box_lcms {
	float: left;
	width: 232px;
	height: 170px;
	background: #fff url(../img/box_cog_lcms.jpg) bottom right no-repeat;
	margin-right: 10px;
}
div#box_ads {
	float: left;
	width: 232px;
	height: 170px;
	background: #fff url(../img/box_cog_ads.jpg) bottom right no-repeat;
}
/* box END */

/* content left */
div#content_left {
	width: 682px;
	height: auto;
	float: left;
	padding-top: 15px;
}
div#content_left a {
	width: 100%;
	float:left; 
}
div#content_left img {
	margin: 15px 0;
}
/* content left END */

/* content right */
div#content_right {
	width: 255px;
	height: auto;
	min-height: 422px;
	float: right;
	padding-right: 15px;
	padding-top: 15px;
}
/* content right END */

/* footer */
div#footer {
	background: url(../img/bg_footer.jpg) repeat-x;
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 70px;
	margin: 0 auto;
	color: #999;
	line-height: 2em;
}
div#footer ul {
	width: auto;
	margin: 10px 0 0 17px;
	float: left;
}
div#footer li {
	float: left;
	margin-right: 19px;
}
div#footer a  {
	text-decoration: none;
	color: #999;
}
div#footer a:hover {
	text-decoration: underline;
}

/* footer left */
div#footer_left {
	float: left;
	width: 660px;
}
/* footer left END */

/* footer right */
div#footer_right {
	float: right;
	width: 290px;
}
div#footer_right ul, div#footer_right li {
	float: right;
}
li#powerhousecms a {
	color: #FFD600;
}
/* footer right END */

/* reset div */
div.reset {
	border:medium none;
	clear:both;
	display:block;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0;
	padding:0;
}

/* end of file */
