/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0; }
 
/* Basic Styling */
a, a:link {
	background: transparent;
	color: #cb3952;
	text-decoration: none; }
 
a:visited { color: #ef7d91; }
 
a:active {
	background: transparent;
	color: #600817;
	margin-top: 1px; }
 
a:hover { color: #5a8ea0; }
 
img {
	border: 0;
	vertical-align: top; }
 
body,html {
	background: #ffffff;
	color: #5d818c;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: center; }
 
div {
	text-align: left;
	vertical-align: top; }
 
.clear {
	clear: both;
	font-size: 0; }
 
hr {
	background: #a0c8d6;
	border-top: 1px solid #a3cad9;
	border: 0px;
	height: 1px; }
 
p { padding: 10px 0px; }
 
textarea,input {
	background: #e9f9ff;
	border: 1px solid #a0c8d6;
	color: #5d818c;
	font-size: 12px;
	margin: 2px 0px;
	padding: 5px 8px; }
 
select,option {
	background: #ffffff;
	color: #000; }
 
big { font-size: 16px; }
 
h1 {
	font-size: 22px;
	color: #c31937; }
 
h2 {
	font-size: 18px;
	color: #5d818c; }
 
h3 {
	font-size: 15px;
	color: #cb3952;
	margin-top: 10px; }
 
#wrapper {
	width: 960px;
	margin: 0px auto; }
 
/* Header incl. Logo & Quick Navigation */
#header {
	height: 80px;
	position: relative; }
 
	#header img#logo {
		position: absolute;
		top: 23px;
		left: 25px; }
 
	#header img:active, #header ul li:active { margin-top: 1px; }
 
	#header ul {
		float: right;
		margin: 30px 5px 0px 0px; }
 
		#header ul li {
			float: left;
			list-style: none;
			font-size: 11px;
			color: #5d818c;
			height: 23px;
			line-height: 23px;
			padding-right: 20px; }
 
			#header ul li img { margin-left: 5px; }
 
			#header ul li a { color: #5d818c; }
 
				#header ul li a:hover { color: #1d5364; }
 
/* Navigation */
#navigation {
	height: 50px;
	background: #6e929e url(skins/serverfreak/images/navigation.jpg) no-repeat top center; }
 
	#navigation ul.sf-menu {
		height: 50px;
		float: left;
		width: 730px;
		padding-left: 23px; }
 
	#navigation ul li {
		margin: 7px 6px 0px 0px;
		float: left;
		list-style: none;
		font-size: 13px;
		line-height: 13px;
		font-weight: bold;
		color: #c2f0ff;
		height: 37px;
		background: #54747e url(skins/serverfreak/images/navigation_background_default.jpg) no-repeat left; }
 
		#navigation ul li:active { margin-top: 8px; }
 
		#navigation ul li a:hover {
			color: #ffffff;
			background: transparent url(skins/serverfreak/images/navigation_cap_default.jpg) no-repeat right;
			margin: 0px; }
 
		#navigation ul li a {
			display: block;
			padding: 12px 12px;
			background: url(skins/serverfreak/images/navigation_cap_default.jpg) no-repeat right;
			color: #c2f0ff; }
 
		#navigation ul li.current {
			color: #ffffff;
			background: #ae203e url(skins/serverfreak/images/navigation_background_hover.jpg) no-repeat left; }
 
			#navigation ul li.current a, #navigation ul li.current a:hover {
				background: transparent url(skins/serverfreak/images/navigation_cap_hover.jpg) no-repeat right;
				color: #ffffff; }
 
	#navigation ul.right {
		height: 50px;
		float: right;
		width: 190px;
		padding-right: 17px; }
 
		#navigation ul.right li { float: right; }
 
			#navigation ul.right li a {
				color: #ffffff;
				background: transparent url(skins/serverfreak/images/navigation_cap_default.jpg) no-repeat right; }
 
	#navigation ul li#billing { margin-right: 0px; }
 
		#navigation ul li#billing a { background: none; }
 
	#navigation ul li#order { background-position: -2px; }
 
/* Feature Slider */
#slider {
	position: relative;
	height: 260px;
	background: #dff2f9 url(skins/serverfreak/images/banner.jpg) no-repeat top center;
	width: 960px; }
 
