﻿body {
    margin: 0;
    padding: 0;
    width:100%;
    text-align: center;
	background-color:#000000;
	color:#FFFFFF;
}
/* layout //////////////////////////////////////////////////*/

#wrapper {
	margin:0 auto 0 auto;
	width:877px;
}

#left {
	float:left;
	width:705px;
}

#right {
	float:right;
}

/* box headers //////////////////////////////////////////////////*/

#boxWrapperHeaders {
	margin:0 auto 0 auto;
	width:705px;
	height:30px;
}

.boxHeader {
	float:left;
	background-image:url(../Images/header.gif);
	background-repeat:no-repeat;
	text-align:center;
	margin: 0;
    width:212px;
	height:30px;
	vertical-align:middle;
	color: white;
	font: 20px impact;
	line-height:26px;
}

/* boxes flash area //////////////////////////////////////////////////*/

#boxesSWF {
	margin:0 auto 0 auto;
	width:705px;
	height:125px;
}

.box {
    width:212px;
	float:left;
}

.boxImage {
	width:212px;
	height:125px;
}

/* box descriptions //////////////////////////////////////////////////*/

#boxWrapperDesc {
	margin:5px auto 0 auto;
	width:705px;
}

.boxDesc {
	float:left;
    width:212px;
	font-family: Arial;
	font-size:10pt;
	line-height:16px;
	text-align:left;
	cursor:hand;
}

/* buttons //////////////////////////////////////////////////*/

#btnWrapper {
	width:170px;
	height:426px;
}

#btnWrapper #solutionsBtn {
	text-align:left;
	margin:5px 0 5px 10px;
}

#btnWrapper .btnImg {
	float:left;
	margin:10px 0 10px 28px;
}

#btnWrapper .btnText {
	float:left;
	font-family: Arial;
	font-size:10pt;
	margin:20px 0 0 10px;
}

/* Adnet button //////////////////////////////////////////////////*/

#AdnetButton {
	cursor: hand;
}
#AdnetButton DIV {
	margin-left:24px;
	background: url(../Images/AdnetButton.jpg) no-repeat;
	width:70px;
	height:69px;
}
#AdnetButton DIV:hover {
	background: url(../Images/AdnetButton_selected.jpg) no-repeat;
	width:70px;
	height:69px;
}

/* footer //////////////////////////////////////////////////*/

#footer {
	margin:15px auto 0 auto;
	width:1030px;
	height:146px;
	font-size:9px;
	font-family:Arial;
	color:#FFFFFF;
}

#footer #sitemap a,
#footer #sitemap a:hover,
#footer #sitemap a:visited {
	font-size:9px;
	font-family:Arial;
	color:#FFFFFF;
	text-decoration:none;
}

#Footer3 a,
#Footer3 a:hover,
#Footer3 a:visited {
	font-size:9px;
	font-family:Arial;
	color:#FFFFFF;
	text-decoration:none;
}

#RealFooter {
	width:1000px;
	padding-top:5px;
	font-size: 10px;
	font-family:Arial;
	color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;
}

#Footer1 {
	width:70%;
	float:left;
	text-align: left;
}

#Footer3 {
	width: 10%;
	float: left;
}

#Footer4 {
	width: 130px;
	vertical-align: middle;
	float: right;
	background: url(../Images/aculocity-logo.jpg) no-repeat;
	background-position: left;
	text-align:right;
	width:117px;
cursor:hand;
	
}

/* clear floats //////////////////////////////////////////////////*/

#wrapper:after, #boxWrapperHeaders:after, #boxesSWF:after, #boxWrapperDesc:after, #btnWrapper .btnGroup:after {
    clear:both;
    content:".";
    display:block;
    height:0pt;
    visibility:hidden;
}