body 
{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #4c4c4c;
	text-align:justify;
	margin: 0;
	background: #c1e2c1;
}

a, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #00a600;
}


a:hover, a.selectedlink
{
	text-decoration: none;
	color: #006000;
}

p
{
	padding: 6px 0 6px 0;
	margin: 0;
}

p.footnote
{
	font-size: 0.8em;
}

img
{
	border:0;
	z-index: 2;
}

h1
{
	padding: 5px 0 5px 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #008000;
}

h2
{
	padding: 10px 0 5px 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

#HEADER
{
	width: 760px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url('../images/background.png') repeat-y;
	clear: both;
}

#HEADER .logo
{
	float: left;
	clear: none;
	margin: 10px 0 10px 120px;
}

#HEADER .redbrick
{	
	float:right;
	padding-right: 15px;
	margin: 0px auto 0 auto;
	text-align:right;
	font-weight: bold;
	font-size: 0.8em;
	color: #575757;	
}

#HEADER .redbrick a
{  
	color: #9D1515;   
}

#HEADER .redbrick a:hover
{ 
	color: #e62525;
}

#BANNER
{
	width: 750px;
	height: 150px;
	background: url('../images/banner_building.png') no-repeat; 
	margin: 0 auto 0 auto;
	border-bottom: 3px solid #008000;
	z-index: 1;
}

#BANNER .logo
{
	float: left;
	margin: -40px auto 0 -20px;
}

#BANNER ul
{ 
	width: 750px;
	height: 30px;
	line-height: 30px; 
	margin: 12px 0 0 0 ;
	padding: 0; 
	display: block; 
	list-style: none; 
	float: right;
	z-index: 2;
}

#BANNER li
{ 
	display: inline; 
	background: url('../images/tab_off.png');
	width: 118px;
	height: 30px;
	float: right;
}

#BANNER li .login
{
	background: url('../images/tab_login_off.png');
}

#BANNER li .register
{
	background: url('../images/tab_register_off.png');
}

#BANNER li a, li a.login, li a.register, li a.login_selected, li a.register_selected
{ 
	width: 118px;
	height: 30px;
	line-height: 30px; 
	display: block; 
	text-align: center;   
}

#BANNER li a:hover, a.selected
{ 
	background: url('../images/tab_on.png');
	color: #006000;
}

#BANNER li a.login:hover 
{
	background: url('../images/tab_login_on.png');
	color: #006000;
}

#BANNER li a.login_selected:hover, a.login_selected
{
	background: url('../images/tab_login_on.png');
	color: #006000;
}

#BANNER li a.register:hover
{
	background: url('../images/tab_register_on.png');
	color: #006000;
}

#BANNER li a.register_selected:hover, a.register_selected
{
	background: url('../images/tab_register_on.png');
	color: #006000;
}

#CONTAINER
{
	width: 760px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url('../images/background.png') repeat-y;
	clear: both;
}

#CONTENT
{
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

#CONTENT ul
{
    padding: 0;
    margin: 0 0 5px 25px;
}

#CONTENT ul li
{
    margin: 5px 0 0 0;
    padding: 0 0 3px -3px;
    list-style-image: url(../images/bullet.png);
}

#CONTENT .page
{
    margin: 5px auto 10px auto;
    text-align: center; 
    padding: 5px 0 0 0; 
    border-top: solid 1px #9fee9f;
}

#CONTENT .page .leftLink
{
    float: left; 
    clear: left;
}

#CONTENT .page .rightLink
{
    float: right; 
    clear: right;
}

#CONTENT .page a.button
{
    font-weight: bold;
    font-size: 11px;
    background: #FFFFFF;	
	border: 1px solid #9fee9f;
	padding: 1px 5px 1px 5px;
	margin: 5px 0 0 0;
	display: inline-block;
}

#CONTENT .page a.button:hover
{
    background: #f3feed;
}

#CONTENT .page .button_selected
{
    background: #f3feed;
    border: 1px solid #9fee9f;
    font-weight: bold;
    font-size: 11px;
    padding: 1px 5px 1px 5px;
    margin: 5px 0 0 0;
	display: inline-block;
}

#CONTENT .left
{
	float: left;
	margin: 10px 10px 10px 20px;
	padding: 0;
	width: 464px;
}

#CONTENT .right
{
	float: right;
	margin: 0 15px 0 0;
	padding: 10px;
	background: #deffce;
	width: 226px;
	height: 100%;
	border: 1px solid #9fee9f;
}

#CONTENT .right p
{
	font-size: 11px;
}

#CONTENT .right img
{
	border: none;
}

#CONTENT .right .largeImage
{
    margin: 0;
    border: 1px solid #9fee9f;
}

#BUTTONS
{
	padding: 0;
	margin: 5px auto 5px auto;
	width: 100%;
}

#BUTTONS .buttonText
{
    float: left; 
    clear: none; 
    padding: 5px; 
    height: 86px; 
    width: 300px
}

#BUTTONS ul
{ 
	margin: 0;
	padding: 0; 
	list-style: none; 
	float: left;
}

#BUTTONS li 
{ 
	display: inline; 
	width: 150px;
	height: 86px;
	float: left;
	padding: 0 3px 0 0;
}

#BUTTONS li a
{ 
	width: 150px;
	height: 86px;
	display: block;  
}

#BUTTONS li .login
{ 
	background: url('../images/button_login_on.png');
	display: inline; 
	width: 150px;
	height: 86px;
	float: left;
}

#BUTTONS li a.login
{
	background: url('../images/button_login_off.png');
}

#BUTTONS li a.login:hover
{
	background: url('../images/button_login_on.png');
}

#BUTTONS li .order
{ 
	background: url('../images/button_order_on.png');
	display: inline; 
	width: 150px;
	height: 86px;
	float: left;
}

#BUTTONS li a.order
{
	background: url('../images/button_order_off.png');
}

#BUTTONS li a.order:hover
{
	background: url('../images/button_order_on.png');
}

#BUTTONS li .register
{ 
	background: url('../images/button_register_on.png');
	display: inline; 
	width: 150px;
	height: 86px;
	float: left;
}

#BUTTONS li a.register
{
	background: url('../images/button_register_off.png');
}

#BUTTONS li a.register:hover
{
	background: url('../images/button_register_on.png');
}

#BUTTONS li .moreinfo
{ 
	background: url('../images/button_moreinfo_on.png');
	display: inline; 
	width: 150px;
	height: 86px;
	float: left;
}

#BUTTONS li a.moreinfo
{
	background: url('../images/button_moreinfo_off.png');
}

#BUTTONS li a.moreinfo:hover
{
	background: url('../images/button_moreinfo_on.png');
}

#BUTTONS a.commercial
{
	background: url('../images/button_commercial_off.png');
	width: 150px;
	height: 86px;
	float: left;
}

#BUTTONS a.commercial:hover
{
	background: url('../images/button_commercial_on.png');
}

#BUTTONS a.residential
{ 
	background: url('../images/button_residential_off.png');
	width: 150px;
	height: 86px;
	float: left;
}

#BUTTONS a.residential:hover
{
	background: url('../images/button_residential_on.png');
}

#BUTTONS a.view
{ 
	background: url('../images/button_view_off.png');
	width: 150px;
	height: 86px;
	float: left;
}

#BUTTONS a.view:hover
{
	background: url('../images/button_view_on.png');
}

#FOOTER
{
	background: url('../images/footer.png') no-repeat;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 4px;
	width: 760px;
}

#FOOTER p
{
	margin: 0;
	padding: 5px 20px 5px 20px;
	font-size: 0.8em;
	text-align: center;
}

.clear
{
	clear: both;
}

/* ---------- Clear table ---------- */

#CLEAR 
{
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	font-size: 11px;
	margin: 5px 0 5px 0;
}

#CLEAR td 
{
	border-width: 0px;
	padding: 2px;
	border-style: none;
	vertical-align: middle;
	text-align: left;
}

#CLEAR td.c1
{
	width: 10%;
}

#CLEAR td.c2
{
	width: 40%;
}

#CLEAR td.l
{
	width: 40%;
	font-weight: bold;
}

#CLEAR td.r
{
	width: 60%;
}

/* ---------- Register table ---------- */

#REGISTER 
{
	border: 1px solid #9fee9f;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
	font-size: 11px;
	width: 70%;
}

#REGISTER tr 
{
	background-color: #f3feed;
}

#REGISTER tr.buttons
{
    background: #9fee9f;
}

#REGISTER td 
{
	border-width: 0px;
	padding: 3px 5px 3px 5px;
	border-style: none;
	vertical-align: middle;
}

#REGISTER td.name
{
	width: 40%;
	font-weight: bold;
}

#REGISTER td.field
{
	width: 60%;
	text-align: left;
}

#REGISTER td.field_left
{
	width: 60%;
}

#REGISTER td.full
{
	text-align: center;
	padding: 5px;
}

#REGISTER td.buttons
{
	width: 60%;
	text-align: right;
	padding: 5px;
}

/* ---------- Login table ---------- */

#LOGIN 
{
	border: 1px solid #9fee9f;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
	font-size: 11px;
	width: 60%;
}

#LOGIN tr 
{
	background: #f3feed;
}

#LOGIN tr.buttons
{
    background: #9fee9f;
}

#LOGIN td 
{
	border-width: 0px;
	padding: 3px 5px 3px 5px;
	border-style: none;
	vertical-align: middle;
}

#LOGIN td.name
{
	width: 30%;
	font-weight: bold;
}

#LOGIN td.field
{
	width: 70%;
	text-align: right;
}

#LOGIN td.full
{
	text-align: center;
	padding: 5px;
}

#LOGIN td.buttons
{
	width: 60%;
	text-align: right;
	padding: 5px;
}

/* ---------- Cost table ---------- */

#COST 
{
	border: 1px solid #9fee9f;
	border-collapse: collapse;
	background: white;
	margin: 10px auto 10px auto;
	font-size: 11px;
	width: 80%;
}

#COST tr.title 
{
	background: #64ca64;
	color: #ffffff;
	font-weight: bold;
}

#COST tr.odd 
{
	background: #deffce;
}

#COST tr.even 
{
	background: #f3feed;
}

#COST td 
{
	border-width: 0px;
	padding: 5px;
	border-style: none;
	vertical-align: top;
}

#COST td.area
{
	width: 35%;
	font-weight: bold;
}

#COST td.cost
{
	width: 15%;
	text-align: left;
}

/* ---------- Details table ---------- */

#DETAILS 
{
	border: 1px solid #9fee9f;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
	font-size: 11px;
	width: 70%;
}

#DETAILS tr 
{
	background-color: #f3feed;
}

#DETAILS tr.buttons
{
    background: #9fee9f;
}

#DETAILS td 
{
	border-width: 0px;
	padding: 3px 5px 3px 5px;
	border-style: none;
	vertical-align: middle;
}

#DETAILS td.name
{
	width: 40%;
	font-weight: bold;
}

#DETAILS td.field
{
	width: 60%;
	text-align: right;
}

#DETAILS td.field_left
{
	width: 60%;
}

#DETAILS td.full
{
	text-align: center;
	padding: 5px;
}

#DETAILS td.buttons
{
	width: 60%;
	text-align: right;
	padding: 5px;
}

/* ---------- Order tables ---------- */

#RESIDENTIAL
{
	border: 1px solid #9fee9f;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
	font-size: 11px;
	width: 100%;
}

#RESIDENTIAL tr 
{
	background: #f3feed;
}

#RESIDENTIAL tr.title 
{
	background: #deffce;
}

#RESIDENTIAL tr.buttons
{
    background: #9fee9f;
}

#RESIDENTIAL td 
{
	border-width: 0px;
	padding: 3px 5px 3px 5px;
	border-style: none;
	vertical-align: top;
}

#RESIDENTIAL td.name
{
	width: 25%;
}

#RESIDENTIAL td.field
{
	width: 75%;
}

#RESIDENTIAL td.nameSml
{
	width: 25%;
}

#RESIDENTIAL td.fieldSml
{
	width: 25%;
}

#RESIDENTIAL td.title
{
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

#RESIDENTIAL td.buttons
{
	width: 60%;
	text-align: right;
	padding: 5px;
}

#COMMERCIAL
{
	border: 1px solid #9fee9f;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
	font-size: 11px;
	width: 100%;
}

#COMMERCIAL tr 
{
	background: #f3feed;
}

#COMMERCIAL tr.title 
{
	background: #deffce;
}

#COMMERCIAL tr.buttons
{
    background: #9fee9f;
}

#COMMERCIAL td 
{
	border-width: 0px;
	padding: 3px 5px 3px 5px;
	border-style: none;
	vertical-align: top;
}

#COMMERCIAL td.name
{
	width: 40%;
}

#COMMERCIAL td.field
{
	width: 60%;
}

#COMMERCIAL td.title
{
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

#COMMERCIAL td.buttons
{
	width: 60%;
	text-align: right;
	padding: 5px;
}

.note
{
    font-weight: normal;
    font-style: italic;
}

/* ---------- Orders table ---------- */

#ORDERS 
{
	border: 1px solid #9fee9f;
	border-collapse: collapse;
	background: white;
	margin: 10px auto 10px auto;
	font-size: 11px;
	width: 100%;
}

#ORDERS tr.title 
{
	background: #64ca64;
	color: #ffffff;
	font-weight: bold;
	height: auto;
}

#ORDERS tr.odd 
{
	background: #deffce;
}

#ORDERS tr.even 
{
	background: #f3feed;
}

#ORDERS td 
{
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

#ORDERS td.status
{
	width: 5%;
	text-align: center;
}

#ORDERS td.date
{
	width: 10%;
}

#ORDERS td.reference
{
	width: 20%;
}

#ORDERS td.client
{
	width: 22%;
}

#ORDERS td.property
{
	width: 33%;
}

#ORDERS td.view
{
	width: 5%;
	text-align: center;
}

#ORDERS td.pdf
{
	width: 5%;
	text-align: center;
}

#ORDERS td.epc
{
	text-align: center;
}

/* ------------ Form fields ----------------- */

input
{
	font-size: 11px;
	font-family: Arial, sans-serif;
}

input.text
{
	color: #575757;
	width: 96%;
}

input.textMed
{
	color: #575757;
	width: 50%;
}

input.textSml
{
	color: #575757;
	width: 30%;
}

textarea
{
	color: #575757;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

textarea.textareaLge
{
    width: 98%;
	height: 55px;
}

select
{
	color: #575757;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

select.selectMed
{
	width: 52%;
}

select.selectLge
{
    width: 100%;
}

input.button
{
	padding: 0 5px 0 5px;
}