/* CSS Document */

body {
	background:url(../images/bg.jpg);
	font-family:"Century Gothic";
	font-size:12px;
}
a {
	color:#009900;
}
a:hover {
	color:#006600;
	text-decoration:none;
}
.home {
	background:url(../images/homebg.gif) no-repeat;
	width:850px;
	height:483px;
	margin:0 auto;
	margin-top:15px;
	padding-top:65px;
}
.main {
	background:url(../images/mainbg.gif) no-repeat;
	width:850px;
	height:483px;
	margin:0 auto;
	margin-top:15px;
	padding-top:65px;
}
.content {
	width:540px;
	height:440px;
	overflow:auto;
	float:left;
	padding:0 10px 10px 10px;
	text-align:justify;
}
.content img {
	border:1px solid #000000;
	margin:5px;
}
.content h2 {
	font-size:20px;
	margin:0 0 5px 5px;
}
.nav {
	padding:0 0 0 52px;
	width:160px;
	float:left;
	font-size:14px;
}
.nav a {
	color:#330033;
	text-decoration:none;
	display:block;
	width:153px;
	margin-bottom:0px;
	padding:5px;
}
.nav a:hover {
	background:#009900;
	color:#FFFFFF;
	padding:5px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.homespacer {
	width:630px;
	height:305px;
	float:left;
}
.homespacer a {
	display:block;
	width:580px;
	height:305px;
	text-decoration:none;
}
.homebottom {
	width:290px;
	height:163px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	overflow:auto;
}
.homebottom h3 {
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:5px;
}
.product {
	width:210px;
	float:left;
}
.description {
	width:300px;
	float:left;
	padding:5px;
}
.description p {
	margin:0 0 5px 0;
}
.productsection {
	border-bottom:1px dashed #00CC00;
	clear:both;
	margin-bottom:20px;
}
.clearboth {
	clear:both;
}
#dvdinfo {
	width:250px;
	float:left;
}
#dvdlink {
	padding:10px;
	font-size:14px;
	color:#FFFFFF;
	background-color:#009933;
	text-decoration:none;
}
#dvdlink:hover {
	background-color:#33CC66;
}