/* Reset Everything - courtesy of Eric Meyer */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
em {
	font-style: italic;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* start global rules */
body {
	background: #fff;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}

a:link, a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover, a:active {
    color: #0099ff;
    text-decoration: underline;
}

h1 {
	color: #000;
	font-family: Armitage, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	color: #000;
	font-family: Armitage, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}

p {
    margin: 1em 0;
}

strong {
    font-weight: bold;
}

div.bad {
	background-color: #fff;;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

div.bad > div {
	background-color: #fff4f4;
	border: 1px solid red;
	padding: 10px;
	margin: 100px auto;
	width: 250px;
	text-align: left;
}

.clr {
	clear: both;
	line-height: 0;
	height: 0;
}

.col {
	float: left;
	padding: 10px 20px;
	width: 278px;
}

.col li {
	margin: 1em 0;
}

.error {
	color: red;
	font-size: 85%; 
	line-height: 1;
	padding: 0;
	margin: 0;
}

div.good {
	background-color: #fff;;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

div.good > div {
	background-color: #f2fff2;
	border: 1px solid green;
	padding: 10px;
	margin: 100px auto;
	width: 250px;
	text-align: left;
}

.infobox {
	background: #fff url(../images/infobox-bg.png) bottom left no-repeat;
	padding: 0 0 1em 0;
	width: 229px;
}

.infobox h2 {
	background: #fff url(../images/infobox-head.png) top left no-repeat;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 3px 15px 4px;
	width: 199px;
}

.infobox p {
	margin: 0 15px 1em;
	width: 199px;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
}

.twitter {
	background: transparent url(../images/twitter-bg.gif) top left no-repeat;
	color: #666;
	font-size: 1.1em;
	height: 75px;
	line-height: 1.2;
	padding: 10px 15px 10px 30px;
	width: 387px;
}

.twitter li {
	display: none;
	background-color: transparent !important;
	height: 60px;
}

.twitter a {
	color: #666;
}

.twitter a:hover {
	color: #0099ff;
}

.twitter div.follow {
	color: #999;
	font-size: .9em;
	padding-right: 40px;
	text-align: right;
}

.twitter div.follow a {
	color: #999999;
}

.twitter div.follow a:hover {
	color: #0099ff;
}

#breadcrumbs {
	background-color: #d5eeff;
	margin: auto;
	padding: 5px 25px;
	text-align: left;
	width: 910px;
}

#breadcrumbs p {
	margin: 0;
}

#category_heading {
	background: #4691c6 url(../images/heading-bg.png) top left no-repeat;
	color: #fff;
	font-family: Armitage, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	height: 22px;
	padding: 15px 25px;
}

#col1, #col2 {
	width: 268px;
}

#col3 {
	width: 297px;
}

#clients {
  float: left;
  clear: both;
  margin: 0 1px;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
  border-width: 30px 0 20px 0;
}

.clients {
  margin: 0 20px;
}

#clients .clients li {
  background: none;
  padding: 0;
  margin-left: 50px;
  display: inline;
}

.clientdata div {
  margin-bottom: 10px;
}

.clientdata h2,
.clientdata p {
  margin-left: 150px !important;
}

.clientdata img {
  float: left;
}

#contact fieldset {
	border: 1px solid #eee;
	margin: 2em 0;
	padding: 1em;
	font-size: 0.9em;
}

#contact legend {
	border: 1px solid #666;
	background-color: #666;
	color: #fff;
	margin-left: 0;
	padding: 0.2em 0.5em;
}

#contact label {
	display: block;
	width: 10em;
	float: left;
	clear: left;
}

#contact .input {
	background-color: #f0faff;
	border: 1px solid #94c5da;
	font-size: 130%;
	margin-bottom: 0.25em;
	padding: 3px;
	width: 220px;
}

#contact .input:hover {
	border: 1px solid #4f98ca;
}

#contact .input:focus {
	background-color: #fff;
	border: 1px solid #4f98ca;
}

#contact label.forcheck,
#contact label.forradio {
	width: 20em;
	margin-bottom: 1em;
	clear: none;
}

#contact label.forcheck input,
#contact label.forradio input {
	margin-bottom: 0;
	margin-right: 0.5em;
}

#contact label.forradio {
	width: auto;
  margin-right: 2em;
}

