/*-----------------------------------------------------------------------------
Generic Style Sheet for gambitgraphics.co.uk

version: 1.0
author: Joel Person
email: joel@gambitgraphics.co.uk
website: http://www.gambitgraphics.co.uk/
-----------------------------------------------------------------------------*/


ul.policy, ul.site {
	margin: 0;
	padding-left: 30px;
	list-style: none;
	float: inherit;
	background: url(../images/nav-bg.jpg) no-repeat;
	width: 100%;
	padding-bottom: 20px;
}

ul.policy li {
	float: left;
	list-style: disc;
	list-style-position: inherit;
	text-align: left;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	white-space: normal;
	margin: 0 0 0.3em;
	padding: 0;
	width: 100%;
}

ul.site li {
	float: left;
	list-style: none;
	text-align: left;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	white-space: normal;
	margin: 0 0 0.3em;
	padding: 0;
	width: 100%;
}

ul.policy li a {
	list-style-type: circle;
	float: left;
	list-style: disc;
	text-align: left;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	white-space: normal;
	padding: 0;
	width: 40%;
}

#bannerPolicy {
	width: 940px;
	height: 50px;
	margin: 0 auto;
	background: #a8d167;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
}





/* @group General */
/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

br {
	margin: 0;
	padding: 0;
	border-width: 0;
	line-height: 0;
}

/* =Images
-----------------------------------------------------------------------------*/
/* Remove border around linked images */
img {
	border: 0;
}
/* @end */


/* @group Layout */
/* =Layout
-----------------------------------------------------------------------------*/
html, body {
	height: 100%;
}

body {
	min-width: 940px;
	background: #f9f9f9 url(../img/bg2.gif) repeat-x;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

#header {
	width: 940px;
	height: 150px;
	margin: 0 auto;
}

/* @group Top Contact */
#contact-top {
	width: 940px;
	height: 150px;
	display: none;
	margin: 0 auto;
	background: url(../img/contactbg11.gif) no-repeat;
}

#title {
	width: 600px;
	height: 50px;
	padding: 20px 40px 0;
	clear: left;
	float: left;
}

#building {
	width: 244px;
	height: 150px;
	background-image: url(../img/building.jpg);
	float: right;
	clear: right;
}


/*Contact Link Navigation*/
a.contactlink:link {
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: none;
	border-style: none;
	text-align: center;
	color: gray;
}

a.contactlink:visited {
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: none;
	border-style: none;
	text-align: center;
	color: gray;
}

a.contactlink:hover {
	color: #507f2b;
	border-bottom-style: none;
}

a.contactlink:active {
	color: black;
	border-bottom-style: none;
}

/*Contact Link B Navigation*/
a.contactlinkb:link {
	font: 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	text-align: center;
	color: silver;
}

a.contactlinkb:visited {
	font: 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	text-align: center;
	color: silver;
}

a.contactlinkb:hover {
	color: #507f2b;
	border-bottom-style: none;
}

a.contactlinkb:active {
	color: gray;
	border-bottom-style: none;
}
/* @end */


#rightheader {
	height: 150px;
	width: 680px;
	clear: right;
	float: right;
}

#logo {
	height: 150px;
	width: 150px;
	clear: left;
	float: left;
	margin-left: 40px;
	background-image: url(../img/logo.jpg);
}

#navigation {
	height: 100px;
	width: 660px;
	clear: right;
	display: inline;
	float: right;
	margin-top: 25px;
}

#banner403 {
	width: 940px;
	height: 140px;
	margin: 0 auto;
	background: #dae9c0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#banner404 {
	width: 940px;
	height: 140px;
	margin: 0 auto;
	background: #a8d167;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#content {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

#welcome {
	width: 530px;
	margin: 0 auto;
	text-align: left;
	float: left;
	clear: left;
	padding-bottom: 20px;
}

/* Wrapper/Footer fix */
#wrapper {
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
}


/* @end */


/* @group Typography */
/* =Typography (inc. Headings)
-----------------------------------------------------------------------------*/
body {
  	font: 76%/1.8 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  	margin: 0;
  	padding: 0;
}

h1 {
	color: #507f2b;
	font: bold 3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 0 40px;
	margin: 0 0;
}


h2 {
	color: white;
	font: bold 8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 0 40px;
}

h3 {
	color: #7ac142;
	font: bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0;
}

h4 {
	color: #a8d167;
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0;
	text-indent: 2px;
}

h5 {
	font: bold 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	color: #507f2b;
	margin: 0;
	padding: 0;
	text-indent: 2px;
}

p {
	text-align: left;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	white-space: normal;
	margin: 0 0 0.6em;
	padding: 0;
}

/*p classes*/
.large {
	font-size: 1.2em;
}

/* @end */


/* @group Main Nav */
/* =Main Nav
-----------------------------------------------------------------------------*/
ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	width: 680px;
	float: right;
	background: url(../images/nav-bg.jpg) no-repeat;
}

ul li {
	float: left;
}

ul a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

/*Home Navigation*/
ul a#home {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 63px;
	height: 60px;
	border-style: none;
	background: url(../img/nav/home.jpg) 0 -100px;
	text-align: center;
	color:  #7ac142;
	padding-top: 40px;
}

ul a#home:hover {
	background: url(../img/nav/home.jpg) 0 0;
	border-bottom-style: none;
}

ul a#home:active {
	color: white;
	background: url(../img/nav/home.jpg) 0 -200px;
	border-bottom-style: none;
}

/*Who We Are Navigation*/
ul a#whoweare {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 111px;
	height: 60px;
	border-style: none;
	background: url(../img/nav/whoweare.jpg) 0 -100px;
	text-align: center;
	color: #7ac142;
	padding-top: 40px;
}

