* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px/15px Tahoma, Arial, sans-serif;
	font-size: 100%;
	/*color: #f2f3f7;*/
	color: #9aa5b3;
	margin: 0;
	padding: 0;
	background: #343739;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	color: #d5d7d9;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #4e5457;
}
a {
	color: #4e5457;
	text-decoration: none;
}
a:hover {
	color: #f2f3f7;
}
ul {
	list-style-type: none;
}
address {
	font-style: normal;
}
#page {
	font-size: 11px;
}
div.container {
	position: relative;
	width: 780px;
	margin: 0 auto;
}
#header {
	height: 85px;
	background: url('images/dash.gif') no-repeat 50px 100%;
}
/* Header navigaiton */
#header-nav {
	float: left;
	margin: 40px 0 0 50px;
}
#header-nav ul {
	margin: 0;
	padding: 0;
}
#header-nav li {
	display: inline;
}
#header-nav a {
	text-decoration: underline;
}
li.nav-home {
	padding-right: 8px;
	/*border-right: 2px solid #4e5457;*/
}
li.nav-search {
	visibility: hidden;
	padding: 0 8px 0 4px;
	border-right: 2px solid #4e5457;
}
li.nav-sitemap {
	visibility: hidden;
	padding: 0 0 0 4px;
}

/* Header */

#headerimg {
	color: #838a92;
	background: #f2f3f7;
	padding: 20px 0 20px 0;
}
#headerimg h1 {
	margin: 0 0 0 40px;
	padding: 0;
}
#headerimg h1 a {
	display: block;
	/*width: 251px;
	height: 118px;*/
	width: 700px;
	height: 75px;
	/*background: url('images/site-logo.gif') no-repeat top left;*/
	background: url('images/swdirect-logo-msft.jpg') no-repeat top left;
}
#headerimg h1 span {
	display: none;
}

/* Search bar */
#sitesearch {
	display: none;
	position: absolute;
	top: 80px;
	right: 50px;
}
#frmSearch input {
	color: #b5bbbe;
	border: 1px solid #b5bbbe;
	background: #e3e7ed;
}
#frmSearch input:focus {
	background: #fff;
}
#frmSearch #btnSubmit {
	margin: 0 0 0 5px;
	width: 32px;
	height: 31px;
	border: none !important;
	background: url('images/btnSearch.gif') no-repeat top left;
	cursor: pointer;
}

/* Page navigation */
#page-nav {
	float: right;
	margin: 40px 50px 0 0;
}
#page-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#page-nav li {
	display: inline;
}
#page-nav li a {
	display: block;
	float: left;
	height: 24px;
	margin: 0 10px 0 0;
}
#page-nav li a span {
	display: none;
}
.nav-about a {
	width: 46px;
	background: url('images/nav-about.gif') no-repeat top left;
}
.nav-services a {
	width: 58px;
	background: url('images/nav-services.gif') no-repeat top left;
}
.nav-contact a {
	width: 75px;
	background: url('images/nav-contact.gif') no-repeat top left;
}
.nav-network a {
	width: 106px;
	background: url('images/nav-network.gif') no-repeat top left;
}
.nav-legal a {
	width: 39px;
	background: url('images/nav-legal.gif') no-repeat top left;
}
/* Main content */

#top-content {
	color: #838a92;
	padding: 0 0 50px 0;
	background: #f2f3f7;
}
#top-content a {
	color: #000;
}
#top-content h2 span {
	display: none;
}
div.post {
	padding: 0 auto;
}
div.big-icon {
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 213px 0 0 0;
	width: 223px;
	height: 65px;

}
div.big-icon p.read-more {
	margin: 14px 0 0 0;
	
}
div.big-icon p.read-more a {
	padding: 0 0 4px 18px;
	background: url('images/down-arrow.gif') no-repeat 0% 50%;
}
div.hosted-server {
	background: url('images/hosted-server.jpg') no-repeat top left;
	margin: 0 10px 0 45px;
}
div.remote-backup {
	background: url('images/remote-backup.jpg') no-repeat top left;
}
div.online-support {
	background: url('images/online-support.jpg') no-repeat top left;
}
div.navigation {
	clear: both;
}

/* Bottom Content */

#bottom-content {
	padding: 20px;
	background: #373a3d;
}
#bottom-content h3 {
	font-size: 22px;
	color: #d5d7d9;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
#bottom-content p {
	margin: 10px 0;
}
#bottom-content i {
	color: #46bfec;
	font-style: normal;
}
#bottom-content a {
	color: #46bfec;
}
#bottom-content li {
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #45494c;
	background: url('images/list-item.gif') no-repeat 0% 50%;
}
#bottom-left-content {
	float: left;
	width: 350px;
	padding: 10px 20px;
}
#bottom-right-content {
	padding: 10px 20px 10px 390px;
}
#bottom-content p.read-more {
	margin: 10px 0;
}
#bottom-content p.read-more a {
	color: #f2f3f7;
	text-decoration: underline;
}
/* Footer */

#footer {
	border-top: 1px solid #3b3f44;
	padding: 20px 20px 20px 50px;
}

/* hover effects */
div.home li.nav-home a, div.sitesearch li.nav-search a, div.sitemap li.nav-sitemap a {
	color: #f2f3f7;
}
.paddedtable {
border: 1px solid #FFFFFF;
border-bottom: none;}

.paddedtable td {
border-bottom: 1px solid #FFFFFF;
padding: 5px;}
