/* Global Information*/

body {
	background: #ffffff url(../images/bg_green_gradient.png) repeat-x;
}

#main {
	background-color: white;
	min-height: 700px;
	height: 700px;
}

a:link, a:visited, a:active{
	text-decoration: none;
	color: #205300;
}

#mainstuff {
	height: 100%;
	position: relative;
	z-index: 1;
	padding-bottom: 100px;
}

	#mainstuff h1 {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}
	#mainstuff h2 {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	line-height: 1em;
}

	#mainstuff h3 {
	color: #000;
	font-size: .9em;
	line-height: .3em;
}
	#description {
	line-height: 1.7em;
}


/* @group Main Background */

#main-background {
	width:970px;
	margin:0 auto;
	background-color: white;
	position: relative;
	z-index: -100;
}

#left-shadow {
	width: 10px;
	height: 809px;
	background: url(../images/background/bg_leftside.png) no-repeat;
	position: relative;
	float: left;
}

#right-shadow {
	width: 10px;
	height: 809px;
	background: url(../images/background/bg_rightside.png) no-repeat;
	float: right;
	position: relative;
}



/* @end */

/* @group Sidebar */

#topcontainer {
	z-index: 3;
	position: absolute;
}

#sidebar{
	height: 690px;
	margin-left: 40px;
	width: 230px;
	position: relative;
}

#left-shadow-sidebar {
	width: 5px;
	height: 690px;
	background: url(../images/sidebar/left_shadow.png) no-repeat;
	position: relative;
	float: left;
}

#sidebar-content {
	width: 220px;
	height: 100%;
	background-color: white;
	position: relative;
	float: left;
}

#right-shadow-sidebar {
	width: 5px;
	height: 690px;
	background: url(../images/sidebar/right_shadow.png) no-repeat;
	position: relative;
	float: right;
}

#logo {
	height: 140px;
	background: url(../images/spartan_logo.png) no-repeat;
	margin-top: 50px;
}

/* @group Sibebar Items */

#sidebar-items-about {
	height: 30px;
	width: 219px;
	background: url(../images/sidebar_items_r1_c1.png) no-repeat;
	margin-top: 60px;
}

#sidebar-items-services {
	height: 30px;
	width: 219px;
	background: url(../images/sidebar_items_r2_c1.png) no-repeat;
}

#sidebar-items-clients {
	height: 30px;
	width: 219px;
	background: url(../images/sidebar_items_r3_c1.png) no-repeat;
}

#sidebar-items-casestudies {
	height: 30px;
	width: 219px;
	background: url(../images/sidebar_items_r4_c1.png) no-repeat;
}

#sidebar-items-contact {
	height: 30px;
	width: 219px;
	background: url(../images/sidebar_items_r5_c1.png) no-repeat;
}

/* @end */

/* @end */

/* @group Header */

	#topbar {
	height: 30px;
	background-color: black;
}

#headline-image {
	height:410px;
	background-image: url(../images/main_pic.png);
}

#header-image {
	background-image: url(../images/header_pic.png);
	height: 157px;
}

/* @end */



#content {
	margin-top: 15px;
}

	#content p {
	line-height: 1.7em;
}

#footer p {
	text-align: right;
	color: #c0c0c0;
	font: 10px/90% arial;
}

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