html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }

nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; } /* tables need cellspacing="0" in the markup */
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

body {
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.7;
	background: #000 url(../images/layout/bg.jpg) center top no-repeat;
	color: #fff;
	font-size: 70%;
	text-align: center;
}
select, input, textarea, button { font: 99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

h1,h2,h3,h4,h5,h6{margin:1em 0 0.25em 0;text-align:left;}
h1{font-size:1.35em;margin-top:0;margin-bottom:15px;color:#00d3c5;font-weight:bold;letter-spacing:-1px;}
h2{font-size:1.20em;color:#00d3c5;font-weight:bold;}
h3{font-size:1.17em;color:#00d3c5;}
h4,h5,h6{font-size:1em;}
p{margin:0 0 1em 0;text-align:left;}
ul,ol{margin:0 0 1em 2em;text-align:left;}
ol { list-style-type: decimal; }
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;}

html { overflow-y: scroll; }

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

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
	padding: 15px; 
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red; 
	-webkit-box-shadow: 0px 0px 5px red; 
	box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #ff9900; color: #fff; text-shadow: none; }
::selection { background: #ff9900; color: #fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
 
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Other styles */
#to-content{display:none;}
address {margin:0 0 1em 0;text-align:left;font-style:normal;}
hr{visibility:hidden;margin-top:20px;}
.l{float:left;margin:5px 20px 10px 0;}
.r{float:right;margin:5px 0 10px 20px;}
.red{color:#eb2127;font-weight:bold;}
.smaller {font-size:80%;}
.larger {font-size:110%;}

#content-wrapper, #content, #colwrap, #evaluation, #evaluationForm {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#wrapper {
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/* 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;*/
	height: 106px;
}


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

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

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

#top-nav li a {background: url(../images/layout/topnav.jpg) no-repeat;}
#top-nav li#topnav01 a {background-position: 8px -125px;}
#top-nav li#topnav01 a:hover {background-position: 8px 0;}
#top-nav li#topnav02 a {background-position: -92px -125px;}
#top-nav li#topnav02 a:hover {background-position: -92px 0;}
#top-nav li#topnav03 a {background-position: -192px -125px;}
#top-nav li#topnav03 a:hover {background-position: -192px 0;}
#top-nav li#topnav04 a {background-position: -292px -125px;}
#top-nav li#topnav04 a:hover {background-position: -292px 0;}
#top-nav li#topnav05 a {background-position: -392px -125px;}
#top-nav li#topnav05 a:hover {background-position: -392px 0;}
#top-nav li#topnav06 a {background-position: -492px -125px;}
#top-nav li#topnav06 a:hover {background-position: -492px 0;}

/* Left Nav */
#left-nav {
	margin: 0;
	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 */
#content-wrapper {
	border: 1px solid #00a297;
	background: rgba(0,0,0,0.5);
	float: left;
	margin-left: 22px;
	padding: 27px;
	position: relative;
	line-height: 1.5;
}

#content {
	border: 1px solid #00a297;
	width: 551px;
	background: rgba(0,0,0,0.4);
	position: relative;
	font-size: 120%;
}

#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-design-print {background: url(../images/page-design-print.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-seasons-greetings {background: url(../images/seasonsgreetings.png) no-repeat; width: 551px !important; height: 355px !important;}
	#content h1.page-new-year {background: url(../images/newyear.png) no-repeat; width: 551px !important; height: 318px !important;}

#content h1#page-header a {
	width: 551px;
	height: 252px;
	display: block;
}
	
#content h1#page-header span {display: none;}

	#content-more, #content-news {
		padding: 15px 24px;
		text-align: center;
		clear: both;
	} #content-news {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;}


/* Home Slide */
#portfolio-home {
	float: right;
	width: 497px;
	height: 249px;
}

#portfolio-home  a  {
	display: none;
}

/* Evaluation Sidebar */
#evaluation {
	border: 1px solid #00a297;
	background: rgba(0,0,0,0.5);
	float: right;
	width: 173px;
	position: relative;
	padding: 27px 0;
	text-align: center;
}

#evaluation img {
	margin: 0
}

#evaluationForm {
	background: #000 url(../images/layout/evaluation.png) no-repeat;
	border: 1px solid #00a297;
	margin: 0 auto 20px;
	padding-bottom: 15px;
	width: 119px; /* 10px taken away */
	position: relative;
	text-align: left;
}

#evaluationForm h2 {
	margin: 45px 0 5px 0;
	font: 105% 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	text-align: center
}

#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: 0 auto 0 152px;
	padding: 20px 0;
	text-align: center;
	background: url(../images/layout/footer.png) 50% 20px no-repeat;
	clear: both;
}

* 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;
}

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

#contactBox fieldset {
	margin-top: 20px;
}

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

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

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

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

#contactBox #text-area-div textarea {
	background: #acdad7;
	margin: 4px;
	width: 226px;
	height: 90px;
	float: left;
}

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

#contactBox br {clear: left;}

#contactBox span {
	color: #cf3f3f;
	font-weight: bold;
}

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

#contactBox p {
	margin-top: 5px;
}

/* 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;}

#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: 500px;
	overflow: hidden;
	border: 1px solid #004A45;
	background: url(../images/layout/news-bg.jpg) right 0 no-repeat;
	z-index: 10;
	position: relative;
}

#col1 {
	margin: 20px 10px 10px 20px;
	width: 248px;
	float: left;
	display: inline;
}

#col2 {
	margin: 20px 20px 10px 10px;
	width: 192px;
	float: right;
}

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

.date {
	padding-right: 10px;
	float: left;
}

.date p {
	text-align: center;
	padding-bottom: 12px;
}

.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: 0.9em;
	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.5em;
	display: block;
	text-decoration: none;
}

p.desc {
	border-left: 1px solid #ccc;
	margin-left: 67px;
	padding-left: 10px;
}

.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;
}

.entry-content {margin-bottom: 40px;}
.more-link {display: block;}
