*{margin:0;padding:0;}

/* Links */
a:link{color:#fff;}
a:visited{color:#fff;}
a:hover{color:#00a297;}
a:active{color:#fff;outline:none;}
a.noline{text-decoration:none;}

/* Images */
a img{border:0;}
img{margin:0 0 1em 0;}
img.left{float:left;margin:0.5em 1em 0.5em 0;}
img.right{float:right;margin:0 0 1em 1em;}

/* Headings */
h1,h2,h3,h4,h5,h6{margin:1em 0 0.25em 0;text-align:left;}
h1{font-size:1.54em;margin-top:0;margin-bottom:15px;color:#00d3c5;font-weight:bold;}
h2{font-size:1.36em;color:#00d3c5;font-weight:bold;}
h3{font-size:1.17em;color:#00d3c5;}
h4,h5,h6{font-size:1em;}

/* Paragraphs */
p{margin:0 0 1em 0;text-align:left;}

/* Lists */
ul,ol{margin:0 0 1em 2em;text-align:left;}
li{margin-bottom:0.25em;}
li ul{margin-top:0.5em;}
dl{margin:0 0 1em 0;text-align:left;}
dt{font-weight:bold;}
dd{margin-bottom:1em;}

/* Tables */
table{border-collapse:collapse;font-size:1em;}
caption{font-weight:bold;padding-bottom:0.25em;text-align:left;}
th{text-align:center;}
th,td{padding:0.25em 0.25em 0.25em 0.5em;}

/* Forms */
input,select,textarea{font-family: Verdana, Arial, sans-serif;font-size:1em;}
fieldset{border:1px solid #000;margin:0.25em 0 1em 0;padding:0.25em 15px 0.75em 15px;}
legend{font-weight:bold;padding:0.25em 4px;}
label{font-weight:normal;}
button {float:right;padding:2px 5px;}

/* Other styles */
#to-content{display:none;}
address {margin:0 0 1em 0;text-align:left;font-style:normal;}
hr{visibility:hidden;margin-top:20px;}
code{font-size:120%}
.r{float:right;margin:0 0 10px 20px;}
.clear{clear:both;}
.top{vertical-align:top;}
.center{text-align:center;}
.red{color:#eb2127;font-weight:bold;}
.btn {margin-top:10px;}
.infoBox {border:solid 1px #DEDEDE;background:#FFFFCC;color:#222;padding:4px 8px;text-align:center;clear:both;}
.errorBox {border:solid 1px #CC0000;background:#F7CBCA;color:#CC0000;font-weight:bold;padding:4px 8px;}
.smaller {font-size:80%;}
.larger {font-size:120%;}

html, body {height: 100%;}

body {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.7;
	background: #000;
	color: #fff;
	font-size: 70%;
	text-align: center;
}

#outer-wrapper {
	background: #000 url(../images/layout/bg.jpg) right 50px no-repeat;
	width: 996px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
}

* html #outer-wrapper {height: 100%;}

#outer-wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#wrapper {
	overflow: hidden;
	width: 910px;
	margin: 0 0 0 20px;
}


/* Header */
#header-wrapper {
	height: 115px;
	margin-top: 40px;
}

#header {
	position: relative;
	width: 100%; /*IE6*/
}

#masthead {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	display: block;
	width: 173px;
	height: 100px;
}


/* Navigation */
/* Top Nav */
#top-nav {
	overflow: hidden;
	margin: 0 0 0 120px;
}

#top-nav li {
	float: left;
	list-style: none;
	margin: 0;
}

#top-nav a {
	color: #fff;
	display: block;
	width: 99px; /* wider than image */
	margin: 0;
	padding-top: 80px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

#top-nav li {background-position: 50% -125px; background-repeat: no-repeat}

#top-nav li#topnav01 {background-image: url(../images/layout/top-nav1.jpg);}
#top-nav li#topnav02 {background-image: url(../images/layout/top-nav2.jpg);}
#top-nav li#topnav03 {background-image: url(../images/layout/top-nav3.jpg);}
#top-nav li#topnav04 {background-image: url(../images/layout/top-nav4.jpg);}
#top-nav li#topnav05 {background-image: url(../images/layout/top-nav5.jpg);}
#top-nav li#topnav06 {background-image: url(../images/layout/top-nav6.jpg);}

#top-nav li:hover {background-position: 50% 0;}

/* Left Nav */
#left-nav {
	margin: 0;
	width: 108px;
	float: left;
}

#left-nav li {
	list-style: none;
	margin: 0;
}

#left-nav a {
	color: #fff;
	display: block;
	width: 96px;
	margin: 0;
	padding: 8px;
	overflow: hidden;
	position: relative;
	text-align: left;
	text-decoration: none;
	border-top: 1px solid #636363;
}

#left-nav a:hover {background: url(../images/layout/left-nav-bg.gif) top repeat-x; color: #00a297;}

#left-nav li#leftnav01 a:hover {}
#left-nav li#leftnav02 a:hover {color:#00a297;}
#left-nav li#leftnav03 a:hover {color:#ec008c;}
#left-nav li#leftnav04 a:hover {color:#f36f21;}
#left-nav li#leftnav05 a:hover {color:#7fc241;}
#left-nav li#leftnav06 a:hover {color:#ed1c24;}
#left-nav li#leftnav07 a:hover {}
#left-nav li#leftnav08 a:hover {}
#left-nav li#leftnav09 a:hover {}

#left-nav a.last-nav {border-bottom: 1px solid #636363;}


/* Content */
#main-wrapper {
}

