﻿body
{
	padding: 0px;
	margin: 0px;
	font-family: 'trebuchet MS' , Verdana;
	font-size: 76%;
}

html
{
	padding:0px;
	width: 100%;
}

:-moz-any-link:focus
{
  outline: none;
}

/* main div */
div#DivMainClass
{
    background: url(Images/cpu-headerTop.gif) top repeat-x;
}

div#header {

	padding-top:0px;	
	
}

div#footer {

	padding-bottom:0px;
	
}

div#wrapper_l
{

}

div#wrapper_r {

}

div#wrapper_lt
{

}

div#wrapper_rt
{

}

div#wrapper {

	margin: 0px auto 20px;	
}

/* HOME BAR */
.breadcrum
{
    border-bottom-color: #4e8abe;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: right;
    padding-bottom: 3px;
    margin-top: -2px;
}

.homeBarDIV 
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333;
	padding: 3px;
	color: #FFF;
	font-size: .90em;
}

.homeBarDIV a
{
    color: #FFF;
    text-decoration: none;
}

.homeBarDIV .textSize {
    float:right;
    width:20;
    top:0px;
    padding-top:0px;
    position:relative;
}

/* HEADER BAR */
.headerBarDIV {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height: 100px;
	background-image: url(Images/headerGrad.gif);
}

.headerSearch {
	width: 210px;
	height: 35px;
	position: absolute;
	top: 0pt;
	right: 0pt;
	color:#FFF;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 15pt;
	padding-left: 10px;
	margin-right: 0pt;
	margin-top: 15pt; /*moves search box content down*/
	font-size:1.3em;
}

.headerSearchOptions {
    text-align:right;
	color:#FFF;
	font-size:.6em;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
	float:right;
}

.headerSearchOptions a {
    color: #FFF;
    text-decoration: none;
}

.headerSearchOptions a:hover {
    color: #CCC;
    text-decoration: none;
}

.headerSearch .textBar {
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #330000 #330000 #808080 #330000;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	color: #330000;
	margin: 0;
	padding: 0px 2px 0px 2px;
}

.headerSearch .goButton {
	background-color: #666;
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: 1px solid #ebebeb;
	border-bottom-color: #d6d6d6;
	vertical-align: top;
	color: #FFF;
	margin-top:2px;
	padding:0px 2px 0px 2px;
}

.searchBacking {
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 15pt;  /*will move search bg down or up- also must move .headerSearch*/
	
}

.headerDIV {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	position:relative;
	right: 0px;
	overflow:hidden;
	z-index:0;	
}

/* HORIZONTAL NAV BAR */
.horizontalNavBarDIV {
    background-image: url(Images/navBarGrad.gif);
    width:990px;
	margin-left:auto;
	margin-right:auto;
    /*height:33px;*/
    color:#fff;    
	clear: both;
	/*top:10px;*/
}

.mainMenu
{
	width:750px;
	padding-top:4px;
	margin-left:8px;
	float:left;
}

.submitBtn
{
	float:right;
	padding-right:6px;
}


/* MAIN CONTENT */
.contentBarDIV {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}

.floatRight {
    float:right;
    width:150px;
}

.textPadding {
	padding: 10px 8px 20px 8px;
}

.contentBarTable {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-size:1em;
}

/* ----------------------------------------------Begin CPU Large Image css----------------------------------*/
/* This container holds the large image. The images's shadows and main image has been sliced to allow for a quicker download time. 
   Although it's probably not that much but I wanted to build a shadowed container anyway :) KH*/


/*center image*/
.consumerLargePhoto {
    width:957px;
    height:209px;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    left:0px;
    position:relative;
    z-index:9;
          
}
.consumerLargePhoto-mainImage{
    width:929px;
    height:193px;
    top:5px;
    left:15px;
    position:absolute;
    z-index:2;
}
 
