/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #000000;
	color: #fff;
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
}



a{
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: #1f1f1f 1px 1px 3px;
}

span {

}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/
#header {
	background: url(../images/header.jpg) repeat-x;
}

#header .content {
	background: url(../images/kameleon.jpg) no-repeat 360px 0;
	height: 181px;
	width: 811px;
}

#logo {
	margin-top: 25px;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
.content {
	margin: 0 auto;
	overflow: hidden;	/*clearing the floats*/
	position: relative;
	text-align: justify;
	width: 955px; /* ie6 needs this so it would clear the floats*/
}

/*------------------------------------------------------*/
/* =LOGIN							*/
#call {
	position: absolute;
	top: 15px;
	right: 5px;
}

#upperMenu {
	position: absolute;
	bottom: 36px;
	right: 0;
	text-shadow: #000000 0 0 0px;
}

#upperMenu  li{
	background: url(../images/upper-menu.jpg) repeat;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	float: left;
	margin: 0 5px;
	padding: 5px 10px;
	width: 120px;
	text-align: center;
}

#upperMenu a {
	display: block;
	font-size: 14px;
}

#upperMenu a:hover {
	text-decoration: none;
}

#upperMenu li:hover {
	background: url(../images/hover.jpg) repeat-x;
}

#upperMenu li.active {
	background: url(../images/hover.jpg) repeat-x;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	position: absolute;
	bottom: 2px;
	right: 5px;
	text-shadow: #1f1f1f 1px 1px 1px;
}

#menu li {
	float: left;
	height: 22px;
	padding-top: 10px;
	text-align: center;
	width: 88px;
}

#menu li.active {
	background: url(../images/menu.jpg) no-repeat top center;
}

/*------------------------------------------------------*/
/* =MAIN							*/
#main {
	background: url(../images/main.jpg) repeat-x bottom;
	line-height: 150%;
	text-shadow: #1f1f1f 1px 1px 2px;
}

#top {
	padding-left: 80px;
}

#top ul {
	float: left;
	margin-left: 60px;
	margin-top: 10px;
}

#top li {
	float: left;
	margin-right: 30px;
}

#middle  img {
	margin: 15px 0 0 60px;
}

#clientArea {
	padding: 20px 0 45px 60px;
	overflow: hidden;
	width: 100%;
}

#clientArea ul {
	margin-top: 25px;
	float: left;
}

#clientArea li {
	float: left;
	margin-right: 10px;
}

#clientPortal {
	background: url(../images/client-portal.png) no-repeat;
	float: left;
	height: 180px;
	position: relative;
	width: 290px;
}

#formBody {
	position: relative;
	top: 60px;
	left: 60px;
}

.clientPortalinput {
	background: transparent;
	border: none;
	color: #a4a4a4;
	display: block;
	font-size: 13px;
	font-family: arial, sans-serif;
	height: 20px;
	margin: 10px 0;
}

.clientPortalButton {
	background: url(../images/sign-in-button.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 31px;
	margin-left: 68px;
	width: 120px;
}

#clientPortal .button:hover {
	background: url(../images/sign-in-button.png) no-repeat 1px -33px;
}

#message {
	line-height: 200%;
	padding: 40px 60px;	
}

#message p {
	width: 492px;
}

#message img {
	margin-top: 60px;
}




/*------------------------------------------------------*/
/* =BOXES							*/
.box {
	padding: 0 0 30px 0px;
	overflow: hidden;	/*clearing the floats*/
	margin: 22px auto 0 auto;
	width: 810px; 
}

#bottom {
	margin: 0 auto;
	padding-top: 20px;
	width: 720px;
}

.screenshot {
	width: 275px;
}

.screenshot h2 {
	background: #499aea url(../images/hover.jpg) repeat-x bottom;
	border: 1px solid #fff;
	font-size: 15px;
	font-style: normal;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	width: 150px;
}

.screenshot img {
	border: 2px solid #fff;
}

.screenshot p {
	padding: 10px 7px 0 0;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(../images/footer.jpg) repeat-x;
	font-family: arial;
	font-size: 11px;
	height: 320px;
	padding-top: 10px;
	text-align: center;
}

#footer .content {
	width: 470px;
}

#footer_logo {
	margin: 0 auto;
	width: 156px;
}

#footer_menu {
	margin-top: 10px;
	text-align: center;
}

#footer_menu li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 8px;
}

/*-----------added in--------------*/
.titles
{
	color: #92d3f9;
	color: #92d3f9;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
}