@charset "utf-8";
/* CSS Document */


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0px;
	color:#333;
}
body a {
	color:#666;
	text-decoration:none;
}
body a:hover {
	color:#333;
}
h1 {
	line-height:40px;
	font-size:26px;
	color:#039;
	font-weight:normal;
}
h2 {
	line-height:30px;
	font-size:22px;
	color:#036;
	font-weight:normal;
	margin-left:20px;
}
h3 {
	line-height:30px;
	font-size:18px;
	color:#036;
	font-weight:normal;
	margin-left:20px;
}
blockquote {
	margin:7px;
	padding:10px;
	background-color:#E8F9F9;
	border-top-style:dotted;
	border-top-color:#999;
	border-top-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	border-bottom-width:1px;
}
#page {
	width:665px;
	margin:auto;
}
#header {
	width:225px;
	float:left;
}
#content {
	width:420px;
	float:right;
	padding:10px;
}
#footer a:hover {
	text-decoration:overline;	
}
#footer {
	clear:both;
	padding-top:20px;
}
#footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}
#footer li {
	float:left;
	margin-left:10px;
}
#legal ul {
	padding-bottom:10px;
}
#legal li {
	font-size:11px;padding-top:10px;
}
#logo {
	width:224px;
	float:left;
	height:84px;
}
#phone {
	width:224px;
	font-size:32px;
	font-style:italic;
	font-weight:bold;
	color:#6C3;
	float:left;
	height:85px;
}
#menu {
	width:224px;
	float:left;
	height:auto;
}
#menu ul {
	list-style:none;
	padding:0;
}
#menu li {
	margin-top:10px;
}
#menu a {
	font-style:italic;
}
#menu a:hover {
	text-decoration:underline;
}
#examples {
	width:225px;
}
#examples ul {
	list-style:none;
	padding:0;
	margin:auto;
	width:155px;
	height:auto;
}
#examples li {
	margin-top:10px;
}
#webdesign:hover {
	color:#F60;
}
#graphicdesign:hover {
	color:#09C;
}
#dynamicwebsites:hover {
	color:#F00;
}
#contactus:hover {
	color:#090;
}
.thumb img {
	border:#CCC;
	border-style:solid;
	border-width:thick;
}
.thumb img:hover {
	border:#999;
	border-style:dashed;
	border-width:thick;

}
.title {
	font-size:20px;
}
.desc {
	font-size:11px;
	text-decoration:none;
}
.dark {color:#006;}
.darkdot {color:#060;}
form{padding:0;margin:0;}
label{float:left;width:25%;vertical-align:top;}
input,textarea,select{padding:1px;font:400 1em verdana,sans-serif;color:#999;background:#EEE;border:1px solid #CCC;}
input:focus,input:hover,textarea:focus,textarea:hover,select:focus,select:hover{color:#000;background:#e7f1f3;border:1px solid #888;}
input.noBorder,input:focus.noBorder,input:hover.noBorder{padding:0;border:0;}
input.button{padding:2px 5px;font:400 .9em verdana,serif;cursor:pointer;color:#fff;background:#fc3307;border-width:1px;border-style:solid;border-color:#ff7800 #691300 #691300 #FF7800;}
input.radio{background:none;border:0;}