/* Common html tag styles */
html, body, h1, h2, h3, h4, ul, li, p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	outline: 0;
}
a image {
	border: none;
}

/* Common Color Styles */
.orange {
	color: #FF6600; /* DSS Orange */
}
.red {
	color: #CC0000; /* DSS Red */
}
.green {
	color: #10BE14; /* DSS Green */
}

/* Sitewide Header Structure */
body {
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 820px;
	height: 620px;
	margin-right: auto;
	margin-left: auto;
}
#logo_and_nav {
	width: 765px;
	height:85px;
	padding-left: 55px;
	padding-top: 38px;
	display: block;
}
#logo {
	width: 220px;
	height: 40px;
	float: left;
	display: block;
}
#logo h1 {
	text-indent: -600px;
	background-image: url(/images/png/logo_web.png);
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: hidden;
}
#logo h1 a{
	display: block;
	width: 100%;
	height: 100%;	
}
#nav {
	height: 18px;
	width: 430px;
	padding-top: 18px;
	display: block;
	float: right;
}


/* Menu Styles */
#nav ul li{
	display: block;
	float: left;
	width: 100px;
	height:17px;
	text-indent: -120px;
	overflow: hidden;
	padding-right: 4px;
}
#nav ul li a{
	display: block;
	background-image: url(/images/png/nav_buttons_web.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#nav ul li .btn_web_services {
	background-position: 0px 0px;	
}
#nav ul li .btn_web_services:hover {
	background-position: 0px -20px;	
}
#nav ul li .btn_design_print {
	background-position: -104px 0px;	
}
#nav ul li .btn_design_print:hover {
	background-position: -104px -20px;	
}
#nav ul li .btn_it_services {
	background-position: -208px 0px;	
}
#nav ul li .btn_it_services:hover {
	background-position: -208px -20px;	
}
#nav ul li .btn_who_we_are {
	background-position: -312px 0px;	
}
#nav ul li .btn_who_we_are:hover {
	background-position: -312px -20px;	
}
#footer {
	text-align: center;
	font-size: 11px;
	color: #999;
	padding-top: 10px;
	padding-left: 20px;
}
#footer a{
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_contact:hover {
	color: #FF6600;
}
#footer_blog:hover {
	color: #CC0000;
}
#footer_labs:hover {
	color: #10BE14;
}