/**
* Customer web site CSS
*
* Copyright (c)2008 44 Interactive. All Rights Reserved.
*
* SVN File: $Id: styles.css 217 2008-07-28 19:06:27Z Mike Neugebauer $
* @author $Author: Mike Neugebauer $
* @version $Revision: 217 $
* @lastrevision $Date: 2008-07-28 14:06:27 -0500 (Mon, 28 Jul 2008) $
* @modifiedby $LastChangedBy: Mike Neugebauer $
* @lastmodified $LastChangedDate: 2008-07-28 14:06:27 -0500 (Mon, 28 Jul 2008) $
* @filesource $URL: svn+ssh://miken@svnhost.44i-dev.com/svnhome/base/branches/cbp/cust_skeleton/css/styles.css $
*/

/* MASTER COLORS
	MAIN HEADLINES:
	#0c3d61;

	BODY COPY:
	#707070;

	ORANGE:
	#bc593e;

	LIGHT ORANGE:
	#bc593e;

	LIGHTEST GREY:
	#eaebeb;

	DARK BLUE:
	#0c3d61;

	MEDIUM BLUE:
	#5d7a90;

	LIGHT BLUE:
	#859eb0;

	LIGHTEST BLUE:
	#b7c4cd;


*/


* { margin: 0;
	padding: 0;
	border: 0;
	outline:none;
}

html {
	font-size: 62.5%;
	height:100.1%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	background:#b7c4cd;
	color:#707070;
	height:100.1%;
}

h1, h2, h3, h4, h5 {
	color:#0c3d61;
	font-weight:normal;
}

h1 {
    font-size: 2.1em;
	margin-bottom:8px;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

a:link {
	color:#0c3d61;
	text-decoration: underline;
}

a:visited {
	color:#859eb0;
	text-decoration: underline;
}

a:hover {
	color:#5d7a90;
	text-decoration: none;
}

a:active {
	color:#000000;
	text-decoration: underline;
}

p {
	line-height:1.6em;
	margin-bottom:10px;
}

input, textarea {
	border: 1px solid #c2c2c2;
	padding:3px;
}



/*---------------------------------- MAIN BODY STYLES ------------------------------------ */

#headerwrap {
	width:100%;
	height:96px;
	background:url(/_cust/images/headerTile.jpg) repeat-x;
}

#header {
	height:91px;
	width:763px;
	margin:0 auto;
}

#header img.logo {
	margin:0 5px 0 -49px;
	float:left;
}

#buttons {
	height:21px;
	position:relative;
	float: right;
	z-index:100;
	margin-top:3px;
}

#buttons a.request, #buttons a.request:visited {
	width:94px;
	height:21px;
	display:block;
	overflow:hidden;
	background:url(/_cust/images/requestBtnBG.jpg) top no-repeat;
	text-indent:-9999px;
	float:left;
}

#buttons a.supplies, #buttons a.supplies:visited {
	width:90px;
	height:21px;
	display:block;
	overflow:hidden;
	background:url(/_cust/images/suppliesBtnBG.jpg) top no-repeat;
	text-indent:-9999px;
	float:left;
	margin-right:6px;
}

#buttons a.supplies:hover, #buttons a.request:hover {
	background-position:bottom;
}

#nav {
	width: 496px;
	height:28px;
	float:left;
	margin:7px 0 0 10px;
}


#container {
	width:100%;
	background-color:#eaebeb;
}

#contentwrap {
	width:763px;
	margin:0 auto;
	padding:24px 0;
}

#sidebar {
	float:left;
	width:183px;
	margin-right:35px;
}

#content {
	width:540px;
	float:left;
}

#content ul {
	margin-left:16px;
}

#content ul li {
	padding:2px 0;
}

#content p {
	text-align:justify;
}

#slideshow {
	width:465px;
	height:239px;
	float:none;
	margin:0 0 18px 35px;
	background:url(/_cust/images/slideshowBG.jpg) no-repeat;
	padding:8px 0 0 8px;
}

#slides  {
	width:465px;
	height:239px;
}


body#docDetailPage #slideshow {
	/*height: 100%;*/
	background:url(/_cust/images/slideshowBG3.png) no-repeat;
	height:321px;
}



/*----------------------------------------------------------- GALLERY STYLES -----------------------------------------------------------*/


/*
#gallery {
	position: relative;
}

#gallery li {
	display: block;
}
*/

#slides {
	position:relative;
}






/* ---------------------------------- INDEX PAGE STYLES ------------------------------------ */

#homeTopMedia {
	width:763px;
	height:239px;
	margin:0 0 30px 0;
}

h1.pageHeadline {
	margin-bottom:18px;
}

