/*
Client:			Norris & Gardiner
Date:				100707
*/

/* reset code */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

.clear {
    clear:both;
    }

/* structure */
body {
	margin:7px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#744739;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

* html body * { /* fix the ie5+ italics float bug */
	overflow:visible;
	}

#header, #prime, #container, #footer {
	margin:0 auto;
	width:800px;
	clear:both;
}

*html #header, *html #prime, *html #container, *html #footer { /* for ie5.5 / 6.0 - realign the text */
	text-align: left;
}

#header {
	height:121px;
	background:#FFFFCC url(/images/headerng.jpg) left top no-repeat;;	
}

#container {
	padding:0 0 50px 0;
	background-color:#FFFFCC;
	border-bottom:1px #663333 solid;	
}

#footer {
	padding-bottom:16px;
	background-color:#FFFFCC;
}

#leftcol {
	margin:33px 0 0 30px;
	width:170px;
	float:left;
	display:inline;
}

#rightcol {
	width: 541px;
	margin:0 0 0 30px;
	padding:0px 29px 0 0px;
	float:left;
	display:inline;
	background: url(/images/rightcolback.gif) left top repeat-x;	
}


/* */

/* Primary Navigation */

#prime ul {
	margin:0 0 0 30px;
}

#prime ul li {
	display: inline;
	float: left;
	padding: 7px 38px 7px 0;
	color:#fff;
	text-decoration:none;
	font-weight:bold;	
	font-size: 0.9em;
}

#prime ul li a {
	color:#fff;
	text-decoration:none;
}


#prime ul li a:hover {
	text-decoration: none;
	color: #FF9933;
}

#prime ul li.nav_right {
	float: right;
	padding-right:26px;
	color:#ffffcc;
	text-decoration:underline;
}

#prime ul li.nav_right a {
	color:#ffffcc;
	text-decoration:underline;
}
#prime ul li.nav_right a:hover {
	color:#ffffcc;
	text-decoration:underline;
}
/* */

/* side navigation */
#leftcol ul {
	margin:-33px 0 0 -30px;
	padding:15px 0 0 30px;
	border-top:20px solid #666666;
	position:absolute;
	width:180px;
	}


#leftcol li {
	font-size:0.75em;
	color: #666666;
	padding:0 0 8px 0;
	font-weight:bold;
}

#leftcol li a {
	color: #666666;
	text-decoration:none;
}

#leftcol li a:hover {
	color: #FF9933;
}

/* */

/* content */

h1 {
	color:#FF9933;
	font-weight:bold;
	font-size:1.35em;	
	padding-bottom:0.5em;
}

#rightcol h1 {
	top:-35px;
	left:0px;
	position:relative;
	font-size:1.8em;
	padding:6px 14px 6px 9px;
	background:#ff9900;
	font-weight:bold;
	color:#fff;
	width:200px;
}

h2 {
	font-weight:bold;
	font-size:1.25em;	
	padding-bottom:0.5em;
	color:#663333;
}

#rightcol p.intropara b, #rightcol p.intropara strong {
	font-weight:bold;
	font-size:1.15em;	
	padding-bottom:0.5em;
	color:#663333;
}

#leftcol h2 {
	font-size:1em;
}

p, address {
	font-size:0.9em;	
	line-height:1.4em;
	padding-bottom:1em;
}

a {
	color: #a54739;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#FF9933;
	}

#leftcol p {
	font-size: 0.9em;
}

#leftcol address p strong {
	color:#FF9933;
}

#rightcol ul {
	padding:0 0 0 14px;
}

#rightcol li {
	padding:3px ;
	font-size:0.9em;
	list-style:disc;
}

.furnitureimageleft {
	float:left;
	padding-right:10px;
}

.furnitureimageright, .casestudybox img {
	float:right;
	padding-left:10px;
}
	
.casestudybox {
	margin-bottom:10px;
	border-bottom:1px solid #744739;
}


/* */


/* footer */

#footer ul {
	margin:0 0 0 20px;
}

#footer ul li {
	display: inline;
	float: left;
	padding: 20px 10px 10px 0;
	color:#663333;
	text-decoration:none;
	font-size: 0.75em;
}

#footer ul li a {
	color:#663333;
	text-decoration:none;
}


#footer ul li a:hover {
	text-decoration: none;
	color: #FF9933;
}

#footer ul li.nav_right {
	float: right;
	padding-right:20px;
}

#footer p.registered {
	font-size:0.7em;
	color:#663333;
	margin:0 20px 0 0;
	text-align:right;
	}

#footer .logobar {
	background-color:#fff;
	border-bottom:1px #663333 solid;
	border-top:1px #663333 solid;	
	height:93px;	
}

#footer .logobar li {
	padding:12px 0 0 0px;
	display: inline;
	float: left;
	width:25%;
	text-align:center;
}

/* */

/* forms */

.contactform label,.contactform input {
	display:block;
	font-size: 0.9em;
}

.contactform label {
	color:#FF9933;
	font-size:0.9em;
	font-weight:bold;
	padding:0 0 0.2em 0;
}

.contactform input, .contactform textarea {
	margin:0 0 2em 0;
}

.contactform fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

/* */


/* Styles copied over for admin */

/* admin styles */
div.adminnotes {
	margin: 10px 0 10px 0;
	padding: 5px;
	text-align: center;
	font-size: 1.1em;
	background-color: #F7F7F7;
	border: 1px solid silver;	
}

div#adminerror {
	color: Red;
}

div#admininfo {
	color:Blue;
}

div#adminsucess {
	color: Green;
}

strong.admininfo {
	color: Blue;
}

.adminerror {
	color: Red;
}
/*  */

/* --default-- */ 
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 20px;
	border: 1px solid silver;
	background-color: #F7F7F7;
}

input {
	font-size: 1.1em;
}

select {
	font-size: 1.1em;
}

label {
	text-transform: capitalize;
	font-size: 1.2em;
	display: block;
}
/*  */

/* --generic classes & ids */
fieldset div {
	margin-bottom: 1em;
}

input.buttons {

}

input.file {
	height: 1.7em;
}

strong.redinfo {
	color: Red;
	font-size: 1.2em;
}
/*  */

