@charset "UTF-8";
body {
	background: white;
}
#header {
	display: none;
}
#top-menu {
	display: none;
}
#top-banner {
	display: none;
}
#sidebar {
	display: none;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}
#content {
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	line-height: 16px;
}
#content a {
	color: blue;
	text-decoration: none;
}
#content a:visited {
	color: purple;
}
#content a:active {
	color: red;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 1em;
	list-style-image: url(images/aziom-arrow-small.gif);
	list-style-type: none;
}
#left-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	float: left;
	width: 340px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 16px;
}
#left-column a {
	color: blue;
	text-decoration: none;
}
#left-column a:visited {
	color: purple;
}
#left-column a:active {
	color: red;
}
#left-column a:hover {
	text-decoration: underline;
}
#left-column ul {
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 1em;
	list-style-image: url(images/aziom-arrow-small.gif);
	list-style-type: none;
}

#right-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	float: left;
	width: 340px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	display: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
	text-align: left;
}
#bottom-menu {
	display: none;
}
.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.blue-box-outer {
	margin: 0px 0px 10px;
	width: 340px;
	background-image: url(images/blue-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #dee2ec;
}
.blue-box-inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
	text-align: left;
	padding: 10px;
	width: 320px;
	background-image: url(images/blue-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #002664;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #002664;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #002664;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #002664;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #002664;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
#breadcrumbs-outer {
	display: none;
}
.blue-box-inner ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 2px;
	padding-left: 1em;
	list-style-image: url(images/aziom-arrow-small-blue-bg.gif);
}
.blue-box-inner a:link, a:visited {
	text-decoration: none;
	color: blue;
}
.blue-box-inner a:active {
	text-decoration: underline;
	color: red;
}
.blue-box-inner a:hover {
	text-decoration: underline;
}
.ContactForm {
	text-align: left;
	display: block;
	width: 430px;
	margin: 15px auto 5px auto;
	padding: 0px;
}
.ContactForm label {
	text-align: right;
	display: block;
	float: left;
	vertical-align: text-top;
	width: 100px;
	margin-right: 4px;
	color: #002664;
}
.ContactForm p {
	margin-top: 0px;
	margin-bottom: 3px;
}
.ContactForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}
.ContactInfo th {
	text-align: right;
	font-weight: normal;
	color: #002664;
}
.ContactInfo td {
	text-align: left;
	vertical-align: text-top;
}
.ContactInfo a:link {
	color: blue;
	text-decoration: none;
}
.ContactInfo a:visited {
	color: purple;
	text-decoration: none;
}
.ContactInfo a:hover {
	text-decoration: underline;
}
.errorBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
	line-height: normal;
	width: 400px;
	margin: 10px auto 10px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #ffffee;
	text-align: left;
	padding: 6px;
}
table.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	line-height: normal;
	margin-top: 5px;
}
table.features th {
	background-color: #79B8E3;
	font-weight: bold;
	color: #002c72;
	background-image: url(images/feature-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right: 1px solid white;
}
table.features td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.features a:link {
	color: blue;
	text-decoration: none;
}
table.features a:visited {
	color: blue;
	text-decoration: none;
}
table.features a:active {
	color: red;
}
table.features a:hover {
	text-decoration: underline;
}
.web-hosting-box {
	background: white url(images/web-hosting-box-bg.jpg) no-repeat top;
	text-align: left;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	float: left;
	width: 170px;
}
.web-hosting-box ul {
	list-style-position: inside;
	list-style-image: url(images/aziom-arrow-small.gif);
	margin: 0px 0px 5px 0;
	padding: 0px;
}
.web-hosting-box a:link {
	text-decoration: none;
	color: blue;
}
.web-hosting-box a:visited {
	text-decoration: none;
	color: purple;
}
.web-hosting-box a:active {
	text-decoration: underline;
	color: red;
}
.web-hosting-box a:hover {
	text-decoration: underline;
}
#better-value {
	background: url(images/better-value.png) no-repeat;
	margin: 0px auto 0px -20px;
	padding: 0px;
	height: 81px;
	width: 82px;
	float: left;
}
.picture-box {
	float: right;
	width: auto;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	line-height: normal;
}
.picture-box img {
	margin-bottom: 5px;
}
#sitemap {
	background: url(images/large-cursor.gif) no-repeat right top;
	margin-top: 20px;
	margin-left: 40px;
}