body#homePage #slideshow {
	width:473px;
	float:left;
	margin:0 23px 18px 0;
	background:url(/_cust/images/slideshowBG.jpg) no-repeat;
	padding:8px 0 0 8px;

}

#homeVideo {
	width:259px;
	height:239px;
	float:left;
}

.testimonialPanel {
	background:url(/_cust/images/quote.jpg) top left no-repeat;
	color:#bc593e;
}

.testimonialPanel h5{
	text-align:center;
	color:#bc593e;
	line-height:1.8em;
	padding:12px 6px;
	font-style:italic;
	font-weight:normal;
}

.testimonialPanel p {
	color:#bc593e;
	font-size:1.1em;
	padding:24px 12px 12px 12px;
}

.testimonialPanel ul {
	float:right;
	list-style:none;
}

.testimonialPanel ul li {
	padding:2px 0;
	color:#5d7a90;
}

li.testName {
	font-weight:bold;
}

li.testTitle, li.testCompany {
	font-style:italic;
}


/* ---------------------------------- ABOUT PAGE STYLES ------------------------------------ */


.bodyimg {
	float:right;
	margin:6px 0 6px 18px;
	width:302px;
}

.bodyimg img {
	border:solid 1px #0c3d61;
	margin-bottom:6px;
}

.bodyimg p.caption {
	/*float:right;
	width:288px;*/
	padding:6px;
	margin:0 0 12px 0px;
	border:solid 1px #cccccc;
}
/*
img.bodyimg {
	float:right;
	border:solid 1px #0c3d61;
	margin:6px 0 6px 18px;
}

p.caption {
	float:right;
	width:288px;
	padding:6px;
	margin:0 0 12px 18px;
	border:solid 1px #cccccc;
}*/


/* ---------------------------------- SERVICES PAGE STYLES ------------------------------------ */
/*
body#servicesPage #slideshow {
	width:257px;
	height:179px;
	padding-bottom: 18px;
	float:none;
	margin:0 0 8px 90px;
}
*/



/* ---------------------------------- DOCUMENT MANAGEMENT PAGE STYLES ------------------------------------ */


body#docMngmtPage #slideshow {
	width:473px;
	height:239px;
	float:none;
	margin:0 0 18px 35px;
}

#docVideo {
	margin-left: 36px;
}


.docMngmtItem {
	background-color:#e1e1e1;
	margin:24px 0;
	padding:8px 16px 12px 16px;
	cursor:pointer;
	border:solid 1px #dbdbdb;
}

.docMngmtItem ul{
	clear:left;
}

.docMngmtItem:hover {
	background-color:#e9e8e8;
}

.docMngmtItemLit {
	background-color: #ffffff;
	margin:24px 0;
	padding:8px 16px 12px 16px;
}

.docMngmtItem h2, .docMngmtItemLit h2  {
	margin-bottom:8px;
}

.docMngmtItem img, .docMngmtItemLit img {
	float:left;
	border:solid 1px #cccccc;
	margin-right:18px;
}

.docMngmtItem p, .docMngmtItemLit p {
	float:left;
	width:366px;
}

.docMngmtItem ul {
	/*margin-left: 140px;*/
	margin-bottom:12px;
}

.docMngmtItem ul li {
	padding:3px 0;
}

.docMngmtCopy {
	float:left;
	width:386px;
}

h2.brand {
	background-color:#0c3d61;
	padding:3px 6px;
	color:#ebebeb;
}


/*----------------------------------------------------------- PRODUCT STYLES -----------------------------------------------------------*/

.product_summary {
	margin-bottom: 32px;
	cursor: pointer;
	padding: 8px;
	border:dotted 1px #CCCCCC;
}

.product_summary img {
	float: left;
	margin-right: 8px;
	border: 1px solid #000000;
}

.product_summary h3 {
	font-size: 1.5em;
}

.product_summary ul {
	margin-left: 140px;
}

.product_summary ul li {
	padding:3px 0;
}


/* ---------------------------------- TESTIMONIALS PAGE STYLES ------------------------------------ */

body#testimonialsPage .testimonialPanel {
	background:url(/_cust/images/quote.png) 8px 8px no-repeat #dddddd;
	color:#bc593e;
	margin-bottom:16px;
	padding:6px;
}

body#testimonialsPage .testimonialPanel h5{
	text-align:justify;
	color:#bc593e;
	line-height:1.8em;
	padding:12px 6px;
	font-style:italic;
	font-weight:normal;
}




/* ---------------------------------- CONTACT PAGE STYLES ------------------------------------ */

body#contactPage #sidebar {
	width:397px;
}

body#contactPage #content {
	width:307px;
}

body#contactPage #content ul {
	margin-left: 24px;
}

