/*------------------------------------------------------------------
[Urban Element Layout Stylesheet]

Project:	R3 Online - Urban Element Microsite  
Version:	1.0
Last change:	15/08/08 [Template build begins DJ]
Assigned to:	Dave Johnston [DJ]

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
	1.1. Container / #container
	1.2. Wrapper / #wrapper
2. Header / #header
	2.1. Navigation / #primary_navigation
		2.1.1. Secondary Navigation / #sub_nav
3. Content / #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3
	3.4. Sidebar / #sidebar
		3.4.1. RSS / #rss
		3.4.2. Search / #search
		3.4.3. Boxes / .box
	3.5. Form Styling 
4. Footer / #footer

5. Miscellaneous
6. Recycle bin 

-------------------------------------------------------------------*/

/* ///////////////////////////////////////////////////////////////////////// 
1.0-BODY------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

body {
	background-image: url(/images/body_background.jpg)!important;
	background-repeat: repeat-x!important;
	background-position: left top;
	background-color: #F3F3F4!important;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #3F3F3F;
	line-height: 20px!important;
}

h1 {
	color: #3F3F3F;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px!important;
	margin-left: 10px;
	line-height: 1.4em;
	font-size: 25px!important;
	font-weight: normal;
}
h1 strong {
	font-size: 1.5em;
	font-weight: normal;
	color: #971D25;
}
.links {
	padding-top:15px;
}


h2, h2 a {
	color: #961C25!important;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 22px!important;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px!important;

	text-decoration: none!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0;
	padding: 0px;
}
h3 {
	color: #3F3F3F;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
h4 {}
h4 em {}
h5 {}
p{
	color: #3F3F3F;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 10px;
	
	margin-right: 10px;
}
hr {}
ul{}
li{}
ol{}
table{}
td, th {}
th {}
td {}
caption {}
#wrapper {
	display: block;
	width: 100%;
	background-image: url(/images/wrapper_background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}


/*1.1-CONTAINER-------------------------------------------------------------------------------{}*/

#container{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/image_container.jpg);
	background-repeat: no-repeat;
	background-position: center 140px;
}

/*1.2-WRAPPER-------------------------------------------------------------------------------{}*/


/* ///////////////////////////////////////////////////////////////////////// 
2.0-HEADER------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

/*2.1-SECONDARY NAVIGATION-------------------------------------------------------------------------------{}*/

#sub-nav {
}
#sub-nav ul {
}
#sub-nav li {
}
#sub-nav ul a {
}
#sub-nav ul a:hover {
}

/*2.2-HEADER-------------------------------------------------------------------------------{}*/

#header {
	display: block;
	height: 140px;
}
#sub-nav .login {
}

#logo {
	display: block;
	float: left;
	height: 110px;
	width: 175px;
	background-image: url(/images/R3Online_Logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: left;
}

/*2.3-NAVIGATION-------------------------------------------------------------------------------{}*/

#primary_nav {
	display: block;
	height: 77px;
	background-image: url(/images/navigation_container.jpg);
	background-repeat: no-repeat;
	background-position: 35px top;
	padding-left: 70px;
	float: left;
	padding-right: 20px;
	width:680px;
}
#primary_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#primary_nav li {
	float: left;
}
#primary_nav ul a {
	display: block;
	height: 46px;
	width: 115px;
	text-align: center;
	text-decoration: none;
	background-image: url(/images/navigation_rollover.jpg);
	background-repeat: no-repeat;
	background-position: center -50px;
	padding-top: 31px;
	color: #152D53;
	font-size: 1.2em;
	line-height: 1em;
}
#primary_nav ul a:hover {
	background-position: center 22px;
	color: #F3F3F4;
}

.selected a{
	background-position: center 22px!important;
	color: #F3F3F4!important;
}
#animated-portfolio {
	overflow: hidden;

}

/*2.4-IMAGE CONTAINER-------------------------------------------------------------------------------{}*/

#image_container {
	display: block;
	height: 345px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 5px;
	overflow: hidden;
}