.consumerLargePhoto-topShadow {
    /*background-image:url(Images/topShadow.gif) top repeat-none;*/
    width:929px;
    height:14px;
    padding:0px;
    top:-9px;
    left:15px;
    position:absolute;
    z-index:8;
    
    
    
}
.consumerLargePhoto-leftShadow {
    /*background-image:url(Images/topShadow.gif) top repeat-none;*/
    float:left;
    width:15px;
    height:193px;
    padding:0px;
    top:-10px;
    left:0px;
    position:absolute;
    z-index:7;
    
    
    
}
.consumerLargePhoto-rightShadow {
    /*background-image:url(Images/rightShadow.gif) top repeat-none;*/
    width:15px;
    height:190px;
    padding:0px;
    float:right;
    position:absolute;
    right:-2px;
    top:-10px;
    z-index:6;
    
    
    
    
}
.consumerLargePhoto-bottomShadow {
    /*background-image:url(Images/bottomShadow.gif) bottom repeat-none;*/
    width:959px;
    height:12px;
    padding:0px;
    margin-left:17px;
    top:198px;
    left:-2px;
    position:absolute;
    z-index:5;
              
}

/* ----------------------------------------------End Large Image Css----------------------------------*/

.consumerAnnouncement{
    border: solid 2px #234616; 
    width: 670px; 
    position: relative; 
    left: 30px; 
    padding: 15px 0 15px 5px;
    margin: .5em 0;
    text-align: center;
}
.consumerAnnouncement span{
    font-weight: bold;
    margin-right: 3em;
    font-size: medium;
}
.consumerAnnouncement a:link, .consumerAnnouncement a:visited{
    text-decoration: underline;
    color: #e47f12;  
 
}
.consumerAnnouncement a:hover{
    text-decoration: none;
    color: #f7b43f;
}
.sectionContainer h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-style:italic;
	text-decoration:none;
	text-align:left;
	padding:0px;
	margin:0px;
}

.sectionContainer{
    width:710px;
    min-height:230px;
    padding-bottom:10px;
    float:left;
    left:20px;
    margin:0px;
    position:relative;    
 }
.sectionLeftContent {
    width:336px;
    min-height:253px;
    padding:0px;
    margin-left:10px;
    float:left;
      
} 
.sectionRightContent {
    width:336px;
    min-height:253px;
    padding:0px;
    margin: 0px 10px 0px 5px;
    float:right;
    }  
.sectionTop {
    width:330px;
    min-height:130px;
    height:auto !important;
    margin-bottom:0px;
       
  }
.sectionBottom {
    width:330px;
    min-height:120px;
    height:auto !important;
    margin-top:0px;
  }
   
 sectionImg {
    border:solid 1px #666;
    float:left;
    margin-right:4px;
    }
.sectionBreak {
    border-bottom:dashed 1px #666;
    margin:0px 0px 8px 0px;
    height:1px;
    width:98%;
    }
    
/*----------------------------------End home page section CSS------------------------------*/

/*---------------------------Begin home page right section content-------------------------*/
    
