/**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/top.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:10px;
	width:166px;
	margin-top:10px;
}

#about a,
#dw a,
#p21 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;
}

html>body #dw a:hover,
#sbout a:hover,
#p21 a:hover {
	background-position: 0 -20px;
	color:#FFFFFF;
}

/* Current page link highlighting */ 
#aboutpage #about a,
#dwpage #dw a,
#p21page #p21 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,
#dwpage #dw a:hover,
#p21page #p21 a:hover {
	color:#FFFFFF;
	position:relative;
	left:7px;
}

/* Second level buttons */
#whp21order a,
#whforyou a,
#whabout a,
#whprocesses a,
#whtransfer a,
#whclients a,
#whcenter a,
#whexport a,
#whrequirements a,
#whfeatures a,
#whscalability a,
#whrestrictions a,
#whfeed a,
#forum a {
	display:block;
	width:154px;
	margin-right:1px;
	height:20px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#407eb1;
	text-decoration:none;
	background: url(../../images/level3button.jpg) 0 0 no-repeat;
	position:relative;
	top:-5px;
}

#whdownload a {
	display:block;
	width:154px;
	margin-right:1px;
	height:20px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#407eb1;
	text-decoration:none;
	background: url(../../images/level3buttonlast.jpg) 0 0 no-repeat;
	position:relative;
	top:-5px;
}

#whp21order span,
#whforyou span,
#whabout span,
#whprocesses span,
#whtransfer span,
#whclients span,
#whcenter span,
#whexport span,
#whrequirements span,
#whfeatures span,
#whscalability span,
#whrestrictions span,
#whfeed span,
#whdownload span,
#forum span {
	position:relative;
	left:32px;
	top:3px;
}

html>body #whforyou a:hover,
#whp21order a:hover,
#whabout a:hover,
#whprocesses a:hover,
#whdownload a:hover,
#whtransfer a:hover,
#whclients a:hover,
#whcenter a:hover,
#whexport a:hover,
#whrequirements a:hover,
#whfeatures a:hover,
#whscalability a:hover,
#whrestrictions a:hover,
#whfeed a:hover,
#forum a:hover {
	background-position: 0 -20px;
	color:#FFFFFF;
}


/* Current page link highlighting */ 
#whp21orderpage #whp21order a,
#whforyoupage #whforyou a,
#whaboutpage #whabout a,
#whdownloadpage #whdownload a,
#whprocessespage #whprocesses a,
#whtransferpage #whtransfer a,
#whclientspage #whclients a,
#whcenterpage #whcenter a,
#whexportpage #whexport a,
#whrequirementspage #whrequirements a,
#whfeaturespage #whfeatures a,
#whscalabilitypage #whscalability a,
#whrestrictionspage #whrestrictions a,
#whfeedpage #whfeed a {
	background-position: 0 -40px;
	color:#FFFFFF;
}

.secondlevel {

}

.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**/