/*
------------------------------------------------------------------------
Theme Name: 	WP Remix
Author URI:		http://www.premiumthemes.net/
Description:   	The WordPress Master Theme. One Theme, Many Possiblities
Version:       	2.3
Author:        	R.Bhavesh
Author URI:    	http://cssace.com/
------------------------------------------------------------------------

Support:       WP Remix, http://wpremix.com/support
Updated:       July 15, 2008
Copyright:     (c) 2008 WP Remix, an endeavour by R.Bhavesh

All rights reserved.
*/

@import url("css/misc.css");		/* css reset - do not edit this */
@import url("css/dropmenu.css");	/* styling dropdown menu */
@import url("css/homepages.css");	/* styling homepage templates */
@import url("css/innerpages.css");	/* styling innerpage templates */
@import url("css/blog-common.css");		/* styling blog */
@import url("css/header.css");		/* header option styling blog */
@import url("css/sidebars.css");		/* styling blog */
@import url("css/footer.css");		/* footer option */
@import url("css/blog.css");		/* styling blog */
@import url("css/color-default.css");		/* styling color schemes css  */

body {
	text-align:center;
	background: url(images/background_shade_1.jpg) repeat-x #9b9e6b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
}

/*url(images/background_green_5.jpg) no-repeat fixed center top */

/* Links -----------------------------------------------------------------------*/
a {
outline:none;
}
ul {
list-style:none;
}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
p.aright {
text-align:right;
}
.italic {
font-style:italic;
}
/* section alignment --------- */

.alignleft {
float:left;
}
.alignright {
float:right;
}
/* image alignment left, right & center --------- */

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}
.imgright {
float:right;
margin:0 0 12px 12px;
padding:3px;
}
.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
margin:10px 0;
padding:5px;
}
code {
font-size:12px;
}
/* blog & content css common ---------------------------------------------------- */

h1 {
font-size:20px;
font-weight:bold;
margin:0 0 10px;
padding:0 0 5px;
}
h2 {
font-size:22px;
font-weight:400;
margin:0 0 8px;
padding:0;
}
h2 a {
text-decoration:none;
}
h2 a:hover {
text-decoration:none;
}
h3 {
font-size:18px;
font-weight:400;
margin:0 0 10px;
padding:0;
}
h4 {
font-size:16px;
font-weight:bold;
/*font-weight:700;*/
margin:15px 0 5px;
padding:0 0 5px;
}
h5 {
font-size:14px;
font-weight:700;
margin:0 0 10px;
padding:0;
}
h6 {
font-size:12px;
font-weight:700;
margin:5px 0;
padding:0 0 5px;
}
p {
font-size:12px;
line-height:18px;
margin:0 0 12px;
}
p a {
text-decoration:none;
}

ul {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 15px 6px;
padding:0;
}

ul li ul {
margin:8px 10px 5px;
padding:0;
}
ol {
line-height:18px;
font-size:12px;
background:none;
margin:0 0 0 5px;
padding:0 0 10px 20px;
}
ol li {
background:none;
list-style-type:decimal;
margin:0 0 5px;
padding:0;
}
ol li ol {
margin:8px 0 5px 24px;
padding:0;
}
blockquote {
	background:url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	margin-bottom:10px;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:5px 10px 10px 40px;
	margin-bottom:10px;
	border:#CCCCCC 1px dotted;
}
blockquote p { 
font:normal 12px Arial, Helvetica, sans-serif;
line-height: 18px;
color:#707652;
}

.clientname {
	font-size:11px; font-weight:normal; color:#666;
	margin-bottom:12px;
}

li,ul li ul li {
line-height:18px;
margin:0 0 5px;
padding:0 0 0 12px;
}
/* instruction elements -------------------------------------- */
address {
font-style:italic;
}
p.alert,p.download,p.info,p.note {
margin:10px 0 0;
padding:10px 10px 10px 36px;
}
p.alert {
padding:10px 10px 10px 36px;
}

/* STRUCTURE ----------------------------------*/
#header {
height:105px;
margin:0 auto;
position: relative;
z-index: 50;
}
#content-wrap {
	overflow:hidden;
	height:100%;
	position: relative;
	z-index: 40;
	background-image: url(images/bk_container.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	/*
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	*/
}

#content-wrap2{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/content-wrap2.jpg);
	background-repeat: repeat-x;
	float: left;
	display: block;
	width: 860px;
}

