/* IMPORTS EXTRA SETTINGS WHICH BREAK IN NETSCAPE 4.x */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color : #000000;
	background-color : #FFFFFF;
	/*
		scrollbar-3d-light-color : #999999;
		scrollbar-arrow-color : #999999;
		scrollbar-base-color : #666666;
		scrollbar-dark-shadow-color : #999999;
		scrollbar-face-color : #666666;
		scrollbar-highlight-color : #999999;
		scrollbar-shadow-color : #999999;
	*/	
}

/* Custom CSS for site template layout */
#mainContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
#headerBarContainer {
	background: #FF0000;
	height: 200px;
	border: #FF0000 solid 10px;
	border-bottom: none;
	margin: 0;
}
#headerBar {
	height: 200px;
	background: #ffffff;
}
#headerBar H1{
	color: #FFFFFF;
}

#bodyContainer {
	background: #FFFFFF;
	
	border-top: none;
	border-bottom: none;
	margin: 0;
	position: absolute;
	top: 210px;
	bottom: 0;
}
#contentContainer {
	background-color: #FFFFFF;
	border: 10px solid #FFCC00;
	border-top: none;
}

#mainContentContainer{
	/* This  is main content css */	
	min-height: 550px;
}
#mainContentContainer a{
	color: #FF0000;
	text-decoration: none;	
	font-weight: bold;
}
#mainContentContainer a:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

#layOutTable {
	
}
#leftCol {
	background: #D40008 url(/images/newMenuBg.jpg) top left no-repeat;
	width: 190px;
	height: 100%;
}
#centerCol {
	background: #FFFFFF;
	padding: 15px 15px 25px 15px;
	margin: 0;
}
#rightCol {
	background: #0059A1;
	width: 180px;
	color: #ffffff;
	padding: 5px;
}
#footer{
border-top: 2px solid #FFCC00;
	margin-top: 25px;
	text-align: center;
}
#clear {
	clear: both;
	line-height: 0px;
}

/*MENU LAYOUT TABLES */

.navigationCell {
		font-size: 12px;
		font-weight : bold;
		padding : 3px 0px 2px 0px;	
}
.navigationCell a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

td.navigationCellHeader {
	background-color : #FFCC00;
	height : 3px;
}

td.navigationCellOff {
	color : White;
	border-bottom : 1px solid #660000;
	padding: 2px 0px 2px 10px;
}

td.navigationCellOvr {
	background-color : #FF8900;
	color : White;
	border-bottom : 1px solid #660000;
	padding: 2px 0px 2px 10px;
}

td.subNavigationCellOff {
	color : #FFFFFF;
	border-bottom : 1px solid #660000;
	font-weight: normal;
	padding: 2px 0px 2px 10px;	
	font-size: 11px;
}

td.subNavigationCellOvr{
	background-color : #FF8900;
	color : #FFFFFF;
	border-bottom : 1px solid #660000;
	font-weight: normal;
	padding: 2px 0px 2px 10px;	
	font-size: 11px;
}
td.subNavigationCellOff a{
	font-weight: normal;
	color: #FFCCCC;
}
td.subNavigationCellOff a:hover{
	font-weight: normal;
}

td.subNavigationCellOvr a{
	font-weight: normal;
}
td.subNavigationCellOvr a:hover{
	font-weight: normal;
}

/* LINKS */

a {
	color:#FF0000;
	font-weight: normal;
	text-decoration: underline;
	}
	
a:hover {
	color:#000000;
	font-weight: normal;
	text-decoration: underline;
	}

a.bodyLink:active:link {
	color: #003399;
	text-decoration: underline;
}

a.bodyLink:active {
	color: #003399;
	text-decoration: underline;
}

a.bodyLink:active:focus {
	color: #003399;
	text-decoration: underline;
}

a.bodyLink:active:visited {
	color: #003399;
	text-decoration: underline;
}

a.bodyLink:active:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.footerLink:active:link {
	color: #003399;
	text-decoration: none;
	font-size : 10px;
}

a.footerLink:active {
	color: #003399;
	text-decoration: none;
	font-size : 10px;
}

a.footerLink:active:focus {
	color: #003399;
	text-decoration: none;
	font-size : 10px;
}

a.footerLink:active:visited {
	color: #003399;
	text-decoration: none;
	font-size : 10px;
}

a.footerLink:active:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size : 10px;
}

.button {
	background-color : #FFCC00;
	color : #0000CC;
}

.footerText {
	color: #003399;
	text-decoration: none;
	font-size : 10px;
}


