/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
}
p {
	margin-top: 1em;	
	color: #000066;
}
#pixibackground {
	background-image: URL(images/newcustomershome.jpg);
	background-repeat: no-repeat;
	width: 907px;
	height: 700px;
	z-index: 0;
	position: relative;
	margin: 0 auto;
	border-left: 1px solid #6E89A6;

}
#customerbackground {
	background-image: URL(images/existingcustomershome.jpg);
	background-repeat: no-repeat;
	width: 907px;
	height: 700px;
	z-index: 0;
	position: relative;
	margin: 0 auto;
	border-left: 1px solid #6E89A6;
}
#designbackground {
	background-image: URL(images/designportfolio.jpg);
	background-repeat: no-repeat;
	width: 907px;
	height: 700px;
	z-index: 0;
	position: relative;
	margin: 0 auto;
	border-left: 1px solid #6E89A6;

}
#servicebackground {
	background-image: URL(images/servicelist.jpg);
	background-repeat: no-repeat;
	width: 907px;
	height: 700px;
	z-index: 0;
	position: relative;
	margin: 0 auto;
	border-left: 1px solid #6E89A6;

}
#iebackground {
	background-image: URL(images/pixinkhome.jpg);
	background-repeat: no-repeat;
	width: 907px;
	height: 700px;
	margin: 0 auto;
}
h1 {
	font-weight:	200;
	color: #FFFFFF;
	font-family: Gill Sans;
	font-size: 24px;
	padding: 0 0 0 8px;
	position: absolute;
	z-index: 3;
	top: 19px;
}
#email1 {
	font-family: Gill Sans;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:	200;
	font-style: italic;
	padding-left: 10px;
	padding-top: 5px;
	position: relative;
	z-index: 3;
	top: 63px;
	
}
#email2 {
	font-family: Gill Sans;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 200;
	font-style: italic;
	padding-left: 10px;
	position: relative;
	z-index: 3;
	top: 40px;
	
}
#topbanner {
	width: 905px;
	height: 123px;
	position: absolute;
	z-index: 3;
}

#miniheader {
	font-size: 11px;
	font-family: Gill Sans;
	width: 200px;
	height: 90px;
	position: absolute;
	z-index: 3;
	top: 62px;
	left: 527px;
}
#miniheader p{
	float: left;
	color: #65AB5C;
}
#bubblebutton{
	margin-right: 30px;
	width: 160px;
	height: 50px;
	font-size: 12px;
	color: #000066;
	position: absolute;
	z-index: 3;
	text-align: center;
	top: 49px;
	left: 737px;
}
#textbody {
	position: absolute;
	z-index: 4;
	top: 180px;
	left: 76px;
	border: 0;
	width: 576px;
}
.intro1 {
	float: left;
	padding: 0 .5em 0 1em;
	border-right: 2px dotted #CCCCCC;
	width: 172px;
	height: 300px;
	float: left;
}
.intro2{
	padding: 0 .5em 0 .5em;
	border-right: 2px dotted #CCCCCC;
	width: 172px;
	height: 300px;
	position: absolute;
	left: 195px;
}
.intro3 {
	padding: 0 .5em 0 .5em;
	border-right: 2px dotted #CCCCCC;
	float: right;
	width: 172px;
	height: 300px;
	float: right;
	margin-right: .5em;
}
.intro1 img {
	margin-bottom: -10px;
}
.intro2 img{
margin-bottom: -10px;
}
.intro3 img {
margin-bottom: -10px;
}
.intro4 {
	float: left;
	padding: 0 .5em 0 1em;
	border-right: 2px dotted #CCCCCC;
	width: 172px;
	float: left;
}
.intro5{
	padding: 0 .5em 0 .5em;
	border-right: 2px dotted #CCCCCC;
	width: 172px;
	position: absolute;
	left: 195px;
}
.intro6 {
	padding: 0 .5em 0 .5em;
	border-right: 2px dotted #CCCCCC;
	float: right;
	width: 172px;
	float: right;
	margin-right: .5em;
}
.intro1 p {
	font-family: Gill Sans;
	font-size: 12px;
	color: #000066;
	text-align: left;
}
.intro2 p {
	font-family: Gill Sans;
	font-size: 12px;
	color: #000066;
	text-align: left;
}
.intro3 p {
	font-family: Gill Sans;
	font-size: 12px;
	color: #000066;
	text-align: left;
}
.intro4 p {
	font-family: Gill Sans;
	font-size: 12px;
	color: #000066;
	text-align: left;
}
.intro5 p {
	font-family: Gill Sans;
	font-size: 12px;
	color: #000066;
	text-align: left;
}
.intro6 p {
	font-family: Gill Sans;
	font-size: 12px;
	color: #000066;
	text-align: left;
}
.dottedline {
	border-top: 2px dotted #CCCCCC;
	width: 576px;
	height: 1px;
}
/****************************************************************
	ELEMENT defaults
	************************************************************/
