* {
	list-style-type:none;
	border:0;
	padding:0;
	margin:0;
}

#preload {display:none;}

body {
	font-family: Helvetica Neue, Arial;
	font-size: 11px;
	font-weight: 300;
}

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

a:hover{
	color: #B00;
	}
	
h1 {
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	font-style: normal;
	font-weight: 400;
	margin:0px 0 12px 0;
}

h2 {
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	font-style: normal;
	font-weight: 400;
	display:inline;
	margin:0 0 0 0;
	vertical-align:top;
}

h3 {
	width:219px;
	text-align: justif;
	padding:0 0 10px 0;
	color: #666;
	font-size:12px;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
}

p {
	vertical-align: bottom;
	color: #666;
	margin:8px 0 10px 0;
}

strong {
	font-size:16px;
	color:#000;
	font-weight:400;
}

#wrapper {
	border:1px solid #666;
	margin:65px auto 10px auto;
	width:900px;
	min-height:500px;
	padding-left:50px;
	padding-top:80px;
}

#content {
	float:left;
	min-width:500px;
	max-width:700px;
	min-height:350px;
	max-height:500px;
	padding-bottom:15px;
}

#content p {
	width:200px;
	text-align:justify;
}

#content li {
	display:block;
	float:left;
	margin-right:5px;
}

#content2 {
	clear:left;
	min-height:100px;
	max-height:150px;
	
}


#content2 p {
	width:200px;
	text-align:justify;
}

#content2 li {
	margin-right:10px;
	display:block;
	float:left
}

#content2 li a {
	border:1px solid #FFF;
	display:block;
}

#content2 li a:hover {
	border:1px solid #666;
}

#footer { 
	clear:both;
	padding-top:10px;
}


/* ---------------- begin header -------------- */

#bars {
	float:right;
	min-width:100px;
	max-width:130px;
	margin-left:4.3em;
	
}

#nav {
	text-transform: uppercase;
	color: #B2B2B2;
	font-size: 13px;
	width:100%;
}

#nav a {
	color: #B2B2B2;
	display:block;
	text-decoration:none;
	padding:3px 2px 3px 2px;
}

#nav a:hover   {
	color:  #FFF;
	background-color: #6C3;
}

#nav2 {
	font-size: 11px;
	text-align:right;
	margin:15px 0 0 0;
	clear:both;
	

}

#nav2 a {
	color: #666;
	display:block;
	padding:3px 2px 3px 2px;
	text-decoration:none;
	text-transform:uppercase;
	border:1px solid #FFF;
	border-right:0;
}

#nav2 a:hover   {
	border:1px solid #CCC;
	border-right:0;
}


/* -- shift_design logo modifiers -- */


.n_home {
	margin-left:-3.33em;
}

.home_black {
	color:#000;
}

.home_green {
	color:#6CB33E;
}

a:hover .home_green, a:hover .n_home {
	color: #FFF;
}

/* -------------- end header ---------------------- */


/* ---these define the look of active links ---*/

body.about .n_about a, 
body.products .n_products a, 
body.news .n_news a, 
body.projects .n_projects a, 
body.contact .n_contact a  {
	color:#FFF !important;
	background-color:#6CB33E;
}
/*
body.home .n_home a {
	color:#FFF !important;
	background:#6CB33E;
	font-size:27px;
	font-weight:400;
	font-style:normal;
	text-align:center;
	margin:0 0 0 -757px;
}
*/

body#p1 #n2_1 a,
body#p2 #n2_2 a,
body#p3 #n2_3 a,
body#p4 #n2_4 a {
	color:#000 !important;
	border:1px solid #CCC;
	border-right:0;
}


.credits {
	margin-top:50px;
	font-size:9px;
	color:#666;
}