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

body {
	background-image: url(images/background_new.jpg);
	background-repeat: repeat-x;
	font-size:13px;
	color: #777777;
}

li {
	display:block;
	float:left;
	width:170px;
	list-style:none;
	margin:0px 5px 0px 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	height:159px;
	width:1448px;
	background-image:url(images/header_background.png); 
	background-repeat:no-repeat; 
	position:absolute; 
	left: 0px; top: 32px;
}

#header_content {
	margin:0 255px;
}

.white {
	color:#ffffff;
}

.white a:link {
	color:#294e87;
	text-decoration:none;
}

.white a:visited {
	color:#294e87;
	text-decoration:none;
}

.white a:hover {
	color: #FF9900;
	text-decoration:underline;
}
.white a:active {
	color: #CCCCCC;
}

.header_nav {
	font-size:12px;
}

#spacer {
	height:15px;
	clear:both;
}

#body {
	 clear:both;
	 margin:15px 244px
}

#recent_prof {
	float:left;
	width:535px;
	height:435px;
	background-image:url(images/recent_proj_bkg.png);
	background-repeat:repeat;
	padding:8px;
	border:#dddddd 1px solid;
}

#project {
	width:513px;
	height:301px;
	padding:10px;
}

.proj_title {
	color:#ec9830;
	font-size:18px;
}

#logo {
	float:left;
	width:365px;
	height:265px;
	background-image:url(images/recent_proj_bkg.png);
	background-repeat:repeat;
	padding:8px;
	border:#dddddd 1px solid;
	margin:0px 0px 0px 10px;
}

#newsletter {
	float:left;
	width:365px;
	height:140px;
	background-image:url(images/recent_proj_bkg.png);
	background-repeat:repeat;
	padding:8px;
	border:#dddddd 1px solid;
	margin:10px 0px 0px 10px;
}

.title {
	color:#294e87;
	font-size:14px;
}

.title2 {
	font-size:16px;
	color:#ec9830;
	font-weight:bold;
}

.read_more {
	color:#ec9830;
	font-size:12px;
}

.hr1 {
	color:#ffffff;
	height:1px;
}

.hr2 {
	color:#dddddd;
	height:1px;
}

#products {
	margin:0px 244px;
	clear:both;
}

.services {
	float:left;
	width:211px;
	height:350px;
	background-image:url(images/recent_proj_bkg.png);
	background-repeat:repeat;
	padding:8px;
	border:#dddddd 1px solid;
	margin:10px 10px 0px 0px;
}

.services a:link {
	color:#777777;
	text-decoration:none;
}

.services a:visited {
	color:#777777;
	text-decoration:none;
}

.services a:hover {
	color: #FF9900;
	text-decoration:underline;
}
.services a:active {
	color: #777777;
}

#hosting {
	clear:both;
	width:929px;
	border:#dddddd 1px solid;
	padding:8px;
	
}

.left {
	float:left;
	margin-right:5px;
}

.left2 {
	float:left;
}

.n_image {
	border:1px solid #777777;
}

.protection {
	font-size:10px;
}

#footer {
	background-color:#aed7e9;
	height:300px;
	padding:20px;
}

#footer a:link {
	color:#777777;
	text-decoration:none;
}

#footer a:visited {
	color:#777777;
	text-decoration:none;
}

#footer a:hover {
	color: #FF9900;
	text-decoration:underline;
}
#footer a:active {
	color: #777777;
}

.footer_cat {
	float:left;
	width:200px;
	height:275px;
	margin-right:15px;
	border-right:1px #777777 dashed;
}

.footer_special {
	float:left;
	height:275px;
	width:400px;
	margin-right:15px;
	border-right:1px #777777 dashed;
}

