@charset "utf-8";
/* Dominicus Web Solutions - CSS Document [Media/Screen] */
/* Created by Dominic Businaro - http://dominicbusinaro.com */


/* Floats */
#logo, #nav, #page_container, #page_footer, #footer_wrapper, #footer_left, #footer_right {
	float: left;
}

/* Layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat;
}
#wrapper {
	background-image: url(../img/wrapper_bg.png);
	background-repeat: repeat-x;

}
#header_wrapper {
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 123px;
}
#header {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 93px;
	width: 212px;
	padding-top: 27px;
}
#nav {
	height: 120px;
	width: 564px;
}
#meta {
	text-align: right;
	padding-top: 18px;
	height: 76px;
	width: 564px;
}
#menu {
	height: 26px;
	width: 564px;
}
#page_wrapper {
}
#page_header {
	background-image: url(../img/page_header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 4px;
}
#page_container {
	background-image: url(../img/page_bg.png);
	background-repeat: repeat-y;
	background-color: #ececec;
	background-position: center;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 15px;
}
#page_content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#page_footer {
	background-image: url(../img/page_footer.png);
	background-repeat: no-repeat;
	background-color: #ececec;
	background-position: center;
	height: 15px;
	width: 100%;
}
#footer_wrapper {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#footer_left {
	width: 385px;
	text-align: left;
}
#footer_right {
	width: 385px;
	text-align: right;
}

/* Content Blocks */
#wide_content {
	width: 770px;
	text-align: left;
}
#sidebar_contentl {
	float: left;
	width: 247px;
	text-align: left;
}
#sidebar_contentr {
	float: left;
	width: 508px;
	margin-left: 15px;
	text-align: left;
}
#sidebar2_contentl {
	float: left;
	width: 508px;
	text-align: left;
}
#sidebar2_contentr {
	float: left;
	width: 247px;
	margin-left: 15px;
	text-align: left;
}
#split_contentl {
	float: left;
	width: 378px;
	text-align: left;
}
#split_contentr {
	float: left;
	width: 377px;
	margin-left: 15px;
	text-align: left;
}
#package1 {
	float: left;
	width: 247px;
	padding-bottom: 15px;
	background-image: url(../img/package_bg.png);
	background-repeat: no-repeat;
}
#package2 {
	float: left;
	width: 247px;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 15px;
	background-image: url(../img/package_bg.png);
	background-repeat: no-repeat;
}
#package2_alt {
	float: left;
	width: 247px;
	padding-bottom: 15px;
	background-image: url(../img/package_bg.png);
	background-repeat: no-repeat;
}
#package3 {
	float: left;
	width: 247px;
	padding-bottom: 15px;
	background-image: url(../img/package_bg.png);
	background-repeat: no-repeat;
}
#process {
	float: left;
	width: 770px;
	padding-bottom: 20px;
	background-image: url(../img/process_bg.png);
	background-repeat: no-repeat;
}
.process_padding {
	padding-right: 10px;
	padding-left: 5px;
	width: 140px;
	height: 54px;
	text-align: center;
}
.process_padding_right {
	padding-right: 5px;
	padding-left: 5px;
	width: 140px;
	height: 54px;
	text-align: center;
}
.process_txt {
	padding-top: 19px;
}
.content_block {
	background-image: url(../img/content_block.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 219px;
	padding: 14px;
}
.block_margin {
	margin-bottom: 14px;
}
.block_padding {
	padding-top: 15px;
}
.icon_padding {
	padding-top: 5px;
	padding-right: 15px;
}

/* Menus */
#menu ul {
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menu ul li a {
	font-size: 0.9em;
	color: #FFF;
	/*background-image: url(../img/btn/menu.png);
	background-repeat: no-repeat;
	width: 95px;*/
	height: 24px;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul li a.active {
	background-image: url(../img/btn/menu_arrow.png);
	background-repeat: no-repeat;
	color: #FFF;
	background-position: center bottom;
}
#menu ul li a:hover {
	background-image: url(../img/btn/menu_arrow.png);
	background-repeat: no-repeat;
	color: #FFF;
	background-position: center bottom;
}
#menu ul li .menu_end {
	margin-right: 0px;
}

/* Styles */
h1 {
	font-size: .9em;
	color: #0072bc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-size: .8em;
	color: #0072bc;
	margin: 0px;
	padding: 0px;
}
h2 a, h2 a:visited {
	color: #0072bc;
	text-decoration: none;
}
h3 {
	font-size: .8em;
	color: #0072bc;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4 {
	color: #1F1F1F;
	font-size: .8em;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.page_content p, .list {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #1F1F1F;
}
.page_content p {
	margin-top: 10px;
	margin-bottom: 0px;
}
.page_content p a:link, .page_content p a:visited, .page_content ol a:link, .page_content ol a:visited, .page_content ul a:link, .page_content ul a:visited {
	color: #012f14;
	text-decoration: underline;
}
.page_content p a:hover {
}
.small_txt {
	font-size: .7em;
}
.package_content {
	font-size: 0.75em;
	color: #FFF;
	line-height: 1.3em;
}
.package_content a:link, .package_content a:visited {
	color: #0072bc;
}
.package_pricing {
	font-size: 0.8em;
	color: #D50000;
	line-height: 1.3em;
	font-weight: bold;
}
.meta {
	font-size: 0.7em;
	color: #cccccc;
}
.meta a:link, .meta a:visited {
	color: #cccccc;
	text-decoration: none;
}
.meta a:hover {
	text-decoration: underline;
}
.footer {
	font-size: 0.6em;
	color: #cccccc;
}
.footer a:link, .footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.message_box {
	margin-bottom:10px;
	padding:4px;
	border:solid 1px #DEDEDE;
	background: #FFFFCC;
	clear: both;
	width: 90%;
}
.package_items {
	list-style-type: square;
}
.server_items {
	list-style-type: square;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.included_items {
	font-size: 0.8em;
	line-height: 1.5em;
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	color: #FFF;
}
.included_items a, .included_items a:visited {
	color: #0072bc;
}
.legal_list ul li {
	padding-bottom: 10px;
}
.legal_list ol li {
	padding-bottom: 10px;
}
.legal_list ol li ol li {
	list-style-type: lower-alpha;
}
.legal_list ol li ol li ol li {
	list-style-type: lower-roman;
}
.ii_pad {
	padding-bottom: 15px;
}
.more {
	text-align: right;
}
.more a:link, .more a:visited {
	color: #252525;
	text-decoration: none;
}
#included_items {
	float: left;
	width: 217px;
}
.special_content {
	background-color: #252525;
	background-image: url(../img/special_top.png);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.special_bot {
	float: left;
	background-image: url(../img/special_bot.png);
	background-repeat: no-repeat;
	width: 247px;
	height: 10px;
}
.hr_pad {
	padding-top: 10px;
	padding-bottom: 10px;
}
.table_pad {
	padding-top: 10px;
}

/* Forms */
.txt_field_sm {
	background-color: #252525;
	height: 18px;
	width: 200px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	color: #E9E9E9;
}
.txt_field_med {
	background-color: #252525;
	height: 18px;
	width: 300px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	color: #E9E9E9;
}
.txt_area_sm {
	background-color: #252525;
	height: 100px;
	width: 350px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
	color: #E9E9E9;
}