/* Design & Code (c) RJM Advisor */

body {
	background: #EAEAEA;
	margin: 0px;
	}
	
/* Headings H1-H6 */
h1, .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#990000;
	line-height: 1.25em;
	margin: 0px;
}

h2, .h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 1.25em;
	font-weight:bold;
	color: #990000;
	margin: 0px;
}

h3, .h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25em;	
	font-weight:bold;
	color: #990000;
	margin: 0px;
}

h4, .h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.25em;
	font-weight:bold;
	color: #990000;
	margin: 0px;
}

h5 { }

h6 { }





/* Paragraph and Link Styles */
p, .content, li { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.breadcrumbs {
	font: 9px Lucida Grande, Verdana, sans-serif;
	color:#C93D01;
}	
	

/* Forms */
.textField
{
	color: #0F4C78;
	background: #E6F8FF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
}	

.errorField
{
	color: #990000;
	background: #76ADFF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
	border: solid 2px #990000;
}
	
/* Lists and Navigation */

/* Articles System */
.catdrop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #352C66;
	background-color: #BEBCD4;
}

.articleListHeadings	{
	color: #352C66;
	background-color: #BEBCD4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant:small-caps;
	padding: 3px 5px 3px 5px;
}

.articleListing
{
	color: #352C66;
	background: #E3E1EC;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.articleHomeDate { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5em;
	color: #ff560f;
	font-weight:bold;
}
.articleHomeListing
{
	color: #0F4C78;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.articleNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BEBCD4;
}

/* CSS Drop Menu */
#chromemenu{

}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
font: 13px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
padding: 7px 7px;
text-decoration: none;
padding-bottom:6px;
}

#chromemenu ul li a:hover{
color: #EAF9FF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:200;
background-color: #C23134;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font: 12px Arial, Helvetica, sans-serif bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #BCE1FC;
color: #C23134;
text-decoration: none;
}
/* ######### End Drop Down Menu ######### */

/* Human Verify Styles */
.textfield {  
	font-family: "MS Sans Serif"; 
	font-size: 9pt; 
	border: 1px solid #cccccc; 
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #0A8AC7; 
	cursor: hand;
}

.tablestandard {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
/* End Human Verify Styles */

/*////// Cart Styles 
Default color: #272727
Default visited link #272727
Default HOVER #838383
//////*/

td 					{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px; color:#272727;}
A:link 				{color: #272727; text-decoration: none;}
A:visited 			{color: #272727; text-decoration: none;}
A:hover 			{color: #838383;text-decoration: underline;}

.productPrice 	{font-size: 10px;line-height:13px; color:#003C72;font-style: normal;}
.productTitle 	{font-size: 14px;line-height:17px;color: #272727;font-weight:bold;}
.productSmallLink {font-size:  9px;line-height:12px;font-weight: bold;color: #272727;}
.productSubTitle 	{font-size: 11px;font-weight:bold;color: #272727;}
.productSubPrice 	{font-size: 11px;line-height:14px;font-weight: normal;color: #272727;}
.textLarge	 	{font-size: 13px;line-height:15px;color: #272727;font-style: normal;}
.red 				{color: #E40000;}
a.red 				{color: #E40000;}
a.red:visited 		{color:#E40000}
a.red:hover 		{color:#E40000; font-weight:bold;}

/*////// Table Classes //////*/

.cartTableHeader 	{border: 2px 0px 0px 0px solid #888888; background-color:#DADADA; padding: 3px 0px 4px 5px; font-weight: bold; color: #272727;}

td.leftNavHeader 	{padding: 2px 0px 3px 5px; background-color:#EEEEEE; color:#272727; font-style:normal; font-weight: bold;}  
td.tableLabel 		{font-weight: bold;padding:3px;}
a.tableLabel 		{font-weight: bold;}
a.tableLabel:visited{color:#272727;}
a.tableLabel:hover 	{color:#838383;} 

td.tableHeader 		{
	padding: 2px 0px 3px 5px;
	border-bottom: 1px solid #888888;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9a9a9a;}
td.tableRow 		{padding: 3px 3px 3px 3px; color: #272727;  font-size: 12px;}
.tableWrapColor 	{background-color:#DDDDDD;}

.tableTitle 		 {padding: 2px 0px 3px 5px; color: #FFFFFF; font-weight: bold; color: #FFFFFF;}
 
a.tableTitle 		 {padding: 2px 0px 3px 5px;color: #FFFFFF; font-weight: bold;color: #FFFFFF;}
a.tableTitle:visited {color:#FFFFFF;}
a.tableTitle:hover 	 {color:#F8C701;}

/*////// Form Classes //////*/
.formText 			{border: #000000 1px solid; padding-left:2px;font-size: 11px;background-color:#FAFAFA;}
.formSelect 		{font-family: Tahoma, Arial, Helvetica; font-size: 11px; background-color:#FAFAFA;}
.submitButton		{padding:0px 2px 0px 2px; color:#000000;}

.footer, a.footer, a.footer:visited, a.footer:hover	{ 
	font: 9px/1.25em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

a.footer:hover	{
	text-decoration:underline;
}

.tahoma, a.tahoma, a.tahoma:visited, a.tahoma:hover	{
	font: 11px/1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.tahomaWhite, a.tahomaWhite, a.tahomaWhite:visited, a.tahomaWhite:hover	{
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

/**** OS Commerce Styles to replace ****/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #F8F8F8; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #003C72; text-decoration: underline; }

BODY {
  background: #EAEAEA;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #9A0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #F0F0F0;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #F0F0F0;
  color: #333333;
  font-weight : bold;
}

A.headerNavigation { 
  color: #333333; 
}

A.headerNavigation:hover {
  color: #000000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #E1E1E1;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #E1E1E1;
  color: #000036;
  font-weight: bold;
  text-align: left;
  padding: 4px 2px;
}





.infoBox {
  background: #cccccc;
}

.infoBoxContents {
background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxContents2 {
background: #9DE7FF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  background: #ffffff;
  color: #333333;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-spacing: 1px;
}
TABLE.productListing2 {
  border: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-spacing: 1px;
  background: #cccccc;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #e1e1e1;
  color: #333333;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #003c72;
}

A.pageResults:hover {
  color: #ffffff;
  background: #003c72;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #e1e1e1; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #e1e1e1; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.maintable {
	width: 966px;
	background-color: #FFFFFF;

}
.boxhead {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.tlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
}
.tlink2 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #74B501;
}
.tlink2 a:link {
	color: #FFFFFF;
	text-decoration: none;
} 
.tlink2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
.tlink2 a:hover {
	color: #cccccc;
	text-decoration: underline;
}

.redBoxHeader	{
	background:url(images/boxhead.jpg) no-repeat left top #990000;
}

.grayBorder	{
	border:#999999 1px solid;
}

/*   Menu***************************************************** */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#dropmenudiv{
position:absolute;
font:normal 12px Arial;
color: #004B91;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F4F4F4;
padding: 5px 0;
text-decoration: none;
color: #004B91;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #004B91;
color: #ffffff;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist{ 
color: #004B91;
width: 200px;
background-color: #FFFFFF;
}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu {
	width: 198px;
	margin: 0px;
	padding: 0px;
	}
	
#menu a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 24px !important;
  	height: 20px;
	text-decoration: none;
	}	
	
#menu a:link, #menu a:visited {
	color: #004B91;
	display: block;
	background: #ffffff;
	padding: 4px 0 0 3px;
	font-weight: bold;

	}
	
#menu a:hover, #menu a:active {
	color: #ffffff;
	background: #004B91;
	padding: 4px 0 0 3px;
	font-weight: bold;
	}
