/******************************************************************************/
/******************************************************************************
File: template_common.css
Comments: Common classes, IDs and elements needed throughout the site.

Notes: We have set the default font to 74% which is equal to 10pt.  to increase
by 1px JUST CHANGE THE EM NUMBER.  EXAMPLES BELOW:
1em == 10pt
1.1em == 11pt
1.2em == 12pt
1.3em == 13pt                    
This is scalable and accessible and works in IE6, IE7 and FireFox 1.5+

DO NOT USE  TO SET A PX FONT SIZE...EVER.  IT IS NOT NEEDED.  
*******************************************************************************/

/***RESET STYLESHEET NEEDED ONLY IN THIS FILE**********************************/
/*@import 'reset.css';*/

/***GLOBAL ELEMENTS************************************************************/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
}
a {
	text-decoration: none;
}
address {
	font-style: normal;
	font-weight: bold;
}
#wrapper {
	margin: 10px auto;	
	width: 820px;
}
#branding,
#navigation_main,
#navigation_secondary,
#content,
#masthead,
#site_info {
	margin: 0 0 0 auto;
	width: 800px;	
}
.headline {
	font-weight: bold;
}
.dongle {
	 text-align: right; 
	 color: #000; 
	 float:right; width: 40%; 
}
.dongle a{
	color: #000 !important;  
	font-weight: bold;
}
.dongle a:hover {
	color: #ef3e42 !important;  
}
p.dongle {
	float: left; 
	text-align: left;
	width: 45%;
}
/***BRANDING ELEMENTS**********************************************************/
/*h1 {
	background: transparent url(../../../images/common/ocd_logo.gif) 0px 0px no-repeat;
	float: left;	
	height: 50px;
	width: 200px;
}
h1 a {
	display: block;
	height: 40px;
	text-indent: -99999px;
	width: 170px;
}*/
#site_search {
	float: right;
	height: 50px;
	width: 280px;
}
#site_search label {
	background: transparent url(../../../images/common/search_label.jpg) 0px 0px no-repeat;
	display: block;
	float: left;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}
#site_search input {
	background: #c9cacc;
	border: 1px solid #c9cacc;
	float: left;
	width: 100px;
	height: 16px;
}
#site_search a#start_search {
	background: transparent url(../../../images/buttons/btn_search.gif) 0px 0px no-repeat;
	display: block;
	float: left;
	height: 20px;
	text-indent: -9999px;
	width: 8px;
}
/***MAIN NAVIGATION ELEMENTS***************************************************/
ul#navigation_main {
	background: #ef3e42;
	display: block;	
}
ul#navigation_main li {
	float: left;
	width: 105px;
}
ul#navigation_main li.first {
	margin: 0 0 0 10px;
}
ul#navigation_main li a {
	color: #fff;
	display: block;	
	padding: 5px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 80px;
}
ul#navigation_main li a:hover {
	background: #bdbdbf;
	color: #000;
}
div#nav li.registerUpdates 
{
	background: #ef3e42;
	float: right;
	text-align:right;
	vertical-align:middle;
	margin:  8px 2px 0 0;
	width: 145px;
}
div#nav li.registerUpdates a {
	color: #000;
	font-size: .9em;
	text-align: left;
	vertical-align:middle;
	width: 145px;
}
div#nav li.registerUpdates a:hover {
	color: #fff;
	background: transparent;
}
/***MASTHEAD ELEMENTS**********************************************************/
#masthead {	
	display: block;
	line-height: 1.45em;
}
#masthead img {
	float: left;
}
#masthead p {
	float: left;
	padding: 0 0 0 15px;
	width: 283px;
}
/***SECONDARY NAVIGATION ELEMENTS**********************************************/

#navigation_secondary h2, 
#navigation_secondary h3 {
	float: left;
	padding: 20px 0 0 0;
}
#navigation_secondary h3 {
	color: #ef3e42;
	font-family: "Century Gothic";
	font-size: 1.2em;
	font-weight: bold;
	padding: 30px 0 0 0;
}
#navigation_secondary ul {
	clear: left;
	display: block;
	padding: 10px 0;
}
#navigation_secondary ul li.first {
	padding: 0 5px 0 0;
}
#navigation_secondary ul li {
	color: #707070;
	float: left;
	padding: 0 5px;
}
#navigation_secondary ul li a {
	color: #707070;
	padding: 0 5px 0 0;
}
#navigation_secondary ul li a.selected,
#navigation_secondary ul li a:hover {
	color: #ef3e42;
}
#navigation_secondary h3.trueHeader {
	color: #000;
	padding-left: 10px;
}
/***CONTENT ELEMENTS***********************************************************/
#content {
	padding: 15px 0;
	line-height: 1.45em;
}
#content p {
	padding: 0 0 15px 0;
}
#content a {
	color: #ef3e42;
	text-decoration: underline;
}
#content ul li {
	padding: 0 0 8px 15px;
}
#content ul.testsList li {
	padding: 0 0 2px 0;
}
#content h4 {
	font-size: 1.2em;
	font-weight: bold;
}
#content h5 {
	font-size: 1em;
	font-weight: bold;
}
#content h4.major {
	color: #ef3e42;
}
#content h5.major {
	color: #000;
	font-size: 1em;
}
#content fieldset p {
	padding: 0 0 10px 0;
}
/***MAJOR CONTENT ELEMENTS*****************************************************/
#content.oneColumn #major_content {
	width: 100%;
}
#content.splash #major_content {
	width: 496px;
}
#content.twoColumn-left #major_content {
	float: left;
	width: 565px;
}
#content.twoColumn-right #major_content {
	float: right;
	width: 565px;	
}
#content.threeColumn #major_content {
	float: left;
	width: 450px;
	margin-left: 167px;
}
/***SECONDARY CONTENT ELEMENTS*************************************************/
#content.oneColumn #secondary_content {
	display: none;
}
#content.twoColumn-left #secondary_content {
	float: right;
	width: 180px;
}
#content.twoColumn-right #secondary_content {
	float: left;
	width: 180px;
}
#content.threeColumn #secondary_content {
	float: left;
	width: 150px;
	margin-left: -620px;
}
#secondary_content ul li a {
	color: #707070;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}
