@charset "utf-8";

body {
	text-align:center;
	font-size:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:130%;
	margin:0;
	background:#000;
}

a {
	color:#f60;
	font-weight:bold;
}

h1 {
	margin:0;
	padding-bottom:0;
	font-size:1.5em;
	font-weight:normal;
	text-transform:lowercase;
	font-style:italic;
	letter-spacing:-1px;
	color:#666;
}
h2 {
	margin-top:10px;
	font-size:0.75em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}


ul {
	font-size:0.75em;
}

p {
	font-size:0.75em;
}


a img {
	border:0;
}

/* Layout */

#container {
	font-size:1em;
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
	background:#202020;
}
#header {
	position:absolute;
	top:0;
	left:0;
	margin-top:0;
	background:#202020 url(../i/header_businesswoman.jpg) no-repeat top;
	border-bottom:1px solid #000;
	height:280px;
	width:960px;
}
#features {
	margin-top:280px;
	width:960px;
	float:left;
	border-bottom:1px solid #000;
}
#leftCol {
	width:280px;
	float:left;
	padding:20px 20px 10px 20px;
	color:#fff;
}
#midCol {
	width:278px;
	float:left;
	padding:20px 20px 10px 20px;
	border-left:1px dotted #444;
	border-right:1px dotted #444;
	color:#fff;
}
#about {
	width:280px;
	float:left;
	padding:20px 20px 10px 20px;
	color:#fff;
}
#footer {
	clear:both;
	background: #444;
	padding:0 0 10px;
	color:#fff;
	margin-top: 10px;
	border-top:5px solid #f60;
	border-bottom:5px solid #f60;
	line-height:120%;
}
#bo {
	width:60em;
	margin:10px auto;
	text-align:right;
	padding-bottom:20px;
	color:#fff;
}
#imprint {
	clear:both;
	padding:0 10px;
}

/* Horizontal navigation */

#header ul {
	margin:0;
	padding: 0;
	width:960px;
	height:41px;
	border-bottom:1px solid #fff;
	background:#202020;
}
#header ul li {
	display:inline;
	list-style-type: none;
	font-size:100%;
}
#header ul li a {
	text-transform:capitalize;
	font-style:italic;
	float:left;
	color:#fff;
	text-decoration:none;
	padding: 10px 40px 10px;
	margin:0;
	font-weight:bold;
	text-align:center;
	border-right:1px dotted #fff;
	background:#202020;
}
#header ul li a:hover {
	background:#3c3c3c;
	color:#f90;
	border-right:1px dotted #fff;
}
#header ul li #current {
	color:#f90;
	border-right:1px dotted #fff;
}


/* Footer styles */

.footerBox {
	width: 220px;
	float:left;
	padding:10px 10px 20px;
}

#footer ul {
	padding:0;
	margin:10px 0 10px 0;
	list-style:none;
}
#footer a {
	color:#fff;
	font-weight:normal;
}
#footer a:visited {
	color:#aaa;
}

/* Footer Form styles */

#footer fieldset {
	border: 0;
	margin: 10px 0 0 0;
	padding:0;
}
#footer legend {
	color: #fff;
	padding:0;
	margin:0;
	font-size:0.75em;
	font-weight:bold;
}
#footer .submit input {
	margin-left: 130px;
	color: #fff;
	font-weight:bold;
	font-size:0.75em;
	background: #f60;
	border: 1px outset #444;
	width: 50px;
}
#footer input {
	width: 175px;
}



/* Custom Styles */

.centre {
	text-align: center;
}

.bold {
	font-weight:bold;
}
a.txtButton {
	display:block;
	background:#f60;
	color:#fff;
	padding:5px 0;
	text-decoration:none;
	text-transform:uppercase;
	border-top:1px solid #FFB07B;
	border-left:1px solid #FFB07B;
	border-right:1px solid #5D2500;
	border-bottom:1px solid #5D2500;
}
a:hover.txtButton {
	background:#000;
	border-top:1px solid #7B7B7B;
	border-left:1px solid #7B7B7B;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#midCol ul {
	list-style:none;
	margin:0 10px;
	padding:0 0 10px 0;
}
#midCol ul li {
	background:url(../i/bullet_black.gif) no-repeat;
	padding-left:24px;
	padding-bottom: 8px;
}
#midCol p {
	margin:10px 0 0;
}

.serviceBox {
	width:240px;
	padding:0;
	margin:0;
	float:left;
	height: 190px;
	text-align:left;
	background:url(../i/bg_org_service.jpg) no-repeat top #f60;
}
.serviceBox h1 a {
	display:block;
	width: 240px;
	height:65px;
}
.serviceBox a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.serviceBox p {
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
.small-business-web-design {
	text-indent:-9999px;
	background:url(../i/title-small-business-web-design.gif) no-repeat top left;
	height:65px;
}
.search-engine-optimisation {
	text-indent:-9999px;
	background:url(../i/title-search-engine-optimisation.gif) no-repeat top left;
	height:65px;
}
.email-marketing {
	text-indent:-9999px;
	background:url(../i/title-email-marketing.gif) no-repeat top left;
	height:65px;
}
.design-and-print {
	text-indent:-9999px;
	background:url(../i/title-design-and-print.gif) no-repeat top left;
	height:65px;
}

#header img {
	float:left;
	padding:20px 0 0 10px;
}
