/* Index ****
CSS Restet
Links
Fonts
--Layout	
General layout
Misc
Header layout
Navigation
Sidebar layout
Footer
--Page Specific
Home page
Portfolio page
Clients page
Services page
Forms
Sitemap page
About page
Testimonials page
Privacy Policy page
Special offers page
Error page

Colours index
  Red = #
  Green = #66BD26
  Blue = #3378A1
  Grey = #333
*/

/****************************************************************** CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  background: transparent;
  margin:0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****************************************************************** Links */

a,
a:link,
a:visited {
  color:#3378A1;
  text-decoration:none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}

/****************************************************************** Fonts */

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#444;
}
p {
  line-height:16px;
  margin-bottom: 0.75em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
	}
h3 {
  font-size: 2.1em;
  line-height: 1;
  margin: 1.6em 0 0.5em;
  color:#444;
}
h4 {
  font-size: 1.46em;
  line-height: 1.3em;
	margin-bottom: 1em;
  color:#777;
}
h5 {
  font-size: 1em;
  font-weight: bold;
	margin-bottom: 1em;
}
h6 {
  font-size: 1em;
  font-weight: bold;
} 

#footer p {
  font-size: 0.95em;
}


/****************************************************************** General layout */

body { background-color:#eee; }
#container {
  width: 900px;
  margin:20px auto;
}
#nav {
  top: 30px;
  right: 10px;
  position: absolute;
}
#subNav {
  float:left;
  width:185px;
}
#main {
  float: left;
}
#sidebar {
  float: right;
  width:215px;
}
#footer {
  width: 900px;
  margin:20px auto;
  background-color:#fff;
  -moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
}
hr {display:none;}

/****************************************************************** Misc */

.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
  
/****************************************************************** Header layout */

#header {
  position: relative;
  width: 900px;
  margin: 0 auto;
  height: 220px;
}
h1#logo {
  margin:0;
}
#logo a {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 200px;
  height: 46px;
  margin:0;
  background:#eee url(/images/logoGreenEyeDesign.png) 0 0 no-repeat;
}
#logo a:hover {
  background:#eee url(/images/logoGreenEyeDesign.png) 0 -46px no-repeat;
}

#logo span {display:none;}
#banner {
  background-position:10px 10px;
  background-repeat:no-repeat;
  background-color:#fff;
  position: absolute;
  top: 75px;
  width: 880px;
  height: 125px;
  padding: 10px;
  -moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  background-image:url(/images/bannerIndex.jpg);
}
#banner h2, #banner p {display:none;}

#banner.home {background-image:url(/images/bannerIndex.jpg);}
#banner.services {background-image:url(/images/bannerServices.jpg);}
#banner.port {background-image:url(/images/bannerPortfolio.jpg);}
#banner.portIndex {background-image:url(/images/bannerPortfolio.jpg);}
#banner.contact, #banner.quote {background-image:url(/images/bannerContact.jpg);}
#banner.about {background-image:url(/images/bannerAbout.jpg);}
#banner.testimonials {background-image:url(/images/bannerTestimonials.jpg);}
#banner.clients {background-image:url(/images/bannerClients.jpg);}
#banner.location {background-image:url(/images/bannerLocation.jpg);}









/****************************************************************** Navigation */

#nav ul {
  margin:0;
  padding:0;
}
#nav li {
  display: inline;
  margin-left: 15px;
}
#nav a,
#nav a:link,
#nav a:visited {
  font-weight:bold;
  text-transform: uppercase;
  color:#000;
  text-decoration:none;
  font-size: 14px;
}
#nav a:hover {
  color: #777;
}



/****************************************************************** Sidebar layout */

#sidebar #main-offer {
  border: 1px solid #fff;
  height: 100px;
  margin-bottom: 30px;
  background-color: #ccc;
}
#sidebar #main-offer a:hover {background-color: transparent;}
#sidebar #port-quick-view {
  position: relative;
  margin-bottom: 30px;
}

#sidebar #testimonial-quick-view {
  margin-bottom: 30px;
}



/****************************************************************** Footer */


.footer {
  float:left;
  width:205px;
  padding:10px;
  background-color:#fff;
}
div.footerBookmarkCol1,
div.footerBookmarkCol2 {
  float: left;
  width: 102px;
}
img.bookmark {margin:0 5px -3px 0}
.reg {font-size:0.7em}

.footer h4 {
  margin:0 0 10px 0;
  font-size:14px;
  font-weight:bold;
  color:#444;
}

/****************************************************************** Home page */




/****************************************************************** Portfolio page */

#portIndex #header, #port #header {
  height:70px;
}

