/*
+----------------------------------------------+
|                                              |
|        STYLESHEET FOR PINSTONE.CO.UK         |
|            COPYRIGHT 2005 PHASE8             |
|          A DIVISION OF NAMESCO LTD           |
|                                              |
+----------------------------------------------+
/*

/*---------------------------------- General Styles */ 

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background:     url("layout/body_bg.jpg") repeat-x scroll left top;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 0.9em/1.4em Arial, Helvetica, sans-serif;
	color: #666666;
}

#wrapper {
	background:     url("layout/wrapper_bg.gif") repeat-y scroll center top;
	width: 726px;
	margin: 0px auto;
	padding: 0px;
}

.hidden {
	display: none;
}

.rule {
	clear: both;
	margin: 0;
	padding: 0;
}

.rule hr {
	display: none;
	clear: both;
}

.bold1 {
	color: #80B12A;
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
}


/*------------------------------------ HEADER Styles */

#header {
	background:     url("layout/header_bg.gif") no-repeat scroll right top;
	margin: 0px;
	padding: 0px;
	width: 726px;
	height: 141px;
}

#header h1 {
	background:     url("layout/header_logo.gif") no-repeat scroll left top;
	margin: 0px;
	padding: 0px;
	height: 104px;
	width: 413px;
	text-indent: -5000px;
	float: left;
}

/*----------------------- Primary Navigation Styles */

.nav1 {
	margin: 0px 10px 10px 15px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.nav1 p {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.nav1 a {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	border: none;
}

.nav1 a:hover {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	color: #80B12A;
	text-decoration: none;
}

.nav1 a.selective {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	color: #80B12A;
	text-decoration: none;
}
.nav1 ul {
	list-style-type: none;
	text-align: center;
        padding:0px;
        margin: 10px 0px 0px 0px;
}
.nav1 li {
	display: inline;
	font-size: .9em;
	
}

/* commented backslash hack v2 \*/

.nav1 {
	margin: 0px 10px 10px 15px;
	padding: 0px;
	clear: both;
	text-align: left;
}

.nav1 p {
	padding: 10px 0px 0px 0px;
}

.nav1 a {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	height: 25px;
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	border: none;
}

.nav1 a:hover {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	color: #80B12A;
	text-decoration: none;
	background:     url("layout/nav1_hover_bg.gif") no-repeat scroll center bottom;
}

.nav1 a.selected {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	color: #80B12A;
	text-decoration: none;
	background:     url("layout/nav1_hover_bg.gif") no-repeat scroll center bottom;
}

/* end hack */


.nav1 a#home {
	margin: 0px 10px 10px 10px;
	padding: 0px;

}

.nav1 a#communicate {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

.nav1 a#services {
	margin: 0px 10px 10px 10px;
	padding: 0px;

}

.nav1 a#deliver {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

.nav1 a#who {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
.nav1 a#testimonial {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

.nav1 a#jobs {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

.nav1 a#contact {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

.nav1 a#links {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

.navclass {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
.navclass a:active {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	color: #80B12A;
	text-decoration: none;
	background:     url("layout/nav1_hover_bg.gif") no-repeat scroll center bottom;
}

/*-------------------------------- PAGE BODY Styles */

#pagebody {
	width: 726px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	background:    url("layout/pagebody_bg.gif");
	background-repeat: no-repeat;
}

#pagebody h2 {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 69px;
	background-image: url(layout/page_titles/<?php echo ($pageTitle);?>.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
}


/*----------------------------- Main Content Styles */

#intro {
	font: bold 0.95em/1.4em Arial, Helvetica, sans-serif;
	color: #80B12A;
	margin-bottom: 10px;
}

#maincontent {
  margin: 10px 35px 0 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#main_left {
  width: 215px;
  float: left;
}

#main_right {
  width: 420px;
  float: right;
}

#maincontent h2 {
	color: #80B12A;
  font-size: 1em;
  margin-top: 0;
}

#maincontent a {
	color: #80B12A;
	text-decoration: underline;
	font-weight: bold;
} 

#maincontent a:hover {
	color: #80B12A;
	text-decoration: underline;
	font-weight: bold;
} 

#maincontent p {
	margin: 0px 0px 10px 0px;
}

#maincontent h3 {
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
	color: #4C4C4C;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	font-weight: bold;
}

#maincontent ul {
	margin: 0px 0px 5px 30px;
	padding: 10px 0px 0px 0px;
	color: #666666;
	list-style-type: square;
	font: 0.9em/1.4em Arial, Helvetica, sans-serif;
}
#maincontent2 {
	margin: 0px 0px 0px 25px;
	padding: 10px 13px 20px 13px;
	width: 726px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;

}


#maincontent2 a {
	color: #80B12A;
	text-decoration: underline;
	font-weight: bold;
} 

#maincontent2 a:hover {
	color: #80B12A;
	text-decoration: underline;
	font-weight: bold;
} 

#maincontent2 p {
	margin: 0px 0px 10px 0px;
}

