/* CSS Document */
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5C5C5C;
	background-color:#FFFFFF;
}

.purple {
	color:#823289;
}

a {
outline:none;
}

#main {
	margin:0 auto;
	width:960px;
}

#header {
	margin:0 auto;
	height:74px;
	width:960px;
}

#logo {
	float:left;
	margin-top:10px;
	height:58px;
	width:303px;
	background-image:url(img/logo-oldstyle.jpg);
	background-repeat:no-repeat;
	position:absolute;
}

#menu {
	float:left;
	margin-left:72px;
	margin-top:43px;
	font-size:14px;
	position:absolute;
	color:#823289;
}


#menuList {
	border-right:1px solid #000;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

#menuList li {
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 15px;
	border-left:1px solid #000;
}

#menu a {
	text-decoration:none;
	color:#333333;
	outline:none;
}

#menu a:hover {
	text-decoration:none;
	color:#27A7DF;
}

#current{
	color:#27A7DF;
	
}

#graph {
	float:right;
	margin-top:35px;
}

#graph a {
	outline:none;
}

#graph img {
	border:0px;
}

.stripe {
	height:5px;
	width:960px;
	background-color:#00AAEE;
}

#content {	
	height:480px;
	background-color:#E6E6E6;
}

#content img {
	border:0;
	margin:0px;
}

#text {
	float:left;
	height:470px;
	width:440px;
	padding:10px 20px 0px 20px;
	line-height:1.6em;
	overflow:hidden;
}

#text a {
	color:#27A7DF;
	text-decoration:none;
	font-weight:bold;
}

#text a:hover {
	text-decoration:underline;
}

#pictureHome {
	float:right;
	height:480px;
	width:480px;
	background-image:url(img/1.jpg);
}

#pictureClients {
	float:right;
	height:480px;
	width:480px;
	background-image:url(img/2.jpg);
}

#pictureTeam {
	float:right;
	height:480px;
	width:480px;
	background-image:url(img/3.jpg);
}

#pictureServices {
	float:right;
	height:480px;
	width:480px;
	background-image:url(img/4.jpg);
}

#pictureCommunication {
	float:right;
	height:480px;
	width:480px;
	background-image:url(img/5.jpg);
}

#pictureWRAP {
	float:right;
	height:480px;
	width:480px;
	background-image:url(img/5.jpg);
}

#pictureContact {
	float:right;
	height:480px;
	width:480px;
	background-image:url(img/6.jpg);
}

#pictureFees {
	float:right;
	height:480px;
	width:480px;
	background-image:url(img/7.jpg);
}

#teamMember {
	float:right;
	
	height:480px;
	width:480px;
	background-color:#FFFFFF;
}

#teamMember img {
	float:left;
	border:2px solid #27A7DF;
	margin: 0 10px 10px 0;
	padding:1px;
}


#footer {
	margin-top:5px;
	font-size:10px;
	color:#A0A0A0;
	text-align:center;
}

#footer p {
	margin:0px;
}

#footer .address {
	color:#27A7DF;
}

#footer .regulations {
	margin-top:10px;
}

#footer a, a:visited {
	color:#A0A0A0;
}

#footer a:hover {
	color:#959595;
}

#login {
	margin-top:10px;
	text-align:center;
}