#portIndex .content {
  padding:0;
  background-color:#eee;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}
#port .content {
  padding:10px;
}

div.portThumb {
  width:197px;
	float:left;
	margin:0 10px 10px 0;
  padding: 3px;
  border: 1px solid #aaa;
  background-color:#fff;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
}
div.portThumb img:hover {
  border:1px solid #eee;
  width:195px;
  height:78px;
}
p.portThumb {
  margin:0px;
  font-weight:bold;
  border-top:1px solid #ccc;
  padding:3px;
}
p.projectCallToAction {
  margin-top: 20px;
}
ul.project-type {
  margin-bottom:20px;
  margin-left:-10px;
  padding:0;
}
ul.project-type li {
  height:13px;
	padding:5px 5px 5px 15px;
  font-weight:bold;
}
ul.project-type li.active { background: #fff url(/images/arrowSubNavPort.gif) no-repeat left center; }
ul.project-type a {
  text-decoration:none;
}

h2.projectTitle {
  margin-bottom:0.3em;
}
.projectClient, .projectURL {
  font-size:11px;
  margin-bottom:0;
}

img.projectImg, embed.projectImg, object.projectImg {
  margin-top:10px;
}
p.projectImg {
  font-size:0.93em;
}
#addimg {
  position:relative;
}
.addImgSep {
  height:3em;
  margin:10px 10px 0 0;
  padding:10px 0 0;
}
.addImg {
  float:left;
	margin:0 15px 15px 0;
}
.nextprev {
	font-size:0.8em;
	text-align:right;
  float:right;
  margin: 0 0 10px 10px;
}

/****************************************************************** Clients page */
#clients #clients-grid img {
  float: left;
  margin:0 8px 5px;
  }

/****************************************************************** Services page */

.servicesWebsite, .servicesDigital {
  float:right;
  margin:8px 0 50px 20px;
}
.servicesPrint, .servicesIdentity {
  float:left;
  margin:0 20px 20px 0;
}

#services #main h3 {
  clear:both;
  margin:1.6em 0 0.5em;
}


/****************************************************************** Forms */


form {
  padding: 10px;
  border: 2px solid #aaa;
  width:75%;
  margin:0;
  }
form ul {
  list-style: none;
  margin:0;
  padding:0;
  }
form li {
  margin-bottom: 15px;
}
input.textfield,
textarea.textfield {
  width: 98%;
  border: 1px solid #bbb;
  margin-top: 3px;
  padding: 3px;
	font-size:12px;
  font-family:Arial,Helvetica,sans-serif;
	color:#333;
  }
.form_sub_list {
  font-size:0.8em;
	color:#555;
  }
p.contact-details {margin: 20px 0 10px;}
.highlight {
  color: #b40000;
  }


/****************************************************************** Sitemap page */
  
#sitemap ul.sitemap {margin: 20px 0 0 10px;}
#sitemap ul.sitemap li {
  margin:10px 0;
  font-weight: bold;
  }
#sitemap ul.sitemap ul li {
  margin:5px 0 0 20px;
	font-weight:normal;
  }
#sitemap p.sitemap {
  font-size: 90%;
  margin-top: 4px;
  font-weight: normal;
  }

/****************************************************************** About page */

/****************************************************************** Testimonials page */

#testimonials div.testimonial {
	padding:15px 0 0;
	margin:0 30px 40px;
  }
#testimonials p.testimonial {
  font-style:italic;
  text-align:justify;
  }
#testimonials p.testimonial-author {
  font-size:0.9em;
  text-align:right;
}
h3.testimonial {
  font-size:1.7em;
  margin:0 0 0.5em 0;
}

/****************************************************************** Privacy Policy page */


#privacy-policy #main ul {
  display:block;
  list-style-type:disc;
  margin:1em;
}

#privacy-policy #main li {
  display:list-item;
  line-height:1.5em;
}

/****************************************************************** Special offers page */
	
#offers .conditions {
	font-size:smaller;
	margin-top:30px;
	clear:both;
	}
  	
/*************************************************************** END *****************************/
div.box {
  background: #FFF 10px 10px;
  padding: 10px;
  width: 185px;
  -moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  position:relative;
}
div.featured_mod_index {
  height: 200px;
  width: 635px;
  float:left;
  margin:0 20px 0 10px;
}

div.what_mod_index {
  float:left;
   margin:20px 20px 0 10px;
}
div.where_mod_index {
  float:left;
  margin:20px 20px 0 0;
  }
div.how_mod_index {
  float:left;
  margin:20px 20px 0 0;
}
div.clients_mod_index {
  float:left;
  margin:20px 0 0 0;
}

