@charset "utf-8";
/* CSS Document */


body{
	background-image:url(images/backgroundgradient.png);
	background-repeat:repeat-x;
}

#container {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}

#banner {
	width:800px;
	height:100px;
	background-color:#009;
}


#indexcontent {
	width:800px;
	height:485px;
	position:relative;
	float:left;
	background-image:url(images/homecontent.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#aboutcontent {
	width:800px;
	height:485px;
	position:relative;
	float:left;
	background-image:url(images/aboutcontent.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#packagescontent {
	width:800px;
	height:485px;
	position:relative;
	float:left;
	background-image:url(images/packagescontent.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}


#samplescontent {
	width:800px;
	height:485px;
	position:relative;
	float:left;
	background-image:url(images/samplescontent.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#faqcontent {
	width:800px;
	height:485px;
	position:relative;
	float:left;
	background-image:url(images/faqcontent.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#contactcontent {
	width:800px;
	height:485px;
	position:relative;
	float:left;
	background-image:url(images/contactcontent.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#nav {
	width:800px;
	height:35px;
	background-color:#000;
	opacity:.50;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#navspacer {
	width:110px;
	height:35px;
	background-color:#000;
	opacity:.01;
	filter:alpha(opacity=01);
	-moz-opacity:.01;
	float:left;
	position:relative;
}


.button {
	width:120px;
	height:30px;
	position:relative;
	float:left;
	margin-top:4px;
	padding-top:2px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:16px;

}

.button A:link {
	text-decoration:none;
	color:#FFF;
}

.button A:hover {
	text-decoration:none;
	color:#FF0;
}

.button A:visited {
	text-decoration:none;
	color:#FFF;
}

.button A:visited:hover {
	text-decoration:none;
	color:#FF0;
}

.currentpagebutton {
	width:120px;
	height:30px;
	position:relative;
	float:left;
	margin-top:4px;
	padding-top:2px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:16px;
}

.currentpagebutton A:link {
	text-decoration:none;
	color:#09F;
}


.currentpagebutton A:visited {
	text-decoration:none;
	color:#09F;
}

#abouttext {
	width:379px;
	height:357px;
	position:relative;
	float:left;
	margin-left:365px;
	margin-top:42px;
	color:#CCC;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
}

#flashcontainer {
text-align:center;
margin-left:auto;
margin-right:auto;
padding-top:90px;
}

#faqtext {
	width:690px;
	height:323px;
	position:relative;
	float:left;
	margin-left:55px;
	margin-top:82px;
	padding-right:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	overflow:auto;
	
}


#footer {
	background-color:#000;
	width:800px;
	height:14px;
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5px;
	text-align:center;
	color:#999;
	padding-top:1px;
}

#footer A:link {
	text-decoration: none;
	color:#999;
}

#footer A:hover {
	text-decoration: none;
	color:#FF0;
}
