/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:80%;
	margin:0px;
	padding:0px;
	background-color:#1D1D1D;
	/*to centre container*/
	text-align:center;
}
#container {
	position:relative;
	margin:0px auto 0px auto;
	padding:0px;
	width:990px;
	border-left:11px solid #333333;
	border-right:11px solid #333333;
	border-bottom:11px solid #333333;
	text-align:left;
	background-color:#000;
}
img {
	margin:0px;
	padding:0px;
	border:none;
}




/****************************************************************/
/* BANNER */
/****************************************************************/
#banner {
	width:948px; /*total=990px*/
	height:58px; /*total=100px*/
	margin:0px;
	padding:21px;
	background-color:#000;
	background-image:url(../images/banner_folio.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#banner-left {
	float:left;
	width:176px;
	height:58px;
	margin:0px;
	padding:0px;
}
#banner-right {
	float:right;
	width:772px;
	margin:0px;
	padding:0px;
}


/****************************************************************/
/* MAIN MENU */
/****************************************************************/
#main-menu {
	clear:both;
	margin:0px;
	padding:0px;
	height:50px;
	width:990px;
}
#main-menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#main-menu ul li {
	float:left;
    width:198px;
	background-image:url(../images/menu-button.gif);
}
#main-menu li ul {
	display:none;
}
#main-menu ul li a {
	display:block;
	text-decoration:none;
	margin:0px;
	padding:0px;
	color:#FFF;
	text-align:center;
	line-height:50px;
	font-size:125%;
	font-weight:normal;
}
#main-menu ul li a:hover {
	text-decoration:underline;
}
#main-menu li:hover ul {
	display:block;
}
#main-menu ul li a.current {
	text-decoration:none;
	background-image:url(../images/menu-button-highlight.gif);
}



/****************************************************************/
/* SUB MENU */
/****************************************************************/
#sub-menu-blank {
	clear:both;
	margin:0px;
	padding:0px;
	height:50px;
	width:990px;
}
#sub-menu {
	clear:both;
	margin:0px;
	padding:0px 0px 0px 60px;
	height:50px;
	width:930px;
	background-color:#70B347;/*green*/
}
#sub-menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#sub-menu ul li {
	float:left;
    width:auto;
}
#sub-menu li ul {
	display:none;
}
#sub-menu ul li a {
	display:block;
	text-decoration:none;
	margin:0px;
	padding:0px 10px 0px 10px;
	color:#FFF;
	text-align:center;
	line-height:50px;
	font-size:125%;
	font-weight:normal;
}
#sub-menu ul li a:hover {
	text-decoration:underline;
}
#sub-menu li:hover ul {
	display:block;
}
#sub-menu ul li a.current {
	text-decoration:underline;
}
.beam {
	color:#FFF;
	text-align:center;
	line-height:50px;
	font-size:16px;
}
	


/****************************************************************/
/* CONTENT */
/****************************************************************/
#content-container {
	margin:0px;
	padding:60px;
	width:856px;
	border:7px solid #CCCCCC;/*D6C1B8*/
	text-align:left;
	background-color:#E2E2E2;/*FFF*/
	overflow:hidden;
	background-image:url(../images/cullin-mountains.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content-container-home {
	margin:0px;
	padding:60px;
	width:856px;
	border:7px solid #CCCCCC;
	text-align:left;
	background-color:#e2e2e2;
	overflow:hidden;
	background-image:url(../images/cullin-mountains.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content-container-eavailability {
	margin:0px;
	padding:60px;
	width:856px;
	border:7px solid #FF9966;
	text-align:left;
	background-color:#E2E2E2;
	overflow:hidden;
	background-image:url(../images/cullin-mountains.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#title {
	margin:0px 0px 20px 0px;
	padding:0px;
	width:856px;
}
#content-left {
	float:left;
	margin:0px;
	padding:0px;
	width:398px;
}
#content-right {
	float:left;
	margin:0px 0px 0px 60px;
	padding:0px;
	width:398px;
}
/*portfolio*/
#portfolio-content-left {
	float:left;
	margin:0px;
	padding:0px;
	width:191px;
	/*background-image:url(../images/man.gif);
	background-position:bottom left;
	background-repeat:no-repeat;*/
}
#portfolio-content-right {
	float:left;
	margin:0px 0px 0px 60px;
	padding:0px;
	width:605px;
}
/*home*/
#home-byline {
	float:left;
	margin:0px;
	padding:0px;
	width:200px;
}
#home-box {
	margin:0px;
	padding:10px 10px 5px 10px;
	width:180px;
	background-color:#70B347;
	color:#FFF;
}
#home-intro {
	float:left;
	margin:0px 0px 0px 30px;
	padding:0px;
	width:353px;
}
#home-right {
	float:left;
	margin:0px 0px 0px 60px;
	padding:11px;
	width:191px;
	background-color:#FFF;
}
.byline {
	line-height:135%;
	font-style:italic;
}


