p, span {text-align:justify !important;}

body {
	margin: 0;
	padding: 0;
	background: #333; 
	text-align: justify;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: 13px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


h1, h2, h3 {
	font-weight: normal;
	color: #5F8700;
}

h1 {
	letter-spacing: -1px;
	font-size: 0em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

p {text-align:left;}
/* Header */

#header {
	width: 943px;
	height: 84px;
	margin: 0 auto;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	background: #fff;
}

#headerbg {
	border-top: 2px solid #666;
	margin: 0 auto;
	width: 943px;
	height: 400px;
	background: url(../rotate.php) no-repeat left top;
	background-color:#666;
}

#headerbg h2.one {
	margin-top:150px;
	text-align:right;
	float:right;
	padding: 5px 41px 7px 15px;
	color:#fffff1;
	background:url(../images/red-bg.png);
	font-size: 23px;
	text-transform:lowercase;
	clear:right;
	font-family:"Avant Garde", "Century Gothic", sans-serif;
}

#headerbg h2 a{color:#fffff1}

#headerbg h2.two{
	position:relative;
	text-align:right;
	float:right;
	padding: 5px 41px 7px 15px;
	margin-top: -9px;
	color:#fffff1;
	background:url(../images/red-bg.png);
	font-size: 23px;
	text-transform:lowercase;
	clear:right;
	font-family:"Avant Garde", "Century Gothic", sans-serif;
}

/* Logo */

#logo {
	float: left;
	background: url(../images/logo.gif) no-repeat left top;
	width: 286px;
	height: 86px;
	margin-left:7px;
	text-indent: -9999px;
}


/* Menu */

#menu {
	float: right;
	overflow:visible;
	font-size: 5pt;
	letter-spacing:-1px;
	padding: 12px 21px 0 0;	
}

#menu ul {
	display:block;
	margin: 0;
	list-style: none;
	width:300px;
	float:right;
	text-align:right;
}

#menu li {
	display: block;
	float: right;
}

#menu a {
	padding: 0px 20px 0px 0px;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: 16px;
	color: #121212;
}

#menu a:hover {
	color: #e00000;
}

#menu .current_page_item a {
	color: #e00000;
}

/* Page */

#page {
	width: 943px;
	margin: 0 auto;
	padding-top: 50px;
	background: #fff;
}

#content {
	float: left;
	width: 290px;
	margin-top: -35px;
	padding: 0px 10px 38px 8px;
	margin-left:31px;
}

#content h2{
	font-size: 23px;
	padding: 0 0;
	color:#000;
}

#content p{
	font-size: 13px;
	line-height: 15px;
}

#case-study {
	float: right;
	width: 250px;
	margin: -33px 41px 38px 0;
	line-height: 25px;
	font-size: 16px;
}


#case-study h2{
	text-align:center;
	padding: 10px 5px; 
	color: #fffff0;
	background: #242424;
	font-size:23px;
	text-transform: lowercase;
	font-family:"Avant Garde", "Century Gothic", sans-serif;
}

#case-study-image{
	width:250px;
	height:150px;
	background:#000;
	overflow:hidden;
}

#case-study p{
	letter-spacing:0px;
	line-height: 15px;
	font-size: 13px;
}

.content-image{
float:right;
}

/* Footer */

#footer {
	width: 902px;
	height: 60px;
	border-top:2px solid #666;
	margin: 0 auto;
	padding: 15px 0 3px 41px;
	background: #fff;
	clear:both; 
	font-size:11px;
	font-family:arial;
	line-height:15px;
}

#footer p {
	margin: 0;
	color: #999;
}

#footer a{	
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	}

#footer a:hover {	
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}


.footer{
	margin-right:8px;
}