/* Features */
#feature {
	background: url(skins/serverfreak/images/feature_background.jpg) repeat-y center;
	border-bottom: 1px solid #a0c8d6;
	position: relative; }
 
	#feature .bottom {
		background: url(skins/serverfreak/images/feature_bottom.jpg) no-repeat bottom center;
		padding-bottom: 20px; }
 
	#feature h1 {
		color: #5d818c;
		font-size: 22px;
		padding: 0px 0px 18px 25px; }
 
	#feature h2 {
		color: #3c3c3c;
		font-size: 18px;
		margin-left: 90px;
		padding: 3px 0px 10px 0px; }
 
	#feature p {
		margin-left: 90px;
		padding: 0px; }
 
	#feature .right p { margin-right: 27px; }
 
	#feature .left, #feature .center, #feature .right {
		width: 320px;
		float: left; }
 
	#feature .left img, #feature .center img, #feature .right img {
		margin-left: 20px;
		float: left; }
 
	#feature a#findoutmore {
		display: block;
		position: absolute;
		top: -2px;
		right: -5px;
		width: 144px;
		height: 38px;
		background: transparent url(skins/serverfreak/images/button_findoutmore.gif) no-repeat top right;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		line-height: 33px;
		z-index: 300; }
 
/* Domain Search */
#domains {
	height: 62px;
	background: #cbf4ff url(skins/serverfreak/images/domains.jpg) no-repeat top center;
	position: relative; }
 
	#domains input#input {
		padding: 0px;
		margin: 0px;
		border: 0px;
		background: #ffffff url(skins/serverfreak/images/domain_input.jpg) no-repeat top left;
		width: 230px;
		height: 17px;
		font-size: 13px;
		padding: 9px 88px 9px 8px;
		font-weight: bold;
		color: #6eabc0;
		line-height: 17px;
		position: absolute;
		top: 12px;
		left: 231px;
		z-index: 100; }
 
	#domains select {
		position: absolute;
		z-index: 200;
		top: 18px;
		left: 468px; }
 
	#domains input#submit {
		padding: 0px;
		margin: 0px;
		border: 0px;
		background: url(skins/serverfreak/images/domain_submit.jpg) no-repeat top left;
		width: 161px;
		height: 33px;
		position: absolute;
		top: 13px;
		left: 567px;
		cursor: pointer; }
 
		#domains input#submit:active { top: 14px; }
 
/* Hosting Packages */
#packages { padding-bottom: 25px; }
 
	#packages .left, #packages .center, #packages .right {
		float: left;
		width: 33.3%; }
 
	#packages h1 {
		font-size: 22px;
		color: #5d818c;
		padding: 25px 0px 12px 25px; }
 
	#packages h2 {
		font-size: 16px;
		color: #5a8ea0;
		padding: 12px 0px 0px 25px; }
 
		#packages h2 b {
			font-size: 22px;
			color: #c31937; }
 
	#packages ul { margin-left: 91px; }
 
		#packages ul li {
			line-height: 20px;
			height: 20px;
			background: url(skins/serverfreak/images/packages_tick.jpg) no-repeat left;
			padding-left: 20px;
			font-size: 12px;
			color: #3c3c3c;
			list-style: none; }
 
	#packages img {
		float: left;
		margin-left: 25px;
		margin-top: 3px; }
 
	#packages .left a img { margin-left: 68px; }
 
	#packages .center a img { margin-left: 63px; }
 
	#packages .right a img { margin-left: 46px; }
 
/* Testimonial Box	*/
#testimonial {
	height: 52px;
	line-height: 52px;
	padding: 0px 25px;
	background: url(skins/serverfreak/images/testimonial.jpg) no-repeat top center;
	position: relative;
	color: #3c3c3c; }
 
	#testimonial span {
		color: #5a8ea0;
		font-style: italic; }
 
	#testimonial p {
		padding: 0px;
		margin: 0px; }
 
	#testimonial a {
		display: block;
		position: absolute;
		top: 8px;
		right: -5px;
		width: 181px;
		height: 38px;
		background: transparent url(skins/serverfreak/images/button_testimonial.gif) no-repeat top right;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		line-height: 33px; }
 
