@import "document.css";

body {
	background:		#d8d9d1 url(img/body-background.png) repeat-x 0 249px;
}
#container {
	position:		relative;
	background:		#fff url(img/container-background.png) repeat-y;
	width:			922px;
	margin:			auto;
}
#phoneNumber {
	position:		absolute;
	right:			10px;
	line-height:		26px;
	top:			0;
	font-weight:		bold;
	font-size:		18px;
	color:			#fff;
}
#header {
	height:			241px;
	text-align:		center;
	z-index:		5;
	width:			100%;
	overflow:		hidden;
}
#header img {
	vertical-align:		bottom;
	z-index:		5;
}

#menu {
	margin:			0;
	height:			106px;
	line-height:		26px;
	text-transform:		uppercase;
	font-size:		14px;
	/*background:		url(img/header-shelf-modified.png) no-repeat top;*/
	background:		url(img/header-shelf2.png) no-repeat top;
}
.submenu {
	line-height:		26px;
	text-transform:		uppercase;
	font-size:		14px;
}
#menu li {
	float:			left;
	display:		block;
	/*display:		inline-block;*/
	padding-right:		2px;
	background:		url(img/menu-splitter.png) no-repeat right;
	list-style:		none;
	position:		relative;
}
#menu li:last-child {
	background:		none;
}
#menu li ul,
.submenu {
	margin:			0;
	display:		none;
	position:		absolute;
	z-index:		20;
	left:			0;
	padding-left:		0;
	background:		#fff;
	/*background:		#8d796e;*/
	/*background:		#5f524a;*/
	/*border:		2px solid #5f524a;*/
	/*border:			1px solid #8d796e;*/
	border:			1px solid #eee;
	border-top:		none;
}
#menu li li,
.submenu li {
	float:			none;
	display:		block;
	padding-right:		0;
	background:		none;
	white-space:		nowrap;
	/*border-top:		1px solid #8d796e;*/
	border-top:		1px solid #eee;
}
#menu li:hover > ul,
#menu li.hover > ul {
	display:		block;
}
/*
#menu li:hover ul ul,
#menu li.hover ul ul {
	display:		none;
}
*/
/*
#menu li li:hover ul,
#menu li li.hover ul {
	display:		block;
}
*/

#menu li li ul {
	display:		none;
	left:			100%;
	top:			0;
}

#menu .name {
	display:		block;
	color:			#fff;
	text-decoration:	none;
	padding:		0 5px;
	cursor:			default;
}
#menu a,
.submenu a {
	display:		block;
	color:			#fff;
	text-decoration:	none;
	padding:		0 5px;
	border-bottom:		none;
}
#menu ul a {
	color:			#000;
}
.submenu a {
	color:			#000;
}
#menu .current a,
#menu a:hover,
.submenu a:hover {
	background:		#e53f45;
}

#content {
	margin:			-40px 16px 0;
	padding:		20px 42px;
	line-height:		1.5em;
}

#footer {
	margin:			0 16px;
	padding:		10px 42px;
	background:		url(img/footer-background.png) repeat-x;
	text-align:		center;
	color:			#fff;
	font-size:		10px;
	height:			40px;
}
#footer a {
	color:			#fff;
	text-decoration:	underline;
	border-bottom:		none;
}
#footer #credits {
	padding-top:		1em;
	clear:both;
	display: block;
}
#keywords {
	list-style:		none;
	text-align: center;
}
#keywords li {
	float:		left;
	white-space:		nowrap;
}
#keywords li:before {
	content:		' : ';
}
#keywords li:first-child:before {
	content:		none;
}
/*******************************************************************************
 * project page
 */

#projectNav a {
	position:		relative;
	display:		block;
	width:			23px;
	height:			44px;
	text-indent:		-20em;
	overflow:		hidden;
	margin-top:		188px;
	margin-bottom:		188px;
	border-bottom:		none;
}
#projectNav .prev {
	float:			left;
	background:		url(img/arrow-left.png) no-repeat;
	left:			-10px;
}
#projectNav .next {
	float:			right;
	background:		url(img/arrow-right.png) no-repeat;
	left:			10px;
}

