
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ECF4F5 url(images/bg01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #355A75;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 220%;
}

strong {
	font-size: 11px;
	color: #144B72;
}

a {
	color: #73932E;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 1000px;
	margin: 0px auto;
	background: url(images/bg04.png) no-repeat left top;
}

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	width: 900px;
	height: 306px;
	padding: 0px 50px;
}

#header #column1 {
	float: left;
	width: 250px;
	height: 306px;
}

#header #column2 {
	float: right;
	width: 650px;
	height: 306px;
}

/** LOGO */

#logo {
	width: 250px;
	height: 191px;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-indent: -99999px;
}

#logo h1 a {
	display: block;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 191px;
	background: url(images/logo.png) no-repeat left top;
}

#logo p {
	margin-top: -50px;
}

/** LOGIN */

#login {
	width: 210px;
	height: 88px;
	margin: 0x;
	padding: 27px 20px 0px 20px;
	background: red url(images/homepage02.jpg) repeat-x left top;
}

#login form, #login fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#login form {
	padding: 0px 0px 0px 0px;
}

#login input {
	float: left;
	margin: 0px;
	padding: 0px;
}

#login .email-input-text {
	width: 180px;
	height: 20px;
	margin: 0px 0px 14px 0px;
	padding: 4px 10px 2px 10px;
	background: url(images/homepage03.jpg) repeat-x left top;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #A3C5D0;
}

#login .password-input-text {
	width: 110px;
	height: 20px;
	margin: 0px 15px 0px 0px;
	padding: 4px 0px 2px 10px;
	background: url(images/homepage03.jpg) repeat-x left top;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #A3C5D0;
}

#login .login-button {
	width: 65px;
	height: 26px;
	background: url(images/homepage06.jpg) no-repeat left top;
	border: none;
}

/** SEARCH */

#search {
	width: 650px;
	height: 88px;
}

#search form, #search fieldset {
	float: right;
	margin: 0px;
	padding: 0px;
	border: none;
}

#search form {
	padding: 53px 0px 0px 0px;
}

#search input {
	float: left;
	margin: 0px;
	padding: 0px;
}

#search .input-text {
	width: 190px;
	height: 20px;
	margin: 0px 15px 0px 0px;
	padding: 4px 0px 2px 10px;
	background: url(images/homepage03.jpg) repeat-x left top;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #A3C5D0;
}

#search .submit-button {
	width: 65px;
	height: 26px;
	background: url(images/homepage04.jpg) no-repeat left top;
	border: none;
}

#splash {
	width: 650px;
	height: 144px;
	background: blue;
}

/** MENU */

#menu {
}

#menu ul {
	margin: 0px;
	padding: 17px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	float: left;
	height: 32px;
	/*padding: 12px 23px 0px 23px;*/
	padding: 12px 10px 0px 13px;
	background: url(images/homepage07.gif) no-repeat left top;
	text-align: center;
}

#menu li a {
	float: left;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px #013073;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

/** PAGE */

#page-wrapper {
	background: url(images/bg05.jpg) repeat-y center top;
}

.single #page-wrapper {
	background: url(images/subpage3_01.jpg) repeat-y center top;
}

#page {
	overflow: hidden;
	width: 900px;
	padding: 0px 50px 20px 50px;
}

/** CONTENT */

#content {
	float: right;
	width: 650px;
}

.single #content {
	width: 100%;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
}

/** FOOTER */

#footer {
	height: 106px;
	background: #012A64 url(images/bg03.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
	color: #09366D;
}

#footer a {
	color: #09366D;
}

/** FOOTER CONTENT */

#footer-wrapper {
	background: url(images/bg07.jpg) repeat left top;
}

#footer-wrapper-bgtop {
	background: url(images/bg02.jpg) repeat-x left top;
}

#footer-wrapper-content {
	overflow: hidden;
	margin: 0px auto;
	padding: 20px 0px;
	background: url(images/bg06.jpg) no-repeat center top;
}

#four-column {
	width: 860px;
	margin: 0px auto;
	padding: 10px 20px 30px 20px;
	color: #BFDCE8;
}

#four-column .title {
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #001C4B;
	color: #FFFFFF;
}

#four-column span {
	font-weight: bold;
}

#four-column ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#four-column li {
	padding: 9px 0px;
}

#four-column li a {
	color: #78A1D5;
}

