/* Main CSS Document */

html, body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	}

body
	{
	margin: 5px 0px 10px 0px;
	background: url('/images/design/background.jpg') top repeat-x #dcdcdc;
	text-align: center;
	}

h1
	{
	margin: 0px 0px -5px 0px;
	font-size: 22px;
	}

h2
	{
	margin: 25px 0px -5px 0px;
	font-size: 18px;
	}

a:link
	{
	color: #016300;
	text-decoration: underline;
	}
a:visited
	{
	color: #016300;
	text-decoration: underline;
	}
a:hover
	{
	color: #00cc00;
	text-decoration: underline;
	}

#LogoBox
	{
	float: right;
	background: url('/images/design/logobox-bg.jpg') top no-repeat #e6d69f;
	width: 307px;
	height: 290px;
	}

#HomeWelcome
	{
	text-align: center;
	padding: 120px 10px 10px 10px;
	font-size: 11px;
	}

.MenuBar
	{
	width: 466px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background: url('/images/design/menu-bg.jpg') center no-repeat;
	}

.BodyBase
	{
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}

.BodyBaseScale
	{
	background: white;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

#BodyPayload
	{
	padding: 5px 18px 10px 18px;;
	}

#HomeSlideShowArea
	{
	width: 454px;
	height: 238px;
	margin: 0px;
	padding: 6px;
	background: white;
	}

#HomeSlide
	{
	padding: 0px;
	margin: 0px;
	width: 454px;
	height: 238px;
	border: #6b6b6b;
	}

.ContentImg
	{
	border: 1px solid #6b6b6b;
	}

.ContentImgRight
	{
	border: 1px solid #6b6b6b;
	float: right;
	margin: 0px 0px 5px 10px;
	}

.ContentImgLeft
	{
	border: 1px solid #6b6b6b;
	float: left;
	margin: 0px 10px 5px 0px;
	}

#InsideLogoDiv
	{
	margin: 0px auto;
	position: absolute;
	z-index: 50;
	top: 0px;
	padding: 0px;
	margin-left: 620px;
	width: 160px;
	height: 75px;
	}

#InsideLogo
	{
	float: right;
	z-index: 51;
	padding: 0px;
	width: 160px;
	height: 75px;
	}


#HomeProductTable
	{
	margin: 5px 0px 0px 0px;
	}

#HomeProductTable a:link
	{
	color: black;
	text-decoration: none;
	}
#HomeProductTable a:visited
	{
	color: black;
	text-decoration: none;
	}
#HomeProductTable a:hover
	{
	color: #4E4E4E;
	text-decoration: underline;
	}

#HomeProductTable h1
	{
	margin: 3px 0px 6px 0px;
	font-size: 14px;
	font-weight: bold;
	}

#HomeProductTable p
	{
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	}
	
#HomeProductTable td
	{
	padding: 0px;
	background: white;
	width: 150px;
	vertical-align: top;
	}

#HomeProductTable .Item
	{
	padding: 5px 5px 10px 5px;
	margin: 0px;
	}
	
#HomeProductTable #Middle
	{
	width: 152px;
	}

#HomeProductTable .CatImg
	{
	border: 1px solid #b3b3b3;
	width: 138px;
	height: 98px;
	}

#HomeProductTable #Middle .CatImg
	{
	width: 140px;
	}

#HomeProductTable .Spacer
	{
	padding: 0px;
	width: 7px;
	background: transparent;
	}

#Copyright
	{
	font-size: 10px;
	color: #AEAEAE;
	text-align: center;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	}
	
#Footer
	{
	margin: 5px 0px 10px 0px;
	font-size: 10px;
	color: #AEAEAE;
	width: 770px;
	background: white;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	text-align: left;
	}

#FooterRight
	{
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
	}

#Footer a:link
	{
	color: #AEAEAE;
	text-decoration: underline;
	}
#Footer a:visited
	{
	color: #AEAEAE;
	text-decoration: underline;
	}
#Footer a:hover
	{
	color: black;
	text-decoration: underline;
	}

.ProdMenu h2
	{
	margin: 0px 0px 5px 0px;
	}



.ListTable .Picture
	{
	width: 150px;
	padding: 0px 5px 35px 0px;
	vertical-align: top;
	}
.ListTable .Picture img
	{
	width: 150px;
	border: 1px solid #6b6b6b;
	}
.ListTable .Description
	{
	width: 585px;
	padding: 0px 0px 35px 0px;
	vertical-align: top;
	}
.ListTable h2
	{
	margin: 0px 0px 5px 0px;
	}




/* CMS Stuff */
.CMSEditPage
	{
	position: relative;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 5px 5px 5px 5px;
	background: white;
	z-index: 20;
	color: #AEAEAE;
	}
.CMSEditPage a
	{
	color: blue;
	text-decoration: underline;
	}
.CMSEditPage a:hover
	{
	color: red;
	text-decoration: underline;
	}
.CMSEditPage a:visited
	{
	color: blue;
	text-decoration: underline;
	}