@charset "utf-8";
body  {
	font: 100% Tahoma, Geneva, sans-serif;
	margin: 0; 
	padding: 0;
}
#container {
	text-align: left;
} 

#imagemenu, div.nav1, div.nav2, div.nav3, div.nav4, div.nav5, div.nav6, div.phoenix, #footer {
	display: none;
}

h1 {
  font-size: 28px;
  padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	padding-bottom: 10px;
}
h3 {
	font-size: 18px;
	padding-bottom: 10px;
}
h4 {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 5px;
}
h5 {
	font-size: 12px;
	padding-bottom: 10px;
}
p {
	padding-bottom: 15px;
}
#header h1, h3 {
	margin: 0;
	padding: 0;
	display: block;
}

.emaillink {
	color:#00C;
	border: 3px dashed #000;
	text-decoration: none;
	background: #FFF;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

#textmenu .slogan
{
	margin: 0px;
	padding: 0px;
}

span.newswarning {
	text-align: center;
}

.bluetext {
  color: #254383;
}
.redtext {
  color: #C00;
}
.orangetext {
  color: #F60;
}
.purpletext {
  color: #606;
}
.servicelist {
	margin: 0 auto;
	width: 350px;
}

.servicelist ul li {
  list-style-type: none;
  font-size:24px;
  color: #254383;
  font-weight:bold;
  background: url('/images/tick.png') 0px 10px no-repeat;
  padding: 5px 0 0 20px;
}
.servicelist h3 {
  font-size: 22px;
  padding: 10px 0;
  text-decoration: underline;
}

.service {
	padding-left: 65px;
	margin: 5px 0 15px 0;
	font-size: 14px;
}

.service ul li {
  list-style-type: none;
  background: url('/images/tick.png') 0 3px no-repeat;
  padding: 5px 0 0 20px;
}

.service h3 {
	font-size: 20px;
	color: #254383;
	padding: 10px 0;
}

.design {
	background: url('/images/edit.png') 0 0 no-repeat;
}

.development {
	background: url('/images/note_book.png') 0 0 no-repeat;
}

.ecommerce {
	background: url('/images/cart.png') 0 0 no-repeat;
}

.wordpress {
	background: url('/images/process.png') 0 0 no-repeat;
}

.cms {
	background: url('/images/tools.png') 0 0 no-repeat;
}

.seo {
	background: url('/images/search.png') 0 0 no-repeat;
}

.marketing {
	background: url('/images/mail.png') 0 0 no-repeat;
}

.contactinfo {
	width:250px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 75px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.form {
	border-style: solid;
	border-width: 3px;
	border-color: #666;
    width: 360px;
	padding: 5px;
	margin-right: 50px;
}

.form td {
  padding: 5px; 
}

.galleryweb {
	list-style: none;
	margin: 5px;
	padding: 12px;
}
.galleryweb li {
	width: 230px;
	height: 190px;
}
.galleryweb img {
	border: solid #666 1px;
}
