/* CSS Document */

body
{
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #5B5344;
	background: #FDFDF9 url(../Images/TopBg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}

a:link
{
	color: #2A5691;
}
a
{
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: #2A5691;
}
a:hover
{
	text-decoration: none;
	color: #2B2B2B;
}
a:active
{
	text-decoration: none;
	color: #2B2B2B;
}

#wrapper
{
	width: 750px;
	height: auto;
	margin: 0 auto;
}

h1
{
	color: #2C4464;
	font-size: 24px;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

h2
{
	color: #5B5344;
	font-size: 17px;
	padding: 0;
	margin: 0;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
}


/* TOP */

#top
{
	width: 100%;
	height: 87px;
}

#logo
{
	width: 306px;
	height: 87px;
	background-image: url(../Images/Logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#search
{
	width: 243px;
	height: 44px;
	background-image: url(../Images/SearchBg.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-top: 20px;
}

#search_input
{
	padding-top: 10px;
	padding-left: 60px;
	width: 147px;
	float: left;
}

.input_search
{
	width: 138px;
	height: 21px;
	border: #263C5A solid 1px;
}

#search_button
{
	padding-top: 12px;
	width: 25px;
	float: left;
}

/* BANNER */

#banner
{
	width: 750px;
	height: 225px;
	margin-top: 5px;
	position: relative;
}

.BannerImage
{
	display: none;
	width: 750px;
	height: 225px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* CONTENT */

#content
{
	width: 100%;
	height: auto;
	margin-top: 5px;
}

/* LEFT */

#left
{
	width: 212px;
	height: auto;
	border-right: #E7EFF8 solid 1px;
	float: left;
}

.LeftTitle
{
	width: 191px;
	height: 23px;
	background-color: #B3D0F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 7px;
	font-weight: bold;
}

.ContentLeft
{
	width: 190px;
	height: auto;
	margin-top: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.MailingField
{
	width: 40px;
	height: auto;
	font-weight: bold;
	float: left;
	padding-top: 5px;
}

.MailingInput
{
	width: 134px;
	height: auto;
	float: right;
	padding-top: 2px;
}

.MailingText
{
	width: 134px;
	height: 18px;
	border: #B2A790 solid 1px;
}

#send
{
	width: 100%;
	height: auto;
	text-align: right;
	margin-top: 3px;
	position: static;
}

/* RIGHT */

#right
{
	width: 529px;
	height: auto;
	float: right;
}

.RightTitleMain
{
	width: 519px;
/*	height: 23px;*/
min-height: 23px;
	background-color: #B3D0F6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 7px;
	font-weight: bold;
}

#content_right_top
{
	width: 515px;
	height: auto;
	padding: 7px; /*	border-bottom: #D8E6F7 solid 3px;*/
	text-align: justify;
}

.RightTitleFollowOn
{
	width: 519px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2A5691;
	padding-left: 10px;
	padding-top: 7px;
	font-weight: bold;
}

.ProductRow
{
	width: 520px;
	height: auto;
	margin: 5px auto;
}

.ProductCell
{
	width: 168px;
	height: 134px;
	background-image: url(../Images/ProductBg.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	float: left;
}

.ProductDetailCell
{
	width: 168px;
	height: 170px;
	background-image: url(../Images/ProductBg2.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	float: right;
}

.ProductImage
{
	width: 154px;
	height: 96px;
	padding-top: 8px;
	margin-left: 7px;
}

.ProductLink
{
	width: 154px;
	height: auto;
	padding-top: 3px;
	margin-left: 7px;
}


/* FOOTER */

#footer_wrap
{
	width: 750px;
	height: 142px;
	background-color: #FFFFFF;
	background-image: url(../Images/FooterBg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 5px;
}

#footer_left
{
	width: 200px;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 50px;
	padding-left: 8px;
}

#footer_right
{
	width: 530px;
	height: auto;
	float: right;
	text-align: center;
	padding-top: 50px;
	padding-right: 8px;
}

#FooterCentre
{
	width: 750px;
	height: 79px;
	background-color: #FFFFFF;
	background-image: url(../Images/PlainFooterBg.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
}

.footer
{
	color: #2A5691;
}
.footer a
{
	font-weight: normal;
	color: #2A5691;
	text-decoration: none;
}
.footer a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #2A5691;
}
.footer a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #2B2B2B;
}
.footer a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #2B2B2B;
}

.CategoryImage
{
	border: none;
	width: 154px;
	height: 96px;
}

.ContactField
{
	width: 140px;
	height: 24px;
	font-weight: bold;
	float: left;
	padding-top: 5px;
	display: block;
	text-align: right;
	clear: left;
}

.ContactInput
{
	width: 370px;
	height: 24px;
	float: right;
	padding-top: 2px;
	clear: right;
	display: block;
}

.ContactInputComment
{
	width: 134px;
	height: 60px;
	float: left;
	padding-top: 2px;
	clear: right;
	display: block;
}

.ContactText
{
	width: 200px;
	height: 18px;
	border: #B2A790 solid 1px;
}

.TopBorder
{
	border-top: solid 1px gray;
}

.MessageText
{
	font: 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #5B5344;
	overflow:hidden;
}
