/*
©2009 Wordplay Media

Author : Karen Fisher | Wordplay Media

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100% !important; /* dont control the font-size here - leave it for the 
	element you want to control. This sets the base text size to 16px */
}



/*-------------------------------------------------------- LINK */
a {
	color: #ea8a19;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #ea8a19;
}

a.blacklink {
	color: black;
	text-decoration:underline;
}
a.blacklink:hover {
	color: #ea8a19;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	font-family:"Trebuchet MS",Verdana,Tahoma,sans-serif;
}

h1 {
	font-size: 1.25em;
	line-height: 1.8em;
	color:#C95B00;
	font-size:20px;
	font-weight:bold;
}

h2 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.8em;
}

h3 {
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1.4em;
}

h4 {
	font-size: 0.80em;
	line-height: 1em;
}

h5 {
	font-size: 0.6875em;
	line-height: 1em;
	font-weight: 600;
}

h6 {
	font-size: 0.6875em;
	line-height: 1em;
	font-weight: 600;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 0.75em;
	line-height: 1.9em;
}


/*----------------------------------------------------- BULLETS */

#content ul li { /* make sure you reference ul via the container it's in - i.e. #content */
	font-size: 0.75em; /* try and match the <p> font-size for consistency */
	line-height: 1.4em;
	list-style:circle;
}
/* For sitemap bullet styles edit /templates/cms/cms_styles.css lin 250 */


/*------------------------------------------------------ LAYOUT */


#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -0 auto; /* negative value must be the same height as footer (for stickyness) */
	background: #d9d9d9 url(../images/pagebg.jpg) 0px 0px repeat-y;
}

#header {
	background-image: url(../images/head.jpg);
	height: 205px;
}

#maincontent {
	margin: 10px 0 0 220px;
	height: 100%;
}

#main-right {
	float: right;
	width: 296px;
	padding-top: 20px;
	text-align: right;
	/*position: absolute; top: 50px;*/
}

#main-right-home {
	float: right;
	width: 250px;
	padding-top: 20px;
	text-align: right;
}

#middle {

}

#footer {
	font-size: 0.75em;
	background-color: #A7A7A7;
	border-bottom: 1px solid #858585;
	border-top: 2px solid #FFFFFF;
	clear: both;
	height: 23px;
	line-height: 23px;
}

.footer-left {
	float: left;
	width: ;
}

.footer-right {
	float: right;
	width: ;
}


/*------------------------------------------------------ HOMEPAGE */


/* HOMEPAGE LIST */

ul.homepage {
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	padding: 0;
}

ul.homepage li {
	margin: 40px 0;
	background: url(../images/arrow_black.gif) 0px 2px no-repeat;
	padding: 0 0 0 15px;
	line-height: 14px;
}

ul.homepage li.first {
	margin: 20px 0 40px 0;
}

ul.homepage li.blue {
	color: blue;
	clear: left;
}

ul.homepage li.red {
	color: #CC0000;
}

ul.homepage li.image {
	background-image: none;
	padding: 0px;
	float: left;
	margin:0 0 20px;
}

ul.homepage li.caption {
	float: left;
}


/* HOMEPAGE COUNTER */

.counter {
	text-align:center; 
	border: 1px solid black; 
	line-height: 22px; 
	padding: 10px; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
	width: 160px;
	margin: 20px 0 0 5px;
}

#nav .counter a {
	width: 150px;
}

/*------------------------------------------------------ FENCING PAGE */

.fenceimg {
	padding: 3px; 
	border: 1px solid #333;
	width: 220px;
}

/*------------------------------------------------------ GALLERY PAGE */

table.gallery a img {
	border: 2px solid #000;
}

table.gallery a:hover img {
	border: 2px solid #ea8a19;
}

table.gallery {
	font-size: 12px;
}

table.gallery td span{
	display: block;
	width: 100px;
}

table.gallery td {
	width:110px;
	margin:0 5px 15px 0;
	float:left;
}

/*------------------------------------------------------ HIRE PAGE */

table.hire td {
	display: block;
	float: left;
	padding: 2px;
	text-align: center;
	width: 145px;
	border-bottom:1px solid #999999;
	font-size: 13px;
}

ul.hire {
	font-size: 12px;
}

/*------------------------------------------------------ HIRE PAGE */

table.order {
	font-size: 12px;
}

/*------------------------------------------------------ SELL BABY SCAFF PAGE */

table.scaff {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000;
}

/*------------------------------------------------------- FORMS */

form {
}

form label {
	font-size: 0.75em;
}

form input, form select, form textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 220px;
	border: 1px solid #000;
	padding: 2px;
	display: block;
	margin: ;
	background-color: #fff;
}

form input {
	width: 28em;
	font-size: 12px;
}

form input.hidden {
	display: none;
}

form input.quant {
	width: 3em;
	font-size: 12px;
}

form input.cc {
	display: inline;
}

form input.button {
	width: 10em;
	display: inline;
}

form select {

}

/* contact form */
form#contactform {
	width: 400px;
}

form#contactform ol {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

form#contactform ol li{
	display: block;
	}

form#contactform label {
	color: #4b4b4b;
	margin: 2px 0;
}

form#contactform input {
	margin: 4px 0;
	color: #4b4b4b;
	
}

form#contactform textarea {
	width: 220px;
	margin: 4px 0;

}

form#contactform a#submit {
	background: url(/art/submitbtn.gif) 0 0;
	width: 68px;
	height: 20px;
	display: block;
	margin: 10px 0 0 0;
	float: right;
}
form#contactform a#submit:hover {
	background: url(/art/submitbtn.gif) 0 -20px;
}



/*----------------------------------------------------- CLASSES */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.push {
	height:;	/* make the height of .push the same as #footer (for stickyness) */
}

.large {
	font-size: 15px;
}

.red {
	color: red;
	font-weight: bold;
	font-size: 20px;
}

img.moreinfo {
	margin: 5px 0 0 9px;
	float:left;
}

/*img.indent {
	margin-left: 43px;	
}*/

img.border {
	border: 1px solid #000;
}

img.margright {
	margin-right: 20px;
}

td.hpborder {
	 border: 2px solid #e46600;
	 padding: 3px;
}

p.homepagebuttons {
	width: 700px;
	text-align: center;
}

/*----------------------------------------------------- HEADER PRINT */

.headerprint {
	display:none;
}

#impnot	{
	position: relative; right: 60px;
	}
	
#helpsched	{
	position: relative; left: 65px;
	}