/* ///////////////////////////////////////////////////////////////////////// 
3.0-CONTENT------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#content {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content ul{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.5em;
	color: #3F3F3F;
	list-style-type: none;
}
#content li{
	display: block;
	min-height: 26px;
	padding-left: 35px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 5px;
}
#content .feature ul{
	font-size: 1em;
	color: #3F3F3F;
	line-height: 1em;
}
#content .feature li{
	min-height: 26px;
	padding-left: 5px;
	background-image: none;
	list-style-type: circle;
	margin-left: 25px;
	display: list-item;
	font-size: 0.8em;
	line-height: 1em;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#main_content {
	display: block;
	float: left;
	width: 705px;
}
#main_content blockquote {
	color: #3F3F3F;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	display: block;
	padding: 25px;
	font-style: italic;
	background-image: url(/images/quotemarks.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #E7E8E9;
}
#main_content a {
	color: #3f3f3f;
	text-decoration: underline;
}
#main_content a:hover {
	color: #991D26;
}
.feature {
	display: block;
	background-color: #E7E8E9;
	border: 2px solid #DCDDDE;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 15px;
}
.feature h3 {
	color: #961C25;
}
.feature p {
	color: #3F3F3F;
}
.thumbright {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}


#column_1 {
	display: block;
	float: left;
	width: 235px;
	padding-top: 20px;
}

#side_content a{
	color: #900;	
	}
	
	
#column_2 {
	display: block;
	float: left;
	width: 235px;
		padding-top: 20px;
}
#column_3 {
	display: block;
	float: left;
	width: 235px;
	padding-top: 20px;
}


#column_1 p, #column_2 p, #column_3 p {
	font-size: 13px!important;
	height: 100px;
	
	}

#main_content .large_button {
	display: block;
	height: 85px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #F3F3F4;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	font-size: 0.9em;
	padding-right: 65px;
	padding-left: 15px;
	cursor: pointer;
}
#main_content .large_button:hover {
	font-weight: bold;
	color: #FFFFFF;
}
#main_content .large_button strong {
	font-weight: normal;
	font-size: 1.8em;
}
.time {
	background-image: url(/images/button_savetime.png);
}
.costs {
	background-image: url(/images/button_reducecosts.png);
}
.measure {
	background-image: url(/images/button_measure.png);
}
.contact_div {
	display: block;
	float: left;
	width: 45%;
	padding-right: 15px;
}

#side_content {
	display: block;
	float: left;
	width: 235px;
}
#side_content h3 {
	font-weight: bold;
	color: #3F3F3F;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	line-height: 1.3em;
	font-size: 1em;
}
#side_content blockquote {
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: normal;
	color: #3F3F3F;
	background-image: url(/images/quotemarks.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin: 2px;
}
#side_content .side_button {
	display: block;
	height: 58px;
	width: 225px;
	background-image: url(/images/sidebar_button.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 12px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1em;
	color: #F1F1F2;
	text-decoration: none;
}
#side_content .side_button strong {
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.2em;
}
#side_content .side_button:hover {

}
.sidebox {
	background-color: #E7E8E9;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #DCDDDE;
}
.sidebox_top {
	background-image: url(/images/sidebar_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-top: 10px;
}
.sidebox_bottom {
	background-image: url(/images/sidebar_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	clear: both;
	height: 33px;
}
.frp {
	margin-right: auto;
	margin-left: auto;
	display: block;
}



/*3.1-COLUMN 1-------------------------------------------------------------------------------{}*/


/*3.2-COLUMN 2-------------------------------------------------------------------------------{}*/


/*3.3-COLUMN 3-------------------------------------------------------------------------------{}*/


/*3.4-SIDEBAR-------------------------------------------------------------------------------{}*/

/*3.4.1-RSS-------------------------------------------------------------------------------{}*/

/*3.4.2-SEARCH-------------------------------------------------------------------------------{}*/

/*3.4.3-BOXES-------------------------------------------------------------------------------{}*/

/*3.4.3-NEWS-------------------------------------------------------------------------------{}*/

/*3.5-FORM STYLING-------------------------------------------------------------------------------{}*/


.cat_textbox, .cat_listbox{ width: 550px!important; }
#asp_form li { background: none; }
.cat_button { width: 555px; padding: 0; margin-left: 60px; }


#asp_form .lddFormTxtBox select { height: 25px; width: 555px; line-height: 25px; color: #3f3f3f;  background: #F3F7F8 url(/images/formfield-background.jpg) repeat-x left top; border: 1px solid #9AB3B8; }


.cat_textbox {
	width: 500px;
	height: 20px;
	background-color: #EFE9EA;
	padding: 2px;
	margin-right: 15px;
	margin-top: 5px;
	background-image: url(/images/formfield-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9AB3B8;
}
.cat_listbox {
	width: 99%;
	height: 150px;
	background-image: url(/images/formfield-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9AB3B8;
	background-color: #FEFEFE;
	margin-top: 5px;
}

.webform br {
	display:none;	
	}
	
	
	
label {
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 14px!important;
	color: #3f3f3f;
	line-height: 1.1em;
	margin-top: 2px;
	font-style: normal;
}
fieldset {
	padding: 25px;
	background-color: #E7E8E9;
	margin-right: 50px;
	margin-left: 25px;
	display: block;
	margin-top: 25px;
	border: 2px solid #DCDDDE;
}


form {
	font-size: 12px!important;
	font-style: italic!important;
	color: #999!important;
	padding-top: 40px!important;
	}
	
	
.cat_button {
	color: #FFFFFF;
	width: 49%;
	margin-top: 15px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	height: 34px;
	background-image: url(/images/formbutton-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #349A46;
	margin-left: 0px;
}

/* ///////////////////////////////////////////////////////////////////////// 
4.0-FOOTER------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#footer_container {
	display: block;
	clear: both;
	min-height: 100px;
	width: 100%;
	background-image: url(/images/footer_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #152D53;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer_container p {
	color: #FFFFFF;
}
#footer_container a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_container a:hover {
	text-decoration: underline;
}

/* ///////////////////////////////////////////////////////////////////////// 
5.0-MISCELLANEOUS------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#ue_adspace {
	display: block;
	height: 63px;
}
.ue {
	display: block;
	float: right;
	height: 63px;
	width: 451px;
	background-image: url(/images/urbanelement.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#ue_adspace .uepadding {
}

#ue_adspace p {
}
#ue_adspace a {
}
#ue_adspace a:hover {
}


#sent {
	color: #FFFFFF;
	background-color: #669933;
	padding: 7px;
	margin-right: 20px;
	margin-left: 20px;

}

#sent p{
	color: #FFFFFF;
	background-color: #669933;
	padding: 7px;
	margin-right: 20px;
	margin-left: 20px;

}

/* ///////////////////////////////////////////////////////////////////////// 
6.0-RECYCLE BIN------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */
/*
Put old css in here:






*/
