body {
	background: url(../img/bg.jpg) repeat-x;
	margin: 0px 0px 25px 0px;
	font-family: tahoma, Verdana, sans-serif;
	font-size: small;
}

.holder {
	width: 748px;
	margin: 10px auto auto auto;
	background: url(../img/curve_mid.jpg) repeat-y;
}

.top_curve {
	background: url(../img/curve_top.jpg) no-repeat;
	height: 16px;
}

.left_shade {
	background: url(../img/curve_left.jpg) no-repeat;
	width: 5px;
	float: left;
	height: 600px;
}

.right_shade {
	background: url(../img/curve_right.jpg) no-repeat;
	width: 5px;
	float: left;
	height: 600px;
}

.header {
	background: url(../img/trees.png) no-repeat center;
	padding-bottom: 30px;
	height: 175px;
	width: 738px;
	font-size: 36px;
	font-family: "Century Gothic", Arial, Verdana, Futura, sans-serif;
	color: #ffffff;
}

.block_left {
	background: url(../img/bluedoctor.png) no-repeat;
	float: left;
	width: 227px;
	height: 191px;
}

.block_left a {
	display: block;
	width: 227px;
	height: 191px;
}

.block_left_mail {
	background: url(../img/bluemailman.png) no-repeat;
	float: left;
	width: 227px;
	height: 191px;
}

.block_left_mail a {
	width: 227px;
	height: 191px;
	display: block;
}

.center_content {
	width: 738px;
	background-color: #ffffff;
	float: left;
}

.left_content {
	float: left;
	width: 227px;
	margin-left: 22px;
	margin-top: 10px;
}

/* Necessary hack because IE is a piece of garbage */
html .left_content {
	float: left;
	width: 227px;
	margin-left: 14px;
	margin-top: 10px;
}

.right_content {
	margin-top: 10px;
	float: right;
	width: 437px;
	margin-right: 22px;
	padding-left: 10px;
	border-left: solid 1px #f2f2f2;
}

/* Necessary hack because IE is a piece of garbage */
html .right_content {
	margin-top: 10px;
	float: right;
	width: 437px;
	margin-right: 10px;
	padding-left: 10px;
	border-left: solid 1px #f2f2f2;
}

.contact_us {
	background: url(../img/mail-message-new.png) no-repeat left;
	padding: 10px 0px 6px 26px;
}

h2 {
	margin: 0;
	color: #2c5595;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #2c5595;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #87aefd;
}
	
.left_content h4 {
	margin: 0;
	color: #2c5595;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 9px;
	background: url(../img/dots-hr-4.gif) repeat-x;
}

.right_content h4 {
	margin: 0;
	color: #2c5595;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	border-bottom: #b7b7b7 1px dashed;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.hr {
	width: 100%;
	height: 8px;
	background: url(../img/dots-hr.gif) repeat-x center;
	margin: auto auto 10px auto;
}

a:link, a:visited {
	color: #5e90db;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.left_content ol {
	margin-left: 24px;
	padding: 0;
}

.left_content ol li {
	padding: 4px 0 4px 0;
}

.right_content ul.main {
	margin: 30px 0;
	padding: 0 15px 0 15px;
	list-style-type: none;
}

.right_content ul.main li {
	height: 68px;
	padding: 7px 0 7px 0;
	border-bottom: #b7b7b7 1px dashed;
	font-size: 13px;
	text-align: left;
	color: #6c6c6c;
}

.right_content ul.main li.first {
	height: 68px;
	padding: 7px 0 7px 0;
	border-top: #b7b7b7 1px dashed;
	border-bottom: #b7b7b7 1px dashed;
	color: #6c6c6c;
}

.right_content ul.main li.last {
	height: 68px;
	padding: 7px 0 7px 0;
	border-bottom: #b7b7b7 1px dashed;
	color: #6c6c6c;
}

.right_content ul.main li strong {
	padding: 0 0 0 0;
	font-size: 15px;
	color: #006699;
}

.right_content ul.main li span.win {
	float: right;
	display: block;
	height: 65px;
	width: 65px;
	background: url(../img/windows.png) no-repeat #ffffff;
}

.right_content ul.main li span.mac {
	float: right;
	display: block;
	height: 65px;
	width: 65px;
	background: url(../img/macos.png) no-repeat #ffffff;
}

.right_content ul.main li span.mal {
	float: right;
	display: block;
	height: 65px;
	width: 65px;
	background: url(../img/malware.png) no-repeat #ffffff;
}

.right_content ul.main li span.dat {
	float: right;
	display: block;
	height: 65px;
	width: 65px;
	background: url(../img/dataprotection.png) no-repeat #ffffff;
}

.right_content ul.main li span.net {
	float: right;
	display: block;
	height: 65px;
	width: 65px;
	background: url(../img/networking.png) no-repeat #ffffff;
}

.right_content ul.main li span.bld {
	float: right;
	display: block;
	height: 65px;
	width: 65px;
	background: url(../img/gears.png) no-repeat #ffffff;
}

.right_content ul.services {
	margin: 20px 0;
	padding: 0 15px 0 15px;
	list-style-type: none;
}

.right_content ul.services li {
	font-size: 13px;
	text-align: left;
}

.bottom_curve {
	height: 17px;
	background: url(../img/curve_btm.jpg) no-repeat center center;
	clear: both;
}

#footer {
	width: 748px;
	text-align: center;
	margin: 20px auto 25px auto;
}

#footer ul.menu {
	font-size: 14px;
	color: #000000;
}   
    
#footer ul.menu li {
	display: inline;
	padding: 0 .9em;
	border-right: 1px dotted #cccccc;
}   
    
#footer ul.menu li.last {
	border: none;
}

#footer ul.menu a {
	text-decoration: none;
	color: #87aefd;
}   
    
#footer ul.menu a:hover {
	text-decoration: underline;
}
