BODY
{
	FONT-SIZE: 70%;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND: #001B54 url(/ewCommon/images/schemes/flowers/Atlantice/body_bg.gif) top left repeat-x;
	color:#000;
}
.Site A
{
	COLOR: #001F61;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.Site .box .content A
{
	COLOR: #FFF;
}
.Site A:hover, .Site .box .content A:hover
{
	color:#A6A6A6;
}
.Site h1, 
.Site h2, 
.Site h3, 
.Site h4, 
.Site h5, 
.Site h6
{
	color:#001F61;	
}
.Site .box h1, 
.Site .box h2, 
.Site .box h3, 
.Site .box h4, 
.Site .box h5, 
.Site .box h6
{
	color:#FFF !important;	
}
.Site h1, 
.Site h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.Site H1
{
    FONT-SIZE: 210%;
}
.Site H2
{
    FONT-SIZE: 180%;
}
.Site H3
{
    FONT-SIZE: 140%;
}
.Site H4
{
    FONT-SIZE: 130%;
}
.Site H5
{
    FONT-SIZE: 120%;
}
.Site H6
{
	FONT-SIZE: 100%;
}
.Site hr
{
	border-top:1px solid #bbb;
	border-bottom:1px solid #eee;
}
.Site IMG
{
	BORDER:none;
}
.Site TABLE
{
	BORDER:none;
}

/* ####################################   Classes   #################################### */

.Site .box .tl
{
	background:#001748;
	border: 1px solid #FFF;
}
.Site .box h2.title
{	
	font-size: 130%;
	color: #fff;
	text-align: left;
}
.Site .box .content
{
    background: #001B54; 
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #FFF;
}
.Site #template_Mailform .content
{
	border: none !important;	
}
.Site .button, 
.Site a.textButton
{
	color:#fff;
	font-family:Arial, sans-serif;
	background:#bbb url(/ewcommon/images/schemes/8px_999.gif) left bottom repeat-x!important;
	font-size:100%;
	border:1px solid #ccc;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
}
.Site a.textButton
{
	text-decoration:none;
}
.Site a.textButton:hover
{
	color:#000;
	border-color:#ccc;
	border-top-color:#777;
	border-left-color:#777;
}
.Site .detail H3
{
	FONT-SIZE: 110%
}
.Site .dropdown, 
.Site .textarea, 
.Site .textbox
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.Site form td.label
{
	text-align:right;
}
.Site .list
{
    BORDER-BOTTOM: #ccc 1px solid
}
.Site .list H3
{
    FONT-SIZE: 120%;
}
.Site .list H4
{
    FONT-WEIGHT: 400;
    FONT-SIZE: 100%;
}
.Site .list .date
{
	FONT-SIZE: 90%;
	COLOR: #777;
}
.Site .box h3.title a
{
    color: #FFF;    
}
.Site .label
{
	FONT-WEIGHT: bold;
}
.Site .ghosted
{
	COLOR: #ddd;
}
.Site .principle
{
	background:#fff;
	border-color:#C19CD3;
	border-right-color:#1F0B28;
	border-bottom-color:#1F0B28;
}
.Site TABLE.documentTable
{
	BORDER-TOP: #000 1px solid;
	BORDER-LEFT: #000 1px solid
}
.Site TABLE.documentTable TD.cell
{
	BORDER-RIGHT: #000 1px solid;
	BORDER-BOTTOM: #000 1px solid
}
.Site TABLE.documentTable TH.heading
{
	COLOR: #fff;
	BACKGROUND-COLOR: #333;
}
.Site TABLE.documentTable TR.alternative
{
	BACKGROUND-COLOR: #fff;
}

/* ################################### Site IDs ################################# */

.Site #mainLayoutContainer
{
	background: #F1EFE6;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
.Site #location
{
	color: #E7E7E7;
}
.Site #location a
{
	color:#fff;
}
.Site #location a:hover
{
	color:#ececec;
}
.Site #mainHeader
{
	background:#FFF url(/ewCommon/images/schemes/flowers/ForestGreen/main_title_bg.jpg) top left no-repeat;
	border: 1px solid #FFF;
}

/* ################################## Menu setup ################################### */

.Site #mainMenu
{
	background-color:#A6A6A6;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.Site #mainMenu li
{
	list-style:none;
}
.Site #mainMenu ul a
{
    font-weight: normal;
	color:#fff;
	text-decoration:none;
	background: #A6A6A6 url(/ewCommon/images/schemes/flowers/Atlantic/nav_divide_1px.gif) right center no-repeat;
}
.Site #mainMenu ul a:hover
{
	background: #7F7F7F url(/ewCommon/images/schemes/flowers/Atlantic/nav_divide_1px.gif) right center no-repeat;
	color: #FFF;
}
.Site #mainMenu ul a.on, 
.Site #mainMenu ul a.active
{
	background: #7F7F7F url(/ewCommon/images/schemes/flowers/Atlantic/nav_divide_1px.gif) right center no-repeat;
	color: #FFF;
}
/* ################################## Sub Menu setup ################################### */

.Site #subMenu
{
	margin-top:0;
}
.Site #subMenu ul, 
.Site #subMenu2 ul, 
.Site #subMenu3 ul, 
.Site #subMenu4 ul, 
.Site #subMenu5 ul 
{
	background:#7F7F7F;
	background-image: none;
	margin-top:0;
	border: 0;
}
.Site #subMenu ul a
{
	color:#FFF;
	background: #7F7F7F;
}
.Site #subMenu2 ul a, 
.Site #subMenu3 ul a, 
.Site #subMenu4 ul a, 
.Site #subMenu5 ul a 
{
	font-weight: bold;
	color:#FFF;
}
.Site #subMenu2 ul,
.Site #subMenu2 ul a
{
	background:#5B5B5B;
}
.Site #subMenu3 ul,
.Site #subMenu3 ul a
{
	background:#2A2A2A;
}
.Site #subMenu4 ul,
.Site #subMenu4 ul a
{
	background:#7F7F7F;
}
.Site #subMenu5 ul,
.Site #subMenu5 ul a
{
	background:#A6A6A6;
}
/* HOVERS */
.Site #subMenu ul a:hover,
.Site #subMenu ul a.active, 
.Site #subMenu ul a.on
{
	color:#FFF;
	background: #5B5B5B;
}
.Site #subMenu2 ul a:hover,
.Site #subMenu2 ul a.active, 
.Site #subMenu2 ul a.on
{
	background:#2A2A2A;	
}

.Site #subMenu3 ul a:hover,
.Site #subMenu3 ul a.active, 
.Site #subMenu3 ul a.on
{
	background:#7F7F7F;	
}
.Site #subMenu4 ul a:hover,
.Site #subMenu4 ul a.active, 
.Site #subMenu4 ul a.on
{
	background:#A6A6A6;	
}
/* ======================== */
.Site #mainTitle
{
		
}
.Site #mainTitle H1
{
	FONT-FAMILY:Georgia, Arial, Helvetica, sans-serif;
	color: #A6A6A6;
	font-weight: normal;
}
.Site #mainFooter
{
	color: #fff;
	background: #001B54;
	font-size: 110%;
	padding-top:10px !important;
	border: 1px solid #FFF;
}
.Site #mainFooter a
{
	color:#eee;
}

/* ======================== */


.Site TABLE#subPageTable TH.heading
{
    BORDER-RIGHT: #000 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 120%;
    COLOR: #fff;
    BORDER-BOTTOM: #000 1px solid;
    BACKGROUND-COLOR: #020202;
}
.Site TABLE#subPageTable TD.cell
{
    BORDER-RIGHT: #000 1px solid;
    BORDER-BOTTOM: #000 1px solid
}
.Site TABLE#subPageTable TR.alternate
{
    BACKGROUND-COLOR: #ccc
}
.Site #template_Products_Grouped .backlink
{
    BACKGROUND-COLOR: #ccc;
}
.Site #template_Products_Grouped .backlink A
{
    COLOR: #fff;
}

/* ======================== */

.Site #template_sitemap ul, 
.Site #template_sitemap li
{
	list-style-type:none;
}
.Site #template_sitemap ul a
{
	color:#000;
	text-decoration:none;
}
.Site #template_sitemap ul a:hover
{
	color:#666;
	text-decoration:underline;
}
.Site #template_sitemap ul ul a
{
	background: url(/ewCommon/images/schemes/standard/arrow_red.gif) left center no-repeat;
}
.Site #template_sitemap ul ul ul a
{
	background-image:url(/ewCommon/images/schemes/standard/arrow_red.gif);
}
.Site #template_sitemap ul ul ul ul a
{
	background-image:url(/ewCommon/images/schemes/standard/arrow_red.gif);
}

#developerLink a,
#developerLink
{
	color: #FFF !important;
}
.Site #developerLink a:hover
{
	color: #FFF;
}

/* ############################### Header Info ############################ */

.Site #headerInfo
{
	
}
.Site #headerInfo table
{
	
}
.Site #headerInfo #logonForm table
{
	border:1px solid #ccc;
	background:#eee url(/ewcommon/images/schemes/50px_d6d6d6.gif) 0 14px repeat-x;
}
.Site #headerInfo #logonForm th
{
	font-size:80%;
	font-weight:400;
}
.Site #headerInfo #logonForm .name
{
	font-weight:bold;
}
.Site #headerInfo .textbox
{
	color:#fff;
	font-size:90%;
	background:#666;
	border:1px solid #000;
	border-right-color:#fff;
	border-bottom-color:#fff;
}
.Site #headerInfo #cartBrief
{
	color:#fff;
	background:#fff;
}
.Site #headerInfo #cartBrief h2, 
.Site #headerInfo #cartBrief p
{
	line-height:2.4;
	display:inline;
	font-size:90%;
}
.Site #headerInfo #cartBrief h2
{
	font-family:Verdana, Arial, sans-serif;
	color:#fff;
	padding:0 10px;
}
.Site #headerInfo #cartBrief a
{
	color:#fff;
}
.Site #headerInfo #cartBrief a:hover
{
	text-decoration:none;
}
