/* CSS Document */

html { 
	min-width: 780px;
	}


body {
	background-color: #bc923e; /* gray */
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}	

div#wrapper {
	background: url(../images/bg_main.jpg) repeat-y center top;
	width: 800px;
	margin: 0px auto;
	padding: 0px; 
	text-align: left;
	border: 0px dotted red;
	}
	
div#wrapperHome {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border: 0px dotted red;
	background-image: url(../images/home-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}	
	

/* generic classes */

sup {font-size: 10px;}

img {
	border: 0;
	}

.right {
	float: right;
	}
	
.left {
	float: left;
	}
	
.emptyCell {
	background-color: #fff;
	}
	
.clear {
	height: 0px;
	clear: both;
	}
	
#signUp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 3px;
	border: 1px solid #ccc;
	width: 170px;
}

form {
	margin: 0px;
}

input.chkrad {
	border: none;
}

input.go {
	color: #ccc;
	background-color: #000;
	font-weight: normal;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	cursor: pointer;
}

.txtBlack9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
   
   }

/* END generic classes */

div#homeHeader {
	margin: 0 16px;
	display: inline; /* fixes ie/win double margine bug */
	padding: 0;
	width: 768px;
	float: left;
	border: 0px dotted teal;
	color: #666666;
	clear: left;
	background-repeat: no-repeat;
	height: 121px;
	z-index: 0;
	}



/* Header styles including style for utility/search box in upper right corner. */

div#header {
	margin: 0 16px;
	display: inline; /* fixes ie/win double margine bug */
	padding: 0;
	width: 768px;
	height: 90px;
	float: left;
	border: 0px dotted teal;
	color: #666666;
	clear: left;
	}

div#header p {
	padding: 0;
	margin: 0;
}
div#header img.logo {
	margin: 0 0 0 4px;
	padding: 0;
	border: 0;
	}

div#logo {
	float: left;
	padding: 10px 0 0 6px;
	}

div#logo img {
	float: left;
	}

div#logo img#pageID {
	clear: left;
	margin: 4px 0 0 4px;
	}


div#utility {
	width: 400px;
	height: 80px;
	float: right;
	padding: 4px 10px 0 0;
	text-align: right;
	}

div#search {
	float: right;
	width: 400px;
	}

div#region {
	clear: right;
	float: right;
	width: 400px;
	}

div#status {
	padding: 0 0 5px 0;
	clear: right;
	float: right;
	width: 400px;
	}

div#utility form {
	padding: 0;
	margin: 0;
}
div#utility form label {
	font-size: 11px;
}
div#utility form input.searchbox {
	font-size: 11px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

div#utility a {
	font: normal 10px verdana,sans-serif;
	color: #666;
	text-decoration: none;
	}

div#utility a:hover {
	color: #000;
	text-decoration: underline;
	}

div#utility img {
	margin-bottom: -5px;
	}

div#utility #welcome {
	font: normal 10px verdana, sans-serif;
	color: #000;
	}

div#utility .pipe {
	color: #000;
	padding: 0 3px;
	}
/* ----------------- END Header styles ----------------- */



/* ----------------- Main Navigation - see mainMenu.css ----------------- */
#mainMenuBar {
	width: 768px;
	border: 0px dotted red;
	clear: left;
	float: left;
	background-color: #33336A;
	}
/* ----------------- END Main Navigation ----------------- */



/* ----------------- Breadcrumb styles  ----------------- */
div#topline  {
	width: 768px;
	clear: left;
	border-top-width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	}

div#breadcrumbs p {
	margin: 0;
	padding: 2px 15px;
	color: #666;
	font-size: 11px;
	clear: left;
}
div#breadcrumbs p a {
	color: #666;
	text-decoration: none;
}
div#breadcrumbs p a:hover {
	text-decoration: underline;
}

/* ----------------- END Breadcrumb styles  ----------------- */


/* ----------------- Main content styles ----------------- */

#content {
	width: 768px;
	display: inline; /* fixes ie/win double margine bug */
	padding: 0px;
	clear: left;
	float: left;
	color: #000;
	z-index: 50;
	border: 0px dotted lime;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 16px;
	}
	
/* cheat to get a grey line down the 3 column format without worrying about column size */

/* Column size and position styles. */

#col1of3 {
	width: 190px;
	float: left;
	margin: 0;
	padding: 0px;

	background-repeat: no-repeat;
	}

#col2of3 {
	width: 575px;
	margin: 0 0 0 178px;
	padding: 0px;
	}

#col3of3 {
	width: 150px;
	float: right;
	padding: 0px;
	margin: 0px;
	}
#col3of3Announce {
	width: 150px;
	float: right;
	padding: 0px;
	margin: 0px;
	background-color:#F3EDC6
	}	

#col2of3Home {
	width: 575px;
	margin: 0 0 0 178px;
	padding: 0px;
	text-align: center;
	}
#col3of3Home {
	width: 225px;
	float: right;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center 80px;
	}
#announceHome {
	width: 250px;
	float: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	



