/*---Global---*/
body{
	margin:0;
	color:#0f2135;
	font:11px arial,sans-serif;
	background:#103f79 url(../images/body-grad.gif) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#4e74ac;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*---GlobalEnd---*/
/*---Main---*/
#main{
	margin:0 auto;
	width:1002px;
	height:817px;
	overflow:hidden;
}
.container{
	width:100%;
	height:687px;
	overflow:hidden;
	background:url(../images/main-container-bg.jpg) no-repeat;
}
/*---MainEnd---*/
/*---Header---*/
#header{
	width:100%;
	height:131px;
	background:url(../images/header-bg.jpg) no-repeat;
	position:relative;
}
.logo{
	display:block;
	width:151px;
	height:194px;
	position:absolute;
	top:12px;
	left:35px;
	z-index:5;
}
.logo a{
	display:block;
	width:151px;
	height:194px;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
	text-indent:-3000px;
	overflow:hidden;
}
.slogan1{
	width:363px;
	height:18px;
	overflow:hidden;
	text-indent:-3000px;
	position:absolute;
	top:149px;
	left:195px;
	z-index:5;
	background:url(../images/microsoft-text.png) no-repeat;
}
.slogan2{
	width:243px;
	height:22px;
	overflow:hidden;
	text-indent:-3000px;
	position:absolute;
	top:99px;
	right:17px;
	background:url(../images/exclusive.png) no-repeat;
}
/*---HeaderEnd---*/
/*---Content---*/
#content{
	float:left;
	width:758px;
	display:inline;
	margin-left:11px;
	margin-top:44px;
	height:631px;
	background:url(../images/content-bg.jpg) no-repeat;
}
#content .line{
	width:718px;
	padding:20px;
	height:88px;
	overflow:hidden;
	background:url(../images/content-line.jpg) no-repeat 50% 100%;
}
#content .text{
	margin:0 10px 0 0;
	padding:10px 20px;
	width:708px;
	height:471px;
	overflow:auto;
}
/*---ContentEnd---*/
/*---Sidebar---*/
#sidebar{
	float:right;
	width:174px;
	padding:20px;
	height:626px;
	background:url(../images/sidebar-grad.jpg) no-repeat;
	display:inline;
	margin-right:11px;
	margin-top:9px;
}
/*---SidebarEnd---*/
/*---TableAdditions---*/
.tablebg { background-color: #e6e6e6; }

.tablebg:hover { color: #565656; background-color: #dddddd; }
/*---TableAdditionsEnd---*/