#content-wrap2 p a {
border-bottom:1px dotted;
font-weight:bold;
color:#8D8B63;
}

#content-wrap2 p a:hover {
border-bottom:1px dotted;
font-weight:bold;
color:#FF0000;
}

#content{
}

#wrapper {
text-align:left;
width:920px;
margin:0 auto;
padding:0 10px;
overflow:hidden;
height:100%;
}
#main {
overflow:hidden;
clear:both;
}
#main .subcolumns {
width:400px;
}
#content {
/*width:860px;*/
width:625px;
padding-bottom:10px;
}
#content2 {
width:860px;
}
#content3, #content4{
width: 860px;
margin: 0px;
}

#content4 p{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

#contentmain {
width:860px;
/*padding-bottom:10px;*/
margin:0px;
}

#content, #content2, #content3, #content4 { 
float:left;
}
#sidebar {
/*width:240px;*/
width: 205px;
margin-bottom:15px;
padding-right:10px;
}
#sidebar2 {
width:260px;
margin-bottom:15px;
}
#sidebar, #sidebar2 {
float:right;
}



#footer {
	clear:both;
	overflow:hidden;
	text-align:left;
	height:100%;
	width:860px;
	margin:0 auto;
	padding:10px 30px;
	background-color: #CCCCCC;
	background-image: url(images/bk_footer1.jpg);
	height: 257px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}

#footer #footer-in p{
	font-size: 11px;
}
#sidebar span {
font-size:12px;
}
#content .subcolumns,#sidebar .subcolumns {
width:420px;
}

#contentmain .subcolumns,#sidebar .subcolumns {
width:425px;
}

#contentmain .subcolumns2,#sidebar .subcolumns2 {
width:355px;
padding-left:50px;
}

/* Header Section  ----------------------------------*/
#header .logo {
font:25px "Arial Black", Arial, Helvetica, sans-serif;
color:#fff;
margin-top:5px;
text-transform:uppercase;
float:left;
}
#header .h_left {
float:left;
width:320px;
}
#header .description {
font:12px Arial, Helvetica, sans-serif;
clear:both;
margin-top:-5px;
}
/* ------------------------------  footer ---------------------------------------  */

#footer p, #footer1 p {
font-size:11px;
line-height: 18px;
float:left;
font-family:Arial, Helvetica, sans-serif;
padding:0;
}
#footer span {
margin-top:-8px;
font-size:11px;
padding-left:1px;
}
#footer span a {
text-decoration:none;
}
#footer span a:hover {
text-decoration:none;
}
#flinks {
list-style:none;
float:right;
padding-top: 22px;
}
#flinks li {
display:inline;
text-align:right;
padding:0 5px;
}
#flinks li a {
font-size:11px;
text-decoration:none;
}
#flinks li a:hover {
display:inline;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
float:right;
margin:40px 40px 0 0;
width:205px;
height:21px;
padding:2px 0 0 15px;
}
* html #search {
width:208px;
overflow:hidden;
}
#search .s {
font:12px Arial, Helvetica, sans-serif;
width:170px;
float:left;
margin-right:5px;
padding:2px;
}
#searchform .sgo {
width:26px;
height:23px;
margin:-2px 0 0;
}
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav {
width:880px;
height:30px;
position:relative;
margin:0 auto 5px;
margin-top: 1px;
z-index: 50;
}

#nav .rss {
font:bold 12px Arial, Helvetica, sans-serif;
padding-left:18px;
position:absolute;
top:10px;
right:8px;
}

/* breadcrumb start -----------------------------------------------------------------------*/
 
#content-wrap .breadcrumb{
font:10px Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align:left;
clear:both;
line-height:25px;
padding-left:5px;
margin-bottom:10px;
}
a.button {
margin-bottom:8px;
font-weight:700;
font-size:12px;
padding:3px 15px 3px 10px;
}

