/**BEGIN Major layout object. DO NOT CHANGE**/
html, body {
	background-image:url(images/back.gif);
	font-family:verdana; 
	font-size:12px;
	text-align:center;
}

/* The main container */
#wrapper {
	background-color:#FFFFFF;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow:hidden;
}


/* The top banner area */
#top {
	background:url(images/topbanner.jpg) 0 0 no-repeat;
	width:100%;
	height:120px;
	margin:0px;
	padding:0px;
}

#middle {
	margin-top:4px;
	width:100%;
}

/* The left menu area */
#left {
	background-color:#FFFFFF;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	width:170px;
	min-height:500px;
}

/* The actual menu within the left area */
#menu {
	position:relative;
	top:-10px;
	left:3px;
	width:166px;
	margin-top:10px;
}



/* Second level buttons */
#about a,
#references a,
#demo a,
#contact a {
	float:right;
	display:block;
	width:155px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#999999;
	text-decoration:none;
	background: url(images/subbutton.jpg) 0 0 no-repeat;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}

#prod a
{
	float:right;
	display:block;
	width:155px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#999999;
	text-decoration:none;
	background: url(images2/prodsub.jpg) 0 0 no-repeat;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-right: -7px;
	
}

#prodabout a
{
	float:right;
	display:block;
	width:155px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#FFF;
	text-decoration:none;
	background: url(images2/prodsub2.jpg) 0 0 no-repeat;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	margin-right: -7px;
}
	
/*test*/
html>body #prod a:hover
{
	background-position: 0 -20px;
	color:#FFFFFF;
}

 

#prodpage #prod a
{
	background-position: 0 -40px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	color:#FFFFFF;
	position:relative;
	left:7px;
}
/*testend*/

html>body #about a:hover,
#screenshots a:hover,
#demo a:hover {
	background-position: 0 -20px;
	color:#FFFFFF;
}

/* Current page link highlighting */ 
#aboutpage #about a,
#screenshotspage #screenshots a,
#demopage #demo a {
	background-position: 0 -40px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	color:#FFFFFF;
	position:relative;
	left:7px;
}


#aboutpage #about a:hover,
#screenshotspage #screenshots a:hover,
#demopage #demo a:hover {
	color:#FFFFFF;
	position:relative;
	left:7px;
}

.secondlevel span {
	position:relative;
	top:2px;
	left:25px;
}

/* The main text area */
#right {
	background-color:#FFFFFF;
	float:right;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	width:630px;
}

/* Goes inside the main text area (#right) and controls the vertical divider between left and right */
#border {
	border-left:1px solid #CCCCCC;
	margin-left:5px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	padding-top:22px;
}

/* The bottom area */
#bottom {
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:2px;
	width:100%;
	height:48px;
	clear:both;
}

/* Copyright holder */
#copyright {
	height: 30px;
	width: 100%;
	position:relative;
	top:12px;
	text-align:center;
}

#copyright ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height: 30px;
	white-space: nowrap;
}

#copyright li {
	list-style-type: none;
	display: inline;
}

#copyright .image {
	position:relative;
	top:5px;
	padding-left:10px;
	padding-right:10px;
}

#copyright a {
	color:#666666;
	text-decoration:none;
}

#copyright a:hover {
	color:#0033FF;
	text-decoration:underline;
}


/* Clear */
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.dlbutton {
	display:block;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	margin-top:30px;
	
}


/**END Major layout items**/