/* Sitemap & Useful Links	 */
#sitemap {
	background: url(skins/serverfreak/images/sitemap_background.jpg) repeat-y center;
	margin-top: 23px; }
 
	#sitemap .top { background: url(skins/serverfreak/images/sitemap_top.jpg) no-repeat top center; }
 
	#sitemap .bottom { background: url(skins/serverfreak/images/sitemap_bottom.jpg) no-repeat bottom center; }
 
	#sitemap .column {
		width: 25%;
		float: left;
		padding: 20px 0px; }
 
	#sitemap h1 {
		font-size: 18px;
		color: #5d818c;
		padding: 0px 25px 10px 25px; }
 
	#sitemap ul { margin-left: 25px; }
 
		#sitemap ul li {
			list-style: none;
			font-size: 12px;
			height: 20px;
			line-height: 20px;
			padding-left: 23px;
			background: url(skins/serverfreak/images/sitemap_arrow.gif) no-repeat left; }
 
/* Copyright & Service Links */
#footer {
	color: #a0c8d6;
	background: transparent;
	padding: 15px 25px;
	font-size: 11px; }
 
	#footer a {
		background: transparent;
		color: #a0c8d6; }
 
		#footer a:hover { color: #c31937; }
 
	#footer p {
		padding: 0px;
		margin: 0px;
		float: left; }
 
	#footer ul {
		float: right;
		width: 300px;
		padding: 0px;
		margin: 0px; }
 
		#footer ul li {
			float: right;
			list-style: none;
			padding: 0px 0px 0px 15px; }
 
/* Technology & Partner Links	 */
#buttons {
	padding: 0px 25px 15px 25px;
	height: 42px;
	overflow: hidden; }
 
	#buttons ul li {
		float: left;
		padding: 0px 27px 0px 0px;
		margin: 0px;
		list-style: none;
		height: 42px; }
 
		#buttons ul li.last { padding: 0px; }
 
		#buttons ul li a:active img { margin-top: 1px; }
 
/* Content Page - Introduction */
#intro {
	height: 26px;
	background: transparent url(skins/serverfreak/images/intro.jpg) no-repeat top center;
	line-height: 26px;
	text-align: right;
	padding: 25px 25px 24px 25px;
	color: #ffffff;
	font-size: 26px; }
 
/* Content Page - Main Content Area */
#content { padding: 25px 0px 0px 0px; }
 
	#content .left {
		width: 650px;
		margin-left: 25px;
		float: left;
		padding-bottom: 25px;
		font-size: 12px;
		color: #3c3c3c; }
		
		#content .left#full {
			width: 910px;
			float: none;
			margin-right: 25px; }
 
		#content .left h1 {
			font-size: 22px;
			color: #5d818c;
			padding: 22px 0px 4px 0px; }
 
		#content .left h2 {
			color: #3c3c3c;
			padding: 20px 0px 0px 0px; }
 
		#content .left p.description {
			color: #5d818c;
			font-size: 13px; }
 
	#content .right {
		width: 240px;
		float: right; }
 
		#content .right h1 {
			background: url(skins/serverfreak/images/list_top.jpg) no-repeat top center;
			font-size: 18px;
			color: #3c3c3c;
			margin: 0px;
			padding: 25px 25px 10px 25px; }
 
		#content .right ul {
			margin-bottom: 25px;
			background: url(skins/serverfreak/images/list_bottom.jpg) no-repeat bottom center;
			padding-bottom: 60px; }
 
			#content .right ul li {
				background: url(skins/serverfreak/images/list_background.jpg) no-repeat top center;
				line-height: 12px;
				list-style: none;
				font-size: 12px;
				margin: 0px; }
 
				#content .right ul li a {
					display: block;
					height: 27px;
					line-height: 29px;
					margin: 0px;
					padding-left: 48px; }
 
					#content .right ul li a:active { margin: 0px 0px 0px 1px; }
 
				#content .right ul li ul {
					padding: 0px;
					margin: 0px; }
 
					#content .right ul li ul li { background: url(skins/serverfreak/images/sublist_background.jpg) no-repeat top center; }
 
						#content .right ul li ul li a { padding-left: 70px; }
 
		#content .right a img { margin-bottom: 25px; }
 
		#content .right a:active img { margin: 1px 0px 24px 0px; }
 
/* Additional Definitions */
.feature_icon {
	float: left;
	margin: 0px 10px 5px 0px; }
 
