/*****Home Page Specific*****/

/* start: home page "featured products" section */
div#featuredTopics    {
	width: 500px;
	margin: 0 0 0 0;
	padding: 5px 8px 4px 0;
}
div#featuredTopics h1  {
	font-family: Times New Roman;
	font-style: normal;
	color: #fff;
	font-size: 12pt;
	font-weight: 700;
	margin: 0 4px 5px 0;
	padding: 6px 0 6px 0.5em;
	background-color: #7f7e82;
}
div#featuredTopics h3  {
	font-family: Times New Roman;
	color: #003878;
	font-size: 12pt;
	font-weight: 700;
	font-style: italic;
	margin: 0 4px 0 0;
	padding: 6px 0 6px 0.5em;
}
div#featuredTopics h4  {
	font-family: arial;
	color: #7f7e82;
	font-size: 10pt;
	font-weight: 700;
	margin: 0 4px 0 0;
	padding: 5px 0 0 0.5em;
}
div#featuredTopics p  {
	font-family: arial;
	color: #7f7e82;
	font-size: 10pt;
	font-weight: 100;
	margin: 0 4px 0 0;
	padding: 0 0 5px 20px;
}
div#featuredTopics ul {
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 10px;
}
div#featuredTopics li {
	color: #7f7e82;
	margin: 4px 8px 0 20px;
	padding: 0 0 0 5px;
	list-style-type: disc;
}
div#featuredTopics div.featuredTopic  {
	border-bottom: 1px dotted #7f7e82;
	/*min-height: 75px;*/
	/*height: 90px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 4px;
}
div#featuredTopics div.featuredTopic p {
	min-height: 55px;
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 8pt;
	color: #7f7e82;
}
div#featuredTopics div.featuredTopic a{
	color: #003878;
	font-weight: bold; 
	font-size: 8pt;
	text-decoration: none;
}
div#featuredTopics div.featuredTopic a:hover {
		color: #6aaee1;
		text-decoration: underline;
}
div#featuredTopics div.featuredTopic img{
	float: left;
	margin: 4px 7px 4px 2px;
	/*border: 1px solid #5ca0ce;*/
}
/* end: home page "featured products" section */


/* start: home page "what's new" section */
div#whatsNew   {
	float: right;
	width: 375px;
	padding-top: 5px;
	/*margin-right: 25px;*/
	/*padding-right: 0.5em;*/
}
div#whatsNew h3  {
	font-family: Times New Roman;
	color: #fff;
	font-size: 12pt;
	font-weight: 700;
	/*border-top: 1px solid #b9d0bc;*/
	/*border-bottom: 1px solid #edf3ee;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 0.5em;
	padding-top: 6px;
	PADDING-BOTTOM: 6PX;
	background-color: #7f7e82;
}
div#whatsNew h5 {
	color: #555;
	font-size: 95%;
	font-weight: bold;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
div#whatsNew ul {
	color: #7f7e82;
	margin: 0;
	padding: 0 0 0 10px;
}
div#whatsNew li {
	/* background-image: url(../graphics/nav/primary_nav_bullet.gif); */
	background-repeat: no-repeat;
	margin: 4px 8px 0 0;
	padding: 0 0 4px 10px;
	/*border-bottom: 1px dotted #7f7e82;*/
	list-style-image: disc;
}
div#whatsNew a { 
	color: #003878; 
	font-size: 8pt; 
	text-decoration: none; 
}
div#whatsNew a:hover  { 
	color: #6aaee1; 
	text-decoration: underline 
}

div#promo a { 
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #003878; 
	font-size: 8pt; 
	text-decoration: none; 
	border-bottom: 1px dotted #7f7e82;
}
/* end: home page "what's new" section */

/****

#pageTagline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 100;
	margin: 0;
}

* HTML #pageTagline {
	/*margin: 25px 25px 0 250px;*/
}

#pageTagline h1 {
	font-family: Times New Roman;
	padding-top: 30px;
	padding-left: 250px;
	color: #7f7e82; 
	font-weight: 700;
	font-size: 20pt;
	font-style: italic;
	text-decoration: none
}

#pageTagline p {
	padding-left: 250px;
	padding-right: 250px;
	color: #7f7e82; 
	font-size: 11px;
	font-weight: 700;
	text-decoration: none
}

/* Page Sandbox Area */
div#pageContent  {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 10;
	padding-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
}

