/* Stylesheet for Lomax Interiors */

/* Standard Elements */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666666;
	background: #ffffff url(../images/background.gif) top left repeat-x;
	text-align: center;
}

body * {
	text-align: left;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
	font-size: 2em;
	margin-bottom: 1em;
	clear: both;
}

h2, h3 {
	margin-top: 1em;
}

img {
	border: none;
}

p {
	margin: 1em 0;
}

a {
	color: #999999
}
	a:hover {
		color: #FFCC00;
	}

address {
	font-style: normal;
}

/* Inline Elements */

#accessibilityNavigation {
	position: absolute;
	left: -10000px;
}

.clearer {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

ul.linksWrapper {
	width: 510px;
	margin: 2em auto;
	list-style: none;
}

	ul.linksWrapper li {
		display: inline;
	}

p.highlight {
	font-weight: bold;
}

h1.strapline {
	margin: 0;
}

h2.strapline {
	margin: 0;
	font-size: 1.1em;
	letter-spacing: 0.15em;
}

h1.custspace,
h2.custspace {
	width: 400px;
}

dl.projectList {
	margin: 1em 0;
}

	dl.projectList dt {
		clear: both;
		border-left: 5px solid #ffcc00;
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 5px;
		margin-bottom: 0.5em;
	}
	
		dl.projectList dt a {
			text-decoration: none;
			color: inherit;
		}

	dl.projectList dd {
		margin-bottom: 1em;
		overflow: hidden;
	}

		dl.projectList dd img {
			float: left;
		}

	dl.projectList p {
		margin-left: 95px;
	}
	
	div#category_wrapper a.viewLink,
	dl.projectList a.viewLink {
		clear: right;
		float: right;
		margin-top: 1em;
		text-transform: uppercase;
		font-weight: bold;
		background: url(../images/arrow.gif) 0 50% no-repeat;
		padding-left: 8px;
		color: inherit;
		text-decoration: none;
	}
	
	div#category_wrapper a.viewLink:hover,
	dl.projectList a.viewLink:hover {
			text-decoration: underline;
		}

dl.contactDetails {
	margin: 1em 0 1em 50px;
	font-size: 1.2em;
	overflow: hidden;
}

	dl.contactDetails dt {
		width: 100px;
		float: left;
		margin-bottom: 0.5em;
		font-weight: bold;
	}
	
	dl.contactDetails dd {
		margin-left: 110px;
		margin-bottom: 0.5em;
	}

	dl.contactDetails address {
		float: left;
	}

/* Structural Elements */

#pageWrapper {
	width: 890px;
	margin: 0 auto;
	font-size: 0.8em;
}

#header {
	text-align: center;
	padding-top: 10px;
}

#navigation {
	padding-top: 35px;
	padding-bottom: 43px;
}

	#navigation ul {
		list-style: none;
		text-align: center;
	}
	
	#navigation li {
		display: inline;
	}
	
	#navigation a {
		color: #ffffff;
		text-decoration: none;
		margin: 0pt 12px;
		display: inline;
		padding: 12px 5px 20px 5px;
		font-size: 1.2em;
	}
	
		#navigation a:hover, #navigation li.selected a {
			background: url(../images/navigation-over.gif) top left repeat-x;
		}

#contentWrapper {
	background: url(../images/content-background.gif) top right repeat-y;
}

#content {
	width: 500px;
	float: left;
	margin: 20px 0 0 0;
	position: relative;
}

#sideBar {
	float: right;
	width: 320px;
	padding: 19px;
	background: url(../images/sidebar-background.gif) top left repeat-x;
	color: #ffffff;
}

	#sideBar h2 {
		color: #999999;
		margin-top: 0;
	}
	
	#sideBar h3 {
		background: url(../images/header-background.gif) bottom left no-repeat;
		color: #999999;
	}

	#sideBar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sideBar div.projectPreview {
		clear: both;
		margin: 1em 0;
		overflow: hidden;
	}

		#sideBar div.projectPreview img {
			float: left;
		}
		
		#sideBar div.projectPreview p {
			margin: 0 0 0 95px;
		}
	
		#sideBar h4 {
			border-left: 5px solid #ffcc00;
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 5px;
			margin-bottom: 0.5em;
			font-size: 1.0em;
			margin-left: 95px;
		}
		
	#sideBar a.viewLink {
		clear: right;
		float: right;
		margin-top: 1em;
		text-transform: uppercase;
		font-weight: bold;
		background: url(../images/arrow.gif) 0 50% no-repeat;
		padding-left: 8px;
	}
	
		#sideBar a.viewLink:hover {
			text-decoration: underline;
		}
			
	#sideBar label span {
		width: 100px;
	}
	
	#sideBar label input {
		width: 200px;
	}

	#sideBar .archiveLink {
		clear: both;
		float: right;
		margin: 1em 0;
		overflow: hidden;
	}

	#sideBar ul.errors {
		margin-left: 2em;
		font-weight: bold;
	}

#footer {
	clear: both;
	color: #999999;
	overflow: hidden;
}

	#footer ul {
		list-style: none;
		float: left;
		margin-right: 3em;
		padding: 10px 0 20px 0;
	}
	
	#footer address {
		float: left;
		padding: 10px 0 20px 0;
	}

	#footer a {
		text-decoration: none;
		color: #999999
	}
	#footer a:hover {
		text-decoration: underline;
	}

