@charset "utf-8";
/* CSS Document */

body a h1 h2 h3 h4 h5 h6{
	font-family:arial;
	font-size:12px;
	margin:0;
	padding:0;
}

#wrapper{
	width:1024px;
	margin:0 auto;
	padding:0;
}

#header{
	height:223px;
	width:1024px;
	margin:0;
	padding:0;
	border:none;
}
	
#header h1 {
	display:block;
	height:223px;
	padding:0;
	margin:0;
	background:url(images/headerimage.png) no-repeat;
	width:574px;
	text-indent:-9999px;
}

#header ul {
	list-style:none;
	float:right;
	width:450px;
	height:223px;
	padding:0;
	margin:0;
}

#header ul li{
	margin:0;
	padding:0;
	border:none;
	float:right;
}

#header a {
	display:block;
	height:223px;
	padding:0;
	margin:0;
	border:none;
}
		
a.contact{
	background:url(images/button4.png) no-repeat;
	width:112px;
}
a.contact img{
	border:none;
	margin:18px;
}
a.contact:hover{background:url(images/button4over.png) no-repeat;}
a.contact:visited{border:none;}
a.services{
	background:url(images/button3.png) no-repeat;
	width:113px;
}
a.services img{
	border:none;
	margin:20px 16px;
}
a.services:hover{
	background:url(images/button3over.png) no-repeat;
}
a.services:visited{border:none;}
a.portfolio{
	background:url(images/button2.png) no-repeat;
	width:112px;
}
a.portfolio img{
	border:none;
	margin:20px 15px;
}
a.portfolio:hover{
	background:url(images/button2over.png) no-repeat;
}
a.portfolio:visited{border:none;}
a.home{
	background:url(images/button1.png) no-repeat;
	width:113px;	
}
a.home img{
	border:none;
	margin:30px 26px;
}
a.home:hover{
	background:url(images/button1over.png) no-repeat;
}
a.home:visited{border:none;}

#centre{
	width:900px;
	margin:0 auto;
	padding:5px;
	border:1px solid #999;
	border-radius-bottomleft:30px;
	border-radius-bottom-left:30px;
	border-radius-topright:30px;
	border-radius-top-right:30px;
	-moz-border-radius-bottomleft:30px;
	-webkit-border-radius-bottom-left:30px;
	-moz-border-radius-topright:30px;
	-webkit-border-radius-top-right:30px;
	background:url(images/dots.png) repeat-y;
}

#content{
	width:600px;
	padding:0 20px 10px 5px;
	margin:0;
	min-height:200px;
	font-size:11pt;
	font-family:calibri,Arial;
}
h6{
	font-size:20pt;
	font-family:cambria,Times New Roman;
	color:#333;
	margin:5px 0 0 0;
}
h1{
	font-size:18pt;
	font-family:cambria,Times New Roman;
	color:#444;
}
h2{
	font-size:16pt;
	font-family:cambria,Times New Roman;
	color:#555;
}
h3{
	font-size:14pt;
	font-family:cambria,Times New Roman;
	color:#666;
}
h4{
	font-size:12pt;
	font-family:cambria,Times New Roman;
	color:#999;
margin:5px 2px 3px 0;
}

ul.sidebar{
	margin:0;
	padding:0;
	width:250px;
	height:inherit;
	float:right;
	-moz-border-radius-topright:30px;
	-webkit-border-radius-top-right:30px;
	list-style:none;
}
ul.sidebar h2{margin:5px 0 10px 4px;}
ul.sidebar h4{margin:5px 0 0 0; color:#444;}
.client{width:250px; height:50px; padding:1px; margin:3px;}
.clientimage{float:left; height:50px; width:50px; border:1px solid #999; padding:auto 0px;}
.clienttext{float:right; width:180px; line-height:40px;}
.clienttext h4 a{
	font-size:12pt;
	font-family:cambria,Times New Roman;
	color:#999;
margin:5px 2px 3px 0;
text-decoration:none;
}
.clientimage img{margin:auto 0; border:none;}
a{
	color:#4c4cdf;
	font-family:calibri;
	font-size:11pt;
}

#footer{
	height:278px;
	margin:-10px 0 0 0;
}

#leftfooter{
	background:url(images/favorites.png) no-repeat;
	height:278px;
	width:312px;
	float:left;
}

a.favorite1{
	width:65px;
	height:166px;
	background:url(images/designbump.png) no-repeat;
	margin:30px 10px 0 10px;
	float:left;
}
a.favorite1:hover{
	background:url(images/designbumpover.png) no-repeat;
}
a.favorite2{
	width:70px;
	height:125px;
	background:url(images/sphinn.png) no-repeat;
	margin:60px 10px 0 0;
	float:left;
}
a.favorite2:hover{
	background:url(images/sphinnover.png) no-repeat;
}
a.favorite3{
	width:61px;
	height:155px;
	background:url(images/designfloat.png) no-repeat;
	margin:90px 0 0 0;
	float:left;
}
a.favorite3:hover{
	background:url(images/designfloatover.png) no-repeat;
}
a.favorite4{
	width:61px;
	height:126px;
	background:url(images/dzone.png) no-repeat;
	margin:130px 0 0 0;
	float:left;
}
a.favorite4:hover{
	background:url(images/dzoneover.png) no-repeat;
}

#rightfooter{
	float:right;
	height:278px;
	width:712px;
	background:url(images/rightfooter.png) no-repeat;
	float:right;
}
a.send{
	background:url(images/email.png) no-repeat;
	text-indent:-9999px;
	height:61px;
	width:180px;
	padding:0;
	float:right;
	margin:185px 60px 0 0;
}
a.send:hover{
	background:url(images/emailover.png) no-repeat;
}