a:link{
	color: #000;
	text-decoration: none;
	}
a:active{
	color: #06F;
	text-decoration: none;
	}
a:visited{
	color: #333;
	text-decoration: none;
	}
a:hover{
	color: #C30;
	text-decoration: underline;
	}

body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#holder {
	position: relative;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}
#header {
	width: 800px;
	position: absolute;
	z-index: 1;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:272px;
}
#menu {
	position:absolute;
	top:223px;
	width:157px;
	height:190px;
	z-index:3;
	left: 9px;
	background-image: url(images/bgmenu.png);
	background-repeat: no-repeat;
	background-position: top;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin: 5px;

}
.menu a{
	color: #FFF;
	text-decoration:none;
}

.menu a:hover{
	color: #CC0;
	text-decoration:none;
	background:#333;
	padding: 2px;	
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #363636;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	text-decoration: underline;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #363636;
}

.shipping{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	-moz-linear-gradient(top, #c798d5 0%, #86668f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5c100), color-stop(100%,#998100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5c100 0%,#998100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5c100 0%,#998100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5c100 0%,#998100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5c100 0%,#998100 100%); /* W3C */
	-webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
	padding: 24px;
	margin: 0px;
	}