.rightContent {
    width: 223px;
    min-height:230px;
    height:auto !important;
	vertical-align: top;
	background-color: #fff;	
    border-left:dashed 1px #666;
    margin:0px 0px 10px 10px;
	padding:0px 0px 0px 10px;	
	right:30px;
	float:right;
	position:relative;
	
}
.rightContent h1, .rightContent h2, .rightContent h3, .rightContent h3, .rightContent h4, .rightContent h5, .rightContent h6 {
	color:#000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.rightContent a
{
    color:#f7b43f; 
    text-decoration:underline;
    }


.rightContent p {
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:120%;
}

.rightContent ul
{
    padding:0px;
    margin:0px;
}

.rightContent li {
	padding:0px;
	margin:0px;
	list-style: none;
	line-height:145%;
}


/*--------------------------sub page left conent begins here-----------------------------*/

.subLeftContent
{
	padding-top:25px;
	float:left;
	width:674px;
}

.subLeftContent h1, .subLeftContent h2, .subLeftContent h3, .subLeftContent h3, .subLeftContent h4, .subLeftContent h5, .subLeftContent h6 {
	color:#234616;
	font-style:normal;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.subLeftContent a 
{
    color:#e47f12;
    font-weight:bold;
    text-decoration:underline;
}
.subLeftContent a:hover
{
	color:#f7b43f;
	font-weight:bold;
	text-decoration:underline;
}

.subRightContent {
    width: 275px;
    float:right;
    min-height:400px;
	vertical-align: top;
	background-color: #fff;	
    /*border-left:dashed 1px #666;*/
    margin:31px 0px 0px 0px;
	padding:0px 5px 0px 20px;	
	position:relative;
	
}
.subRightContent h1, .subRightContent h2, .subRightContent h3, .subRightContent h3, .subRightContent h4, .subRightContent h5, .subRightContent h6 {
	color:#234616;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.subRightContent a 
{
    color:#e47f12;
    text-decoration:underline;
}

.subRightContent a:hover  {color:#f7b43f; text-decoration:underline;}

.subRightContent p {
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:120%;
}

.subRightContent ul
{
    padding:0px;
    margin:0px;
}

.subRightContent li {
	padding:0px;
	margin:0px;
	list-style: none;
	line-height:145%;
}


.bodyContentTD
{
	vertical-align:top;
	color: #000;
	margin-top: 10px;
	padding: 0px;
}

/* DIRECTORY BAR */
.directoryBarMainDIV
{
	position:fixed;
	bottom:0px;
	width:100%;
}

.directoryBarDIV
{
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 100%;
	margin: 0px auto 0px auto;
	
}
/* FOOTER */
.footer-span 
{
    background-image:url(Images/cpu-footer.span.jpg) bottom repeat-x;
}

.footerBarDIV
{
	background-color: #333;
	color: #FFFFFF;
	font-size: .88em;
	text-align:center;
	padding-top:3px;
	padding-bottom: 30px;
	
}

.footerBarDIV a
{
	color: #FFFFFF;
}

.mainContent
{
	color:#000; 
	width:900px;
	border:1px solid #000;
	font-size:110%;
	
}

.mainContent p
{
	padding:0px 10px 15px;
	margin:0px 0px 10px;
	line-height:200%;
}

.mainContent a 
{
	color:#fc9200;
	text-decoration:underline;
}

.mainContent a:hover
{
	color:#D18107;
	text-decoration:none;
}

.mainContent ul
{
	margin:0px;
	padding:10px 10px 0px 15px;
}

.mainContent li
{
	padding-bottom: 10px;
	/* list-style: none;*/ 
}

.whatsNew
{
	padding:10px;
	border-right: solid 1px #f7a11a;
	color:#4e8abe;
}

.whatsNew a
{
	color:#fc9200;
	text-decoration:underline;
}

.whatsNew a:hover
{
	text-decoration:none;
}

.whatsNew img
{
	margin-right:10px;
	/*border: 1px solid #305b83;*/
	margin-bottom:10px;
}

.whatsNew p
{
	clear: both;
	line-height: 145%;
}
.newsList
{
	float:left;
	width:775px;
	min-height:400px;
	border-right-style:dashed;
	border-right-width:thin;
	margin-top:25px;
}

.newsList img
{
	border:none;
}

.newsList a
{
    color:#e47f12;
    text-decoration:underline;	
}
.newsList a:hover
{
	color:#f7b43f;
	text-decoration:underline;
}

.newsArchive
{
	float:right;
	margin-top:25px;
	margin-left:10px;
}

.newsArchive img
{
	border:none;
}

.newsArchive a
{
    color:#e47f12;
    text-decoration:underline;	
}
.newsArchive a:hover
{
	color:#f7b43f;
	text-decoration:underline;
}

/*--------------------------form-----------------------------*/

.complaintform
{
   overflow: hidden;
   margin: 0 0 25px 25px;
   width:740px;
  
}
.complaintform legend
{
   font-size: larger;  
}
.complaintform fieldset
{
    padding-left: 10px;
}

.complaintform .design_view_button
{
    display:none;
}
.complaintform a
{
    color:#e47f12;
    text-decoration:underline;	
}
.complaintform a:hover
{
	color:#f7b43f;
	text-decoration:underline;
}