#maincontent2 h3 {
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
	color: #4C4C4C;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	font-weight: bold;
}

#maincontent2 ul {
	margin: 0px 0px 5px 30px;
	padding: 10px 0px 0px 0px;
	color: #666666;
	list-style-type: square;
	font: 0.9em/1.4em Arial, Helvetica, sans-serif;
}
/*---------------------------- Team Page Styles */
#teamnav {
	margin: 0px 0px 0px -50px;
	
}

img {
    border-style: none
}



/*---------------------------- Testimonial Page Styles */


#holder {
	width: 726px;
	background:    url("images_static/wrapper.gif") no-repeat;
	display: block;
}

#testimonials {
	/*background: #fff url(/test/images_static/contentBody_bg.gif) repeat top left; */
	position:relative;
	margin: 5px 0 0 4px;
	width: 700px;
	background-color:#FFFFFF;
	display:block;
}

#test1 {
	width: 550px;
	background:    url("images_static/HGCA.jpg") no-repeat;
	padding: 0 0 40px 130px;
	margin-left: 20px;
}

#test2 {
	width: 550px;
	background:    url("images_static/nexus.jpg") no-repeat;
	background-position:  0px 20px;
	padding: 0 0 40px 130px;
	margin-left: 20px;
}

#test3 {
	width: 550px;
	background:    url("images_static/certis.jpg") no-repeat;
	background-position:  0px 20px;
	padding: 0 0 40px 130px;
	margin-left: 20px;
}

#test4 {
	width: 550px;
	background:    url("images_static/FF_art2.jpg") no-repeat;
	padding: 0 0 40px 130px;
	margin-left: 20px;
}

#test5 {
	width: 550px;
	background:    url("images_static/agrisense.jpg") no-repeat;
	background-position:  0px 20px;
	padding: 0 0 10px 130px;
	margin-left: 20px;
}

/*---------------------------- Sub Content 1 Styles */

#subcontent1 {
	margin: 0px;
	padding: 10px 0px 20px 30px;
	width: 215px;
	float: left;
	text-align: right;
}

#subcontent2 {
	margin: 0px;
	padding: 10px 30px 20px 30px;
	text-align: right;
}

#smallpics .smallpic {
	margin: 0 5px 0 0;
}

#subcontent1 p {
	margin: 0px;
	padding: 0px;
}

#subcontent1 p img {
	margin: 0px;
	padding: 0px;
}

#subcontent1 h2 {
    background: url(/test/layout/subcontent1_h2_bg.gif) no-repeat scroll right bottom;
	margin: 0px;
	padding: 10px 10px 6px 0px;
	list-style: none;
	display: block;
	text-align: right;
	color: #999;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
/*---------------------------- Sub Content 2 Styles */

#subcontent3 {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	float: left;
	text-align: right;
}


#subcontent3 p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:  0.8em Arial, Helvetica, sans-serif;
}

#subcontent3 p img {
	margin: 0px;
	padding: 0px;
}

#subcontent3 h2 {
    background: url(/test/layout/subcontent1_h2_bg.gif) no-repeat scroll right bottom;
	margin: 0px;
	padding: 10px 10px 6px 0px;
	list-style: none;
	display: block;
	text-align: right;
	color: #999;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

/*------------------------------------ job page Styles */

#info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	background-image: url(../images_static/logosmall.gif);
	background-repeat: no-repeat;
	height: 46px;
	padding-left: 170px;
	padding-bottom: 20px;
}

/*------------------------------------ Links page Styles */

#linkname {
	width: 250px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-left: 0px;
}

#linkname p {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #666666;
}


#link {
	width: 150px;
	float: left;
}

#link p {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #666666;}

/*------------------------------------ FOOTER Styles */

#footer {
	background:     url("layout/footer_bg.gif") no-repeat scroll center top;
	text-align: right;
	color: #999999;
	padding: 12px 22px 26px 15px;
	margin: 0px;
	clear: both;
}

#footer h6 {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 650px;
}

#footer h6 a {
	color: #999999 !important;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;	
}

#footer h6 a:hover {
	color: #999999 !important;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;	
}




#news_preview {
  border: 1px solid #709A24;
  margin: 10px 0;
}

#news_preview h2 {
  background-color: #709A24;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
  line-height: 1em;
  font-size: 1em;
  margin: 0;
}

#news_preview p {
  margin: 5px;
  line-height: 1.3em;
  font-size: 11px;
}

#news_preview p.more {
  text-align: center;
  font-size: 13px;
}

#news_preview a, #news_preview a:focus, #news_preview a:hover {
  color: #5F97C8;
  text-decoration: none;
  font-weight: normal;
}

#news_archive h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 2em 0 0 0;
  color: #5F97C8;
}

#news_archive ul {
  color: #5F97C8;
  margin-top: 0;
}

#news_archive a {
  color: #5F97C8;
  text-decoration: none;
  font-weight: normal;
}

#news_archive a:hover, #news_archive a:focus {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}

