﻿body
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003366;
	background-color: #86B5DB;
}

#wrapper
{
	width: 1000px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
	
}

#masthead
{
	background-position: bottom;
	height: 60px;
	background-image: url( 'Images/HeaderBackground.png' );
	background-repeat: repeat-x;
	position: relative;
}

#masthead h1
{
	padding:0;
	margin:0;
	position:absolute;
}

#masthead h1
{
	background-position: bottom;
	top: 0px;
	left: 0px;
	height: 60px;
}

#navigation
{
	background-position: center;
	height: 30px;
	background-image: url( 'Images/NavigationMenu.png' );
	background-repeat: repeat-x;
	color:White;
	padding-left: 10px;
}

#footer
{
	background-image: url('Images/NavigationMenu.png' );
	background-repeat: repeat-x;
	background-color: #86B5DB;
	font-size: x-small;
	color: White;
	padding-top:3px;
	clear:both;
}

#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:active, 
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active
{
	color:White;
	text-decoration:none;
	font-weight:bold;
	font-size:small;
}

#left_col
{
	width:140px;
	float:left;
}

#right_col
{
	width:200px;
	float: right;
}

#left_col_inner, #right_col_inner
{
	padding: 10px 5px 10px 5px;
}

#page_content
{
	position:relative;
	width:660px;
	background-image: url('Images/VerticalBar.png' );
	background-repeat: repeat-y;
	background-position: left;	
	overflow:hidden;

}

#page_content_inner
{
	padding: 10px 10px 10px 10px;
}

h2, h3, a:link, .greenLink
{
	color: #336699;
}

h2
{
	font-size: 1.2em;
}

h3, input, textarea
{
	font-size: 1em;
}

a:visited, a:hover, a:active, a:link
{
	color: #3399FF;
}

.product_image
{
	border-width: thin;
	border-color: #C0C0C0;
	padding: 15px;
}

.menuStyle
{
	border-color: #FFFFFF;
	border-width: 1px;
	height: 25px;
	color: White;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #95BAD0;
	border-bottom-style: solid;
}

.dynamicHoverStyle
{
	border: thin inset #FFFFFF;
}

#loginStatusLayer
{
	position: relative;
	z-index: 1;
	float: right;
	color: White;
	top: 5px;
}

.IE8Fix  
{  
    z-index: 100;  
}