/* -----------------------------------------------------

1.0 UNIVERSAL RESETS		<universal_resets>
2.0 GENERIC CLASSES			<generic_classes>
3.0 HEADINGS				<headings>
4.0 FORMS					<forms>
5.0 GENERAL STRUCTURE		<general_structure>
6.0 LISTS					<lists>
7.0 PAGE SPECIFIC 			<page_specific>

--------------------------------------------------------- */


/*
*********************************************
1.0 UNIVERSAL RESETS: 
*/

body {
	text-align:center;
	background: url(images/bg_page.gif) repeat-x #81afbe;
	margin: 0px;
}
* {
	font: 11px tahoma, arial,geneva,helvetica,sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p, li, td {
	line-height: 18px;
	color: #444;
}
p.first-para {
	margin-top: 5px;
}

/* </universal_resets> 
------------------------------------------- */


/*
*********************************************
2.0 GENERIC CLASSES:
*/

br.clearboth {
	clear: both;
}
p.indent {
	margin-left: 50px;
}

/* Text Alignment */
p.centered-text, th.centered-text, td.centered-text {
	text-align: center;
}
th.right-aligned, td.right-aligned {
	text-align: right;
}	
p.left-centered {
	text-align: left;
}

/* </generic_classes>
--------------------------------------------- */


/*
*********************************************
3.0 HEADINGS:
*/

h1 {
	font: 22px verdana,geneva,helvetica,arial,sans-serif;
	color: #000000;
	margin: 5px 0px 10px 0px;
}
h2 {
	font: 18px verdana,geneva,helvetica,arial,sans-serif;
	color: #666666;
	margin: 10px 0px;
}
h3 {
	font: 16px verdana,geneva,helvetica,arial,sans-serif;
	color: #404040;
	margin: 10px 0px;
}
h4 {
	font: bold 11px verdana,geneva,helvetica,arial,sans-serif;
	color: #600;
	margin: 10px 0px;
}
	
/* </headings> 
------------------------------------------- */


/*
*********************************************
4.0 FORMS: 
*/

.reqd-info {
	color: #cc3300;
	font-weight: bold;
}
.btn-login {
	background: #cc3300;
	color: #ffffff;
	font: 11px verdana,geneva,helvetica,arial,sans-serif;
}
.form-table {
	border-collapse: collapse;
	width: 500px;
}
.form-table th {
	padding: 5px 4px;
	font: bold 11px verdana,geneva,helvetica,arial,sans-serif;
	background: #e7e7e7;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}
.form-table td {
	padding: 4px;
}
.form-table td.field-label {
	text-align: right;
	color: #666666;
}

	
/* </forms> 
------------------------------------------- */


/*
*********************************************
5.0 GENERAL STRUCTURE: 
*/


/*  LAYOUT  */
#wrapper {
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align:left;
	background: #fff;
}
#header {
	background:#ffffff;
	cursor: pointer;
}
#header-home {
	
}
#contenthome {
	
}
#contentmain {
	width: 100%;
	padding: 0px;
	background: #fff;
	padding-bottom: 50px;
}

#info {
	margin: 20px;
}
#footer {
	clear: both;
	width: 100%;
	padding: 0px;
	background: url(images/bg_footer.gif) no-repeat #81afbe;
	height: 55px;
	text-align: center;
	color: #fff;
}

#footer-profile {
	clear: both;
	width: 100%;
	padding: 0px;
	background: url(images/bg_footer_interior.png) no-repeat #81afbe;
	height: 55px;
	text-align: center;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #666666;
	font: 10px verdana,geneva,helvetica,arial,sans-serif;
}
#footer a:hover {
	color: #ff3300;
	text-decoration: underline;
}

/*  SIDEBAR  */
.sidebar-btns {
	float: right; 
	margin: 7px 0px 7px 10px; 
	padding: 7px;
	text-align: left; 
	background: #ffffcc;
	border: 1px solid #ffcc33;
	border-top: 2px solid #666666;
	
}
.sidebar-img {
	float:right; 
	margin:0px 0px 10px 10px; 
}

/*  HEADER  */
div#header {
	background: url(images/bg_header.jpg) no-repeat;
	height: 146px;
}
div#header-home {
	background: url(images/bg_header_home.jpg) no-repeat;
	height: 138px;
}
div#banner {
	background: url(images/bg_banner_home.jpg) no-repeat;
	height: 176px;
	margin-top: 0px;
}
div#header-profile {
	background: url(images/bg_header_interior.jpg) no-repeat;
	height: 146px;
}	
/*  PRIMARY NAV  */
#primary-nav {
	
}
.primary-nav-table {
	width: 100%;
	border-collapse: collapse;
}
.primary-nav-table td {
	padding: 4px;
	text-align: right;
	color: #fff;
}
.primary-nav-table td a {
	color: #fff;
	margin: 0px 2px;
	text-decoration: none;
}
.primary-nav-table td a.selected {
	text-decoration: none;
	color: #fc3;
}

/*  SECONDARY NAV  */
ul.customers-list {
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	margin-left: 25px;
}
div.secondary-links {
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	line-height: 24px;
	background: #cccccc;
}
div.secondary-links table td {
	padding: 2px;
	vertical-align: top;
}


/* </general_structure>
------------------------------------------- */


/*
*********************************************
6.0 LISTS: 
*/


/* </lists>
-------------------------------------------- */


/*
*********************************************
7.0 PAGE SPECIFIC
*/

/*  HOME PAGE  */

span.spotlight {
	color: #fc3;
	font: 18px verdana,geneva,helvetica,arial,sans-serif;
}
div#banner h3 {
	font: 18px verdana,geneva,helvetica,arial,sans-serif;
	color: #fff;
}
div#banner p {
	color: #fff;
}
ul.news-items {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.news-items strong {
	display: block;
	color: #006699;
	line-height: 18px;
}
ul.news-items a {
	display: block;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 5px;
}
ul.news-items a:hover {
	color: #cc3300;
}

/*  PREFERRED MANUFACTURING PARTNERS  */
table.partnet-table {
	border-collapse: collapse;
	margin-top: 30px;
}
table.partnet-table td {
	vertical-align: top;
	padding: 5px 5px 25px 5px;
}
table.partnet-table td.description {
	padding: 2px 5px 25px 10px;
}

/*  FAQ  */
div.faq-question {
	color: #666666;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 15px;
	}
div.faq-question a {
	color: #666666;
	font-weight: bold;
	}
div.faq-answer {
	color: #666666;
	margin-bottom: 12px;
	margin-left: 15px;
	}
div.faq-top {
	margin-bottom: 30px;
	margin-left: 15px;
	}

/* </page_specific>
---------------------------------------------------------*/