div.testimonials_mod_index {
  height:200px;
  float:left;
}
div.mod_sidebar {
  margin:20px 0 0 0;
}
div.mod_sidebar_top {
  margin:0;
}


#main.columnLayout1 {width:900px;}
#main.columnLayout2 {width:665px;}
#main.columnLayout3 {width:480px;}

.box .img_mod {
  margin:10px 0;
  display:block;
}
h3.what_mod {
  background: url(/images/iconWhatWeDo.png) no-repeat 0px 0px;
}
h3.where_mod {
  background: url(/images/iconWhereAreWe.png) no-repeat 0px 0px;
}
h3.how_mod {
  background: url(/images/iconHowWeCanHelp.png) no-repeat 0px 0px;
}
h3.testimonials_mod {
  background: url(/images/iconTestimonials.png) no-repeat 0px 0px;
}
h3.clients_mod {
  background: url(/images/iconOurClients.png) no-repeat 0px 0px;
}
h3.featured_mod {
  background: url(/images/iconFeaturedWork.png) no-repeat 0px 0px;
}
h3.featured_mod_index {
  background: url(/images/iconFeaturedWork.png) no-repeat 0px 0px;
  }
img.featured_mod_img_top_left {
  margin:3px 7px 0 0;
}
img.featured_mod_img_top_right {
  margin:3px 0 0 0;
}
img.featured_mod_img_bottom_left {
  margin:7px 7px 0 0;
}
img.featured_mod_img_bottom_right {
  margin:7px 0 0 0;
}
.box h3 {
  margin:0;
  height:24px;
  z-index:1;
}
.box h3 a {
  display:block;
  height:24px;
  width:152px;
}

.box h3 span {
  display:none;
}
.findOutMore1 {
  margin: 5px 0 20px 0 !important;
}
.findOutMore2 {
  padding-right:20px;
  background:url(/images/arrowFindOutMore.png) no-repeat right 1px;
  text-align:right;
  font-weight: bold;
  position:absolute;
  bottom:10px;
  right:10px;
  margin:0 !important;
}
.box p {
  margin: 5px 0 0 0;
}
p.featured_mod_index {
  left:10px;
  position:relative;
  top:-130px;
  width:180px;
}

.featured_mod_index_image {
  margin-top:8px;
  border:solid #ddd 1px;
  }
.content {
  background-color:#fff;
  padding:20px;
  min-height:350px;
  -moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
}
.content.columnLayout2 {
  margin:0 0 0 10px;
}
.content.columnLayout3 {
  margin:0;
}

.servicesIntroduction {
  font-size:16px;
  line-height:22px;
  margin:0;
}
ul.columnLayout3 {
  margin:0 0 0 10px;
  padding:0;
  height:380px;
}
ul.columnLayout3 li a {
  height:20px;
  color:#000;
  padding:10px;
  display:block;
  text-decoration:none;
  font-size:17px;
  font-weight:normal;
  background-color: #e6e6e6;
  width:135px;
}
ul.columnLayout3 li a:hover {
  background: #999 url(/images/arrowSubNav.png) no-repeat right -40px;
  color:#fff;
  width:155px;
}
ul.columnLayout3 li a.active {
  background: #444 url(/images/arrowSubNav.png) no-repeat right 0;
  color:#fff;
  width:155px;
}ul.columnLayout3 li.bottom {
  background: #e6e6e6 url(/images/backgroundSubNavFade.jpg) no-repeat bottom;
  width:155px;
  height:200px;
  display:block;
}

.box p.testimonial-author {
  font-size:0.9em;
  text-align:right;
  margin:2px 0 14px 0;
  line-height:1.2em;
}
.box p.testimonial-author.last {
  margin:2px 0 0;
}
.box p.testimonial {
  font-weight:bold;
  line-height:1.2em;
}


/*Main slideshow */

.slides_container {
	width:635px;
	height:175px;
	overflow:hidden;
	position:relative;
}
.pagination {
	margin:2px auto 0;
	width:100px;
}
.pagination li {
	float:left;
	margin:0 2px;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:6px;
	background-image:url(../images/slideshow/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -7px;
}


#twitter_div {
  width: 183px;
  padding: 10px;
  background-color: #f9f9f9;
  border:1px solid #ddd;
}
 
ul#twitter_update_list { width: 185px; padding: 0; margin: 0; overflow: hidden; }
 
ul#twitter_update_list li { width: 185px; padding: 5px 0; list-style: none; }
 
ul#twitter_update_list li a { color: #005689; border-bottom: dotted 1px; text-decoration: none; }
 
ul#twitter_update_list li a:hover { color: #222; border-bottom: solid 1px; }