body,th {
	font-family:		Gill Sans;
	font-size:				0.75em;
	color:					black;
}
div {
	margin:					0;
	padding:				0;
}
a:link {
	text-decoration:		none;
	color:				#FFFFFF;
	background-color: transparent;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
a:hover {
	text-decoration:		underline;
	color:					white;
	background-color: transparent;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.butlink {
	text-decoration:		none;
	color: #000099;
	background-color: transparent;
}
a.butlink:hover {
	text-decoration:		none;
	color:					#000099;
	font-style:				italic;	
		background-color: transparent;
}
a.butlink:visited {
	text-decoration: 		none;
	color: 					#000099;	
		background-color: transparent;
}
a.sublink2 {
	text-decoration:		none;
	color:					#65AB5C;
}
a.sublink2:visited {
	text-decoration:		none;
	color:					#65AB5C;
}
a.sublink2:hover {
	text-decoration:		underline;
	color:					#65AB5C;
}
a.sublink {
	text-decoration:		none;
	color:					#071ce8;
}
a.sublink:visited {
	text-decoration:		none;
	color:					#071ce8;
}
a.sublink:hover {
	text-decoration:		underline;
	color:					#071ce8;
}
a.bubblelink {
	text-decoration:		none;
	color:					#000066;
}
a.bubblelink:visited {
	text-decoration:		none;
	color:					#000066;
}
a.bubblelink:hover {
	text-decoration:		underline;
	color:					#000066;
}
h1 + p {
	margin-top:				-1em;
}
* html .h1p {	/* IE! */
	margin-top:				-1.4em;
}
* html .h2p {	/* IE! */
	margin-top:				-1em;
}
li {
	list-style-type:		circle;
}
img { border: 0 }
/****************************************************************
	CLASS defaults
	************************************************************/
.clearfix:after {
/* this style will expand floated elements the the full height
	of the element.  IE does this automatically but standards-
	compliant UAs don't. */
	content:				"&nbsp;";
	display:				block;
	height:					0;
	clear:					both;
	visibility:				hidden;
}
.centered {
	text-align:				center;
}
/****************************************************************
	ELEMENT overrides
	************************************************************/
#navmenu {
	margin:					0 auto;
	padding:				0;
	border-collapse:		collapse;
}
#navmenu td {
	font-size:				1em;
	text-align:				center;
	border:					2px solid #396B24;
	padding:				0.3em 0;
}

.darkblue {
	color:#000066;
}
.darkgrey {
	color:#666666;
}
#portfolio{
width: 576px;
margin-left: 10px;
}
#teachme_list{
	background-color: transparent;
	width: 160px;
	float: left;
	font-family: Gill Sans;
	padding-left: 2px;
}
#teachme_content {
	border: 0;
	float: right;
	width: 345px;
	padding: 0 20px 0 25px;
	border-left: 2px dotted #CCC;
}
#portfolio_list{
	margin-left: 1px;
	background-color: transparent;
	width: 210px;
	float: left;
}
#portfolio_list p{
	padding-left: 2px;
	color: #000066;
	font-family: Gill Sans;
}
#portfolio_img {
	border: 0;
	float: right;
	width: 365px;
}
#buttoncol {
	float:right;
	width: 180px;
	height: 500px;
	top: 135px;
	position: relative;	
}
#buttoncol1 {
	float:right;
	width: 183px;
	height: 500px;
	top: 112px;
	position: relative;	
}

