@charset "utf-8";

/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #82B64A;
	background-image: url(../images/greenorbbackground.jpg);
	background-repeat: repeat-x;
}
body a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.1em;
}
body a:hover{
	color: #09771F;
	text-decoration: underline;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #04260D;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #02D634;
	background-image: url(../images/backgroundw2.jpg);
	background-repeat: no-repeat;
}
#header {
	z-index:4;
	position: relative;
	height: 300px;
}
#logoholder {
	z-index:1;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 264px;
	height: 103px;
}
#globeholder {
	z-index:90;
	position: absolute;
	width: 114px;
	height: 112px;
	left: 420px;
	top: 80px;
}
#portfolioholder {
	z-index:3;
	position: absolute;
	top: 9px;
	left: 513px;
}
#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}
#menuholder {
	position:absolute;
	left:1px;
	top:243px;
	width:300px;
	height:21px;
	z-index:5;
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-position: right center;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.contentholder {
	left:77px;
	top:11px;
	width:479px;
	z-index:5;
	height: 305px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	text-align: justify;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentholder h1{
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-right: 7px;
	padding-right: 0px;
}
#domaincheck {
	position:absolute;
	left:510px;
	top:44px;
	width:486px;
	height:72px;
	z-index:5;
}
#domainnameholder {
	position:absolute;
	left:636px;
	top:238px;
	width:265px;
	height:67px;
	z-index:5;
	text-align: center;
}
#customerloginholder {
	position:absolute;
	left:639px;
	top:270px;
	width:251px;
	height:35px;
	z-index:6;
}
.formbutton {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	width: 80%;
	margin: 6px;
}
#pagetitle {
	left:816px;
	top:376px;
	z-index:5;
}
#footer {
	left:803px;
	top:368px;
	z-index:5;
	clear: both;
	font-size: 0.9em;
	text-align: center;
	padding: 5px;
}
.folioholder {
	margin-right: auto;
	margin-left: auto;
	height: 900px;
}
.folioholder a:hover {
	color: #FFF;
}
.portfolios {
	height: 220px;
	width: 480px;
	float: left;
}
.mailcontentholder {
	left:77px;
	top:11px;
	width:479px;
	z-index:5;
	height: 305px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	text-align: justify;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#serviceholder {
	left:837px;
	top:393px;
	z-index:5;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	width: 700px;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.resultsholder {
	width: 570px;
	padding-left: 30px;
	color: #000;
	font-size: 1.1em;
	height: 500px;
	overflow: auto;
	padding-right: 10px;
}
.resultsholder h1 {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.resultsholder a {
	color: #FFF;
}
.resultsholder a:hover {
	color: #FFF;
	text-decoration: underline;
}
table.priceholder {
	font-size: 1.2em;
}
.smalltablefont {
	font-size: 0.8em;
	text-align: center;
}
.thanks {
	font-size: 1.5em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.separate {
	font-size: 9px;
}
.separate h1 {
	font-size: 9px;
}.otherlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #FFF;
}