#content-wrapper {
	border: 1px solid #00a297;
	background: url(../images/layout/transparent.png) repeat;
	float: left;
	margin-left: 24px;
	position: relative;
}

#content {
	border: 1px solid #00a297;
	width: 510px;
	margin: 27px;
	background: #000;
	position: relative;
}

#content h1#page-header {
	width: 525px;
	height: 252px;
	margin: 0;
}

	#content h1.page-web-design {background: url(../images/page-web-design.png) no-repeat;}
	#content h1.page-ecommerce {background: url(../images/page-ecommerce.png) no-repeat;}
	#content h1.page-optimisation {background: url(../images/page-optimisation.png) no-repeat;}
	#content h1.page-email-marketing {background: url(../images/page-email-marketing.png) no-repeat;}
	#content h1.page-hosting {background: url(../images/page-hosting.png) no-repeat;}
	#content h1.page-latest-news {background: url(../images/page-latest-news.png) no-repeat;}

#content h1#page-header span {display: none;}

#content p.snippet {
	position: absolute;
	bottom: 0;
	right: 40px;
	text-align: right;
}

#content .snippet img {
	margin-left: 25px;
	position: absolute;
	right: -30px;
	top: 0;
}

	#content-more, #content-fixed, #content-home, #content-contact {
		padding: 15px 24px;
		text-align: center;
	}

	#content-more  {
		padding-bottom: 50px;
	}

	#content-news {
		padding: 15px 24px;
		text-align: left;
	}
	
#content ul li {
	background: url(../images/layout/arrow.gif) 0 8px no-repeat;
	list-style: none;
	padding-left: 15px; 
}

#content ul.tick li {background: url(../images/layout/tick.gif) 0 8px no-repeat;}

#content ol li {padding-left: 15px;}


/* Evaluation Sidebar */
#evaluation {
	border: 1px solid #00a297;
	background: url(../images/layout/transparent.png) repeat;
	float: right;
	width: 173px;
	position: relative;
}

#evaluationForm {
	border: 1px solid #00a297;
	margin: 27px auto;
	padding-bottom: 15px;
	width: 119px; /* 10px taken away */
	background: #000;
	position: relative;
}

#evaluationForm h2 {
	background: url(../images/layout/evaluation.png) 0 0 no-repeat;
	width: 119px;
	height: 60px;
	margin: 0;
	margin-bottom: 10px;
	font-size: 90%;
	text-transform: uppercase;
}

#evaluationForm h2 span {
	display: none;
}

#evaluationForm label {
	margin: 0 5px;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
}

#evaluationForm input {
	margin: 0 5px;
	padding: 1px 4px;
	border: 0;
	background: url(../images/layout/evaluation-input.gif) top left no-repeat;
	width: 98px;
	height: 13px;
}

#evaluationForm input.submit{
	margin-top: 5px;
	width: auto;
	height: auto;
	padding: 0px;
	background: #00a297;
	color: #fff;
}


/* Footer */
#footer {
	width: 570px;
	margin: 20px auto 20px 152px;
	text-align: center;
	background: url(../images/layout/footer.png) 50% 0 no-repeat;
}

* html #footer {background-image: url(../images/layout/footer-ie6.gif); /*IE6*/}

#footer ul {
	margin: 0 0 0.5em 0;
	padding-top: 40px;
	text-align: center;
}

#footer ul li {
	display: inline;
	padding: 0 8px 0 2px;
	background: url(../images/layout/separator.gif) 100% 50% no-repeat;
}

#footer ul li.last {background: none}

#footer address {	text-align: center;}

#footer img {
	margin: 25px 10px 0 10px;
}


/* Home Slide */
ul#portfolio-home {
	margin: 0;
	padding: 0;
}

