/********************************************/
/* MASTER PAGE STYLES                       */
/********************************************/
.Wrapper
{
	margin: 0 auto;
	text-align: left;
	width: 799px;
	/*float: left;*/
}

.SearchBox
{
	width: 258px;
	height: 64px;
	background-image: url('../../Images/Layout/SearchBox.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: right;
	text-align: center;
	padding: 7px 0px 0px 2px;
}

.HeaderNavigation
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	display: inline;
}

.HeaderNavigation li
{
	display: inline;
	padding: 0px 1px 0px 1px;
}

.HeaderBodySeparator
{
	background-image: url('../../Images/Layout/Horizontal_Tile.jpg');
	background-repeat: repeat-x;
	height: 15px;
	float: left;
	width: 100%;
}

.NavigationContainer
{
	width: 204px;
	min-height: 375px;
	float:left;
}

a.NavigationImage img
{
	border: none 0px;
}

.ContentContainer
{
	width: 595px;
	min-height: 420px;
	float:left;
	padding: 0px 0px 10px 0px;
}

.SubNavContainer
{
	width: 194px;
	background-color: #E4F3D9;
}

.SubNavList
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.SubNavList li
{
	color: #003d7d;
	padding: 3px 5px 3px 5px;
}

.SubNavList li a
{
	display: block;
}

.SubNavList li:hover
{
	color: #7ac142;
}

.SubNavList li a.Selected
{
	color: #7ac142;
}



/********************************************/
/* CATALOGUE STYLES                         */
/********************************************/
.CatalogueProductContainer
{
	width: 125px;
	padding: 0px 10px 30px 10px;
}

.CatalogueProductImageThumb
{
	width: 125px;
	height: 125px;
	overflow: hidden;
	border: solid 1px #7ac142;
	text-align: center;
	vertical-align: middle;
}

.CatalogueProductImage
{
	padding: 0px 15px 10px 0px;
	height: 250px;
	overflow: hidden;
}

.CatalogueProductName
{
	width: 125px;
	padding: 5px 0px 5px 0px;
	height: 30px;
	overflow: hidden;
}

.CatalogueProductShortDesc
{
	width: 125px;
	padding-bottom: 5px;
	height: 60px;
	max-height: 60px;
	overflow: hidden;
	font-size: 8pt;
	overflow: hidden;
}

.CatalogueClickHere
{
	width: 125px;
	padding-bottom: 5px;
	text-align: left;
}

.CategoryDescription
{
	padding: 0px 0px 15px 0px;
}

.CategoryDescriptionImage
{
	padding: 15px;
	text-align: right;
}



/********************************************/
/* PRODUCT STYLES                           */
/********************************************/
.ProductInfoContainer
{
	width: 295px;
	float: left;
	min-height: 420px;
}

.ProductGalleryContainer
{
	width: 295px;
	float: left;
	min-height: 420px;
}

.ProductGalleryMainImage
{
	width: 295px;
	
	overflow: hidden;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	text-align: center;
}



/********************************************/
/* FORM STYLES                              */
/********************************************/
.FormContainer
{
	width: 440px;
	padding: 30px 20px 20px 20px;
}

.FormRow
{
	padding: 0px 0px 10px 0px;
	float: left;
	width: 100%;
}

.FormRowLabel
{
	font-weight: bold;
	color: #003d7d;
	float: left;
	width: 100px;
	padding: 3px 0px 0px 0px;
}

.FormRowLabelLarge
{
	font-weight: bold;
	color: #003d7d;
	float: left;
	width: 150px;
}

.FormRowField
{
	float: left;
	padding-right: 10px;
}

.FormRequiredField
{
	color: Red;
}

.ErrorMessage
{
	color: Red;
}



/********************************************/
/* TEXT STYLES                              */
/********************************************/
body
{
	font-family: Helvetica, Arial;
	font-size: 12px;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	color: #ababab;
}

h2
{
	font-size: 14px;
}

a
{
	color: #003d7d;
	text-decoration: none;
}

a:hover
{
	color: #7ac142;
	text-decoration: none;
}

.CenteredText
{
	text-align: center;
}

.GreenText
{
	color: #7ac142;
}

.GreenTextBold
{
	color: #7ac142;
	font-weight: bold;
}

.BlueText
{
	color: #003d7d;
}

.BlueTextBold
{
	color: #003d7d;
	font-weight: bold;
}

.GreyText
{
	color: #999999;
}
.WasText
{
	color: #999999;
font-family:Arial;
font-size:10pt;
font-weight:normal;
}
.NowText
{
	color: #FF0000;
font-family:Arial;
font-size:10pt;
font-weight:bold;
}
.WasTextBig
{
	color: #999999;
font-family:Arial;
font-size:11pt;
font-weight:bold;
}
.NowTextBig
{
	color: #FF0000;
font-family:Arial;
font-size:11pt;
font-weight:bold;
}
