/*
This CSS file is for styles related to the wrapper. 
*/

body{
	background: #3d61a4;
	text-align: center;
	margin: 0;
	padding: 0;	
}

div#wrapper{
	width:980px;
	margin:0px auto;
	text-align:left;
}

div#top{
	background: #3d61a4 url(/images/top_banner2.jpg) no-repeat scroll 50% 0;
	height:110px;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}

div#middle{
	background: #3d61a4 url(/images/middle3.jpg) repeat-y scroll 50% 0;
	margin:0;
	padding:0;
}

div#bottom{
	background: #3d61a4 url(/images/bottom3.jpg) no-repeat scroll 50% 0;
	height:25px;
}

div#breadcrumbs{
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding:0;
}

div#content{
	width:940px;
	min-height:400px;
	margin:0px 10px 0 20px;
	padding: 0 0 5px 0;
}

div.full_banner{
	margin:0 0 10px -10px;
	padding:0;
	width:960px;
	position:relative;
}
	
.clearit {
    font: 0px/0px monospace;	
	clear: both;
	display: block;
}

h1.page_title {
	margin: 0 0 21px 0;
}

div#horz_menu {
	position:absolute;
	bottom:19px;
	left: 351px;
}

div#horz_menu ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

div#horz_menu li{
	float:left;
	position:relative;
	margin: 0 10px;
	padding: 0;
}

#horz_menu a{
	background:transparent url(/images/navbar.jpg) no-repeat scroll 0px 0px;
	height:24px;
	display:block;
	overflow:hidden;
	text-indent:-999em;
}

#horz_menu_home a{
	background-position: 0px 0px;
	width:56px;
}

#horz_menu_hosting a{
	background-position: -74px 0px;
	width: 83px;
}

#horz_menu_services a{
	background-position: -175px 0px;
	width:92px;	
}

#horz_menu_portfolio a{
	background-position: -285px 0px;
	width:104px;	
}

#horz_menu_blog a{
	background-position: -407px 0px;
	width:52px;	
}

#horz_menu_home a:hover{
	background-position: 0px -24px;
	width:56px;
}

#horz_menu_hosting a:hover{
	background-position: -74px -24px;
	width: 83px;
}

#horz_menu_services a:hover{
	background-position: -175px -24px;
	width: 92px;
}

#horz_menu_portfolio a:hover{
	background-position: -285px -24px;
	width:104px;	
}

#horz_menu_blog a:hover{
	background-position: -407px -24px;
	width:52px;	
}