/* General 
----------------------------------------------------------------------*/
body
{
	background: #F1F1EB url(images/background.jpg) repeat-y center;
}

a:link, a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #346494;
	color: #346494;
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #346494;
	color: #346494;
}

.store-product-list-item-image a:link,.store-product-list-item-image a:visited,.store-product-list-item-image a:hover{
	text-decoration:none;
	border:none;
}

/* Topmost navigation tabs 
----------------------------------------------------------------------*/
#tabs 
{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 15px 0 15px;
	width: 690px;
	background: #003365;
}

#tabs li 
{
	float: left;
	display: inline;
	list-style: none;
	width: 110px;
}
	
#tabs a:link, #tabs a:visited 
{
	padding: 10px;
	float: left;
	font-size: 1.2em;
	line-height: 20px;
	font-weight: normal;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: none;
}

#tabs a#active:link, #tabs a#active:visited, #tabs a:hover 
{
	background: #FF9900;
	color: #003365;
	font-weight: bold;
}

/* Header with logo 
----------------------------------------------------------------------*/
#header
{
	background: #FFFFFF url(images/headerimage.jpg) no-repeat right;
	height: 150px;
}

/* Assume the only image in the header is the logo */
#header img
{
	float: left;
	margin: 47px 0px 0px 15px;
}

/* Tagline 
----------------------------------------------------------------------*/
#tagline
{
	margin: 0px 0px 0px 15px;
	clear: left;
	color: #003365;
	font-size: 1.5em;
}

/* Breadcrumbs 
----------------------------------------------------------------------*/
#breadcrumbs
{
	font-size: 1.1em;
	color: #000000;
	margin-left: 15px;
	margin-bottom: 10px;
}

#breadcrumbsCurrentLocation
{
	font-weight: bold;
}

/* Site wide heading styles 
----------------------------------------------------------------------*/
/* h1 - Page Headings */
#pageHeading
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #000000;
	margin: 10px 15px 30px 15px;
	padding: 0 0 0 10px;
	background: #F1F1EB;
	font-weight: normal;
	clear: both;
}

/* h2 - Page section headings */
h2.pageSectionHeading
{
	font-size: 1.4em;
	display: block;
	font-weight: bold;
	color: #666666;
	background: #EDF2F5;
	margin: 10px 0 0 15px;
	padding-left: 10px;
	border-left: 4px solid #ACC2D9;
}

/*Secondary Navigation
----------------------------------------------------------------------*/
#secondaryNavigationContainer
{
	margin: 0 15px 0 0;
	border: 1px solid #EEEEEE;
	background: #F1F1EB;
}

#secondaryNavigationContainer h1
{
	padding: 0 5px 0 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
}

#secondaryNavigationContainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondaryNavigationContainer li
{
	margin: 0;
	vertical-align: middle;
	border-bottom: 1px solid #F1F1EB;
}

#secondaryNavigationContainer li a
{
	display: block;
	color: #346494;
	font-size: 1.2em;
	width: 100%;
	border-bottom: none;
	padding: 5px 10px 5px 10px;
}

/* width: 100% is only meant for IE6, the style below fixes this on more compliant browsers*/
html>body #secondaryNavigationContainer li a 
{ 
	width: auto; 
}

#secondaryNavigationContainer li a:hover, #secondaryNavigationContainer li a#secondaryActive:hover
{
	color: #C24733;
	border-bottom: none;
}

#secondaryNavigationContainer li a#secondaryActive
{
	background: #EDF2F5;
	color: #666666;
	padding: 5px 10px 5px 10px;
}

/* Product Information 
----------------------------------------------------------------------*/
.productInformation h1
{
	font-size: 1.6em;
}

.productInformation img.boxshot
{
	float: left;
	margin: 0 10px 0 15px;
}

.productInformation p
{
	font-size: 1.2em;
}

.productInformation strong
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

.productButtons
{
	margin-top: 5px;
	text-align: right;
}

.productButtons a:link, .productButtons a:visited
{
	text-decoration: none;
	border-bottom: none;
}

.productButtons a:hover
{
	text-decoration: none;
	border-bottom: none;
}

/* Footer. IMPORTANT: Some styles for footer are in layout.css. 
----------------------------------------------------------------------*/
#footer
{
	padding: 10px;
}

#footer a
{
	color: #FFFFFF;
	border-bottom: none;
}

/* Recent news table
----------------------------------------------------------------------*/
table#news
{
	position: relative;
	top: -4px;
	left: -4px;
	background: #FFFFFF;
	font-size: 1.1em;
	border: 1px solid #ACC2D9;
	width: 100%;
}

table#news th, table#news td
{
	margin: 0;
	padding: 6px 16px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

table#news th
{
	font-weight: bold;
	color: #999999;
}

table#news .date
{
	text-align: right;
	font-weight: bold;
	width: 100px;
}

table#news .headline
{
	text-align: left;
}

table#news tr.alternateRow
{
	background: #EDF2F5;
}

table#news td a
{
	font-weight: bold;
}

table#news caption
{
	padding: 6px 16px;
	text-align: left;
	border: 1px solid #ACC2D9;
	border-bottom: none;
	background: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

div.news
{
	margin: 24px 15px 10px 19px;
	background: #ACC2D9;
}

/* Search form
----------------------------------------------------------------------*/
#searchForm
{
	float: right;
	padding: 15px;
}

#searchForm input.submit
{
	font-size: 1.1em;
	border: 1px solid #ACC2D9;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #EDF2F5;
}

#searchForm input.text
{
	padding: 2px;
	font-size: 1.1em;
}

/* Page not found page
----------------------------------------------------------------------*/
h1#pageHeading
{
	margin-top: 10px;
}

/* Support page
----------------------------------------------------------------------*/
#support p
{
	margin: 10px 15px 10px 15px;
	font-size: 1.2em;
}

/* Home page
----------------------------------------------------------------------*/
#home p
{
	margin: 10px 15px 10px 15px;
}

/* Page not found page
----------------------------------------------------------------------*/
#pageNotFound p
{
	font-size: 1.2em;
	margin: 10px 15px 10px 15px;
}