@charset "utf-8";
/* CSS Document */

body {
	background: #d2d2d2 url(images/bg_body.gif) top left repeat-x;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #606060;
	margin: 0;
	padding: 0;
}

a {
	color: #0975b7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 920px;
	background-color: #FFF;
	background-image: url(images/bg_footer.gif);
	background-position: bottom center;
}
a, #container, #header_top, #header_center, #menu_bar, #footer {
	background-repeat: no-repeat;
}
#footer {
	background: #D2D2D2;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

#header_top {
	background-image: url(images/bg_header_top.jpg);
	height: 76px;
	margin: 0 auto;
	width: 920px;
	padding: 0px 1px;
}
#header_top_wrapper {
	float: right;
	margin-top: 47px;
	height: 28px;
}
#header_top_wrapper a {
	display: block;
	float: left;
	height: 28px;
	text-indent: -5000px;
}
#header_top_wrapper a#about_us {
	background-image: url(images/link_header_about_us.jpg);
	width: 150px;
}
#header_top_wrapper a#contact {
	background-image: url(images/link_header_contact.jpg);
	width: 141px;
}
#header_top_wrapper a#products {
	background-image: url(images/link_header_products.jpg);
	width: 150px;
}

#header_center {
	background-image: url(images/bg_header_center.jpg);
	height: 225px;
}

#menu_bar {
	background-image: url(images/bg_menu_bar.gif);
	height: 40px;
}
#menu_bar a {
	float: left;
	height: 40px;
	text-indent: -5000px;
	color: #fff;
}
#menu_bar a#vpn {
	background-image: url(images/link_menu_vpn.gif);
	width: 152px;
}
#menu_bar a#hardware {
	background-image: url(images/link_menu_hardware.gif);
	width: 188px;
}
#menu_bar a#webdesign {
	background-image: url(images/link_menu_webdesign.gif);
	width: 184px;
}
#menu_bar a#support {
	background-image: url(images/link_menu_support.gif);
	width: 163px;
}
#menu_bar a#data_backup {
	background-image: url(images/link_menu_data_backup.gif);
	width: 233px;
}

#content {
padding: 0px;
}
#columns {
background-image: url(images/bg_columns.jpg);
overflow: hidden;
height: 409px;
margin: 0px;
}  

.col {
	width: 210px;
	padding: 10px;
	padding-top: 30px;
	float: left;
}
.col > img:first-child {
	margin-bottom: 30px;
}

.lightblue {
	color: #00a3df;
}
.blue {
	color: #0975b7;
}

h1 {
	color: #0975b7;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #0975b7;
	font-size: 13px;
	font-weight: bold;
}

#subPage {
	padding: 15px;
	min-height: 409px;
	background: bottom no-repeat url(images/bg_footer.gif);	
	text-align: justify;	
}

#logoImage {
	float: left;
	margin-top: 20px;
	margin-left: 16px;
	border: 0px;
}