#projectPreview {
	position:		relative;
	border:			2px solid #bbb;
	margin:			10px 21px;
	text-align:		center;
	height:			420px;
	overflow:		hidden;
}
#projectPreview img {
	z-index:		10;
}

#projectMoreInfo {
	display:		block;
	position:		absolute;
	left:			0;
	bottom:			0;
	
	background:		#e53e45 url(img/arrow-white-on-red-down.png) no-repeat left;
	color:			#fff;
	font-weight:		bold;
	text-transform:		uppercase;
	padding:		2px 10px 2px 20px;
	cursor:			pointer;
	z-index:		20;

}
#projectMoreInfo:hover {
	color:			#000;
	background-image:	url(img/arrow-black-on-red-down.png);
}
#projectMoreInfo.toggled {
	background-image:	url(img/arrow-white-on-red-up.png);
}
#projectMoreInfo.toggled:hover {
	background-image:	url(img/arrow-black-on-red-up.png);
}

#projectDetails {
	/*font-family:		serif;*/
	/*font-family:		serif;*/
	clear:			both;
	width:			30%;
	float:			left;
	padding-left:		0;
	list-style:		none;
	color:			#999;
	margin-bottom:		10px;
	margin-top:		0;
	line-height:		1.4em;
}
#projectDetails h3 {
	display:		inline;
	color:			#e53e45;
	font-size:		1em;
}
/*
#projectDetails h3:after {
	content:		': ';
}
*/
#projectDetails a {
	color:			#333;
}


#projectDescription {
	float:			left;
	width:			35%;
	color:			#999;
	font-size:		1em;
	margin-bottom:		10px;
	line-height:		1.4em;
}

#projectFeatures {
	float:			left;
	width:			30%;
	padding-left:		5%;
	color:			#999;
	font-size:		.8em;
	margin-bottom:		10px;
	margin-top:		0;
	line-height:		1.2em;
}

/*******************************************************************************
 * enquiry footer / ajax form
 */

#enquiryFooter {
	clear:			both;
	background:		#e53e45;
	margin:			0 16px;
	line-height:		48px;
	text-align:		center;
	font-size:		20px;
}
#enquiryFooter a {
	font-family:		sans-serif;
	padding:		5px 40px 5px 20px;
	background:		#fff url(img/arrow-complex-down.png) no-repeat 95% center;
	border:			1px solid;
	border-width:		1px 2px 2px 1px;
	border-color:		#db686d #7e191d #7e191d #db686d;
	color:			#000;
	text-decoration:	none;
}
#enquiryFooter a.toggled {
	background-image:	url(img/arrow-complex-up.png);
}
#enquiryForm {
	font-family:		sans-serif;
	background:		#fff url(img/enquiry-background.png) repeat-x;
	margin:			0 16px;
	padding:		10px 42px 0;
}
#enquiryForm ul {
	padding:		0;
	list-style:		none;
}
#enquiryForm li {
	clear:			left;
}
#enquiryForm fieldset li {
	clear:			none;
}
#enquiryLeft,
#enquiryRight {
	float:			left;
	width:			49%;
	margin-bottom:		1em;
	text-align:		right;
}
#enquiryLeft {
	margin-right:		1%;
}
#enquiryRight {
	margin-left:		1%;
}
#enquiryLeft label,
#enquiryRight label {
	float:			left;
	width:			25%;
	font-family:		sans-serif;
	text-align:		left;
}
#enquiryLeft li {
	line-height:		1.5em;
}
#enquiryLeft input {
	width:			70%;
	border:			none;
	background:		#fff;
	color:			#000;
	font-size:		.8em;
}
#enquiryRight li {
	margin-top:		.2em;
}
#enquiryRight textarea {
	width:			70%;
	/*
	height:			5.8em;
	font-size:		1em;
	*/
	height:			7.25em;
	font-size:		.8em;
	padding:		0;
	border:			none;
	background:		#fff;
	color:			#000;
	font-family:		sans-serif;
}
#enquiryRight select {
	width:			70%;
	background:		#fff;
	border:			none;
}

