/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2009.06.05
Client:			Eureka Recycling
File Purpose:	Framework style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* ------------------------------  GLOBAL DEFS  -------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

p { padding: 0px 0px 12px 0px; }
ul { margin-top: 0px; margin-bottom: 12px; padding-top: 0px; }
ol { margin-top: 0px; margin-bottom: 12px; padding-top: 0px; }

input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0px 0px 1px;
	float: left;
	border: 0px;
}
select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
img {
	border: 0px;
	display: block;
}
img.float_right {
	float: right;
}
img.float_left {
	float: left;
}

/* --------------------------- LINK DEFS ----------------------------------- */
a, a:visited { font-weight: bold; text-decoration: underline; color: #0066ff; }
a:hover, a:active { font-weight: bold; text-decoration: none; color: #0066ff; }

a.foot, a.foot:visited { text-decoration: none; }
a.foot:hover, a.foot:active { text-decoration: underline; }

a.venyou, a.venyou:visited { color: #ffffff; }
a.venyou:hover, a.venyou:active { color: #ffffff; }

a.header, a.header:visited { text-decoration: none; font-size: 18px; line-height: 22px; }
a.header:hover, a.header:active { text-decoration: underline; font-size: 18px; line-height: 22px; }

a.subheader, a.subheader:visited { text-decoration: none; font-size: 12px; line-height: 16px; }
a.subheader:hover, a.subheader:active { text-decoration: underline; font-size: 12px; line-height: 16px; }
/* --------------------------- END LINK DEFS ------------------------------- */

/* --------------------------- ERROR DEFS ---------------------------------- */
.textError {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	background-color: #ffeeee;
}
.textError h1 {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.textError ul {
	padding: 5px 10px 5px 30px;
}

.textError a { padding: 10px; }

.textErrorSmall {
	font-size: 11px;
	padding: 5px;
	color: #CC0000;
}
/* --------------------------- END ERROR DEFS ------------------------------ */

/* ------------------------------  END GLOBAL DEFS  ---------------------------------------------------- */

/* ------------------------------  BODY STYLES  -------------------------------------------------------- */
body {
	color: #000000; 
	background: #753100 url(/_images/framework/bg-gradient.gif) top left repeat-x; 
	height: 100%;
}
.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#container {
	width: 100%;
	background: url(/_images/framework/bg-body.jpg) top no-repeat; 
}
#siteContainer {
	width: 980px;
	margin: 0px auto;
}
#headerContainer {
	width: 100%;
	height: 50px;
	padding: 30px 0px 0px 0px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
}
.body_container {
	width: 100%;
	text-align: left;
}
#bodyContainer {
	background-position: top;
	background-repeat: repeat-y;
}
#textureContainerBottom {
	background: url(/_images/framework/bg-body-bottom.gif) bottom left no-repeat;
}
#bodyMinHeight {
	width: 1px;
	height: 565px;
	float: right;
	overflow: hidden;
}
#footerContainer {
	width: 100%;
	height: 60px;
	background-position: top left;
	background-repeat: no-repeat;
	clear: left;
}

/* ------------------------------  HEADER STYLES  ------------------------------------------------------ */
#headerBar {
	width: 960px;
	height: 50px;
	margin: 0px auto;
	position: relative;
}
#logo {
	width: 270px;
	height: 50px;
}
#navBar {
	width: 318px;
	float: right;
}
.navigation_container {
	float: left;
}
.primary_nav_image {
	margin: 0px 0px 0px 10px;
	border: 0px;
	float: left;
	display: inline;
	cursor: pointer;
}
/* ------------------------------  END HEADER STYLES  -------------------------------------------------- */

/* --------------------------- COLUMN CONTAINERS FOR BUILD PAGE ----------------------------------- */
#containerPage {
	width: 960px;
	margin: 0px 0px 0px 10px;
	background: url(/_images/framework/bg-body-top.gif) top left no-repeat;
	position: relative;
}
#pageImageBar {
	width: 960px;
	height: 55px;
	margin: 0px 0px 0px 10px;
}
#pageCentered {
	width: 700px;
	margin: 0px 0px 0px 130px;
	padding: 15px 0px 0px 0px;
}
#pageFull {
	width: 920px;
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 0px 0px;
}
/* --------------------------- END COLUMN CONTAINERS FOR BUILD PAGE ------------------------------- */

/* ------------------------------  END BODY STYLES  ---------------------------------------------------- */

/* ------------------------------  FOOTER STYLES  ------------------------------------------------------ */
#footer {
	width: 920px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
}
.footer_text {
	width: 100%;
	height: 30px;
	color: #857362;
	float: left;
	position: relative;
}
.footer_venyou {
	width: 100%;
	padding: 8px 0px 0px 0px;
	color: #beb2a6;
	text-align: center;
	float: left;
}
.footer_company {
	margin: 7px 0px 0px 0px;
	float: left;
}
.footer_links {
	width: 280px;
	margin: 7px 0px 0px 0px;
	color: #beb2a6;
	text-align: right;
	float: right;
}
/* ------------------------------  END FOOTER STYLES  -------------------------------------------------- */
