@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #201124;
	color: #3c2145;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
a:link {
	color: #3c2145;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3c2145;
}
a:hover {
	text-decoration: none;
	color: #93de67;
}
a:active {
	text-decoration: none;
	color: #93de67;
}
#top-space {
	background-color: #e6ead3;
	height: 30px;
	width: 100%;
}
#container {
	background-image: url(../imgs/gradient-bg.jpg);
	background-repeat: repeat-x;
	height: 416px;
	width: 100%;
}
#wrapper-top {
	height: 416px;
	width: 1209px;
}
#wrapper-bottom {
	height: 97px;
	width: 1209px;
}
#top {
	background-image: url(../imgs/top-bg.png);
	height: 36px;
	width: 1209px;
}
#left {
	background-image: url(../imgs/left-bg.png);
	float: left;
	height: 380px;
	width: 211px;
}
#main {
	background-image: url(../imgs/main-bg.png);
	float: left;
	height: 380px;
	width: 918px;
}
#right {
	background-image: url(../imgs/right-bg.png);
	float: right;
	height: 380px;
	width: 80px;
}

/*-------------Menu Links----------*/
#menu {
	background-color: #72678b;
	float: left;
	height: 48px;
	width: 806px;
}
#home {
	height: 48px;
	width: 158px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/home.jpg) top left no-repeat;
	display: block;
}
#home-on {
	height: 48px;
	width: 158px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/home.jpg) bottom left no-repeat;
	display: block;
}
#home:hover{
	background-position: bottom left;
}
#home-on:hover{
	background-position: top left;
}
#aboutus {
	height: 48px;
	width: 147px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/aboutus.jpg) top left no-repeat;
	display: block;
}
#aboutus-on {
	height: 48px;
	width: 147px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/aboutus.jpg) bottom left no-repeat;
	display: block;
}
#aboutus:hover{
	background-position: bottom left;
}
#aboutus-on:hover{
	background-position: top left;
}
#products {
	height: 48px;
	width: 186px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/products.jpg) top left no-repeat;
	display: block;
}
#products-on {
	height: 48px;
	width: 186px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/products.jpg) bottom left no-repeat;
	display: block;
}
#products:hover{
	background-position: bottom left;
}
#products-on:hover{
	background-position: top left;
}
#events {
	height: 48px;
	width: 137px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/events.jpg) top left no-repeat;
	display: block;
}
#events-on {
	height: 48px;
	width: 137px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/events.jpg) bottom left no-repeat;
	display: block;
}
#events:hover{
	background-position: bottom left;
}
#events-on:hover{
	background-position: top left;
}
#contact {
	height: 48px;
	width: 178px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/contact.jpg) top left no-repeat;
	display: block;
}
#contact-on {
	height: 48px;
	width: 178px;
	float: right;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/contact.jpg) bottom left no-repeat;
	display: block;
}
#contact:hover{
	background-position: bottom left;
}
#contact-on:hover{
	background-position: top left;
}
/*--------End of Menu Links--------*/

#logo-middle {
	background-image: url(../imgs/logo-middle-bg.jpg);
	float: right;
	height: 48px;
	width: 403px;
}
#menu-shadow {
	background-image: url(../imgs/bottom-shadow-bg.png);
	float: left;
	height: 49px;
	width: 806px;
}
#logo-bottom {
	background-image: url(../imgs/logo-bottom-bg.png);
	float: right;
	height: 49px;
	width: 403px;
}
#aboutus-text {
	float: right;
	height: auto;
	padding-right: 40px;
	padding-top: 45px;
	width: 380px;
}
#events-text {
	padding: 30px;
	text-align: left;
}
#picholder {
	float: left;
	height: 380px;
	padding-left: 30px;
	padding-top: 30px;
	width: 300px;
}
#infoholder {
	float: left;
	margin-left: -35px;
	width: 480px;
}
#infoholder img{
	border: #201225 solid 2px;
}
#productspage {
	background-image: url(../imgs/products-bg.jpg);
	float: left;
	height: 380px;
	width: 918px;
}
#productsholder {
	height: 380px;
	margin-left: 81px;
	width: 263px;
	float: left;
}
#productsholder a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#productsholder a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#productsholder a:hover {
	text-decoration: none;
	color: #93de67;
}
#productsholder a:active {
	text-decoration: none;
	color: #93de67;
}
#productsholder p{
	color: #FFFFFF;
	margin-left: 40px;
	margin-top: 50px;
	line-height: 25px;
	letter-spacing: 1px;
}
#productslist {
	height: auto;
	margin-left: 53px;
	width: 220px;
}
#custom {
	height: 99px;
	width: 178px;
	float: left;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../imgs/custom.png) top left no-repeat;
	display: block;
	margin-left: 300px;
	margin-top: -150px;
}
#custom:hover{
	background-position: bottom left;
}
#custom-on:hover{
	background-position: top left;
}