/*  
Theme Name: Pine
*/

body {
	margin:0px;
	padding:0px;
	font: 11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif;
	background-color: #FFFFFF; 
	background: url("images/flecto1.jpg");
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: bottom right;
}
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*background: #fff /*url(http://www.markboulton.co.uk/new/global/img/grid_bg.gif)*/;
}
#content {
	clear: both;
	float: left;
	width: 535px;
	/*padding: 15px 0 0 0;*/
	margin: 0 5px 0 0;
	border-top: 3px solid #666666;
}
#content>p {
	margin:0px;
}
#content>p+p {
	text-indent:30px;
}
#content h1 {
	font-size: 145%;
	line-height: 1.3em;
	padding: 0.5em 0 0 10px;
}

#products a {
	padding: 10px;
}

/**********************************Header*************************************/

#header {
	/* background: url('images/headerbg.jpg') no-repeat top left;*/
	clear: both;
	float: left;
	width: 750px;
	background: url('images/headerbg.jpg') no-repeat top left;
}
#header a:link, #header a:visited {
	color: #E67817;
	text-decoration: none;
	border-bottom: none;
}
#header a:hover, #header a:active {
	color: #5AAA3B;
	text-decoration: none;
	border-bottom: none;
}
#masthead ul#skiplinks {
	display: none;
}
#masthead h1#logotype {
	float: right;
	padding: 0;
	margin: 30px 0 0 0;
}
#masthead h1#logotype a {
	text-indent:-9999px;
	display: block;
	width: 210px;
	height: 55px;
	background: url(images/new_logo_over.gif) no-repeat 0 0;
	overflow:hidden
}
#masthead h1#logotype a:hover {
	text-indent:-9999px;
	display: block;
	width: 210px;
	height: 55px;
	background: url(images/new_logo.gif) no-repeat 0 0;
}
#masthead p {
	clear: right;
	float: right;
	width: 200px;
	height: 30px;
	padding: 10px 0 20px 10px;
	border-top: 15px solid #CCCCCC; 
}
#masthead p span {
	visibility: hidden;
}
#masthead ul {
	float: left;
	width: 510px;
	padding: 5px 0 0 10px;
	margin: 0 5px 0 0;
	list-style: none;
}
#sectiontitle {
	font-size: 200%;
}
/**********************************End Header*************************************/


/**********************************Header Menu************************************/

#topnav 
{
	/*background:#F0F7DE;*/
	list-style:none;
	font-size:90%;
	float: left;
	width: 510px;
	text-align:left;
	/*  text-transform:lowercase;	*/
}
#topnav li 
{
	list-style:none;
	display:inline;
	padding:0 5px;
	margin:0;
}
#topnav li a:link, #topnav li a:visited, #topnav li a:hover, #topnav li a:active 
{
	text-decoration:none;	
	color:#5AAA3B;
}
#topnav li a:hover
{
	border-bottom:#E67817 1px solid;
	color:#E67817;	
}
/*#nav 
{
	padding-left:20px;
	background:url('images/icon_s.png') no-repeat left center;
}*/

/*********************************end menu*************************/

/*********************************Side bar*********************************/
#sidebar {
	float: right;
	width: 205px;
  	padding: 12px 5px 5px 0;
  	border-top: 3px solid #E67817;
}
#sidebar h2 {
	width:auto;
	margin:0 auto;
	font-size: 80%;
	color: #333;
	text-transform:uppercase;	
	border-bottom:#ccc 1px solid;
}
#sidebar ul {
	list-style-type: none;
	padding: 0 0 1em 5px;
	margin: 0;
	font-size: 0.9em;	
}
#sidebar ul li {
	margin: 0.5em 0 0 0;
	padding: 0;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #5AAA3B;	
	text-decoration: none;
	border:none;
}
#sidebar li a:hover {
	color: #E67817;
	text-decoration:underline;
	border:none;
}
/****************************************end sidebar*********************/

/***************************Footer********************************/
#footer {
	/*background: url('img/footer.gif') center;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:center;
	float: left;
	width: 535px;
  	padding: 12px 0 0 0;
  	border-top: 3px solid #E67817;
}
#footer a {
	font-size:80%;
	border:none;
	color:#5AAA3B;
}
#footer p {
	margin:0 auto;
	padding:0;
	font-size: 0.8em;
	text-align:center;
	width:700px;
}
#footer h2 {
	margin: 0;
	padding:0 5px;
	font-size: 0.8em;
	color: #333;
	text-transform:uppercase;	
	border-bottom:#ccc 1px solid;	
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;	
}
#footer ul li {
	margin: 0;
	padding: 0;	
}
#footer li a:link, #footer li a:visited {
	color: #666666;
	text-decoration: none;
	border:none;
}
#footer li a:hover {
	color: #E67817;
	text-decoration:underline;
	border:none;
}

#footer a:visited {
	color: #5AAA3B;
}
#footer a:hover {
	color: #E67817;
	text-decoration:underline;
}
/***************************End Footer********************************/

/******************************General Formatting*********************/
h1, h2, h3, h4, h5, h6 {
	/* font-family: helvetica, arial, verdana, sans-serif; */
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
	padding: 0 0 0 10px;	
	margin-bottom: 0.5em;
	color: #666;
}
h1 {
	font-size: 218%;
	line-height: 1.3em;
	color: #000;
}
h2 {
	font-size: 164%;
	line-height: 1.3em;
	color: #000;
}
h3 {
	font-size: 145%;
	line-height: 1.3em;
	padding: 0.5em 0 0 10px;
}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}
	
a img {
	border: 2px #F1C08B;
}
acronym, abbr {
	border-bottom: 1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
code {
	font-size: 1em;
	font-style: italic;
}
blockquote{
	background: #EEE url(img/blockquote.png) no-repeat bottom left;
	border: 1px solid #F1C08B;
	padding: 10px 10px 30px 10px;
	margin: 1em 1em 1em 3em;
	width:250px;
}
hr {
	display: none;
}
a {
	text-decoration:none;
	font-weight:600;
	font-family: "Georgia", "Times New Roman", serif;
	}
a:link, a:hover, a:active 
{
	text-decoration:none;	
	color:#5AAA3B;
}
a:visited {
	color: #333333;
}
a:hover
{
	border-bottom:#E67817 1px solid;
	color:#E67817;	
}
/******************************End General Formatting*********************/