#buttoncol p{
	color: #000066;
	padding: 10px;
}
.button{
	background-image: URL(images/greybutton.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 19px;
	padding-top: 1px;
	margin-bottom: 10px;
	margin-left:-2px;
	color: #000099;
	text-align: center;
	font-family: Gill Sans;
	font-size: 12px;
}
.button2{
	background-image: URL(images/greenbutton.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 19px;
	padding-top: 1px;
	margin-bottom: 10px;
	margin-left:-2px;
	color: #000099;
	text-align: center;
	font-family: Gill Sans;
	font-size: 12px;
}

#button{
	background-image: URL(images/greybutton.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 19px;
	padding-top: 1px;
	margin-bottom: 10px;
	margin-left:-2px;
	color: #000099;
	text-align: center;
	font-family: Gill Sans;
	font-size: 12px;
}
#button2{
	background-image: URL(images/greenbutton.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 19px;
	padding-top: 1px;
	margin-bottom: 10px;
	margin-left:-2px;
	color: #000099;
	text-align: center;
	font-family: Gill Sans;
	font-size: 12px;
}
h2 {
	font-family: Gill Sans;
	font-size: 18px;
		color: #000066;
	font-weight: 400;
	text-align: center;
	margin-bottom: -5px;
}
h3 {
	font-family: Gill Sans;
	font-size: 14px;
	font-weight: 400;
	color: #000066;
	margin-bottom: -12px;
}
h4 {
	font-family: Gill Sans;
	font-size: 14px;
	font-weight: 400;
	color: #119400;
}
.h4{
	font-family: Gill Sans;
	font-size: 14px;
	font-weight: 400;
	color: #119400;
}
.grey {
	color: #666666;
}
h5 {
	font-family: Gill Sans;
	font-size: 14px;
	font-weight: 400;
	color: #000066;
}
h6 {
	font-family: Gill Sans;
	font-size: 14px;
	font-weight: 400;
	color: #119400;
	margin-bottom: -12px;
}
.heading {
	font-size: 20px;
	border-bottom: 1px solid #119400;
}
#hostingoptions {
	width: 576px;
	margin-left: 10px;
}
#hosting_list{
	margin-left: 1px;
	background-color: transparent;
	width: 220px;
	float: left;
}
.mailing {
background-color: #999fc6;
width: 218px;
	color: #000066;
padding-top: 1px;
}
#hosting_list p{
	padding-left: 2px;
	color: #000066;
	font-family: Gill Sans;
}
#hostingdetails {
	border-left: 2px dotted #CCCCCC;
	float: right;
	width: 275px;
	padding-left:30px;
		color: #000066;
	padding-right:22px;
}
ul {
	padding-left:30px;
	list-style-type: circle;
		color: #000066;
}
#screen_list{
	margin-left: 1px;
	background-color: transparent;
	width: 190px;
	float: left;
}
#screen_list p{
	text-align: justify;
	color: #000066;
	font-family: Gill Sans;
}
#screendetails {
	border-left: 2px dotted #CCCCCC;
	float: right;
	width: 290px;
	padding-left:30px;
		color: #000066;
	padding-right:40px;
}
#screen{
width: 576px;
margin-left: 10px;
}

#email_list{
	margin-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	width: 280px;
	float: left;
}
#email_list p{
	text-align: justify;
	padding-left: 2px;
	color: #000066;
	font-family: Gill Sans;
}
#emaildetails {
	border-left: 2px dotted #CCCCCC;
	float: right;
	width: 200px;
	padding-left:30px;
		color: #000066;
	padding-right:40px;
}
#emaildetails li{
	padding-bottom: 5px;
}
#screendetails li{
	padding-bottom: 10px;
}
.tiny{
	font-size: 10px;
	padding-top: 5px;
}
#email{
width: 576px;
margin-left: 10px;
}
#fill {
	height: 9px;
	width: 500px;
}
.like1 {
	width: 50px;
	padding-top: 10px;
	float: right;
	text-align:right;
}
.fb_index {
	border: 1px solid #CCCCCC;
	z-index: 5;
	position: relative;
	float: right;
	left: 175px;
	top: 390px;
}
.right {
float: right;
text-align: right;
width: 300px;
}
.feedback1 {
	font-size: 12px;
	font-family: Arial;
	width: 175px;
	vertical-align: top;
	color: #000066;
	float: left;
}
.feedback{
	font-family: Arial, Helvetica, Sans-Serif;
	padding-left: 10px;
	font-size: 14px;
}
.feedback2 {
	font-size: 12px;
	width: 368px;
	float: right;
}
.fbtable {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000066;
	font-weight: 600;
	padding-top: 15px;
}
.fbtable td{
	padding-right: 20px;
}