#secondary_content ul li a.selected,
#secondary_content ul li a:hover {
	color: #ef3e42;
}

/***TERTIARY CONTENT ELEMENTS**************************************************/
#content.oneColumn #tertiary_content {
	display: none;
}
#content.twoColumn-left #tertiary_content {
	display: none;
}
#content.twoColumn-right #tertiary_content {
	display: none;
}
#content.threeColumn #tertiary_content {
	float: left;
	width: 150px;
	margin-left: 20px;
}
/***SITE INFO ELEMENTS*********************************************************/

#site_info ul#navigation_supplemental {
	background: #c9cacc;
	border-bottom: 2px solid #000;
	margin: 0 0 10px 0;
	float: left;
	width: 800px;
}
#site_info ul#navigation_supplemental li {
	float: left;
	padding: 5px 0;
}
#site_info ul#navigation_supplemental li.legal {
	float: right;
}
#site_info ul#navigation_supplemental li a {
	color: #707070;
	padding: 0 10px;
}
#site_info ul#navigation_supplemental li a:hover {
	color: #000;
}
#site_info p {
	color: #919194;
	float: left;
	font-size: .9em;
	margin: 0 0 0 7px;
	width: 520px;
}
#site_info ul {
	float: right;
	font-size: .9em;
	width: 250px;	
}
#site_info ul li {
	float: right;
}
#site_info ul li a {
	color: #919194;
	padding: 0 10px;
}
#site_info ul li a:hover {
	color: #000;
}
/***RANDOM STYLE ELEMENTS******************************************************/
ul.cross_bullet li {
	background: transparent url(../../../images/common/cross_bullet.gif) 0px 5px no-repeat;
}
ul.simpleBullet {
	padding: 20px 0;
}
ul.simpleBullet li {
	background: transparent url(../../../images/common/simple_bullet.gif) 0px .32em no-repeat;
	padding: 0;
	line-height: 1em;
}
.highlight {
	color: #919194;
}
p.pushedText {
	padding: 10px 25px!important;
}
.messageText {
	font-size: .9em;
}
.disclaimer {
	color: #919194;
	padding: 0 !important;
	font-size: .8em;
}
/***FORM ELEMENTS**************************************************************/
fieldset label {
	display: block;
	float: left;
	font-weight: bold;
	padding: 2px 2px 1px 0;
	text-align: right;
	width: 125px;
}
label span {
	color: #7f7f7f;
	font-size: .9em;
}
fieldset legend {
	padding: 5px 0 15px 0;
}
fieldset input, 
fieldset select,
fieldset.extendedForm fieldset label {
	float: left;
}

fieldset.extendedForm {
	margin: 0 0 0 125px;
	width: 450px;
}
fieldset.extendedForm label {
	font-weight: normal;
	padding: 0;
	text-align: left;
	width: 95%;
}
fieldset.extendedForm fieldset label {
	display: block;
	float: left;
	font-weight: bold;
	padding: 2px 2px 1px 0;
	text-align: right;
	width: 125px;
}
#message_box {
	margin: 20px 0 0 0;
}
#frm_email,
#frm_confirmEmail {
	width: 225px;
}

/***DEFINITION LISTS***********************************************************/
.productListing {
	padding: 10px 0;
}
.productListing img {
	float: left;	
}
.productListing dl {
	width: 620px;
	float: right;
}
.productListing dl dt {
	background: transparent url(../../../images/common/cross_bullet.gif) 0px 7px no-repeat;
}
.productListing dl dt a,
.productListing dl dd {
	margin: 0 0 0 15px;
}
.productListing dl dt a {
	font-weight: bold;
}

/***CALLOUT ELEMENTS***********************************************************/
.callout {
	background: #e2e2e2;
	padding: 5px 10px;
}
/***CALLOUT_BOX ELEMENTS*******************************************************/
.callout_box {
	background: #e2e2e2;
	float: left;
	margin: 0 10px;
	padding: 7px 0;	
	width:180px;
}
.callout_box h4 {
	color: #ef3e42;
	background: #cecece;
	font-size: .9em !important;
	padding: 3px 10px;
}
.callout_box p {
	font-size: .9em;
	padding: 5px 10px !important;
}
/***SPECIFICATION ELEMENTS*****************************************************/
ul#specs {
	background: transparent url(../../../images/common/faux_spec_background.gif) 164px 0px repeat-y;
	width: 480px;
	display: block;
}
ul#specs li {
	display: block;
	padding: 0 0 5px 0;
}
ul#specs span {
	display: block;
	font-weight: bold;
	float: left;
	padding-right: 6px;
	text-align: right;
	width: 168px;

}
ul#specs span + span {
	font-weight: normal;
	padding-left: 6px;
	text-align: left;
	width: 290px;
}