/****************************************************************/
/* FOOTER */
/****************************************************************/
#footer {
	clear:both;
	padding:16px;
	margin:0px;
	overflow:hidden;
	color:#FFF;
	text-align:center;
}
#footer a {
	color:#FFF;
	text-decoration:underline;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#FFF;
	text-decoration:underline;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
#footer a:hover { text-decoration:underline; }
#footer a.current { 
	background-color:#70B347;
	text-decoration:none;
}



/****************************************************************/
/* TEXT FORMATTING */
/****************************************************************/
h1 {
	font-size:160%;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	color:#666666;
}
h2 { 
	color:#FFF;
	font-size:110%;
	margin:0px;
	padding:0px 0px 3px 0px;
	color:#419A0A;
}
h3 {
	font-size:100%;
	padding:0px;
	margin:0px;
}
#contact-float-left h3 {
	font-size:100%;
	padding:1px 0px 0px 0px;
	margin:0px;
}
a {
	color:#4762B3;
	font-weight:bold;
	text-decoration:none;
}
a:link a:active  a:visited {
	color:#4762B3;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#4762B3;
	font-weight:bold;
	text-decoration:underline;
}
.no-space-above {
	margin-top:0px;
	padding-top:0px;
}
.nospace {
	margin:0px;
	padding:0px;
}


/****************************************************************/
/* CONTACT US DETAILS */
/****************************************************************/
#contact {
	width:388px;
	margin:0px 0px 15px 0px;
	padding:10px 5px 12px 5px;
	overflow:hidden;
	background-color:#FFF;
	border:1px solid #CECEC7;
}
#contact-float-left {
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:90px;
	text-align:right;
}
#contact-float-right {
	float:right;
	margin:0px;
	padding:0px 0px 0px 10px;
	width:288px;
	/*text-align: right;
	padding:1px 0px 0px 0px;*/
	text-align:left;
}
.contact-space {
	margin:0px;
	padding:1px 0px 0px 0px;
}


/****************************************************************/
/* CONTACT US FORM */
/****************************************************************/
h3.enquiry {
	background-color:#73BF4D;
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	margin:0px;
}
#enquiry-table {
	width:376px; /*398*/
	margin:0px;
	padding:10px;
	overflow:hidden;
	background-color:#F6F6F6;
	border:1px solid #CECEC7;
}
#enquiry-table td {
	
}
#enquiry-table td.pad-top { /*table row spacing*/
	padding-top:10px;
}
form { 
	margin:0px;
	padding:0px;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	width:274px;
}
select { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
}
textarea { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	overflow:auto;
	width:374px;
}
.arrow-container-enquiry {
	width:398px;
	text-align:right;
	margin:0px;
	padding:0px;
}


/****************************************************************/
/* CASE STUDIES */
/****************************************************************/
.nextprevious {
	margin:20px 0px 0px 0px;
	padding:0px;
	text-align:right;
}
/*#button-previous {
	float:left;
	width:48px;
	margin:0px;
	padding:0px;
}
#text-previous {
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px;
	line-height:48px;
}
#button-next {
	float:right;
	margin:0px;
	padding:0px;
}
#text-next {
	float:right;
	margin:0px 10px 0px 0px;
	padding:0px;
	line-height:48px;
}*/
#work-container {
	width:605px;
	height:143px;
	margin:0px 0px 16px 0px;
	padding:0px;
}
#work-left {
	float:left;
	width:191px;
	margin:0px;
	padding:0px;
}
#work-right {
	float:left;
	width:191px;
	margin:0px 0px 0px 16px;
	padding:0px;
}
#photo a {
	color:#4762B3;
	font-weight:normal;
	text-decoration:none;
}
#photo a:link #photo a:active  #photo a:visited {
	color:#4762B3;
	font-weight:normal;
	text-decoration:none;
}
#photo a:hover {
	color:#4762B3;
	font-weight:normal;
	text-decoration:underline;
}


/****************************************************************/
/* E-AVAILABILITY */
/****************************************************************/
.system-container {
	clear:both;
	width:396px;
	margin:0px;
	padding:0px;
	border:1px solid #CECEC7;
	overflow:hidden;
	background-color:#FFFFFF;
}
.system-container-space {
	clear:both;
	width:398px;
	height:8px;
	margin:0px;
	padding:0px;
}
.image-container {
	float:left;
	width:90px;
	margin:0px;
	padding:0px;
}
.text-container {
	float:right;
	width:286px;
	margin:0px;
	padding:10px;
}
.arrow-container {
	clear:both;
	width:415px;
	text-align:right;
	margin:0px;
	padding:0px;
}


/****************************************************************/
/* CLIENTS */
/****************************************************************/
#client-box {
	width:386px;
	padding:5px;
	margin:0px 0px 15px 0px;
	background-color:#FFF;
	border:1px solid #CECEC7;
}



/****************************************************************/
/* MISC */
/****************************************************************/
.telephone {
	font-size:160%;
	padding-top:5px;
	padding-bottom:5px;
}