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: 18px;
	padding: 0;
	color:#000;
}

a {
	color: #000;
	text-decoration: underline;
	
}

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: 240px;
	background: url(../images/heade.jpg) no-repeat left top;
	background-color:#666;
	position: relative;
	z-index:40;
}

#pagetitle{
	width:40px;
	background: url(../images/red-bg.png);
	height: 240px;
}

/* Logo */

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


/* 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: 640px;
	margin-top: -35px;
	padding: 0px 10px 28px 10px;
	margin-left:31px;
}

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

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

#content p.width2{
	font-size: 13px;
	width: 420px;
	line-height: 15px;
	
	
}

#case-study {
	float: right;
	width: 188px;
	background: url(../images/red-bg.png);
	margin: -290px 40px 0 0;
	line-height: 25px;
	font-size: 16px;
	position: relative;
	z-index: 100;
}

.case-study-list{
	width: 180px;
	height: 120px;
	margin: 4px;
	background:#5c0e0e;	
	overflow:hidden;
}


.case-study-list img {margin-top: 0px;}

.case-study-list #one{background: url(../images/arch1_ro.jpg);}
#two{background: url(../images/arch2_ro.jpg);}
#three{background: url(../images/arch3_ro.jpg);}

/*Above is architecture, below is product design */
#cone{background: url(../images/prod1_ro.jpg);}
#ctwo{background: url(../images/prod2_ro.jpg);}

.case-study-list a{
position:absolute;
width: 180px;
height: 120px;
}

 .case-study-list h3{
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	font-size: 26px;
	color:#fff;
	position:relative;
	float:right;
	bottom:-57px;
	margin-right:10px;
	z-index:10;
} 



#case-study h2{
text-align:center;
margin-top:0px;
height:130px;
color: #fffff0;
text-transform:lowercase;
text-align:left;
padding-left:15px;
padding-top:95px;
font-family:"Avant Garde", "Century Gothic", sans-serif;
font-size: 23px;
position: relative;
z-index:50;
}

.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;
}