#contact .button {
	width: auto;
}

#contact label.error {
	display: block;
	float: none;
	font-size: 100%;
	margin: 0 0 0 10em;
	width: 220px;
}

#contacthome fieldset {
	margin: 0;
	padding: 0;
}

#contacthome label {
	clear: left;
	display: block;
	float: left;
	width: 250px;
}

#contacthome input {
	background-color: #f0faff;
	border: 1px solid #94c5da;
	font-size: 130%;
	margin-bottom: 0.25em;
	padding: 3px;
	width: 220px;
}

#contacthome input:hover{
	border: 1px solid #4f98ca;
}

#contacthome input:focus{
	background-color: #fff;
	border: 1px solid #4f98ca;
}

#contacthome .button, 
#contacthome .button:hover, 
#contacthome .button:focus {
	border: 0;
	background-color: transparent;
	width: 86px;
}

#content2 {
	border: 1px solid #ddd;
	border-width: 0 1px;
	margin: 10px auto;
	min-height: 300px;
	text-align: left;
	width: 958px;
	overflow: hidden;
}

#content {
	float: left;
	padding: 5px 25px;
	width: 663px;
}

#content.home {
	background: #fff url(../images/content-bg.gif) top left repeat-y;
	border: 10px solid #fff;
	border-width: 10px 0;
	float: none;
	min-height: 150px;
	padding: 0;
	text-align: left;
	width: 960px;
}

#content p, #content ul, #content ol, #content table {
	margin: 0 auto 1em;	
}

#content h1 {
	margin: .5em auto;	
}

#content h2, #content h3, #content h4 {
	margin: 0 auto .5em;	
}

#content li {
	background: transparent url(../images/bullet.gif) 10px 5px no-repeat;
	line-height: 1.2;
	padding: 0 0 7px 25px;
}

#content .mod_gallery ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#content .mod_gallery li {
	background: none;
	display: block;
	float: left;
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
	width: 300px;
}

#content .blog_feed h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

#content .blog_feed li {
	background: transparent url(../images/bullet.gif) no-repeat scroll 0 5px;
	line-height: 1.4;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}

#content .imgcaption {
	float: right;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 10px 15px;
	text-align: center;
	width: 180px;
}

#content .imgcaption p {
	margin: 0 0 5px 0;	
}

#footer2 {
	background: #fff url(../images/footer-bg.png) top left repeat-x;
	clear: both;
	min-height: 200px;
	text-align: center;
	width: 100%;
}

#footer {
	margin: auto;
	padding: 20px;
	text-align: left;
	width: 920px;
}

#footer h2 { 
	font-weight: bold;
}

#header2 {
	position: absolute;
	top: 0;
	height: 180px;
	width: 100%;
	z-index: 30;
}

#header {
	height: 130px;
	margin: auto;
	width: 960px;
}

#header p {
	margin: 0;
}

#header #logo {
	float: left;
	height: 130px;
	width: 50%;
}
#header #banner {
	float: right;
	margin: 28px 0 20px;
	height: 75px;
	width: 432px;
}

#header #logo a {
	background: transparent url(../images/amplify-logo.png) top left no-repeat;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	height: 59px;
	margin: 45px 0 0 0;
	text-indent: -9999px;
	width: 199px;
}

#header #logo span {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 70px 0 0 25px;
	width: 250px;
}

#header #logo span span {
	margin: 0;
}

#hero {
	background: #277dba url(../images/hero-bg.jpg) top left no-repeat;
	clear: both;
	height: 270px;
	margin: auto;
	overflow: hidden;
	text-align: left;
	width: 960px;
}

#hero p {
	margin: 0;
}

#hero div.herobox {
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin-right: 337px;
}

#hero div.herobox p {
	font-size: 18px;
	margin: 0 0 1em 0;
}

#hero div#hero_seo {
	background: transparent url(../images/search-engine-optimisation.jpg) top left no-repeat;
	display: block;
	height: 268px;
	text-indent: -9999px;
	width: 624px;
}

#hero div#hero_qa, 
#hero div#hero_landing {
	display: none;
}

#hero div#hero_qa {
	background: transparent url(../images/seo-quality-assurance.jpg) top left no-repeat;
	height: 268px;
	text-indent: -9999px;
	width: 624px;
}