ul a#whoweare:hover {
	background: url(../img/nav/whoweare.jpg) 0 0;
	border-bottom-style: none;
}

ul a#whoweare:active {
	color: white;
	background: url(../img/nav/whoweare.jpg) 0 -200px;
	border-bottom-style: none;
}

/*What We Do Navigation*/
ul a#whatwedo {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 109px;
	height: 60px;
	border-style: none;
	background: url(../img/nav/whatwedo.jpg) 0 -100px;
	text-align: center;
	color: #7ac142;
	padding-top: 40px;
}

ul a#whatwedo:hover {
	background: url(../img/nav/whatwedo.jpg) 0 0;
	border-bottom-style: none;
}

ul a#whatwedo:active {
	color: white;
	background: url(../img/nav/whatwedo.jpg) 0 -200px;
	border-bottom-style: none;
}

/*Portfolio Navigation*/
ul a#portfolio {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 83px;
	height: 60px;
	border-style: none;
	background: url(../img/nav/portfolio.jpg) 0 -100px;
	text-align: center;
	color: #7ac142;
	padding-top: 40px;
}

ul a#portfolio:hover {
	background: url(../img/nav/portfolio.jpg) 0 0;
	border-bottom-style: none;
}

ul a#portfolio:active {
	color: white;
	background: url(../img/nav/portfolio.jpg) 0 -200px;
	border-bottom-style: none;
}

/*Case Studies Navigation*/
ul a#casestudies {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 116px;
	height: 60px;
	border-style: none;
	background: url(../img/nav/casestudies.jpg) 0 -100px;
	text-align: center;
	color: #7ac142;
	padding-top: 40px;
}

ul a#casestudies:hover {
	background: url(../img/nav/casestudies.jpg) 0 0;
	border-bottom-style: none;
}

ul a#casestudies:active {
	color: white;
	background: url(../img/nav/casestudies.jpg) 0 -200px;
	border-bottom-style: none;
}

/*News Navigation*/
ul a#newsnav {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 58px;
	height: 60px;
	border-style: none;
	background: url(../img/nav/news.jpg) 0 -100px;
	text-align: center;
	color: #7ac142;
	padding-top: 40px;
}

ul a#newsnav:hover {
	background: url(../img/nav/news.jpg) 0 0;
	border-bottom-style: none;
}

ul a#newsnav:active {
	color: white;
	background: url(../img/nav/news.jpg) 0 -200px;
	border-bottom-style: none;
}

/*Contact Navigation*/
ul a#contact {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 82px;
	height: 60px;
	border-style: none;
	background: url(../img/nav/contact.jpg) 0 -100px;
	text-align: center;
	color: #7ac142;
	padding-top: 40px;
}

ul a#contact:hover {
	background: url(../img/nav/contact.jpg) 0 0;
	border-bottom-style: none;
}

ul a#contact:active {
	color: white;
	background: url(../img/nav/contact.jpg) 0 -200px;
	border-bottom-style: none;
}

/* @end */


/* @group General Link Styles */
/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #a8d167;
	color: #a8d167;
	padding: 0 2px;
}

a:hover, a:active {
	color: #81a04f;
	border-bottom-style: solid;
	border-bottom-color: #a8d167;
	background-color: #e7ffbf;
	padding: 0 2px;
}
/* @end */


/* @group Tables */
/* =Tables
-----------------------------------------------------------------------------*/

table { 
 	border-spacing: 0;
	border-collapse: collapse;
}

td {
 	text-align: left;
	font-weight: normal;
}
/* @end */


/* @group Footer */
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	width: 100%;
	background: url(../img/f-bg.gif);
	position: relative;
}

#footercontainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding: 15px 20px 0;
	background: url(../img/gbg-top.jpg) no-repeat 20px;
	line-height: 14px;
}

#footer-logo {
	width: 150px;
	height: 85px;
	float: left;
	display: inline;
	clear: left;
	background: url(../img/gbg-bottom.jpg) no-repeat;
}

#footercolumn1 {
	width: 250px;
	height: 75px;
	float: left;
	display: inline;
	clear: right;
}

#footercolumn2 {
	width: 180px;
	height: 75px;
	float: left;
	display: inline;
	clear: right;
}

#footercolumn3 {
	width: 220px;
	height: 75px;
	float: left;
	display: inline;
	clear: right;
}

#footercolumn4 {
	width: 100px;
	height: 75px;
	float: left;
	display: inline;
	clear: right;
	text-align: right;
}


.clearfooter {
	height: 100px;
	clear: both;
}

/* =Footer Links
-----------------------------------------------------------------------------*/
/*Footer Link Navigation*/
a.footerlink:link {
	font: 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	color: white;
	margin-bottom: 0;
	padding-bottom: 0;
}

a.footerlink:visited {
	font: 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: none;
	color: white;
	margin-bottom: 0;
	padding-bottom: 0;
}

a.footerlink:hover {
	color: #507f2b;
	border-bottom-style: none;
}

a.footerlink:active {
	color: black;
	border-bottom-style: none;
}

/*Welcome Navigation*/
ul a#f-contact {
	border-style: none;
}

ul a#welcomenav:hover {
	background: url(../images/navigation.jpg) -94px -39px;
	border-bottom-style: none;
}

ul a#welcomenav:active {
	background: url(../images/navigation.jpg) -94px -78px;
	border-bottom-style: none;
}

/* @end */

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders, even on Opera 7 */
fieldset {
 	border: 1px solid transparent;
}

/* =Misc
-----------------------------------------------------------------------------*/
