/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0px 20px;
}
#description{
	position:absolute;
	top:525px;
	width:800px;
	color:#FF0099;
	font-size: 16px;
	text-align:left;
}
#flashintro{
	width:800px;
}
#homenav{
	position:absolute;
	top:650px;
	width:800px;
	text-align:center;
	padding-top:20px;
}
#homenav a{
	color:#666666;
}
#homenav a:hover{
	color:#FF0099;
}
#header{
	width:800px;
	height:106px;
	background:url(images/Header.gif);
	background-repeat:no-repeat;
}
#nav{
	width:800px;
	height:24px;
	background:url(images/nav.gif);
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:bottom;
}
#nav a{
	color:#FF0099;
	font-size:14px;
	margin-right:23px;
	text-decoration:none;
}
#nav a:hover{
	color:#666666;
}
#productoverview{
	width:500px;
	margin-bottom:5px;
	border-color:#FF0099;
	border-style:solid;
	border-width:1px;
}
#content{
	width:800px;
	background:url(images/back1.gif);
}
#productoverview img{
	float:left;
	margin-right:20px;
	margin-right:20px;
}
#productoverview form{
	float:right;
	display:inline;
	margin-right:20px;
	margin-right:20px;
}
p{
	text-indent:20px;
}
h1{
	color:#FF0099;
	font-size:24px;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
	/*width:800px;*/
}