ul#portfolio-home li {
	padding: 0;
	background: none;
	right: 0;
}


/* Form */
#contactBox {
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding-top: 20px;
	clear: both;
}

#contactBox fieldset {
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
	font-size: 110%;
}

#contactBox legend {
	text-align: left;
	color: #fff;
}

#contactBox input, #contactBox select, #contactBox textarea {
	margin-top: 5px;
	border: 0;
	padding: 4px;
}

#contactBox input {
	background: url(../images/layout/contact-input.gif) top left no-repeat;
	width: 242px;
	height: 15px;
}

#contactBox select {
	width: 35%;
	float: left;
}

#contactBox #text-area-div {
	background: url(../images/layout/contact-textarea.gif) left top no-repeat;
	width: 250px;
	height: 113px;
	float: right;
	margin-right: 14px;
}

#contactBox #text-area-div textarea {
	background: #acdad7;
	margin: 4px;
	width: 234px;
	height: 96px;
}

#contactBox label {
	margin-top: 5px;
	margin-right: 8px;
	float: left;
	width: 35%;
	text-align: right;
	overflow: hidden;
}

#contactBox br {clear: left;}

#contactBox span {
	color: #cf3f3f;
	font: bold 110% verdana, arial;
}

#contactBox input.submit{
	margin: 5px 26px 0 0;
	width: auto;
	height: auto;
	padding: 0;
	float: right;
}


/* Corners */
.tl {
	background: url(../images/corners/corner-tl.png) no-repeat;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 12px;
	height: 12px;
}

.tr {
	background: url(../images/corners/corner-tr.png) no-repeat;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 12px;
	height: 12px;
}

.bl {
	background: url(../images/corners/corner-bl.png) no-repeat;
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 12px;
	height: 12px;
}

.br {
	background: url(../images/corners/corner-br.png) no-repeat;
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 12px;
	height: 12px;
}

* html .tl, * html .tr, * html .bl, * html .br {display: none;}


/* Portfolio */
#portfolio {	
	margin: 0 auto;
	position: relative;
	width: 463px;
	height: 313px;
	background: url(../images/portfolio/laptop.jpg) 0 0 no-repeat;
	margin: 0 auto 20px auto;
}	

#slider {
	padding-top: 18px;
	margin: auto;
}	

#slider ul, #content #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
		
#slider li { 
	width: 343px;
	height: 214px;
	overflow: hidden;
}
		
#prevBtn, #nextBtn { 
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	top: 71px;
}	

	#prevBtn {left: 0;}	
	#nextBtn {right: 0;}
		
#prevBtn a, #nextBtn a {  
	display: block;
	width: 19px;
	height: 25px;
	background: url(../images/portfolio/btnprev.png) no-repeat 0 0;	
}	
	
	#nextBtn a {background:url(../images/portfolio/btnnext.png) no-repeat 0 0;}

.graphic, #prevBtn, #nextBtn{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

/* Other */
#map-wrapper {
	float: right;
	text-align: right;
	font-size: 80%;
}

#map {
	width: 240px;
	height: 200px;
}

#address-details {
	float: left;
	padding: 0;
}

#address-details address span, #address-details span.break{
	clear: both;
	display: block;
}

#address-details  h2 {
	font-size: 120%;
	margin: 0;
}

#address-details  strong {
	color:#00a297
}


#colwrap {
	margin: 30px 0;
	width: 100%;
	overflow: hidden;
	border: 1px solid #004A45;
	background: url(../images/layout/news-bg.jpg) right 0 no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#col1 {
	margin: 4% 0 4% 4%;
	width: 42%;
	float: left;
}

#col2 {
	margin: 4% 4% 4% 0;
	width: 42%;
	float: right;
}

#colwrap img {
	float: left;
	padding-bottom: 25px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}

.date {
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	float: left;
}

.date p {
	text-align: center;
	margin-bottom: 25px;
}

.date p a {color: #444;}
.date p a:hover {color: #000;}

.date p .date_month {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	height: 18px;
	width: 55px;
	background: #fafafa;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
}

.date p .date_day {
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
	height: 30px;
	width: 55px;
	background: #fff;
	font-size: 1.7em;
	display: block;
	text-decoration: none;
}


.published {
	float: right;
	margin: 10px 0 5px 10px;
}

.published p {
	text-align: center;
}

p span.published_month {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	width: 60px;
	background: #fafafa;
	color: #444;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
}

p span.published_day {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 60px;
	background: #fff;
	color: #444;
	font-size: 130%;
	padding: 2px 0;
	display: block;
	text-decoration: none;
}

.share-icons {
	margin-top: 20px;
}