table.pricing {
	background: transparent url(skins/serverfreak/images/pricing_background.jpg) repeat-y center;
	width: 100%;
	margin: 5px 0px 25px 0px; }
	
	#content .left#full table.pricing {
		background: transparent url(skins/serverfreak/images/pricing_background_alt.jpg) repeat-y center; }
 
	table.pricing td {
		padding: 5px 8px 6px 8px;
		text-align: center; }
 
	table.pricing td {
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #a2c3cc; }
 
	table.pricing thead td {
		background: #e03d5a url(skins/serverfreak/images/pricing_head.jpg) repeat-x top;
		color: #ffffff;
		font-weight: bold;
		border-bottom: 1px solid #c73650;
		border-top: 1px solid #c73650;
		padding: 8px; }
 
	table.pricing tbody td { font-size: 11px; }
 
	table.pricing td.definition {
		text-align: left;
		font-weight: bold;
		padding: 4px 8px 4px 12px;
		cursor: pointer; }
 
	table.pricing tbody tr { cursor: pointer; }
 
		table.pricing tbody tr:hover td {
			background: #ffffff;
			color: #e03d5a; }
 
			table.pricing tbody tr:hover td.definition {
				background: #e03d5a;
				border-top: 1px solid #c73650;
				color: #ffffff; }
 
		table.pricing tbody tr.ordernow td, table.pricing tbody tr.prices td {
			font-weight: bold;
			font-size: 12px; }
 
		table.pricing tbody tr.ordernow td a {
			display: block;
			background: #e03d5a url(skins/serverfreak/images/pricing_head.jpg) repeat-x top;
			height: 28px;
			line-height: 28px;
			color: #ffffff;
			border-right: 1px solid #a32c42;
			border-bottom: 1px solid #a32c42;
			border-top: 1px solid #e33d5c;
			border-left: 1px solid #e33d5c; }
 
			table.pricing tbody tr.ordernow td a:active {
				border-right: 1px solid #e03d5a;
				border-bottom: 1px solid #e03d5a;
				border-top: 1px solid #a32c42;
				border-left: 1px solid #a32c42;
				margin: 0px; }
 
	table.pricing td.definition { width: 200px; }
 
div.features {
	background: #ffffff url(../images/features_background.jpg) repeat-y right;
	margin: 5px 0px 25px 0px;
	padding-left: 200px;
	position: relative; }
 
	div.features img {
		position: absolute;
		left: 0px;
		bottom: 0px; }
 
	div.features h3 { margin-top: 5px; }
 
	div.features ul { margin: 10px 0px; }
 
		div.features ul li {
			list-style-image: url(skins/serverfreak/images/check.gif);
			list-style-position: inside;
			height: 24px;
			line-height: 24px; }
 
		div.features ul.order {
			border-top: 1px solid #a5c6cf;
			border-left: 1px solid #a5c6cf;
			background: #bfe1ed;
			padding: 12px 20px;
			height: 28px;
			margin: 0px; }
 
			div.features ul.order li {
				float: left;
				list-style: none;
				width: 98px;
				margin-right: 12px; }
 
				div.features ul.order li a {
					display: block;
					background: #e03d5a url(skins/serverfreak/images/pricing_head.jpg) repeat-x top;
					height: 28px;
					line-height: 28px;
					color: #ffffff;
					border-right: 1px solid #a32c42;
					border-bottom: 1px solid #a32c42;
					border-top: 1px solid #e33d5c;
					border-left: 1px solid #e33d5c;
					text-align: center; }
 
					div.features ul.order li a:active {
						border-right: 1px solid #e03d5a;
						border-bottom: 1px solid #e03d5a;
						border-top: 1px solid #a32c42;
						border-left: 1px solid #a32c42;
						margin: 0px; }
 
h3.trigger {
	cursor: pointer;
	padding: 10px 0px 18px 0px;
	border-bottom: 1px solid #acd2dd; }
 
.toggle_container {
	background: #e3f5f6;
	border-bottom: 1px solid #acd2dd; }
 
	.toggle_container p { padding: 10px 18px; }
 
#overselling_image, #datacenter_image {
	float: right;
	margin: 0px 0px 10px 20px; }
 
ul#pagemap { border-bottom: 1px solid #acd2dd; }
 
	ul#pagemap li {
		font-size: 16px;
		padding: 0px;
		margin: 0px;
		list-style: none;
		border-top: 1px solid #acd2dd;
		height: auto !important; }
 
		ul#pagemap li a {
			display: block;
			padding: 12px 20px; }
 
		ul#pagemap li ul {
			margin: 0px;
			padding: 0px; }
 
			ul#pagemap li ul li {
				background: #e3f5f6;
				font-size: 13px;
				border-top: 1px solid #acd2dd;
				padding: 6px 0px;
				height: auto !important; }
 
				ul#pagemap li ul li.sub { padding-bottom: 0px; }
 
				ul#pagemap li ul li:hover { background: #ffffff; }
 
				ul#pagemap li ul li a {
					color: #5d818c;
					display: block;
					margin-left: 30px;
					padding: 0px; }
 
				ul#pagemap li ul li ul { margin-top: 5px; }
 
					ul#pagemap li ul li ul li a {
						font-size: 11px;
						margin-left: 60px; }
 
