/* @override 
	http://dev.smallsociety.com/styles/shared.css
*/

html {
	background: #ccc url(global-background.jpg) no-repeat center top;
}


body {
	width: 770px;
	height: 600px;
	margin: 20px auto auto;
	position: relative;
	color: #4c4c4c;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

h1, h2 {
	font-family: Futura, Avenir, Gotham, "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-shadow: #fff 0 1px 0;
}

hr {
	margin: 0;
	margin-left: 100px;
	margin-right: 100px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 2px;
	clear: both;
}


.content {
	margin: 0;
	padding: 0 10px;
	background: white url(middle-white.png) repeat-y;
}

.content p {
	margin: 10px 0 8px;
}

.content a:link {
	color: #006cb1;
}

.content a:visited {
	color: #004f82;
}

.content a:hover {
	color: #0096f7;
}

#topstyle {
	height: 10px;
	background: url(top-white.png)}

/* @group Header */

/* @group Nav */

#header #nav .mainmenu {
	background: transparent url(navbar-off.png) left top;
	height: 50px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#header #nav .mainmenu li {
	display: block;
	width: 107px;
	height: 50px;
	float: left;
}

#header #nav li a, #header #nav li span {
	display: block;
	width: 107px;
	height: 50px;
	text-align: center;
	text-indent: -10000px;
}

#header #nav li span {
	background-color: transparent;
	background-image: url(navbar-on.png);
}

#home-nav span {
	background-position: -10px 0;
}
#about-nav span {
	background-position: -117px 0;
}

#services-nav span {
	background-position: -224px 0;
}
#projects-nav span {
	background-position: -331px 0;
}
#blog-nav span {
	background-position: -438px 0;
}
#press-nav span {
	background-position: -545px 0;
}
#contact-nav span {
	background-position: -652px 0;
}

/* @end */

#header h1 {
	margin: 0;
	padding: 0;
}


}

/* @end */

html body .services-button, html body .button {
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 0;
	width: 200px;
	height: 50px;
	text-indent: -10000px;
	background: transparent url(button-services-main.png) no-repeat;
}

html body .services-button a, html body .button a {
	width: 200px;
	height: 50px;
	display: block;
	text-indent: -10000px;
}


