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

*{margin:0;}

body {
	background-color:#3B7B9A;
	background-image:url(images/template/background.jpg);
	background-repeat:repeat-x;
}

#container {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

#topper {
	background-image:url(images/template/header.png);
	background-repeat:no-repeat;
	width:800px;
	height:155px;	
}

#logo {
	position:absolute;
	margin-top:23px;
	margin-left:24px;
}

#banner {
	margin-left:130px;
}

#header {
	text-align:right;
}

#header p {
	padding-top:22px;
	padding-right:30px;
}

#header ul {
	margin-top:7px;
}

#header li {
	display:inline;
	margin-right:30px;
}

#main {
	background-image:url(images/template/main.png);
	background-repeat:repeat-y;
	width:800px;
	min-height:600px;
	padding-top:5px;
}

#main h1{
	margin-left:135px;
}

#main p {
	margin-left:135px;
	margin-right:25px;
}

#paypal {
	margin-left:135px;
}

#table {
	margin-left:140px;
	margin-right:5px;
}

#table td {
	font-size:10px;
}

#table a {color:#CCCCCC;}
#table a:link {color:#CCCCCC;}
#table a:visited {color:#EBEBEB;}
#table a:hover {color:#E1E1E1; text-decoration:none;}
#table a:active {color:#5ED7FF;}

#nav {
	float:left;
	position:absolute;
	clear:right;
}

ul {
	list-style-type:none;
	line-height:24px;
	padding-left:30px;
}

a {color: #999999; text-decoration:none;}
a:link {color:#999999;}
a:hover {color:#CCCCCC; text-decoration:underline;}
a:active {color:#5ED7FF;}

#footer {
	background-image:url(images/template/footer.png);
	background-repeat:no-repeat;
	width:800px;
	height:90px;
	font-size:10px;
	padding-top:65px;
}

#footer li {
	display:inline;	
}

#servicelist {
	margin-left:102px;
	margin-right:20px;
}

#fill {
	z-index:2;
	margin-top:-205px;
	margin-left:130px;
}

h2 {
	margin-left:135px;
}

h3 {
	text-align:left;
	padding-left:30px;
	padding-top:11px;
}

h4 {
	padding-left:310px;
	font-size:16px;
}

#description {
	background-image:url(images/template/clientmain.png);
	background-repeat:repeat-y;
	width:800px;
	min-height:600px;
	padding-top:5px;
}

#description p {
	margin-left:30px;
	margin-right:20px;
}

#work{
	background-image:url(images/template/clientmain.png);
	background-repeat:repeat-y;
	width:820px;
	padding-left:50px;
	padding-right:20px;
}

#work a {color:#CCCCCC;}
#work a:link {color:#CCCCCC;}
#work a:visited {color:#EBEBEB;}
#work a:hover {color:#E1E1E1; text-decoration:none;}
#work a:active {color:#5ED7FF;}

#process {
	margin-left:130px;
}

#process ul {
	list-style-type:disc;
	padding:25px;	
}

#process td {
	border-top:solid;
	border-width:thin;
	border-color:#D7D7D7;
	padding-top:10px;
}