.submit {
margin-bottom:8px;
font-weight:700;
font-size:12px;
cursor:pointer;
padding:3px 15px 3px 10px;
}
.postads {
text-align:center;
overflow:hidden;
height:100%;
margin-bottom:25px;
}
.small { font-size:11px; color:#666; }
.small a { color:#666; }
.small a:hover { color:#000; }


/*------- Demo  ---------*/

#demotop { background:#000; height:50px; overflow:hidden; } 
#demotop-in { width:860px; margin:0 auto;  }
#demotop-in h5 { float:left; font:bold 14px Georgia, "Times New Roman", Times, serif; color:#fff; margin:0; padding:8px 0 0 0; }
#demotop-in p { font-size:11px; color:#9f9f9f; clear:both;  float:left; }

.img_button {
	position:relative;
	display:block;
	font-size:12px;
}
.img_button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.img_button span a {
	display:block;
}

.b_purchasedownload2 {
	top:9px;
	right:0;
	float:right;
}
.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background:url(images/b_purchasedownload2.png) no-repeat;
}
.b_purchasedownload2 span a, .b_purchasedownload2 {
	width:190px;
	height:32px;
}
.b_purchasedownload2 span:hover {
	background-position:0 -32px;
}

/* NEW 2.7 */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
.commentlist li ul li {
	font-size: 1em;
}
#commentform {
	margin: 5px 10px 0 0;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.children { padding: 0; }

#slide{
	float: left;
	height: 220px;
	width: 596px;
	border: 1px solid #333333;
}

#slide img{
	display: block;
}

#page-navigation
{
	background-image: url(images/bg_page_navigation.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 65px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.box_homepage{
	background-color: #ffffff;
	padding: 15px;
	padding-bottom: 20px;
	clear: both;
	float: left;
	width: 829px;
	margin-bottom: 10px;
	background-image: url(images/bk_box_home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}

.box_text{
	float: right;
	width: 206px;
}

.box_text h2{
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	margin-top: -2px;
	margin-bottom: 5px;
}

.box_text p,
.box_text2 p,
.box_text3 p,
ul.box_list li{
	color: #6f7642;
	font-size: 12px;
}

ul.box_list li{
	padding-bottom: 5px;
	background-image: url(images/bullet00.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 20px;
}

.box_text2{
	float: right;
	width: 200px;
	padding-left: 15px;
}

.box_text3{
	float: left;
	width: 390px;
}


a#assistance, a#assistance2, a#assistance3, a#assistance4{
	color: #71774b;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/white-arrow-assistance.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	float: left;
}


a#assistance2{
	background-image: url(images/grey-arrow-assistance.jpg);
}

a#assistance3{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 220px;
}

a#assistance4{
	background-image: url(images/more-arrow.gif);
	margin:2px 10px;
	padding-top:2px;
	padding-right:30px;
	padding-bottom:7px;
	float:right;
}

p a#assistance4{
border-bottom:0px;
}

p a#assistance4:hover {
border-bottom:0 none;
}

a#assistance:hover, a#assistance2:hover, a#assistance3:hover, a#assistance4:hover{
	text-decoration: underline;
}



#box_breadcrumb{
	clear: both;
	float: left;
	width: 840px;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 12px;
	position: relative;
	left: 10px;
	font-size: 11px;
}


#box_breadcrumb .breadcrumb, #box_breadcrumb .breadcrumb a{
	color: #45371b;
}

#box_breadcrumb .breadcrumb a:hover{
	text-decoration: underline;
}

#content #small_box_home{
	display: block;
	clear: both;
	float: left;
	width: 585px;
}
/*
#content a.small_box{
	float: left;
	width: 175px;
	background-color: #e5e5d4;
	margin-right: 10px;
	height: 60px;
	padding: 5px;
	margin-bottom: 10px;
}
*/

#content a.small_box h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	width: 110px;
	border: none;
}

#content a.small_box p{
	font-size: 10px;
	font-weight: normal;
	float: left;
	width: 110px;
	margin: 0px;
	line-height: normal;
}

#content a.small_box .small_thumb{
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: 60px;
	width: 60px;
	text-indent: -100000px;
	padding-right: 5px;
}

#content a.small_box .small_thumb img{
	float: left;
}

#content a.small_box:hover{
	background-color: #c5c59f;
}