* html #pageContent {
	margin-right: 10px
}
* html div#pageContent {
	margin-left: 0px; 
	height: 260px
}
#pageContent div {
	padding-right: 0px; 
	padding-left: 10px; 
	padding-bottom: 4px; 
	padding-top: 0px
}
#pageContent div#descriptionContent  { 
	text-align: justify; 
	margin: 0; 
	padding: 0; 
	clear: none; 
	border: 0;
}
#pageContent h1  { 
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #7f7e82; 
	font-size: 18px; 
	font-weight: bold; 
	margin-top: 5px;
}
#pageContent h3  { 
	color: #003399; 
	font-size: 13px; 
	font-weight: 700; 
	text-transform: capitalize; 
}
#pageContent td  { 
	color: #000000; 
	font-size: 11px; 
	padding: 2px 10px; 
	border-right: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}

#fixedContent {
	height: 300px;
	overflow: auto;
}

table {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px
}
th  { 
	color: #003399; 
	font-size: 12px; 
	font-weight: bold; 
	background-color: #bfcce5;
	padding: 0; 
	border-right: 1px solid #b5bbb8; 
	border-bottom: 1px solid #b5bbb8 
}

td  { 
	color: #000000; 
	font-size: 11px; 
	padding: 0; 
	/*border-right: 1px solid #e5e5e5;*/
	/*border-bottom: 1px solid #e5e5e5;*/
}

h4  { 
	color: #003399; 
	font-family:  Arial, Verdana, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: 700;  
}

h6  { 
	color: #003399;
	color: #000000; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;  
}

div#ProductCenters {
	margin-left: 260px;
	margin-right: 75px;
	height: 175px;
}

div#ProductCenters h6 {
	color: #555555;
	font-size: 90%;
	font-weight: normal;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

div#ProductCenters h4 {
	/*background-color: #ffffff;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #003399;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0.5em;
}

.skuTable {
	color: #000000;
	CLEAR: both;  
	MARGIN: 0px; 
	WIDTH: 100%; 
	padding: 2px 10px;
	/*border-right: 1px solid #e5e5e5;*/
	/*border-bottom: 1px solid #e5e5e5;*/
}


/* start: document tags - these format all generic content that appears in the main section of the screen */
.document {
	font-family: "Arial Unicode MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.document div {
	padding-left: 8px; 
	padding-top: 8px
}
.document pre {
	padding-left: 20px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #555;
	margin: 0px 0px 0.5em
}
.document ul {
	
}
.document li {
	
}
.document h1 {
	font-family: times new roman;
	color: #000; 
	display: block;  
	font-weight: bold;
	font-size: 18px; 
}
.document h3 {
	padding-right: 0; 
	display: block; 
	padding-left: 0; 
	font-weight: 700; 
	font-size: 120%; 
	padding-bottom: 0.5em; 
	margin: 0; 
	color: #c49b2b; 
	padding-top: 0.5em
}
.document em {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#000;
}
.document p {
	color: #555;
	margin: 0px 0px 0.5em
}
.document a {
	color: #003399;
	font-weight: 100;
	text-decoration: none;
	margin: 0px 0px 0.5em
}
.document a:hover {
	color: #5ca0ce; 
	text-decoration: underline
}
.document table {
	margin-top: 0px; 
	font-size: 100%; 
	color: #404040; 
	FONT-STYLE: normal;
	border-spacing: 0px
}
.document td {
	padding-left: 3px; 
	color: #404040; 
	background-color: #e5e6fb; 
	text-align: left
}
.document th {
	padding-right: 2px; 
	padding-left: 2px; 
	font-weight: bold; 
	padding-bottom: 2px; 
	color: #003399; 
	padding-top: 2px; 
	background-color: #bfcce5; 
	text-align: center
}
.document caption {
	padding-right: 2px; 
	padding-left: 2px; 
	font-weight: 600; 
	font-size: 90%;
	padding-bottom: 2px; 
	padding-top: 2px; 
	font-family: cursive; 
	text-align: center
}
.document span.caption {
	padding-right: 2px; 
	padding-left: 2px; 
	font-weight: 600; 
	font-size: 90%; 
	padding-bottom: 2px; 
	padding-top: 2px;
	font-family: cursive; 
	text-align: center
}
.document th.tableCaption {
	border-right: white 4px solid; 
	padding-right: 4px; 
	border-top: white 4px solid; 
	margin-top: 6px; 
	padding-left: 4px; 
	font-weight: bold; 
	padding-bottom: 4px; 
	border-left: white 4px solid; 
	color: #404040; 
	padding-top: 4px; 
	border-bottom: white 4px solid; 
	background-color: #ccc; 
	text-align: center
}

#pageHeader .pageBanner {
	width: 950px;
	height: 300px;
	/*float: right;*/
	margin-left: 50px;
}


#flashContent {
	width: 950px;
	height: 307px;
	margin-left: 0;
	/*margin-left: 50px;*/
}

#About {
	padding-left: 200px;
}
/* end: document tags */
