/*----------------------------------------------------------
[Urban Element Layout Stylesheet]

Note: Use this stylesheet for structural and layout changes

Project:	[Urban Element Framework]  
Version:	1.0
Last change:	09/01/09 [DJ - Template Build]
Assigned to:	Dave Johnston [DJ] Robert Waggott [RW] 

------------------------------------------------------------*/

/*----------------------------------------------------------

[Table of contents]

0.0 Imports
	0.1 Reset
	0.2 type
	0.3 style
	0.4 forms

1.0 Body
	1.1. Wrapper / #wrapper
	1.2. Container / #container

2.0 Header / #header

3.0 Content / #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3
	3.4. Sidebar / #sidebar

4.0 Footer / #footer

5.0 Miscellaneous

6.0 Recycle bin 

------------------------------------------------------------*/

/* 0.0 - Imports
------------------------------------------------------------*/

	@import url("type.css");
	@import url("forms.css");
@import url("reset.css");

/* 1.0 - Body
------------------------------------------------------------*/
	
	html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000;
}

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

	#wrapper {  }

/* 1.2 - Body / Container
------------------------------------------------------------*/

	#container {
	position: relative;
}
#header {
	height: 120px;
	background-image: url(../Assets/1px-top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#header-image {
	background-image: url(../Assets/top-banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 1258px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 120px;
	position: relative;
}
#header-inner {
	width: 990px;
	float: left;
	padding-left: 134px;
}
#header-inner span {
	display: none;
}
#header-call-to-action {
	background-image: url(../Assets/call-email.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	float: left;
	height: 90px;
	width: 504px;
}
#header-call-to-action a {
	background-image: url(../Assets/call-email.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	float: right;
	height: 90px;
	width: 504px;
}




	#logo {
	display: block;
	background-image: url(../Assets/proposals-logo.jpg);
	height: 90px;
	width: 251px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	padding-right: 235px;
}

/* 5.0 - Miscellaneous
------------------------------------------------------------*/


/* 6.0 - Recycle Bin
------------------------------------------------------------*/

/*
Put old css in here:






*/
#logo a {
	display: block;
	background-image: url(../Assets/proposals-logo.jpg);
	height: 90px;
	width: 251px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#primary_nav {
	padding-left: 20px;
}

	#primary_nav ul {
	height: 30px;
	float: left;
	width: 930px;
}
	#primary_nav li {
	list-style: none;
	float: left;


/* 3.0 - Content
------------------------------------------------------------*/
}
#image_container {
	position: relative;
}

#image_container span {
	display: none;

}
#image_container_inner {
	background-image: url(../Assets/home-image.jpg);
	width: 1258px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#book {
	background-image: url(../Assets/book-a.jpg);
	height: 54px;
	width: 160px;
	float: right;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 154px;
	margin-top: 226px;
}
#book a {
	background-image: url(../Assets/book.jpg);
	height: 54px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#book a:hover {
	background-image: url(../Assets/book-a.jpg);
}
#action_container {
	background-image: url(../Assets/1px-action.jpg);
	background-repeat: repeat-x;
	position: relative;
	background-position: 0px 0px;
}
#action_inner {
	width: 1258px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#action-box {
	float: left;
	width: 990px;
	height: 160px;
	padding-left: 134px;
}
#action_1  {
	float: left;
	background-image: url(../Assets/bridal-action.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 160px;
	width: 335px;
}
#action_2 {
	float: left;
	background-image: url(../Assets/bridesmaids-action-a.jpg);
	height: 160px;
	width: 320px;
}
#action_3 {
	background-image: url(../Assets/formal-action-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 160px;
	width: 320px;
	float: left;
}

#content_container {
	background-color: #FFF;
	position: relative;
}
#content-inner {
	background-color: #FFFFFF;
	background-position: 0px 0px;
	position: relative;
	width: 1258px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../Assets/content-image.jpg);
}
#content {
	width: 990px;
	font-size: 14px;
	padding-left: 134px;
	float: left;
}




/* 3.1 - Content / Column 1
------------------------------------------------------------*/

	#column_1 {
	width: 640px;
	float: left;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
	#column_1 a {
	color: #990066;
	text-decoration: none;
	font-weight: bold;
}
	#column_1 a:hover {
	color: #990066;
	text-decoration: underline;
	font-weight: bold;
}

/* 3.2 - Content / Column 2
------------------------------------------------------------*/

	#column_2 {
	float: left;
	width: 310px;
	padding-top: 20px;
}

/* 3.3 - Content / Column 3
------------------------------------------------------------*/

/* 3.4 - Content / Column 4
------------------------------------------------------------*/

/* 4.0 - Footer
------------------------------------------------------------*/

	#footer {
	position: relative;
	background-image: url(../Assets/1px-footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 12px;
	color: #a5abb2;
	padding-bottom: 20px;
}
#footer-container {
	float: left;
	width: 990px;
	padding-top: 20px;
	padding-left: 154px;
}
#footer_inner {
	width: 1258px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#footer .left {
	float: left;
	width: 160px;
	padding-right: 20px;
}
#footer .centre {
	float: left;
	width: 460px;
}
#footer .right {
	float: left;
	width: 310px;
}
#copyright {
	clear: both;
	float: left;
	background-image: url(../Assets/copyright-image.jpg);
	height: 70px;
	width: 950px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 20px;
}

#aspnetForm { width: 580px; padding-top: 20px;}
#aspnetForm, #aspnetForm ul, #aspnetForm li {margin: 0; padding:0;}

#aspnetForm .form_container { background: Transparent url(../Assets/Products/form-inner.jpg) no-repeat -1px bottom; 
		border-bottom: 1px solid #A4ABB3; border-left: 1px solid #A4ABB3; border-right: 1px solid #A4ABB3;}


#aspnetForm .FormCol1, #aspnetForm .FormCol2 {  float: left; display: block; margin-left: 20px; width: 250px; }
#aspnetForm .FormCol1 li, #aspnetForm .FormCol2 li { margin: 5px 0 5px 0; height: 50px; }

#aspnetForm .top {
background-image:url(../Assets/Products/form-top.jpg);
background-position:0 0;
background-repeat:no-repeat;
float:left;
height:40px;
margin-top:0;
width:580px;
position: relative;
left: -1px;
}
#aspnetForm span { display: block; }
#aspnetForm label {color: #000;}

#aspnetForm input {
background-image:url(../Assets/Products/form-1px.jpg);
background-position:0 0;
background-repeat:repeat-y;
border:1px solid #A5ABB2;
color:#000000;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
margin-top:6px;
padding:2px;
width:250px;
}

#aspnetForm .FormCol1 li span span,
#aspnetForm .FormCol2 li span span { display: none!important; }

#aspnetForm .formButton { background: Transparent url('../Assets/Products/book.jpg') no-repeat 0 0; 
	width: 207px; height: 49px; border: none; margin: 15px;}
	
#aspnetForm .FormCol1 label .highlight,
#aspnetForm .FormCol2 label .highlight { display: inline!important; }

#content #column_1 #aspnetForm .validationsummary_holder div { background-color: Transparent; border: none;
		color: #000!important; }
#aspnetForm .validationsummary_holder div li { color: #000; font-size: small; margin: 3px 0 3px 15px;}
#aspnetForm .validationsummary_holder div .highlight { display: none; }