/*Style for JQUERY CODE STARTS */

            img{display:block; border: none;}
			
            
            /* RULES FOR IMAGE PREVIEW, NOT REQUIRED: */
            #imgPreviewWithStyles,
			#imgPreviewWithStyles3{
                background: #222 url(images/loading.gif) no-repeat center;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                padding: 15px;
                z-index: 999;
                border: none;
				width: 300px;
				text-align: left;
            }
            #imgPreviewWithStyles span,
			#imgPreviewWithStyles3 span{
                color: white;
                font-size: 1em;
                display: block;
                padding: 10px 0 3px 0;
            }
            
            .loading {
                height: 32px;
                width: 32px;
            }
			
			ul#third, ul#fifth {
				margin: 0px;
				padding: 0px;
				width: 585px;
				float: left;
				clear: both;
				margin-bottom: 20px;
			}
			
			ul#seventh {
				margin: 0px;
				padding: 0px;
				width: 625px;
				float: left;
				clear: both;
				margin-bottom: 20px;
			}
			
			ul#fifth{
				width: 205px;
				clear: none;
				padding-right: 10px;
				list-style-type: none;
			}
			
			
			ul#third li, ul#third li a,
			ul#fifth li, ul#fifth li a,
			ul#seventh li, ul#seventh li a {
				list-style-type: none;
			}
			
			ul#third li, ul#fifth li, ul#seventh li {
				margin: 0px;
				padding: 0px;
			}
			
			#content ul#third li.small_box_home,
			#content ul#fifth li.small_box_home2,
			#content ul#fifth li.small_box_home3,
			#content3 ul#fifth li.small_box_home3,
			#content3 ul#fifth li.small_box_home3 a,
			#content ul#seventh li.small_box_home,
			#content ul#seventh li.small_box_home a {
				display: inline;
				float: left;
				list-style-type: none;
			}
			
			
			#content ul#third li.small_box_home, #content ul#third li.small_box_home a:hover,
			#content ul#fifth li.small_box_home2, #content ul#fifth li.small_box_home2 a:hover,
			#content ul#fifth li.small_box_home3, #content ul#fifth li.small_box_home3 a:hover,
			#content3 ul#fifth li.small_box_home3, #content3 ul#fifth li.small_box_home3 a:hover,
			#content ul#seventh li.small_box_home, #content ul#seventh li.small_box_home a:hover{
				list-style-type: none;
			}	
					
			#content ul#third li.small_box_home a.small_box,
			#content ul#fifth li.small_box_home2 a.small_box,
			#content ul#fifth li.small_box_home3 a.small_box,
			#content3 ul#fifth li.small_box_home3 a.small_box,
			#content ul#seventh li.small_box_home a.small_box{
				float: left;
				width: 175px;
				background-color: none;
				margin-right: 10px;
				height: 60px;
				padding: 0px;
				list-style-type: none;
			}
			
			#content ul#third li.small_box_home a.small_box,
			#content ul#seventh li.small_box_home a.small_box {
				float: left;
				width: 81px;
				background-color: none;
				height: 63px;
				padding: 0px;
				margin: 0px;
				list-style-type: none;
				border: 1px solid #CCCCCC;
			}
			
			#content ul#third li.small_box_home,
			#content ul#seventh li.small_box_home{
				padding-right: 17px;
				width: 85px;
				padding-bottom: 17px;
			}
			
			#content ul#fifth li.small_box_home3 a.small_box
			 {
				float: left;
				width: 190px;
				margin-right: 10px;
				height: 30px;
				margin-bottom: 10px;
				background-color: none;
			}
			
			/*
			#content3 ul#fifth li.small_box_home3 a.small_box{
				float: left;
				width: 190px;
				margin-right: 10px;
				height: 30px;
				padding-bottom: 10px;
				background-color: none;
			}	
			*/
			
			#content3 ul#fifth li.small_box_home3{
				float: left;
				width: 190px;
				margin-right: 10px;
				height: 30px;
				margin-bottom: 10px;
				background-color: none;
				padding-left:20px;
			}

			#content3 ul#fifth li.small_box_home3 a.small_box{
				float: left;
				width: 45px;
				margin-right: 10px;
				height: 30px;
				padding-bottom: 10px;
				background-color: none;
			}			

			#content ul#third li.small_box_home a.small_box h3,
			#content ul#fifth li.small_box_home2 a.small_box h3,
			#content ul#fifth li.small_box_home3 a.small_box h3,
			#content3 ul#fifth li.small_box_home3 a.small_box h3{
				font-size: 12px;
				font-weight: bold;
				margin: 0px;
				padding: 0px;
				clear: right;
				float: left;
				width: 120px;
				border: none;
			}
			
			#content3 ul#fifth h4{
				border: none;
				margin-top: 5px;
				margin-right: 0;
				margin-bottom: 10px;
				margin-left: 0;
				padding-top: 0;
				padding-right: 0;
				padding-bottom: 5px;
				padding-left: 0;				
			}
			
			#content3 ul#fifth li.small_box_home3 a.small_box h5{
				font-size: 13px;
				font-weight: normal;
				margin: 0px;
				padding: 0px;
				clear: none;
				float: left;
				border: none;
				padding-left: 10px;
				padding-top: 7px;
			}
			
			#content3 ul#fifth li.small_box_home3 h5,
			#content3 ul#fifth li.small_box_home3 a h5{
				font-size: 13px;
				font-weight: normal;
				margin: 0px;
				padding: 0px;
				clear: none;
				float: left;
				border: none;
				padding-left: 10px;
				padding-top: 7px;
				color: #6f7642;
				cursor: hand;
			}
			
			#content3 ul#fifth li.small_box_home3 a.small_box h5:hover{
			
			}
			
			#content3 ul#fifth li.small_box_home3 a:hover h5{
				color: #000000;
			}
			
			#content ul#third li.small_box_home a.small_box p,
			#content ul#fifth li.small_box_home2 a.small_box p,
			#content ul#fifth li.small_box_home3 a.small_box p{
				font-size: 10px;
				font-weight: normal;
				float: left;
				width: 110px;
				margin: 0px;
				line-height: normal;
			}
			
			#content ul#third li.small_box_home a.small_box .small_thumb,
			#content ul#fifth li.small_box_home2 a.small_box .small_thumb,
			#content ul#fifth li.small_box_home3 a.small_box .small_thumb{
				margin: 0px;
				padding: 0px;
				clear: none;
				float: left;
				height: 60px;
				width: 60px;
				display: block;
				text-indent: -100000px;
				padding-right: 5px;

			}
			
			#content3 ul#fifth li.small_box_home3 a.small_box .small_thumb{
				margin: 0px;
				padding: 0px;
				clear: none;
				float: left;
				height: 31px;
				width: 46px;
				border: 1px solid #CCCCCC;
				text-indent: -100000px;
			}			
			#content ul#fifth li.small_box_home3 a.small_box .small_thumb img,
			#content ul#fifth li.small_box_home3 a.small_box .small_thumb{
				height: 30px;
				width: 60px;
			}
			
			#content3 ul#fifth li.small_box_home3 a.small_box .small_thumb img{
			height: 31px;
			width: 46px;
			}
			
			#content ul#third li.small_box_home a.small_box .small_thumb img,
			#content3 ul#third li.small_box_home a.small_box .small_thumb img{
				float: left;
			}
			
			#content ul#third li.small_box_home a.small_box:hover,
			#content ul#fifth li.small_box_home2 a.small_box:hover,
			#content ul#fifth li.small_box_home3 a.small_box:hover,
			#content3 ul#fifth li.small_box_home3 a.small_box:hover{
				
				/*background-color: #c5c59f;*/
				color: #006633;
				
			}
			
			#content ul#fifth li.small_box_home3 a.small_box:hover,
			#content ul#fifth li.small_box_home3 a.small_box:hover{
				background-color: #ccc;
			}
			
			#content3 ul#fifth li.small_box_home3{
			}	
	
			#content ul#third li.small_box_home a.small_box:hover{
				border: 1px solid #73764f;
			}
			
			#content ul#seventh li.small_box_home {

            background: url(http://www.greenbarnes.co.uk/wp-content/uploads/click_button.gif) no-repeat top left;
			
			}
			
			
