﻿body {
	margin:0;
	color:#000;
	font:12px/14px Verdana, Tahoma, sans-serif;
	background:#c6deed url('../images/bg-body.gif') repeat-x;
}
img {border:none;}
form,fieldset{
	margin:0;
	padding:0;
}
a:focus {
	outline:none;
}
fieldset {border-style:none;}
.page-width {
	margin:0 auto;
	width:850px;
}
/* header */
#header {
	position:relative;
	height:147px;
}
/* logo */
#header strong {
	position:absolute;
	left:12px;
	top:33px;
	width:218px;
	height:74px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
}
#header strong a {
	display:block;
	width:218px;
	height:74px;
}
#header .menu {
	position:absolute;
	top:111px;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
}
#header .menu li {
	float:left;
	margin-right:4px;
}
#header .menu a {
	float:left;
	color:#000;
	font-size:10px;
	line-height:36px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/item-left.gif) no-repeat;
}
#header .menu a span {
	float:left;
	cursor:pointer;
	width:122px;
	height:36px;
	text-align:center;
	background:url(../images/item-right.gif) no-repeat 100% 0;
}
#header .menu a:hover,
#header .menu li.active a {
	background:url(../images/item-left-act.gif) no-repeat;
}
#header .menu a:hover span,
#header .menu li.active a span {
	background:url(../images/item-right-act.gif) no-repeat 100% 0;
}
/* content */
#content {
	overflow:hidden;
	background:#e3eef6;
	padding:5px 12px 20px;
}
#content img {
	float:left;
	margin:19px 11px 0 0;
}
#content a {
	color:#000;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content p {
	margin:17px 0 0;
}
#content .microsoft {
	margin:17px 500px 0;
}

/* columns-holder */
.columns-holder {
	overflow:hidden;
	height:1%;
	padding:15px 0 10px;
	background:#e7eff5 url(../images/bg-columns.gif) repeat-x;
}
.boxes {
	overflow:hidden;
	height:1%;
	background:url(../images/bg-sep.gif) repeat-y 270px 0;
}
.box {
	float:left;
	display:inline;
	margin:0 0 0 -12px;
	padding:0 20px 5px 22px;
	width:260px;
}
.box3 {	
	width:240px;
}
.box h3 {
	margin:0;
	color:#ad5a9a;
	padding:10px 0 18px 45px;
	font-size:12px;
	line-height:16px;
	background:url(../images/ico-1.gif) no-repeat;
}
.box2 h3 {
	color:#397e40;
	background:url(../images/ico-2.gif) no-repeat;
}
.box3 h3 {
	color:#0092d0;
	background:url(../images/ico-3.gif) no-repeat;
}
.box ul {
	margin:-4px 0 0;
	padding:0 0 0 45px;
	list-style:none;
}
.box ul a {
	color:#58585a;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
}
.box ul a:hover {
	text-decoration:underline;
}
#footer {
	padding:10px;
	color:#717173;
	font:10px/12px Arial, Helvetica, sans-serif;
}