#domains.page input#input { left: 75px; }
 
#domains.page select { left: 312px; }
 
#domains.page input#submit { left: 411px; }
 
#error_wrapper {
	width: 640px;
	margin: 100px auto 0px auto; }
 
	#error_wrapper img#logo { margin: 25px; }
 
	#error_wrapper a:active img#logo { margin: 26px 25px 24px 25px; }
 
#error_background {
	width: 640px;
	height: 320px;
	background: url(skins/serverfreak/images/404_background.jpg) no-repeat top center;
	position: relative; }
 
	#error_background a img {
		position: absolute;
		bottom: 14px;
		left: 240px; }
 
	#error_background a:active img { bottom: 13px; }
 
.error_invisible { display: none; }
 
#error_wrapper h1 { padding: 50px 330px 25px 50px; }
 
#error_wrapper p {
	font-size: 14px;
	padding: 0px 330px 20px 50px; }
 
.billing {
	background: url(skins/serverfreak/images/billing_border.jpg) repeat-y center;
	margin: 10px 0px; }
 
.billing_left {
	float: left;
	width: 48%; }
 
.billing_right {
	float: right;
	width: 47%; }
 
.billing_left img, .billing_right img {
	float: right;
	margin: 0px 0px 10px 10px; }
 
.billing ul { padding-top: 10px; }
 
	.billing ul li { list-style: none; }

	.billing ul li b { text-decoration: underline; }

/* Basic System Styling */
div #error_message {
	background: #ffeaef;
	border: 3px solid #ff829f;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }
 
div #success_message {
	background: #eaf4ff;
	border: 3px solid #82c0ff;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }
 
/* Pagination */
div.pagination {
	font-style: italic;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
	text-align: left;
	height: 40px; }
 
	div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		text-decoration: none;
		color: #44B0EB;
		background: transparent; }
 
		div.pagination a:hover { color: #44e5eb; }
 
	div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		font-weight: bold;
		background-color: #44B0EB;
		color: #ffffff; }
 
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		color: #dddddd; }
 
/* Hover Menu */
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */ }
 
	.sf-menu ul li { width: 100%; }
 
.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
 
.sf-menu li { position: relative; }
 
.sf-menu a {
	display: block;
	padding-left: 20px;
	padding-right: 20px; }
 
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	background: #ffffff;
	top: 24px; /* match top ul list item height */
	z-index: 99; }
 
.sf-menu li:hover li ul, .sf-menu li.sfHover li ul, .sf-menu li li:hover li ul, .sf-menu li li.sfHover li ul { top: -999em; }
 
.sf-menu li li:hover ul, .sf-menu li li.sfHover ul, .sf-menu li li li:hover ul, .sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0; }
 
/* Articles Plugin */
div.article_title {
	background: transparent;
	font-size: 22px;
	line-height: 1;
	padding-bottom: 10px; }
 
a.article_title_link {
	background: transparent;
	font-size: 22px;
	line-height: 1;
	font-style: normal;
	text-decoration: none; }
 
	a.article_title_link:hover { background: transparent; }
 
div.article_footer {
	position: relative;
	width: 100%;
	height: 50px;
	padding-top: 10px; }
 
div.article_footer_left {
	position: absolute;
	width: auto;
	height: 50px;
	font-size: 12px;
	font-style: italic; }
 
div.article_footer_right {
	position: absolute;
	width: auto;
	height: 50px;
	right: 0px;
	text-align: right;
	float: right;
	font-size: 12px;
	font-style: italic; }
 
	div.article_footer_right a { margin: 0 5px; }
 
/* Image Gallery Plugin */
#image_gallery_image img {
	border: 1px solid #eee;
	padding: 2px; }
 
#image_gallery_sections img {
	border: 1px solid #eee;
	padding: 2px; }
 
#image_gallery_thumbnails img {
	border: 1px solid #eee;
	padding: 2px; }