/* Global Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; cursor: default; }
a { cursor: pointer; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
img { display: block; }
div.clear { clear: both; height: 1px; line-height: 1px; }





body {
	background: #6f6f6c;
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 50px;
}

#wrapper {
	width: 808px;
	margin: 0 auto;
	background: #fff url('../i/wrapper-tile.png') top left repeat-y;
}

#header {
	width: 800px;
	height: 150px;
	padding: 0 4px;
	background: #fff url('../i/header.png') no-repeat top left;
}

#logo {
	width: 800px;
	height: 100px;
}

#logo a {
	display: block;
	width: 800px;
	height: 100px;
	line-height: 100px;
	text-decoration: none;
	text-indent: -99999px;
}

ul#nav {
	width: 800px;
	height: 50px;
}

body#home-body ul#nav { background: transparent url('../i/buttons.jpg') no-repeat 0px 0px; }
body#about-body ul#nav { background: transparent url('../i/buttons.jpg') no-repeat 0px -50px; }
body#services-body ul#nav { background: transparent url('../i/buttons.jpg') no-repeat 0px -100px; }
body#portfolio-body ul#nav { background: transparent url('../i/buttons.jpg') no-repeat 0px -150px; }
body#contact-body ul#nav { background: transparent url('../i/buttons.jpg') no-repeat 0px -200px; }

ul#nav li {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
}

ul#nav a {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	text-decoration: none;
	text-indent: -99999px;
	background: transparent url('../i/hover-buttons.png') no-repeat 900px 0px;
}

ul#nav li#about a:hover { background: transparent url('../i/hover-buttons.png') no-repeat 0px 0px; }
ul#nav li#services a:hover { background: transparent url('../i/hover-buttons.png') no-repeat -200px 0px; }
ul#nav li#portfolio a:hover { background: transparent url('../i/hover-buttons.png') no-repeat -400px 0px; }
ul#nav li#contact a:hover { background: transparent url('../i/hover-buttons.png') no-repeat -600px 0px; }

body#about-body ul#nav li#about a:hover { background: transparent url('../i/hover-buttons.png') no-repeat 900px 0px; cursor: default; }
body#services-body ul#nav li#services a:hover { background: transparent url('../i/hover-buttons.png') no-repeat 900px 0px; cursor: default; }
body#portfolio-body ul#nav li#portfolio a:hover { background: transparent url('../i/hover-buttons.png') no-repeat 900px 0px; cursor: default; }
body#contact-body ul#nav li#contact a:hover { background: transparent url('../i/hover-buttons.png') no-repeat 900px 0px; cursor: default; }

#content {
	padding: 60px 54px;
}

#headline {
	padding-left: 240px;
	margin-bottom: 25px;
}

#main {
	float: right;
	width: 460px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-top: 4px;
}

#footer {
	height: 66px;
	background: #fff url('../i/footer.png') no-repeat top left;
	padding: 18px 54px 0px 54px;
}





#content h1 {
	color: #368;
	font-weight: normal;
	font-size: 22px;
	line-height: 27px;
}

.standard h2 {
	color: #368;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.standard p {
	color: #696964;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
}




#content #sidebar p {
	color: #696964;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 15px;
}

#content #sidebar p span {
	color: #368;
}

#content #sidebar p a {
	color: #696964;
	text-decoration: none;
}

#content #sidebar p a:hover {
	color: #368;
	text-decoration: underline;
}

#contactinfo {
	background: #f2f2ed;
	border: 1px solid #c9c9c4;
	padding: 20px 15px 5px 15px;
}

#content #sidebar h3 {
	font-size: 14px;
	font-weight: normal;
	color: #368;
	margin-bottom: 7px;
}

#content #sidebar p.sidebar-paragraph {
	margin-bottom: 7px;
}

#content #sidebar p.sidebar-paragraph a {
	color: #368;
	text-decoration: none;
}

#content #sidebar p.sidebar-paragraph a:hover {
	text-decoration: underline;
}





#learn-more {
	display: block;
	float: left;
	width: 217px;
	height: 32px;
	margin: 20px 5px 0 0;
}

#learn-more a {
	display: block;
	float: left;
	width: 217px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	text-indent: -99999px;
	background: transparent url('../i/button-learn-more.png') no-repeat 0px 0px;
}

#learn-more a:hover {
	background: transparent url('../i/button-learn-more.png') no-repeat 0px -32px;
}

#view-samples {
	display: block;
	float: left;
	width: 211px;
	height: 32px;
	margin: 20px 0 0 0;
}

#view-samples a {
	display: block;
	float: left;
	width: 211px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	text-indent: -99999px;
	background: transparent url('../i/button-view-samples.png') no-repeat 0px 0px;
}

#view-samples a:hover {
	background: transparent url('../i/button-view-samples.png') no-repeat 0px -32px;
}

#footer p {
	color: #696964;
	font-size: 11px;
	line-height: 14px;
	margin-left: 240px;
}

#footer p a {
	color: #696964;
	text-decoration: none;
}

#footer p a:hover {
	color: #368;
	text-decoration: underline;
}

#monitor {
	width: 200px;
	height: 171px;
	background: #fff url('../i/monitor.jpg') no-repeat top left;
}

#walkair {
	width: 200px;
	height: 250px;
	background: #fff url('../i/walkair.jpg') no-repeat top left;
}

#print-services {
	width: 210px;
	float: left;
	margin-right: 25px;
}

#online-services {
	width: 210px;
	float: left;
}

#print-services ul li, #online-services ul li {
	color: #696964;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 6px;
	padding-left: 15px;
	background: #fff url('../i/bullet_bullseye.gif') no-repeat 0px 3px;
}

#get-started {
	float: left;
	width: 200px;
	height: 43px;
}

#get-started a {
	display: block;
	width: 200px;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
	background: #fff url('../i/get-started.png') no-repeat 0px 0px;
	text-indent: -99999px;
}

#get-started a:hover {
	background: #fff url('../i/get-started.png') no-repeat 0px -43px;
}