#hero div#hero_landing {
	background: transparent url(../images/landing-page-optimisation.jpg) top left no-repeat;
	height: 268px;
	text-indent: -9999px;
	width: 624px;
}

#hero #services {
	background: transparent url(../images/services-bg.png) top left no-repeat;
	color: #bbb;
	height: 270px;
	float: right;
	padding: 0;
	width: 337px;
}

#hero #services li {
	height: 76px;
	overflow: hidden;
	padding: 7px 15px;
}

#hero #services li#service_seo.hover {
	color: #000;
	background: transparent url(../images/services-hover-bg.png) top left no-repeat;
}

#hero #services li#service_qa.hover {
	background: transparent url(../images/services-hover-bg.png) center left no-repeat;
}

#hero #services li#service_landing.hover {
	background: transparent url(../images/services-hover-bg.png) bottom left no-repeat;
}

#hero #services h2 {
	color: #fff;
	font-size: 120%;
	margin: 0 0 0 45px;
}

#hero #services h2 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#hero #services p {
	line-height: 1.1;
	font-size: 100%;
	margin: 0 0 10px 45px;
}

#hero #services p a {
	color: #bbb;
	text-decoration: none;
}

#hero #services li.hover h2,
#hero #services li.hover h2 a {
	color: #000;
}

#hero #services li.hover p,
#hero #services li.hover p a {
	color: #333;
}

#main2 {
	position: absolute;
	top: 172px;
	min-height: 400px;
	text-align: center;
	width: 100%;
	z-index: 20;
}

#main {
	margin: auto;
	text-align: left;
	width: 960px;
}

#nav2 {
	background: transparent url(../images/nav-bg.png) top left repeat-x;
	clear: both;
	height: 50px;
	width: 100%;
}

#nav {
	height: 50px;
	margin: auto;
	overflow: hidden;
	position:relative;
	text-align: left;
	width: 960px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: block;
	float: left;
	list-style: none;
	margin: 3px 0 6px;
	padding: 0;
}

#nav li a {
	color: #333;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 8px 13px 20px;
	position: relative;
	text-decoration: none;
	z-index: 10;
}

/*
#nav li.active a {
	background: transparent url(../images/nav-selected.png) top center no-repeat; 
	color: #000;
} */

#nav ul li.backLava {
	background: transparent url(../images/nav-selected.png) top center no-repeat; 
	margin: 0 0 6px;
	position: absolute;
	width: 9px;
}

#panel2 {
	float: right;
	margin: 0;
	width: 245px;
}

#sidemenu div.mod_nav {
	background: #fff url(../images/sidemenu-bg.jpg) top left repeat-x;
	border: #ccc solid 1px;
	padding: 5px 10px;
	margin: 0 0 1em 0;
	width: 203px;
}

#sidemenu div.mod_nav > ul {
	font-size: 110%;
	margin: 0;
	width: 203px;
}

#sidemenu li a:link, #sidemenu li a:visited {
	border-bottom: 1px solid #ccc;
	color: #333;
	display: block;
	line-height: 1;
	padding: 8px 5px;
	text-decoration: none;
	width: 193px;
}

#sidemenu li a:hover, #sidemenu li a:active {
	color: #ff8000;
	text-decoration: none;
}

#sidemenu li.active > a {
	color: #ff8000;
	font-weight: bold;
	text-decoration: none;
}

#sidemenu li.last > a {
	border-bottom: 0;
}

#sidemenu div.mod_nav > ul > li.first > a {
	border-bottom: 1px solid #ccc;
}

#sidemenu li.activeParent > a {
	font-weight: bold;
}


#topbar {
	background: #555;
	color: #fff;
	font-size: 80%;
	padding: 2px 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 100%;
	z-index: 40;
}

#topbar ul {
	list-style: none;
	margin: auto;
	padding: 0;
	width: 940px;
}

#topbar li {
	display: block;
	float: right;
	line-height: 15px;
	list-style: none;
	margin: 0 10px;
	padding: 0;
}

#topbar a:link, #topbar a:visited {
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-decoration: none;
	z-index: 20;
}

#topbar a:hover, #topbar a:active {
	color: #ff8000;
}

/* wrapper */

#wrapper {
	background: #fff;
	font-size: 90%;
	line-height: 1.4;
	margin: auto;
	text-align: left;
	width: 100%;
}