body {

	margin: 0;
	padding: 0;
	background: #000 url("images/page_bg.gif") top left repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.alt {

	display: none;

}

.nav ul {

	margin: 0;
	padding: 0;
	list-style: none;

}



.rows {

	width: 100%;

}

.column {

	float: left;
 
}

.columnFix {

	clear: both;

}

.image {

	margin: 10px;
	border: 1px solid #444;

}

.left {

	float: left;

}

.right {

	float: right;

}

.blurb {

	width: 25%;
	margin: 0 0 15px 15px;
	border: 1px solid #444;
	padding: 15px;
	background: #fff;

}

h1 {

	margin: 0;

}

#page {

	background: url("images/page_highlight.jpg") top left no-repeat;
	display: block;
	text-align: center;

}

#layout {

	width: 90%;
	margin-left: auto;
	margin-right: auto;

}

#header {

	background: url("images/header_bg.gif") top left repeat-x;
	height: 255px;

}

#header #logo {

	display: block;
	background: url("images/header.png") top left no-repeat;
	width: 681px;
	height: 255px;
	*float: left;
	*margin-top: -36px;

}

#header #logo h1 a {

	display: block;
	width: 215px;
	height: 255px;
	*float: left;

}

#header #topNav {

	width: 100%;
	height: 36px;
	float: right;
	position: relative;
	top: 98px;

}

#header #topNav ul {

	width: 445px;
	height: 36px;
	margin-left: auto;

}

#header #topNav ul li {

	float: left;
	display: inline;

}

#header #topNav ul li a {

	display: block;
	width: 83px;
	height: 28px;
	color: #38424b;
	text-decoration: none;
	text-align: center;
	font-family: "MgOpen Modata", "Century Gothic", Tahoma, sans-serif;
	background: url("images/topnav_off.gif") top left no-repeat;
	margin: 0 3px;
	padding-top: 8px;
	font-size: 15px;

}

#header #topNav ul li a:hover {

	color:#CC6600;

}

#header #topNav ul li a.currentPage {

	background-image: url("images/topnav_on.gif");

}

#header #topColumns {

	float: right;
	position: absolute;
	right: 0;
	margin: 5px 100px 0 0;

}

#header #column2 a {

	display: block;
	width: 200px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-top: 10px;

}

#header #column2 img {

	float: left;

}

#header #column2 a .fbTitle {

	font-weight: bold;

}

#header #column2 p {

	margin: 0;
	position: relative;
	top: 5px;

}

#middleNav {

	display: block;
	height: 166px;
	background: url("images/midnav_bg.gif") top left repeat-x;

}

#middleNav .container {

	padding-right: 28px;
	height: 166px;
	background: url("images/midnav_bg_right.gif") top right no-repeat;
	border-left: 5px solid #fff;

}

#middleNav .container li {

	width: 25%;
	text-align: center;
	float: left;

}

#middleNav .container li a {

	display: block;
	width: 145px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	top: 20px;

}

#middleNav .container li a#design {

	background-image: url("images/midnav_design.gif");

}

#middleNav .container li a#hosting {

	background-image: url("images/midnav_hosting.gif");

}

#middleNav .container li a#solutions {

	background-image: url("images/midnav_solutions.gif");

}

#middleNav .container li a#marketing {

	background-image: url("images/midnav_marketing.gif");

}

#content {

	background: #fff url("images/content_bg.gif") top left repeat-x;

}

#index #content {

	padding-right: 19px;
	background: none;

}

#content .container {

	text-align: left;
	padding: 15px;	
	font-size: 14px;
	line-height: 20px;
	color: #666;

}

#index #content .container {

	background: #fff;
	padding: 10px;

}

#content .container h3 {

	margin: 0;
	font-size: 32px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	color: #034352;
	font-weight: normal;

}

#content .container #articles h3 {

	margin: 0;
	font-size: 18px;
	color: #fff;
	padding: 8px 10px;

}

#articles {

	background: url("images/headers_bg.gif") top left repeat-x;
	border-bottom: 1px solid #00404f;
	height: 100%;

}

#articles .column {

	width: 33.3%;
	background: url("images/content_bg.gif") 0px 41px repeat-x;

}

#articles .columnContainer {

	background: url("images/content_bg.gif") 0px 41px repeat-x;

}

#articles .firstColumn {

	background: url("images/headers_left.gif") top left no-repeat;

}

#articles .rowContainer {

	background: url("images/headers_right.gif") top right no-repeat;
	border-right: 1px solid #fff;

}

#articles .column p {

	margin: 0;
	padding: 10px;

}

#articles .lastColumn p {

	border: none;

}

#bottomNav {

	text-align: center;
	font-size: 14px;

}

#bottomNav a {

	text-transform: capitalize;
	color: #733822;
	font-weight: bold;

}

#footer #contactInfo {

	text-align: center;
	color: #5e1900;
	font-size: 11px;
	font-weight: bold;
	
}

#footer #contactInfo a {

	color: #5e1900;

}

#footer {

	clear: both;
	padding: 10px;
	background: #fff url("images/content_br.gif") bottom right no-repeat;
	margin-bottom: 15px;

}

#copyright,#copyright a {

	text-align: right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;

}