a.buttonlink, a.buttonlink:visited {
	color:#AFD7EE;
	background-color:#999999;
	text-decoration:none;
	font-size: 1.1em;
	border: 1px solid #000000;
	padding: 2px 4px;
}

a.buttonlink:hover {
	background-color: #aaaaaa;
	cursor: pointer;
}

img.map {
	margin:12px 0 24px 0;
}


/* ---------------------------------- SERVICE REQUEST PAGE STYLES ------------------------------------ */

body#servicerequestPage #sidebar {
	width:397px;
}

body#servicerequestPage #content {
	width:307px;
}

body#servicerequestPage #content ul {
	margin-left: 24px;
}

/* ---------------------------------- PRODUCTS PAGE STYLES ------------------------------------ */

body#productsPageDetail #slideshow {
	height:330px;
	background: none;

}

.prod_detail_img {
	border: 1px solid #CCCCCC;
	margin: 0 0 12px 12px;
	float:right;
	padding:8px;
	background:#FFFFFF;
}

.feat_detail_img {
	float: left;
	border: 1px solid #000000;
	margin: 4px;
	margin-right: 12px;
}


/* ---------------------------------- SPECIALS PAGE STYLES ------------------------------------ */

.special {

}

h1.specials {
	border-bottom:solid 1px #0c3d61;
}

.special h2 {
	background-color: #0c3d61;
	color:#ebebeb;
	padding:3px 6px;
	margin-bottom:12px;

}

.special img {
	float: right;
	border:solid 1px #0c3d61;
	margin-left:18px;
}



/* ---------------------------------- MAIN NAVIGATION STYLES ------------------------------------ */



#nav img {
	float:left;
}

#nav ul {
	list-style-type:none;
}

#nav ul li {
	position:relative;
	float:left;
}

#nav ul li a {
	display:block;
	overflow:hidden;

	text-indent:-9000px;
	height:28px;
}

a.docMngmtBtn, a.docMngmtBtn:visited {
	width:119px;
	background:url(/_cust/images/docBtnBG.jpg) top no-repeat;
}

a.productsBtn, a.productsBtn:visited {
	width:63px;
	background:url(/_cust/images/productsBtnBG.jpg) top no-repeat;
}

a.serviceBtn, a.serviceBtn:visited {
	width:55px;
	background:url(/_cust/images/serviceBtnBG.jpg) top no-repeat;
}

a.testBtn, a.testBtn:visited {
	width:84px;
	background:url(/_cust/images/testBtnBG.jpg) top no-repeat;
}

a.aboutBtn, a.aboutBtn:visited {
	width:51px;
	background:url(/_cust/images/aboutBtnBG.jpg) top no-repeat;
}

a.featuredBtn, a.featuredBtn:visited {
	width:63px;
	background:url(/_cust/images/featuredBtnBG.jpg) top no-repeat;
}

a.specialsBtn, a.specialsBtn:visited {
	width:60px;
	background:url(/_cust/images/specialsBtnBG.jpg) top no-repeat;
}

a.contactBtn, a.contactBtn:visited {
	width:58px;
	background:url(/_cust/images/contactBtnBG.jpg) top no-repeat;
}


#nav a.docMngmtBtn:hover,
#nav a.productsBtn:hover,
#nav a.serviceBtn:hover,
#nav a.testBtn:hover,
#nav a.aboutBtn:hover,
#nav a.featuredBtn:hover,
#nav a.contactBtn:hover {
	background-position:center;
}


body#docMngmtPage #nav a.docMngmtBtn,
body#productsPage #nav a.productsBtn,
body#servicesPage #nav a.serviceBtn,
body#testimonialsPage #nav a.testBtn,
body#aboutPage #nav a.aboutBtn,
body#featured #nav a.featuredBtn,
body#contactPage #nav a.contactBtn {
	background-position:bottom;
	cursor:default;
}


a.servicesPanel, a.servicesPanel:visited {
	width:183px;
	height:62px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	background:url(/_cust/images/servicesPanelBG.jpg) top no-repeat;
	margin-bottom:8px;
}

a.servicesPanel:hover {
	background-position:bottom;
}

a.productsPanel, a.productsPanel:visited {
	width:183px;
	height:62px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	background:url(/_cust/images/productsPanelBG.jpg) top no-repeat;
	margin-bottom:8px;
}

a.productsPanel:hover {
	background-position:bottom;
}

a.contactPanel, a.contactPanel:visited {
	width:183px;
	height:62px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	background:url(/_cust/images/contactPanelBG.jpg) top no-repeat;
	margin-bottom:8px;
}

a.contactPanel:hover {
	background-position:bottom;
}

a.suppliesPanel, a.suppliesPanel:visited {
	width:183px;
	height:62px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	background:url(/_cust/images/suppliesPanelBG.jpg) top no-repeat;
	margin-bottom:8px;
}