/*  following styles are carry over from webroot */

#content h1 { font-size: 13px; line-height: 15px; font-weight: bold; margin: 0; padding: 30px 10px 0 10px; }
#content h2 { font-size: 12px; line-height: 13px; font-weight: bold; margin: 0; padding: 10px 10px 0 10px; }
#content h2 a {	color: #000;}
#content h3 { font-size: 11px; line-height: 14px; color: #FF3300; font-weight: bold; margin: 0; padding: 10px 10px 10px 10px; }
#content h4 {
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4;
	border-bottom-color: #CCCCCC;
}
#content h5 {  }
#content h6 {  }
#content p { font-size: 12px; line-height: 15px; font-weight: normal; margin: 0; padding: 0; padding: 0 10px 10px 10px; }
#content a { font-style: normal; text-decoration: none; color: #0000FF; }
#content a:hover { text-decoration: underline; }

#content ul li { font-size: 12px; line-height: 16px; font-weight: normal; }
#content ul a { text-decoration: none; }
#content ul a:hover { text-decoration: underline; font-size: 12px; } 

#content blockquote { padding: 10px; text-align: center; font-size: 11px; line-height: 13px; color: #666666; margin: 0px; }
#content cite { font-weight: bold; font-size: 11px; line-height: 13px; color: #666666; text-align: right; font-style: italic; }

#content select { z-index: 0; font-size: 11px; display: block; }



	
#content div.2colBigLeft { width: 100%; }
#content div.2colSmallRight { width: 176px; float: right; padding: 0; margin: 0; }
#content div.2colSmallRight ul {
	list-style-image: url(../img/en/bullet10x5.gif);
}
#content div.2colSmallRight ul li {
	padding-left: 10px;
	margin-left: 0px;
}

#col1of3 h1 {
	font: bold 18px/18px helvetica, arial, sans-serif;
	color: #000;
	}

#col1of3 p {
	clear: both;
	}

#col1of3 ul {
	clear: both;
	font: normal 11px verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 5px 10px;
	margin: 0;
	}

#col1of3 ul li {
	padding: 1px 0 2px 0;
	margin: 0;
	}

#col1of3 ul li a {
	color: #666;
	}

#col1of3 ul li a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

.benefits {
	background-color: #F5F5E7;
}

.leftMenu ul {
	margin-left: 0;
	padding: 0px 10px 10px 10px;
	list-style: url(none) none outside;
}
.leftMenu ul li {
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0 0 5px 0;
}
.leftMenu li a {
	padding-left: 15px;
	display: block;
	color: #CC9966;
	background-image: url(../img/en/bullet10x5.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;	
}

#col1of3 form a {
	text-align: right;
}
#contentUtility {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 10px;
}
#content #contentUtility p {
	padding: 0;
}
#contentUtility a {
	color: #cc9966;
	text-decoration: none;
}
#contentUtility a:hover {
	text-decoration: underline;
}
table.tblSearchResults {
	margin: 0;

	padding: 0;
	border: none;
	background-color: #E6E6D9;
}
table.tblSearchResults th {
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	text-align: left;
	padding: 10px 5px;
	width: 275px;
}
table.tblSearchResults tr.oddRow {
	background-color: #f5f5e7;
}
table.tblSearchResults tr.evenRow {
	background-color: #fff;
}
table.tblSearchResults td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#content table.tblSearchResults td h2 {
	padding: 0;
	margin: 0;
	font-size: 10px;
}
#content table.tblSearchResults td p {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

#content div.productFeature {
	margin: 0px 5px 15px 5px;
	float: left;
}
#content div.productFeature p {
	padding: 0;
	margin: 0;
}
#content div.featureContainer {
	width: 130px;
	padding: 0 auto 0 auto;
	margin-bottom: 15px;
	text-align: center;
	float: left;
}

#content .detailMenu {
	margin: 0px;
	padding: 10px 0px;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 10px;
}
#content .detailMenu img {
	display: inline;
	margin-left: 5px;
	margin-right: 0px;
	padding-right: 0px;
}
#content .detailMenu li h2 {
	display: inline;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0;
}
#content .prodName {
	padding-top: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding-right: 2px;
}
#content table.tblProdDetail {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content table.tblProdDetail th {
	width: 120px;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #666;
}
#content table.tblProdDetail td {
	border-top: 1px solid #666;
}

/* ----------------- END Main content styles ----------------- */




/* Content footer styles. */
#footer {
	width: 768px;
	margin: 0 16px;
	display: block;
	padding: 10px 0 14px 0;
	clear: both;
	
	border-top: 1px solid #ccc;
	}


#footer p {
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #666;
}
#footer p a {
	color: #666;
	text-decoration: none;
	color: #666666;
}
#footer p a:hover {
	color: #000;
	text-decoration: underline;
}
#newBox {
	border: 3px solid #E5EEF6;
	padding: 10px;
	width: 375px;
	margin-left: 10px;
	float: left;
	background-color: #FFFFFF;
	filter:shadow(color:gray);
}
