body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3063A5;
	/*background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;*/
	background-color: #F6F8F4;
}

a img {
	border: 0px;
}

div#header {
	height: 103px;
	width: 760px;
	background-color: White;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-y;
}

div#logo {
	margin-top: 11px;
	margin-left: 8px;
	float: left;
}

div#tag {
	margin-top: 30px;
	margin-right: 16px;
	float: right;
}

div#middle {
	width: 760px;
	background-color: White;
}

div#homephoto {
	margin-left: 161px;
	height: 221px;
}

div#menu {
	width: 161px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}

div#menu ul li {
	display: block;
	list-style: none;
	position: absolute;
	margin: 0px;
	height: 44px;
	padding: 0px; 
	overflow: hidden;
	width: 100%;
}

div#menu ul li a {
	display: block;
	height: 45px;
	line-height: 200px;
}

div#menu ul li#core-markets {
	background-image: url(../images/menu-sprites.gif);
	background-repeat: no-repeat;
	background-position: -322px 0px;
}

div#menu ul li#core-services {
	background-image: url(../images/menu-sprites.gif);
	background-repeat: no-repeat;
	background-position: -161px 0px;
	top: 44px;
}

div#menu ul li#chats-projects {
	background-image: url(../images/menu-sprites.gif);
	top: 88px;
	background-repeat: no-repeat;
	background-position: -483px 0px;
}

div#menu ul li#about-chats {
	background-image: url(../images/menu-sprites.gif);
	top: 132px;
	background-repeat: no-repeat;
	background-position: -644px 0px;
	
}

div#menu ul li#contact-us {
	background-image: url(../images/menu-sprites.gif);
	top: 176px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#menu ul li#core-markets a:hover {
	background: transparent url(../images/menu-sprites.gif) no-repeat -322px -44px;
}

div#menu ul li#core-services a:hover {
	background: transparent url(../images/menu-sprites.gif) no-repeat -161px -44px;
}

div#menu ul li#chats-projects a:hover {
	background: transparent url(../images/menu-sprites.gif) no-repeat -483px -44px;
}

div#menu ul li#about-chats a:hover {
	background: transparent url(../images/menu-sprites.gif) no-repeat -644px -44px;
}

div#menu ul li#contact-us a:hover {
	background: transparent url(../images/menu-sprites.gif) no-repeat 0px -45px;
}

div#tabs {
	background-repeat: repeat-y;
	background-image: url(../images/tabs-bg.gif);
	width: 760px;
}

div#tabs ul li {
	font-size: .7em;
	margin: 10px auto;
	list-style-image: url(../images/arrow.gif);
}

body p.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

div#tab1 {
	background-image: url(../images/tabbg-core-markets.gif);
	background-repeat: repeat-y;
	width: 245px;
	float: left;
}

div#tabs div p {
	font-size: .7em;
	line-height: 1.3em;
	margin: 8px 15px 8px 20px;
}

div#tab2 {
	background-image: url(../images/tabbg-core-services.gif);
	background-repeat: repeat-y;
	width: 257px;
	float: left;
}

div#tab3 {
	background-image: url(../images/tabbg-chats-news.gif);
	background-repeat: repeat-y;
	width: 258px;
	float: left;
}

div#footer {
	clear: both;
	background-color: #2F62A5;
	width: 760px;
	border-bottom: 1px solid #27528A;
}

div#footer div.image {
	float: left;
}

div#footer div.links {
	float: right;
	margin: 10px 8px 0px 0px;
	color: white;
	font-size: .8em;
	text-align: right;
}

div#footer div.links a:hover {
	text-decoration: underline;
	color: #CFD4CB;
}

div#footer div.links p {
	margin: 0px 0px 7px 0px;
}

div#footer div.links a {
	color: white;
	text-decoration: none;
}

div#footer div.links form {
	padding: 0px;
	margin: 0px;
}

div#footer div.links input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	border: 1px solid #109ED5;
	padding: 2px;
}

div#footer div.links input#searchbutton {
	background-color: White;
	font-weight: bold;
	color: #3062A5;
	padding: 1px;
}

div.image {
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
}

/*div.newsitem {
	border-bottom: 1px solid #CFD4CB;
}

div.newsitem#last {
	border-bottom: 0px none;
}*/

div.newsitem h4 {
	font-size: .8em;
	margin: 8px 15px 0px 20px;
	padding: 0px;
}

div#tabs div div.newsitem p {
	margin-top: 3px;
}

div#tabs a {
	color: #28538B;
	font-weight: bold;
}

div#tabs a:hover {
	color: #009AD3;
}