/*Style for JQUERY CODE ENDS */

/* News item styles */

ul.news{}

ul.news li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b899;
}

.dropdown00{
	padding: 5px;
	clear: both;
	width: 183px;
	margin-bottom: 15px;
	border: 1px solid #999999;
}

a#brochure,
a#pricing,
a#drawings,
a#quote,
a#order,
a#specify{
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-top: 80px;
	width: 91px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 10px;
	opacity: 1;
	filter: alpha(opacity = 100);
	text-align: center;
	background-position: center top;
	color: #666666;
	height: 35px;
}

a#brochure{
	background-image: url(images/icon_brochure2.jpg);
}

a#pricing{
	background-image: url(images/icon_pricing2.jpg);
}

a#drawings{
	background-image: url(images/icon_drawings2.jpg);
}

a#quote{
	background-image: url(images/icon_quote2.jpg);
}

a#order{
	background-image: url(images/icon_order2.jpg);
}

a#specify{
	background-image: url(images/icon_specify2.jpg);
}

a#brochure:hover,
a#pricing:hover,
a#drawings:hover,
a#quote:hover,
a#order:hover,
a#specify:hover{
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #bbb;
	text-align: center;
	background-color: #c1c495;
	padding-top: 0px;
	margin: 0 0 0 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 5px;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	color:#000;
	line-height: 17px;
	padding: 4px 4px;
	margin: 0;
}
/* End captions & aligment */

