/* Interior Collection stylesheet
/* Developer: pfsmedia.net
/* Colours: dark brown #a46626, dark beige #dcba8d, beige #eedcc6
*/
* { 
    padding: 0; margin: 0; 
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333;
	background-color: #fff;
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #a46626;font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1	{
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
h2.picheader { /* Heading style for headings with picture */
	background-position:1% 50%;
	background-repeat:no-repeat;
	padding:10px 5px 10px 50px;
}
p {
	line-height: 2em;
	margin-top: 10px;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	/*border: 1px solid #000000;*/
}
#topPane {
	background: #000 url(../images/site/logo.jpg) no-repeat;
	height: 167px;
}
#topBanner {
	float: right;
}
#contactPane {
	width: 820px;
	float: right;
}
#contactPane ul {
	margin: 5px auto;
}
#contactPane li {
	display: inline;
	padding: 0px 30px;
	color: #fff;
	border-right: 1px solid red;
	text-transform: uppercase;
	font-size: .85em;
}
#contactPane li.last {
	border-right: 0;
}
#contactPane li.first {
	padding-left: 0;
}
#contactPane li.bottom {
	text-transform: none;
}
#contactPane a {
	font-weight: normal;
	color: #fff;
}
#mainPane {
	width: 100%;
	background-color: #dcba8d;
}
#sidePane {
	width: 180px;
	float: left;
	margin-top: 20px;
	background: #dcba8d;
}
#sidePane ul.pics {
	width: 100%;
	float: left;
}
#sidePane ul.pics li {
	float: left;
	margin-left: 1px;
	padding: 0;
}
#sidePane ul.pics li.mid {
	float: left;
	margin: 0 2px;
	background: 0;
	padding: 0;
}
#sidePane ul.pics li.end {
	float: left;
	margin: 0;
	background: 0;
	padding: 0;
}
#sidePane .search {
	margin: 0 auto;
	width: 175px;
}
#sidePane ul.menu {
	margin-top: 30px;
}
#sidePane li {
	background: url(../images/site/menu-button.jpg) right center no-repeat;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align: right;
	color: #000;
	line-height: 1.7em;
	font-size: 1.3em;
}
#sidePane a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
#contentPane { /*main content for everything except home */
	width: 810px;
	float: right;
	background-color: #eedcc6;
	padding-left: 10px; padding-bottom: 5px;
	min-height: 300px;
}
html>body #contentPane {
	min-height: 300px;
}
#contentPane h1,h2  {
	margin-top: 18px;
}
#homeContent {
	padding-right: 30px;
	width: 810px;
}
#homeContent h1  {
	margin-top: 18px;
}
.frontpage	{
	float: right; clear: right; 
	width: 205px;  
	margin: 10px;
	border: 1px solid #a46626;
	text-align: center;
}
.frontpage h2 {
	margin: 3px 0;
}
.frontpage a {
	text-align: center;
	font-size: 1.3em;
}
#adminMenu ul {
	width: 900px;
}
#adminMenu li {
	float: left;
	margin-right: 40px;
	list-style: none;
}
#adminMenu li a {
	color: #000;
}

.frame {/* for thumbnail displays */
	position: relative;
	float: left;
	display: block;
	margin: 0 15px 10px 5px;
	padding: 0;
	line-height: 1em;
	width: 140px;
	min-height: 130px;
	border: 1px solid #FAE8D2;
	border-top-color: #eee;
	border-right-color: #d4a872;
	border-bottom-color: #ba8b52;
}
.frame p {
	position: absolute; bottom: 0em; left: 0em;
	display: block;
	width: 140px;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	text-align: center;
	background: #dcba8d;
}
.frame p span {
	display: block;
	padding: 0;
}
.frame img {
	margin: 0 auto;
	display: block;
	
	padding: 0 0px;
}
.frame a {
	color: #000; 
}
.frame a:hover {
	text-decoration: none;
	color: #d6050a;
}
.line {/* for company displays */
	position: relative;
	float: right;
	display: block;
	margin-top: 15px;
	margin-right: 5px;
	padding: 5px 0px;
	line-height: 1em;
	width: 95%;
	border: 1px solid #FAE8D2;
	border-top-color: #eee;
	border-right-color: #d4a872;
	border-bottom-color: #ba8b52;
	background: #eedcc6;
}
.line a {
	color: #000;
}
.cThumb {
	display: block;
	float: left;
	margin-left: 5px;
	width: 150px;
}
.cInfo {
	width: 600px;
	float: left;
	margin-left: 10px;
}
.cInfo h2 {
	padding-bottom: 10px;
}
.cInfo p {
	line-height: 1.3em;
}
/* breadcrumbs */
div.breadcrumb {
	text-align: left;
	color: #000;
	font-size: 0.85em;
	margin-left: 10px;
}

div.breadcrumb a { 
	color: #333; 
	text-decoration: none; 
}
div.breadcrumb a:hover { 
	text-decoration: underline;
}
.searchfield, .txtfield {
	border: 1px solid #000;
	width: 140px;
}
.txtfielddropdown {
	font-size: 0.7em;
}
.txtheader {
	font-weight: bold;
}
.submitbtn {
   color: #666;
   background-color: #efefef;
   font-size: 0.7em;
   font-weight: bold;
   border: 1px solid #aaaaaa;
}

/* product display */
#prodPic {	/* container div for picture area */
	float: left;
	width: 220px;
	margin: 30px 10px 5px 5px;
}
#prodPic img {
	display: block;
	margin: 0 auto;
}
.prodText {
	float: left;
    color: #333;
    width: 550px;
    margin-top: 25px;
    min-height: 300px;
}
.prodText h2 {
     padding-left: 5px;
}
.prodText p {
     font-size: 90%;
     padding: 5px;
}
.prodText a {
	color: #a46626;
	font-weight: bold;
}
.prodText ul {
	margin-left: 30px;
}
ul.infoLine {
	list-style: none;
	margin-bottom: 10px;
}	
ul.infoLine li {
	display: inline;
}
ul.infoLine li.info {
	padding-left: 40px;
}
ul.infoLine li a {
	color: #a46626;
}

/* forms */
fieldset.emailForm {/* contact email */
	position: relative;
	float: left;
	width: 350px;
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
	border: 1px solid #dcba8d;
	background-color: #f9f9f9;
}
label {
	display: block;
}
label.checkbox {
	float: left;
	width: 12em;
	margin-right: 1em;
}
legend {
	padding-bottom: 10px;
	color: #333;
	font-weight: bold;
}
legend span {
	position: absolute;
	left: 1.2em;
	top: -.5em;
}
fieldset ol {
	padding: 1em 1em 0 1.3em;
	list-style: none;
}
fieldset ol li {
	padding-bottom: 1em;
	float: left;
	clear: left;
	width: 100%;
	padding-left: 0;
}
fieldset li.form {
	padding-bottom: 0.8em;
	float: left;
	clear: left;
	width: 100%;
}

fieldset input {
	 width: 300px;
} 
fieldset input.submit {
	width: 160px; 
	margin-top: 8px; 
	font-weight: bold;
	background: #eedcc6;
	color: #000; 
}
.credits {
	font-size: 0.8em;
	color: #34389c;
	text-align: right;
}
.credits a:hover {
	color: #ed008c;
}

/* General styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }
