@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/background.jpg) no-repeat center top;
	background-color: #0a0b0c;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	height:100%; 
	color: #333333;
	line-height: 20px;
	}
	
p {
	padding: 5px 0 5px 0;
}
	
a {
	color: #df001a;
	}
	
a:hover {
	color: #b41d24;
	text-decoration: underline;
}
	
.navigation {
	margin: 0 auto;
	width: 665px;
	height: 30px;
	padding-left: 206px;
	}
	
.masthead {
	width: 880px;
	height: 142px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;	
	}

.phonenumber {
	position: absolute;
	bottom: 32px;
	right: -1px;
	background: url(../images/phonenumber.gif) no-repeat top left;
	text-indent: -9000px;
	width: 343px;
	height: 43px;
	}
	
ul#main_nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
ul#main_nav li {
			display:block;
			float:left;
			}
			ul#main_nav li a {
				display:block;
				outline:none;
				width:88px; height:30px;
				background:transparent url(../images/nav_buttons.gif) no-repeat 0 0;
				text-indent:-9009px;
				margin:0 0px 0 0;
				}
			
				ul#main_nav li a:hover {background-position:0 -30px}
			
			ul#main_nav li#home a {
				width:82px;
				background-position:0px 0;
				}
				ul#main_nav li#home a:hover {
					background-position:0px -30px
					}
					
			ul#main_nav li#about a {
				width:81px;
				background-position:-82px 0;
				}
				ul#main_nav li#about a:hover {
					background-position:-82px -30px
					}
			ul#main_nav li#phones a { 
				width:93px;
				background-position:-163px 0;
				}
				ul#main_nav li#phones a:hover {
					background-position:-163px -30px
					}
			ul#main_nav li#internet a {
				width:93px;
				background-position:-256px 0;
				}
				ul#main_nav li#internet a:hover {
					background-position:-256px -30px
					}
			ul#main_nav li#consulting a {
				width:111px;
				background-position:-349px 0;
				}
				ul#main_nav li#consulting a:hover {
					background-position:-349px -30px
					}
					
			ul#main_nav li#support a {
				width:95px;
				background-position:-460px 0;
				}
				ul#main_nav li#support a:hover {
					background-position:-460px -30px
					}
					
			ul#main_nav li#contact a {
				width:106px;
				background-position:-555px 0;
				}
				ul#main_nav li#contact a:hover {
					background-position:-555px -30px
					}
.home-container {
	margin: 0 auto;
	background: url(../images/bg_home.jpg) no-repeat center top;
	width: 880px;
	height: 470px;
	position: relative;
	background-color: white;
	}
	

	
.home-text {
	position: absolute;
	top: 170px;
	left: 510px;
	width: 330px;
	line-height: 20px;
	}
	
.home-button {
	position: absolute;
	top: 396px;
	left: 203px;
	}
	

.main-container {
	width: 1000px;
	margin: 0 auto;
	background: white;
	}
	
.content-container {
	width: 1000px;
	margin: 0 auto;
	background:  url(../images/bg_content.gif) repeat-y;
	}
	
.home-boxes {
	margin: 0 auto;
	width: 880px;
	background-color: white;
	}
	
.homebox {
	width: 390px;
	height: 120px;
	padding: 85px 0 20px 50px;
	float: left;
	}
	
.home-boxes ul {
	float: left;
	margin: 0 20px 0 0;
	list-style: none;
	padding: 0;
	width: 190px;
	height: 200px;
	color: black;
	font-weight: bold;
	}
	
.home-boxes ul li {
	background:  url(../images/bullet.gif) no-repeat 0px 7px;
	padding: 0 0 8px 13px;
}

#header-tech {
	background: url(../images/header-home-tech.gif) no-repeat;
	}
	
#header-benefits {
	background: url(../images/header-home-benefits.gif) no-repeat;
	}
	

.content-container {
	margin: 0 auto;
	width: 880px;
	padding-top: 70px;
	}
	
#header-services {
	background: url(../images/header_services.gif) no-repeat;
	}

#header-internet {
	background: url(../images/header_internet_services.gif) no-repeat;
	}

#header-consulting {
	background: url(../images/header_consulting.gif) no-repeat;
	}

#header-contact {
	background: url(../images/header_contact.gif) no-repeat;
	}

#header-support {
	background: url(../images/header_support.gif) no-repeat;
	}

#header-about {
	background: url(../images/header_about.gif) no-repeat;
	}


	
.content {
	background-color: white;
	padding: 5px 45px 45px 45px;
	width: 790px;
	}
	
.content ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: square;
}

.content li {
	padding: 0 0 10px 0;
}

.products img {
	margin: 5px 0 8px 0;
}
	
.products a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	display: block;
	padding: 2px;
	border: 1px solid #DDDDDD;
	color: #BBBBBB;
	line-height: 14px;
	width: 130px;
}
.products a:hover {
	border: 1px solid #c11f26;
	color: #c11f26;
}

h3 {
	border-bottom: 1px solid #DDDDDD;
	padding: 18px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: black;
	width: auto;
	}
	
.content strong {
	font-weight: bold;
	color: black;
	}
	
.side-boxes {
	float: right;
	width: 270px;
	padding: 20px 0 20px 30px;
	background: white;
	}
	
.sidebox img {
	margin: 0 0 7px 0;
}
	
.sidebox {
	border: 1px solid #DDDDDD;
	padding: 2px 20px 6px 20px;
	font-size: 11px;
	line-height: 16px;
	}
	
.sidebox h3 {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: black;
	}

.sidebox ul {
	float: left;
	margin: 0 20px 0 0;
	list-style: none;
	padding: 0;
	width: 230px;
	}
	
.sidebox ul li {
	background:  url(../images/bullet.gif) no-repeat 0px 5px;
	padding: 0 0 13px 13px;
}


.PDF {
	background:url(../images/icon_PDF.gif) no-repeat 0 1px;
	display: inline-block;
	padding: 0 0 0 18px;
	}


.footer {
	width: 880px;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	height: 50px;
	padding: 0;
	color: #666666;
	line-height: 15px;
	}