/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
/*	color:#000000; */
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #E6E6E6;
}

TD { /* WS: Table cell */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}

H1 {
	font-size: 18px; 
	color:#1F5F91; 
}

H2 {
	font-size: 14px; 
	color:#1F5F91; 
}

A {
	color:#1F5F91;
	text-decoration: none;
}

/* WEBSTART: MENU STYLES*/
.NavColumn { /* WS: Background colour and size of Nav Column */
	background-color:#CADDDB;
	width: 142px;
}

.MenuURL{ /* WS: HTML Menu styles on A Href links */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}

.MenuMain { /* WS: HTML and JS Menu table style */
	background-color:#CADDDB;
	width: 142px;
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	width: 142px;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	padding-left: 12px; 
	border-bottom: 1px solid #FFFFFF;
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	width: 142px;
	height: 20px;
	font-size: 11px;
	color:#000000;
	padding-left: 8px; 
	border-bottom: 1px solid #FFFFFF;
}

/* WEBSTART: MAIN CONTENT STYLES */
TD.MainContent{ /* WS: The Style on the main body content (applied on the td cell the supports page content) */
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	width: 638px;
	padding:25px; 
}

TD.IndexContent{ /* WS: The Style on the main body content for the index page, only applies if turned on in setup */
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	width: 638px;
	padding-left:20px;	
	padding-bottom:20px;	
}

/* WEBSTART: SITE LINK AND SITE MAP STYLES */
.SiteLinks{ /* WS: HTML main page links */
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #E6E6E6;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #1F5F91;
}

.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #1F5F91;
}

/* WEBSTART: FORM ELEMENT STYLES */
.InputBox { /* WS: Contact form input boxes */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #1F5F91;
	border: 1px solid #1F5F91;
}

.InputButton {  /* WS: Contact form buttons */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #1F5F91;
	background-color: #CADDDB; 
}

/* WEBSTART: CUSTOM SITE SPECIFIC CLASSES */
.StaticMenuCell{
	/* WS: Custom style for HTML static menu applied to cell - e.g. Tell-and-Sell */
	background: url(site_images/products-that-promote.jpg) repeat-x;
	background-color: #1F5F91;
	border-top: 1px solid #1F5F91;
	border-bottom: 1px solid #1F5F91;
	color: #FFFFFF;
	text-align: center;
	cursor : pointer;
}

.MenuProducts{/* WS: Custom style for products header - e.g. Tell-and-Sell */
	padding-left:14px;
	font-weight: bold;
	font-size: 11px;
	height:40px;
	border-top: 3px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.MenuBullet{/* WS: Custom style for products menu bullets - e.g. Tell-and-Sell */
	color:#1F5F91;
	font-size:15px;
}

.FooterContent {/* WS: Custom style for footer content - e.g. Tell-and-Sell */
	background-color: #1F5F91;
	color: #FFFFFF;
	text-align: center;
	height: 16px;
}

.IndexProductImage {
	border-top: 1px solid #CADDDB;
	width:100px;
	text-align:center;
}

.IndexProductText {
	border-top: 1px solid #CADDDB;
	width:480px;
}