#enquiryBottom {
	clear:			left;
	font-family:		sans-serif;
}
#enquiryBottom fieldset {
	border:			none;
	padding:		.5em 0;
}
#enquiryBottom legend {
	margin:			0;
	padding:		0;
}
#enquiryBottom fieldset li {
	width:			33%;
	float:			left;
	color:			#e53e45;
}
#enquiryBottom fieldset label {
	padding-left:		.5em;
}

#enquiryForm .nav {
	text-align:		right;
}
#enquiryForm .nav button {
	background:		#fff;
	border:			1px solid;
	border-width:		0 1px 1px 0;
	border-color:		#7d7e82;
	color:			#000;
	text-decoration:	none;
	text-transform:		uppercase;
}
#enquiryForm .nav button:active {
	border-width:		1px 0 0 1px;
}
#enquiryBottom .nav {
	margin-top:		1em;
}

li.error label,
li.error legend {
	color:			#f00;
}
li.error fieldset label {
	color:			inherit;
}

li.required label:after,
legend:after {
	content:		' *';
	color:			#e53e45;
}

#enquiryMessages {
	margin-bottom:		10px;
}
#enquiryMessages .error {
	text-align:		center;
	font-weight:		bold;
	color:			#f33;
	/*
	background:		#fff;
	border:			2px solid #f33;
	*/
	font-size:		.8em;
	margin:			2px 0;
}
#enquiryMessages .message {
	text-align:		center;
	font-weight:		bold;
	color:			#090;
	/*
	background:		#fff;
	border:			2px solid #f33;
	*/
	font-size:		.8em;
	margin:			2px 0;
}


#pageEnquiry form ul {
	padding:		0;
	list-style:		none;
}
#pageEnquiry form li {
	clear:			left;
	margin:			.5em 0;
}
/*
#pageEnquiry form li.firstName,
#pageEnquiry form li.lastName {
	float:			left;
	clear:			none;
}
#pageEnquiry form li.lastName label {
	padding-left:		20px;
	width:			100px;
}
*/
#pageEnquiry label {
	float:			left;
	width:			200px;
}
#pageEnquiry fieldset label {
	float:			none;
	width:			auto;
}
#pageEnquiry input,
#pageEnquiry textarea,
#pageEnquiry select {
	border:			1px solid #000;
	background:		#fff;
	color:			#000;
	font-size:		1em;
	font-family:		sans-serif;
}
#pageEnquiry input:focus,
#pageEnquiry textarea:focus,
#pageEnquiry select:focus {
	background:		#f6f6f6;
}
#pageEnquiry input.short {
	width:			200px;
}
#pageEnquiry input.long {
	width:			600px;
}
#pageEnquiry textarea {
	width:			600px;
	height:			150px;
}
#pageEnquiry select {
	width:			200px;
}


#pageEnquiry fieldset {
	border:			none;
	padding:		0;
	margin-bottom:		1em;
}
#pageEnquiry fieldset ul {
	margin:			0;
	padding-left:		50px;
}
#pageEnquiry fieldset li {
	clear:			none;
	float:			left;
	width:			32%;
	margin:			0;
}
#pageEnquiry fieldset label {
	margin-left:		2px;
}
#pageEnquiry fieldset input {
	border:			none;
	width:			auto;
}
#pageEnquiry .nav {
	border-top:		1px solid #ccc;
	margin-top:		1em;
	padding-top:		1em;
	text-align:		center;
}
#pageEnquiry button {
	border:			1px outset #000;
	background:		#fff;
	color:			#000;
	font-size:		1em;
	font-family:		sans-serif;
	padding:		2px 10px;
	text-transform:		uppercase;
	font-weight:		bold;
}
#pageEnquiry button:active {
	border:			1px inset #000;
}

#twitter_update_list li{ list-style-type: none; margin-bottom: 8px; padding-bottom: 8px; border-bottom: #CCC 1px dashed; }