/* HEADINGS */

h1 {
	color : #FF0000;
	margin-bottom : 5px;
	font-size : 24px;
	font-weight : bold;
}

h2 {
	color : #FF0000;
	margin-bottom : 0px;
	font-size : 18px;
	font-weight : bold;
}

h3 {
	color : #FF0000;
	font-size : 14px;
	font-weight : bold;
	margin-bottom : 0px;
}

.highlight {
	color : #FF0000;
	font-size : 12px;
	font-weight : bold;
	margin-bottom : 0px;
}

.highlight1 {
	color : #FF0000;
	font-size : 13px;
	font-weight : bold;
	margin-bottom : 0px;
}

/* HORIZONTAL RULE */

hr {
	height: 1px;
	color: #FFCC00;
}

/* PARAGRAPH */
p {
	/*text-align : justify;*/
}
.smallFont {
	font-size : 10px;
}

.special {
	color: #FF0000;
	font-weight : bold;
}

.specialBlack {
	color: #000000;
}

.specialGrey {
	color: Gray;
}

/* TABLE */

table {
	border : 0px solid Black;
	padding : 0px 0px 0px 0px;
	width: 100%;
}

tr {
	text-align : left;
	vertical-align : top;
}

/* TABLE CELL*/

td {
	text-align : left;
	vertical-align : top;
	font-family:  Arial;
	font-size: 12px;
	color : #000000;
}

td.alignBottom {
	text-align : left;
	vertical-align : bottom;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
	height: 25px;
}

td.alignCenter {
	text-align : center;
	vertical-align : middle;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}

td.alignCenterTop {
	text-align : center;
	vertical-align : top;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}

td.alignRightTop {
	text-align : right;
	vertical-align : top;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}

td.alignRight {
	text-align : right;
	vertical-align : top;
	font-family: Arial;
	font-size: 12px;
	color : #000000;
}