a.suppliesPanel:hover {
	background-position:bottom;
}

a.testimonialsPanel, a.testimonialsPanel:visited {
	width:183px;
	height:62px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	background:url(/_cust/images/testimonialPanelBG.jpg) top no-repeat;
	margin-bottom:8px;
}

a.testimonialsPanel:hover {
	background-position:bottom;
}

a.rsPanel, a.rsPanel:visited {
	width:183px;
	height:58px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	background:url(/_cust/images/rsPanel.jpg) top no-repeat;
	margin-bottom:8px;
}

a.rsPanel:hover {
	background-position:bottom;
}



#featuredProduct {
	padding-top: 6px;
	width:183px;
	margin-bottom:8px;
	background-color: #fff;
	border: 1px solid #ccc;

}

#featuredProduct h1 {
	text-align: center;
	font-size: 1.3em;
}

#featuredProduct p {
	text-align: center;
	font-size: 1.1em;
}

#featuredProduct img {
	margin-left: 6px;
}




/* ---------------------------------------------- SUB NAVIGATION STYLES ---------------------------------------------------- */

#subnav {
	margin-bottom:18px;
	padding:6px 0;
}

#subnav ul{
	list-style:none;
	margin-bottom:12px;
}

#subnav ul li {
}

#subnav ul li a, #subnav ul li a:visited {
	text-decoration:none;
	display:block;
	padding:6px;
	margin:0 4px;
	text-transform:uppercase;
	border-bottom:1px dotted #5d7a90;
	color:#5d7a90;
}

#subnav ul li a:hover {
	background-color:#dbdbdb;
	color:#0c3d61
}


body#docMngmtPage #subnav ul li a.docMngmtSubBtn,
body#transactionPage #subnav ul li a.transBtn,
body#routingPage #subnav ul li a.routingBtn,
body#capturePage #subnav ul li a.captureBtn,
body#managementPage #subnav ul li a.managementBtn,
body#workflowPage #subnav ul li a.workflowBtn,
body#tcoPage #subnav ul li a.tcoBtn {
	color:#c2c3c3;
	cursor:default;
	background:none;
}

#subnav ul li.manufacturers {
	background-color:#859eb0;
	padding:6px;
	margin:0 4px;
	text-transform:uppercase;
	display:block;
	color:#eaebeb;
	border:none;
}

#subnav ul li a.productsSubBtn {
	background-color:#859eb0;
	padding:6px;
	margin:0 4px;
	text-transform:uppercase;
	display:block;
	color:#eaebeb;
	border:none;
}

#subnav ul li a.productsSubBtn:hover {
	background-color:#5d7a90;
}

body#productsPage #subnav ul li a.productsSubBtn {
	cursor:default;
	background-color:#859eb0;
}



/*----------------------------------------------------------- FOOTER -----------------------------------------------------------*/







#footerwrap {
	width:100%;
	background:url(/_cust/images/footerBGTile.jpg) repeat-x;
	min-height:84px;
	padding-top:8px;
}

#footer {
	width:750px;
	margin:0 auto;
	color:#5d7a90;
	text-align:center;
}


#footer a, #footer a:visited {
	text-decoration:none;
	color:#5d7a90;
}

#footer a:hover {
	color:#0c3d61;
	text-decoration:underline;
}

#footer a:active {
	color:#000000;
}


.logo44i {
	position: absolute;
	margin-top: -34px;
	margin-left: 444px;
	border: none;


}




/*----------------------------------------------------------- SITEMAP PAGE STYLES -----------------------------------------------------------*/



.sitemap {
	margin-left: 24px;
	margin-top: 16px;
	font-size: 1.3em;
}

.sitemap ul {

	list-style: circle;
}

.sitemap ul li
{
	margin-left: 64px;
}


#maincopy{
	padding: 8px;
}

.error_msg
{
	font-size: 0.8em;
	border: 1px solid #ff0000;
	color: #ff0000;
	background-color: #ffffff;
	font-weight: 900;
	padding: 2px;
	text-align: center;
}

.success_msg
{
	border: 1px solid #00ff00;
	color: #009900;
	background-color: #ffffff;
	font-weight: 900;
	padding: 4px;
	text-align: center;
}

.form_msg_width
{
	width: 400px;
}

/*-------------------------------------- --- WORD VERIFICATION --------------------------------------------------------*/

.word_verification_msg {
}

input.word_verification {
	margin-left: 2px;
	height: 26px;
	font-size: 1.7em;

}

img.word_verification {
	border: 1px solid #000000;
}


/*----------------------------------------------------------- CLEARFIX -----------------------------------------------------------*/

.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;}