/*Product page box*/


/*End product page box*/

/*Contact and help page numbers*/

.largenumber {
font-size:18px;
font:Arial, Helvetica, sans-serif;
line-height:24px;
}

/*Contact form indent*/
.formindenting {
margin-left:40px;
}

/* Additional Gallery */

.titledivide {
width: 100%;
border-bottom: 1px dotted;
float:right;
margin:8px 0px;
}

.backcolour {
background: #7f8257; 
color: #fff;
padding: 5px;
float:left;
font-weight:bold;
}

.additionalgall {
padding: 5px;
float:left;
}

/* Additional Gallery */


.prodbutton a {
    background: #dddddd;
    display: block;
    height: 20px;
    overflow: hidden;
    padding: 9px 10px 5px 10px;
    width: 180px;
	border:dotted #666666 1px;
	margin: 10px 0px;
	font-size:14px;
	font-weight:bold;
	}

.prodbutton a:hover {
background-color:#7f8257;
color:#ffffff;
}

.sidebarad {
margin: 10px 0px;
}

.shopoverlay {
background: url(http://www.greenbarnes.co.uk/wp-content/uploads/buy_online_slim.gif);
z-index:99;
width:81px;
height:12px;
}

.detailoverlay {
background: url(http://www.greenbarnes.co.uk/wp-content/uploads/detail_slim.gif);
z-index:99;
width:81px;
height:12px;
}




/* ----------------------permanent menu---------------------------- */

			html,
			body {
				margin: 0px 0px 0px 0px ;
				padding: 0px 0px 0px 0px ;
			}
			 
			#site-body-container {}
			 
			#site-body-content {
				padding: 15px 15px 15px 15px ;
			}
			 
			    #site-bottom-bar {
				background-color: #838657 ;
				border-top: 1px solid #838657 ;
				bottom: 0px ;
				font-family: verdana, arial ;
				font-size: 11px ;
				height: 30px ;
				position: fixed ;
				width: 920px ;
				z-index: 1000 ;
				left: 50%;
				margin-left: -460px;
  }


			 
			#site-bottom-bar-frame {
				height: 30px ;
				margin: 0px 10px 0px 10px ;
				position: relative ;
			}
			 
			#site-bottom-bar-content {
				padding: 3px 0px 0px 0px ;
			}
			
			.menu-group {
				float: left;
				margin-right: 5px;
			}
 
			.menu-root {
				background-color: #E8E8E8 ;
				border: 1px solid #D0D0D0 ;
				color: #000000 ;
				display: block ;
				height: 22px ;
				line-height: 22px ;
				text-align: center ;
				text-decoration: none ;
				width: 165px ;
			}
			 
			.menu-root:hover {
				background-color: #666666 ;
				border-color: #000000 ;
				color: #FFFFFF ;
			}
			 
			.menu-list {
				background-color: #E8E8E8 ;
				border: 1px solid #666666 ;
				bottom: 32px ;
				display: none ;
				left: 0;
				margin-left: 0;
				padding: 5px 5px 1px 5px ;
				position: fixed ;
				width: 220px ;
			}
			 
			.menu-list a {
				background-color: #E8E8E8 ;
				border: 1px solid #FFFFFF ;
				color: #000000 ;
				display: block ;
				margin-bottom: 4px ;
				padding: 5px 0px 5px 5px ;
				text-decoration: none ;
				text-align:left;
			}
			 
			.menu-list a:hover {
				background-color: #666666 ;
				border-color: #000000 ;
				color: #FFFFFF ;
			}
			 
			 .productlist {
			    float:left;
				width: 200px;
				font-weight:bold;
				font-size:14px;
				color:#fff;
				margin:5px;
				}
				
/* ----------------------end permanent menu---------------------------- */