#four-column .link {
	display: inline-block;
	width: 135px;
	height: 30px;
	margin: 2px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	background: url(images/homepage13.jpg) repeat-x left top;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 1px 1px 1px #516810;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#four-column .column1 {
	float:  left;
	width: 210px;
	padding-right: 20px;
	background: url(images/homepage15.jpg) repeat-y right top;
}

#four-column .column2 {
	float:  left;
	width: 175px;
	padding: 0px 20px;
	background: url(images/homepage15.jpg) repeat-y right top;
}

#four-column .column3 {
	float:  left;
	width: 175px;
	padding: 0px 20px;
	background: url(images/homepage15.jpg) repeat-y right top;
}

#four-column .column4 {
	float: right;
	width: 175px;
}

#box1 {
	clear: both;
	width: 250px;
	height: 260px;
}

#box2 {
	clear: both;
	margin-bottom: 40px;
}

#box3 {
	clear: both;
}

.box {
}

.box .title {
	height: 34px;
	padding: 14px 0px 0px 20px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.box span {
	font-weight: bold;
}

.box .align-img {
	margin-left: -10px;
}

.box .content {
	padding: 10px 20px 0px 20px;
}

.box .date {
	display: inline-block;
	padding: 0px 5px 0px 5px;
	background: #E2E4E5;
	font-weight: bold;
}

.box .link {
	display: inline-block;
	width: 167px;
	height: 30px;
	margin: 2px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	background: url(images/homepage13.jpg) repeat-x left top;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 1px 1px 1px #516810;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.box-style1 {
}

.box-style1 .title {
	background: url(images/homepage08.jpg) repeat-x left top;
	text-shadow: 1px 1px 1px #516E1E;
}

.box-style2 {
}

.box-style2 .title {
	background: url(images/homepage09.jpg) repeat-x left top;
	text-shadow: 1px 1px 1px #012475;
}

#hosting-plans {
	width: 650px;
}

#plan1 {
	float: left;
	width: 216px;
	margin-right: 1px;
}

#plan2 {
	float: left;
	width: 216px;
}

#plan3 {
	float: right;
	width: 216px;
}

.plan {
	height: 260px;
	background: #076AAE url(images/homepage12.jpg) no-repeat left bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.plan .title {
	height: 40px;
	padding: 8px 0px 0px 0px;
	background: url(images/homepage11.jpg) no-repeat left bottom;
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	text-shadow: 1px 1px 1px #0566B5;
	font-size: 24px;
	font-weight: normal;
	color: #BDD0F1;
}

.plan span {
	font-weight: bold;
	color: #FFFFFF;
}

.plan ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.plan li {
	padding: 4px 0px;
	font-size: 14px;
}

.plan .link {
	text-align: center;
}

.plan .link a {
	display: inline-block;
	width: 116px;
	height: 30px;
	margin: 18px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	background: url(images/homepage13.jpg) repeat-x left top;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 1px 1px 1px #516810;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.plan strong {
	color: #FFFFFF;
}

.table1 * {
	font-size: 9px;
	color: #355A75;
}

.table1 {
	margin-bottom: 18px;
}

.table1 th, .table1 td {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

.table1 th {
	padding: 5px 15px;
}

.table1 td {
	padding: 5px 15px;
	background: #DAE3EC;
}

.table1 tr.alt td {
	background: none;
}

.table2 * {
	font-size: 9px;
	color: #355A75;
}

.table2 th {
	padding: 5px 15px;
}

/** CONTACT FORM */
form#contact fieldset {
	padding: 5px 5px 15px 10px;
	border: 1px solid #c8c8c8;
}

form#contact legend {
	font-size: 11pt;
	font-weight: bold;
}

form#contact label {
	float: left;
	padding: 3px 0 0 0;
	width: 100px;
	font-weight:bold;
}

form#contact .entry-item {
	margin: 8px 0 3px 0;
}

form#contact .entry-item input[type="text"] {
	width: 300px;
	border: 1px solid #c8c8c8;
}

form#contact .entry-item textarea {
	width: 300px;
	border: 1px solid #c8c8c8;
}

form#contact .submit-button {
	margin: 10px 0 0 0;
	width: 65px;
	height: 26px;
	background: url(images/homepage06.jpg) no-repeat left top;
	border: none;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #001C4B;
	color: #FFFFFF;
}