.navigationCell {
		background: url(../images/newMenuBg.jpg) repeat-x top left;
		font-size: 12px;
		font-weight : bold;
		padding : 3px 0px 2px 0px;
		height: 15px;
		
}
.navigationCell a{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.navigationCell a:hover{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

td.navigationCellHeader {
	background-color : #FFCC00;
	height : 3px;
	
}

td.navigationCellOff {
	color : White;
	border-bottom : 1px solid #660000;
	padding: 2px 0px 2px 10px;
	height: 15px;
	
}

td.navigationCellOvr {
	background-color : #FF8900;
	color : White;
	border-bottom : 1px solid #660000;
	padding: 2px 0px 2px 10px;
	height: 15px;
	
}

td.subNavigationCellOff {
	color : #FFFFFF;
	border-bottom : 1px solid #660000;
	font-weight: normal;
	padding: 2px 0px 2px 18px;	
	font-size: 10px;
	height: 15px;	
}

td.subNavigationCellOvr{
	background-color : #FF8900;
	color : #FFFFFF;
	border-bottom : 1px solid #660000;
	font-weight: normal;
	padding: 2px 0px 2px 18px;	
	font-size: 10px;
	height: 15px;
}

td.subNavigationCell a{
	text-decoration: none;
	font-weight: normal;
	color: #00FF00;
}

td.subNavigationCell a:hover{
	text-decoration: none;
	font-weight: normal;
}

td.flashHeader {
	background-color : #FFCC00;
	height : 3px;
}

td.flashHeadercell {
	background-color : #FF0000;
	color : White;
	border-left : 3px solid #FFCC00;
	border-right : 3px solid #FFCC00;
	border-bottom : 3px solid #FFCC00;
	padding : 2px 2px 2px 10px;
	font-size: 11px;
	font-weight : bold;
}

td.flashHeadercellOff {
	background-color : White;
	color : #003399;
	border-left : 3px solid #FFCC00;
	border-right : 3px solid #FFCC00;
	border-bottom : 3px solid #FFCC00;
	padding : 2px 10px 2px 10px;
	font-size: 11px;
}

td.subNavigationCellCenterOff {
	background-color : White;
	color : #003399;
	border-left : 3px solid #FFCC00;
	border-right : 3px solid #FFCC00;
	border-bottom : 3px solid #FFCC00;
	padding : 2px 10px 2px 10px;
	font-size: 11px;
	text-align : center;
}

td.subNavigationCellCenterOvr{
	background-color : White;
	color : #FF0000;
	border-left : 3px solid #FFCC00;
	border-right : 3px solid #FFCC00;
	border-bottom : 3px solid #FFCC00;
	padding : 2px 10px 2px 10px;
	
	font-size: 11px;
	text-align : center;
}

td.subNavigationCellOffLeft {
	background-color : White;
	color : Black;
	border-left : 3px solid #FFCC00;
	padding : 2px 10px 2px 10px;
	font-size: 11px;
}

td.subNavigationCellOffRight {
	background-color : White;
	color : Black;
	border-right : 3px solid #FFCC00;
	padding : 2px 10px 2px 10px;
	font-size: 11px;
	text-align : right;
}

td.subNavigationCellOffSides{
	background-color : White;
	color : Black;
	border-right : 3px solid #FFCC00;
	border-left : 3px solid #FFCC00;
	padding : 2px 10px 2px 10px;
	font-size: 11px;
}

td.promotionsNavigationCellHead{
	color: #FFFFFF;
	background: url(../images/promotionsHeader.jpg) repeat-x top left;
	height: 52px;
	font-weight: bold;
	font-size: 12px; 
	border-bottom: 1px #FFFFFF solid;
	text-align: center;
	padding: 15px 5px 5px 5px;
}

td.promotionsNavigationCell{
	padding: 5px;
	color: #3399FF;
	font-weight: bold;
	font-size: 12px; 
	border-bottom: 1px #FFFFFF solid;
	padding: 10px;
	text-align: center;
}

td.promotionsNavigationCellText{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px; 
	border-bottom: 1px #FFFFFF solid;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
td.promotionsNavigationCellText h1{
	font-size: 12px; 
	}

td.promotionsNavigationCellText a{
	color: #FFFFFF;
	text-decoration: underline;
	}

td.promotionsNavigationCellText a:hover{
	color: #3399FF;
	text-decoration: none;
}


td.sponsorsFlash{
	padding: 0;
	margin: 0;
}


/* LISTS */

ul {
	margin-top : 0px;
	list-style : disc outside none;
	text-align : justify;
}

ol {
	margin-top : 0px;
	list-style-type : georgian;
	text-align : justify;
}

li {
	margin-top : 5px;
}

.textBottom {
	vertical-align: bottom;
}

.alignMiddle {
	vertical-align: middle;
}

.alignTopRight {
	text-align: right;
	vertical-align: top;
}

.dataTable {
	width: 50%;
}

alignCenter12 {
	text-align : center;
	vertical-align : middle;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}
.alignCenterBottom {
	text-align : center;
	vertical-align : bottom;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}
.alignRight11 {
	text-align : right;
	vertical-align : middle;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}
.headerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.alignMidRight {
	text-align : right;
	vertical-align : middle;
	font-family: Arial;
	font-size: 12px;
	color : #000000;
}
.alignCenterMiddle {
	vertical-align: middle;
	text-align: center;
}

.alignLeft {
	text-align : center;
	vertical-align : middle;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}

.alignLeft {
	text-align : left;
	vertical-align : middle;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}

.alignTop {
	vertical-align : top;
	color : #000000;
}

a.specialLink:active:link {
	text-decoration: none;
	color : #FF0000
}

a.specialLink:active {
	text-decoration: none;
	color : #FF0000
}

a.specialLink:active:focus {
	text-decoration: none;
	color : #FF0000
}

a.specialLink:active:visited {
	text-decoration: none;
	color : #FF0000
}

a.specialLink:active:hover {
	text-decoration: none;
	color : #FF0000
}

.alignLeftTop {
	text-align : left;
	vertical-align : top;
	font-family: Arial;
	font-size: 11px;
	color : #000000;
}

.smallFontHighlight {
	font-size : 10px;
	color: #FF0000;
	font-weight: bold;
}


#siteMap a{
		color: #000000;
		text-decoration: none;
}

#siteMap a:hover{
		color: #FF0000;
}

#siteMap ul li{
	font-weight: bold;
}

#siteMap ul li ul li{
	font-weight: normal;
}

/* Info table layout */
#infoTableLayout{
		color:#000000;
		width: 100%;
		padding: 5px;
		}

#infoTableLayout td{
		background-color: #FFFFFF;
		border-bottom: 1px #CCCCCC solid;
		}
		
.shoppingCart td{
	color: #ffffff;
	line-height: 20px;
	padding-left: 5px;
}

.shoppingCart td a{
	color: #ffffff;
	text-decoration: underline;
}

.shoppingCart td a:hover{
	color: #6699FF;
	text-decoration: none;	
}
.shoppingCartHeader{
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.shoppingCartTotal td{
padding: 10px;
	font-weight: bold;
	font-style: italic;
}