/* Page Blocks */

.imageRotater {
	background: url(../images/gallery-background.gif) top left no-repeat;
	margin: 1em auto;
	padding: 10px 0 10px 14px;
	width: 487px;
	height: 329px;
	position: relative;
}

	.imageRotater img {
		position: absolute;
		z-index: 1;
	}
	
	.imageRotater img.first {
		z-index: 2;
	}

div.testimonial {
	margin: 1em 0;
}

	div.testimonial h2 {
		margin: 0 0 1em 0;
		font-size: 1.3em;
		border-left: 5px solid #fabf11;
		padding-left: 8px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	div.testimonial img {
		float: left;
		margin-right: 1em;
	}
	
	div.testimonial a.viewLink {
		float: right;
		clear: right;
		margin-top: 1em;
		text-transform: uppercase;
		font-weight: bold;
		background: url(../images/arrow.gif) 0 50% no-repeat;
		padding-left: 8px;
		text-decoration: none;
		color: inherit;
	}
	
		div.testimonial a.viewLink:hover {
			text-decoration: underline;
		}

/* expired image for customer space */
img#expired {
	display: block;
	margin: 50px auto;
}

/* logout button for customer space */
a#logout {
	position: absolute;
	right: 0;
	top: 0;
}

/* Project Details */

#projectGallery {
	background: url(../images/project-thumb-gal-bg2.gif) no-repeat 0 100%;
	width: 503px;
	margin-bottom: 1em;
	padding-bottom: 7px;
}

	#projectGallery ul {
		background: transparent url(../images/project-thumb-gal-bg2.gif) no-repeat 0 0;
		list-style: none;
		overflow: hidden;
		padding: 2px;
		width: 503px;
	}
	
	#projectGallery li {
		padding: 8px 0 0 8px;
		float: left;
	}

#projectImage {
	background: url(../images/project-img-bg.gif) top left no-repeat;
	height: 346px;
	width: 510px;
	margin-bottom: 2px;
	margin-top: 1em;
	position: relative;
	left: -4px;
}

	#projectImage h3 {
		left: 20px;
		position: absolute;
		top: 285px;
		font-size: 1.3em;
		border-left: 5px solid #fabf11;
		padding-left: 8px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#projectImage p {
		left: 30px;
		position: absolute;
		top: 310px;
	}
	
	#projectImage img {
		left: 15px;
		position: absolute;
		top: 10px;
	}

#projectDescription {
	margin: 2em 0;
}

	#projectDescription p {
		margin-top: 0;
	}
	
	#projectDescription blockquote {
		margin: 2em 20px 0 20px;
	}

#projectNav {
	list-style: none;
	overflow: hidden;
}

	#projectNav a {
		display: block;
		width:  219px;
		height: 41px;
		text-indent: -10000px;
	}

	#projectNav li.prevProject {
		float: left;
	}

		#projectNav li.prevProject a {
			background: url(../images/view-previous-project.gif) 0 0 no-repeat;
			width: 161px;
		}
		
	#projectNav li.nextProject {
		float: right;
	}

		#projectNav li.nextProject a {
			background: url(../images/view-next-project.gif) 0 0 no-repeat;
			width: 161px;
		}

/* Form Styling */

fieldset {
	border: none;
	margin: 2em 0;
}

	fieldset legend {
		font-size: 1.3em;
		border-left:5px solid #FFCC00;
		font-weight: bold;
		padding-left: 8px;
		text-transform: uppercase;
	}


	fieldset.hideTitle legend {
		position: absolute;
		left: -10000px;
		font-size: 0;
	}

	fieldset label {
		margin-top: 0.4em;
		padding: 5px;
		display: block;
		overflow: hidden;
	}
	
	fieldset label span {
		position: relative;
		width: 180px;
		float: left;
		font-size: 1.1em;
		margin-top: 0.2em;
	}
	
	fieldset label em {
		position: absolute;
		right: 5px;
	}
	
	
	fieldset label input, fieldset label select, fieldset label textarea {
		width: 300px;
		padding: 3px;
		border: 1px solid #000000;
		background: #eeeeee;
		float: left;
		font-family: inherit;
		font-size: 1em;
	}
	
	fieldset label textarea {
		height: 8em;
	}
	
	fieldset label select {
	 	padding: 2px;
	 	width: 308px;
	}
	
		fieldset label option {
			padding: 1px;
		}
	
		fieldset label input:focus, fieldset label select:focus, fieldset label textarea:focus {
			border: 1px solid #FFCC00;
		}

	fieldset label.error span {
		color: #CC0000;
	}
	
	fieldset label.error input, fieldset label.error select, fieldset label.error textarea {
		background: #FFE1E1;
	}
	
label.option, label.option input {
	width: auto;
	float: none;
	font-size: 1.1em;
}

input.submit {
	margin-top: 1em;
	float: right;
	clear: both;
}

#errors {
	background: #FFE8E8;
	border-bottom: 2px solid #CC0000;
	padding: 1em 3em;
}

	#errors a {
		color: #999999;
	}
	
	#errors a:hover {
		color: #333333;
	}
	
	#errors ol {
		margin-left: 2em;
	}

dl.projectList.categories p {
	margin-left: 0;
	margin-top: 0;
}

img.main_img {
	display: block;
	margin: 0 auto;
}

label.option input {
	border: none !important;
	background: transparent !important;
}

