/*
	TABLE OF CONTENTS
	1. GLOBAL
	2. HEADER
	3. NAVIGATION
	4. BODY
	5. FOOTER
	
-------------------------------------
	
	COLOR PALETTE
	#081220 - Background Blue
	#FFFFFF - ...white?	
*/

/************************************
	1. GLOBAL
************************************/

body {
	background: #081220 url(assets/img/body-bg.gif) repeat-x;
	color: #ffffff;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	margin: 2px 0 0 0;
}

#pageContent {
	width: 800px;
	margin: 0 auto;
}

a {
	color: #bbb;
}

h1 {
	color: #ff
	f;
	font-size: 2em;
}

h2 {
	
	font-size: 1.5em;
	border-bottom: 1px dotted #ccf;
}

h2 a {
	color: #ccf;
	text-decoration: none;
}

h3 {
	font-size: 1.2em;;
}

img {
	border: 0;
}

li {
	list-style: square;
}

/************************************
	2. HEADER
************************************/

#flashNotification {
	color: #6f8ba8;
	font-size: 0.75em;
	line-height: 27px;
	text-indent: 18px;
	background: transparent url(assets/img/fl-icon.gif) no-repeat left center;
	height: 27px;
	width: 800px;
	margin: 0 auto;
}

#flashNotification a, #flashNotification a:visited {
	color: #6f8ba8;
	font-weight: bold;
}

#productLogoLink {
	height: 39px;
	width: 800px;
	display: block;
}

/************************************
	3. NAVIGATION
************************************/

#globalnavforhtml {
	background: transparent url(assets/img/nav-bg.gif) bottom center;
	height: 60px;
	width: 780px;
	margin: 0 0 10px 0;
	padding: 15px 10px 5px 10px;
}

#globalnavforhtml ul {
	margin: 0;
	padding: 0;
}

#globalnavforhtml li {
	font-size: 0.8em;
	width: 130px;
	display: inline;
	float: left;
}

#globalnavforhtml li a {
	color: #eeeeee;
	text-decoration: none;
	display: block;
	margin: 0;
}

#globalnavforhtml li a:hover {
	color: #4f98ee;
}

#globalnavforhtml ul li {
	width: auto;
	float: none;
}

#globalnavforhtml ul li a {
	color: #777;
	border-left: 1px solid #333;
	padding: 0 0 0 5px;
}

#globalnavforhtml ul li a:hover {
	color: #bbb;
	border-left: 1px solid #4f98ee;
}

/************************************
	4. BODY
************************************/

	/************************************
		4.1 BODY | Product Name
	************************************/
	#productMainProductName {
		margin: 20px 0 0 0;
	}
	
	/************************************
		4.1 BODY | Product Default Heading Text
	************************************/
	#productDefaultHeadigText {
		font-size: 1.5em;
		margin: 0;
	}

	/************************************
		4.2 BODY | Product Selector
	************************************/

	#sectionProductSelector {
		display: none;
	}

/************************************
	5. FOOTER
************************************/
