﻿body 
{
	background-color: #EBEBEB;
	font-family: Verdana, Geneva, Sans-Serif;
	color: #68696C;
	font-size: 12px;
}
a
{
	color: #68696C;
}
a:hover
{
	color: #091950;
	text-decoration: underline;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
h1
{
	font-family: Arial Narrow, Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #091950;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* requested styles */

h2 
{
	font-size: 14px; 
	font-weight: bold;
	color: #0B1B60;
	letter-spacing: 0.05em;
}

h3
{
	font-size: 12px; 
	font-weight: bold;
	color: #0B1B60;
}

h4
{
	font-size: 12px; 
	font-weight: bold;
	color: #707070;
}

h5
{
	font-size: 12px; 
	font-weight: bold;
	color: #E25F11;
}

ul li
{
	list-style-type: square;
	list-style-position: outside;
}

ol li
{
	list-style-type: decimal;
	list-style-position: outside;
}

div.ebullet
{
	background: url(images/bullet-ensi.gif) no-repeat left;
	padding: 6px 0 5px 25px;
}


span.inlineHeading
{
	font-family: Arial Narrow, Arial, Verdana, Tahoma;
	font-size: 10; 
	color: #091950;
}

/* end requested styles */


.clear
{
	clear: both;
}
.FloatRight
{
	float: right;
}
/**********/
/* HEADER */
/**********/

.HeaderContainerBack
{
	position: relative;
	padding-top: 10px;
	height: 215px;
	background-color: #FFFFFF;
}
.NavBackground
{
	position: absolute;
	top: 107px;
	left: 0;
	background: url(../images/menu_bg_left.gif) repeat-x;
	height: 80px;
	width: 100%;
}
.HeaderContainer
{
	position: relative;
	margin: 0 auto;	
	width: 974px;
	height: 100%;
}
.Logo
{
	position: absolute;
	top: 0;
	left: 0;
}
.Tagline
{
	position: absolute;
	top: 65px;
	right: 0;
}
.TopNav
{
	position: absolute;
	left: 242px;
	top: 97px;
	width: 623px;
	height: 80px;
	padding-left: 54px;
	background: url(../images/menu_bg_inner_right.gif) repeat-x;
}
.TopNav ul
{
	position: relative;
	width: 659px;
}
.TopNav li
{
	position: relative;
	display: block;
	float: left;
	list-style-type: none;
}

/***********/
/* CONTENT */
/***********/

.PageContainerBack
{
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	background-color: #FFFFFF;
}
.PageContainer
{
	position: relative;
	margin: 0 auto;	
	padding: 0 20px;
	width: 934px;
	background: url(../images/page_bg.png) repeat-y;
}
.ContentContainer
{
	margin-left: 220px;
	width: 674px;
	padding: 0 20px;
}

/***********/
/* FEATURE */
/***********/

.FeatureContainer
{
	float: left;
	width: 210px;
}
.FeatureContainer h1
{
	margin-left: 10px;
	margin-bottom: 10px;
}
.FeatureMenu
{
	margin-left: 25px;
	margin-bottom: 20px;
}
.FeatureMenu li
{
	font-weight: bold;
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 5px;
}

.FeatureSignup
{
	font-family: Arial, Helvetica, Sans-Serif;
	position: relative;
	width: 202px;
	height: 154px;
	background-image: url(../images/signup.gif);
	margin-bottom: 20px;
}
.FeatureSignupName
{
	position: absolute;
	top: 52px;
	left: 67px;
	width: 100px;
	height: 13px;
	background: transparent;
	border: 0;
}
.FeatureSignupEmail
{
	position: absolute;
	top: 86px;
	left: 67px;	
	width: 100px;
	height: 13px;
	background: transparent;
	border: 0;
}
.FeatureSignupButton
{
	display: block;
	position: absolute;
	width: 58px;
	height: 28px;
	bottom: 12px;
	right: 30px;
	text-decoration: none;
}
.FeatureSignupButton:hover
{
	text-decoration: none;
}
.FeatureSignupError
{
	color: Red;
	width: 187px;
	margin-left: 15px;
}

/**********/
/* FOOTER */
/**********/

.FooterContainer
{
	position: relative;
	margin: 0 auto;
	padding: 10px 20px;
	width: 934px;
	height: 80px;
	background: url(../images/footer_bg.gif) no-repeat top center;
	color: #68696C;
}
.SiteBy
{
	position: absolute;
	right: 20px;
}
.FooterLinks
{
	margin: 20px auto;
	width: 225px;
}
.FooterLinks img
{
	margin: 5px;
}

/**********/
/*  HOME  */
/**********/

.HomeContentContainer
{
	position: relative;
	width: 660px;
}
.HomeFeatureContainer
{
	position: relative;
	float: left;
	width: 385px;
	margin-bottom: 20px;
	margin-right: 20px;
}

/**********/
/*  Copy  */
/**********/

.CopyContainer
{
	position: relative;
	width: 440px;
}
.CopyImages img
{
	float: right;
	width: 200px;
	border: solid 5px #F5F5F5;
	margin-bottom: 10px;
}
.CopyFeatureContainer
{
	float: right;
	width: 210px;
}

/***********/
/* PRODUCT */
/***********/

.ProductContainer
{
	position: relative;
	width: 640px;
	padding: 15px;
	background-color: #F5F5F5;
	margin-bottom: 10px;
}
.ProductContainer img
{
	position: relative;
	float: left;
}
.ProductPriceContainer
{
	position: relative;
	float: right;
	margin-top: 20px;
	width: 80px;
	color: #091950;
	font-size: 14px;
	line-height: 28px;
}
.ProductPrice
{
	border: dashed 1px #091950;
	border-left: 0;
	border-right: 0;
	padding: 5px 0;
}
.ProductQuantity
{
	width: 80px;
	border: solid 1px #091950;
}
.ProductDetails
{
	position: relative;
	width: 390px;
	margin-left: 150px;
}
.ProductDetails h4
{
	color: #091950;
	font-weight: bold;
	margin-bottom: 5px;
}

/***********/
/* CONTACT */
/***********/

.ContactContent
{
	color: #091950;
	background-color: #F5F5F5;
	padding: 20px;
	width: 634px;
}
.ContactContent th
{
	font-weight: bold;
}
.ContactBox
{
	margin: 5px 0;
	padding: 5px;
	width: 250px;
	height: 18px;
	border: solid 1px #091950;
}
.ContactEnqBox
{
	margin: 5px 0;
	width: 600px;
	border: solid 1px #091950;
}
.ContactError
{
	font-weight: bold;
	color: Red;
}

/**********/
/*  CART  */
/**********/

.CartTable
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.CartTable th, .CartTable td
{
	padding: 10px;
}
.CartTable th
{
	background-color: #F5F5F5;
	font-size: 14px;
	font-weight: bold;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.CartTable input
{
	width: 50px;
	border: solid 1px #091950;
	font-size: 14px;
}

/************/
/* CHECKOUT */
/************/

/*ALL*/
 
.ChoosePaymentContent, .AccountOrderContent, .RegisterContent, .EditDetailsContent, .EwayOrderContent
{
	color: #091950;
	background-color: #F5F5F5;
	width: 100%;
	padding: 10px;
	margin: 10px 0;
}
.ChoosePaymentContent th, .AccountOrderContent th, .RegisterContent th, .EditDetailsContent th, .EwayOrderContent th
{
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
.ChoosePaymentBox, .RegisterBox, .EditDetailsBox, .EwayOrderBox
{
	margin: 5px 0;
	padding: 2px 5px;
	height: 14px;
	border: solid 1px #091950;
}

/* CHOOSE PAYMENT */

.ChoosePaymentBox
{
	width: 200px;
}

/* ADDRESS */

.AccountOrderContent th, .AccountOrderContent td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* REGISTER */

.RegisterBox, .EditDetailsBox, .EwayOrderBox
{
	width: 230px;
}
.RegisterDropBox, .EditDetailsDropBox
{
	margin: 5px 0;
	width: 242px;
	height: 20px;
	border: solid 1px #091950;
}
.EwayOrderDropBox
{
	margin: 5px 0;
	width: 60px;
	height: 20px;
	border: solid 1px #091950;
}
.RegisterEnqBox, .EditDetailsEnqBox
{
	margin: 5px 0;
	width: 500px;
	border: solid 1px #091950;
}

/***********/
/*  MEDIA  */
/***********/

.Videos, .Galleries
{
	padding: 0 20px 20px 0;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}
.GalleryImages
{
	padding: 0 10px 10px 0;
}
.Videos img, .Galleries img
{
	border: solid 5px #F5F5F5;
	margin-bottom: 3px;
}
.GalleryImages img
{
	border: solid 5px #F5F5F5;
}
.Videos a:hover, .Galleries a:hover, .GalleryImages a:hover
{
	text-decoration: none;
}
.ResourceItem
{
	position: relative;
	padding-bottom: 20px;
	padding-right: 20px;
}
.ResourceItem .Date
{
	position: relative;
	float: left;
	background-image: url(../images/blog_date.gif);
	width: 41px;
	height: 36px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
.ResourceItem .Day
{
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
.ResourceItem .Month
{
	display: block;
	position: relative;
	font-size: 8px;
	top: 4px;
	text-transform: uppercase;
}
.ResourceDetails
{
	margin-left: 50px;
}
.ResourceBlurb
{
	margin-bottom: 10px;
}
.ResourceDetails .Read
{
	position: relative;
	float: right;
	color: #305195;
	font-weight: bold;
}

/***********/
/* DISTRUB */
/***********/

.DistributorsTable th
{
	vertical-align: top;
	font-weight: bold;
}
.DistributorsTable td
{
	padding: 0 0 15px 10px;
}
