*
{
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.333em;
}
HTML
{
	height: 100.1%;
	background: #FFF;
}
BODY
{
	background: url(../images/background.png) repeat-x top;
	font-size: 0.75em;
}
BODY.home
{
	background: #FFF url(../images/background-home.png) repeat-x top;
}
BODY.bh
{
	background: #FFF url(../images/background-bh.png) repeat-x top;
}
A, SPAN, STRONG
{
	font-size: 1em;
}
SPAN
{
	color: inherit;
}
A, A:visited
{
	color: #AD4D1B;
	text-decoration: none;
	outline: none;
}
A:hover
{
	color: #591706;
	text-decoration: none;
}
IMG
{
	border: none;
}
.right
{
	float: right !important;
}
.left
{
	float: left !important;
}
/*basic text elements*/
H1
{
	margin-bottom: 0.3em;
	color: #21336B;
	font-size: 2.5em;
}
H2
{
	margin: 1em 0;
	color: #6E1D08;
	font-size: 1.667em;
	text-transform: uppercase;
}
H3
{
	margin: 1em 0;
	color: #AD4D1B;
	font-size: 1.25em;
	text-transform: uppercase;
}
H4
{
	margin: 1em 0;
	color: #AD4D1B;
	font-size: 1.167em;
	text-transform: uppercase;
}
H5
{
	margin: 1em 0;
	color: #590C04;
	font-size: 1.167em;
	text-transform: none;
}
P
{
	margin: 0 0 1em;
}
UL, OL
{
	margin: 1em 0;
}
UL LI
{
	margin: 0 0 0 20px;
}
OL LI
{
	margin: 0 0 0 20px;
}
HR
{
	border: none;
	height: 0;
	border-top: 1px solid #EEE;
}
TEXTAREA, INPUT, SELECT, OPTION, OPTGROUP, BUTTON
{
	background: #FFF;
	font: 1em Arial, Helvetica, sans-serif;
}
BUTTON, INPUT.radio, INPUT.checkbox, LABEL, SELECT
{
	cursor: pointer;
}
BUTTON
{
	overflow: visible;
	border: none;
	background: none;
	white-space: nowrap;
}
FIELDSET
{
	padding: 0;
	border: none;
}
LEGEND
{
	display: none;
}
.uppercase
{
	text-transform: uppercase;
}
/**
* Drupal reset
**/
THEAD TH, TH, TBODY TH, TBODY
{
	border: 0;
	padding: 0;
}
TR.even, TR.odd
{
	padding: 0;
	background-color: transparent;
	border-bottom: 0 none #000000;
}
/**
* header
**/
BODY
{
	min-width: 940px;
}
.header
{
	position: relative;
	width: 940px;
	height: 153px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/header.jpg) no-repeat 50% 0;
}
.home .header
{
	position: relative;
	width: 940px;
	height: 436px;
	margin: 0 auto 35px;
	background: url(../images/header-home.jpg) no-repeat center top;
}
.bh .header
{
	height: 307px;
	background: url(../images/header-bh.jpg) no-repeat center top;
}
.header *
{
	margin: 0;
	padding: 0;
}
.header A.logo
{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 15px;
	width: 165px;
	height: 35px;
	border: none;
	text-indent: -500px;
}
.header H2
{
	float: left;
	margin-top: 93px;
	color: #FFF;
	font-size: 2.333em;
	font-weight: normal;
}
.header .button
{
	float: right;
	margin-top: 95px;
}
.header .button A
{
	display: block;
	float: left;
	overflow: hidden;
	height: 32px;
	border: none;
	text-indent: -500px;
}
.header .button A:hover
{
	background-position: 0 100%;
}
.header .button A.try4free
{
	width: 133px;
	background: url(../images/try-for-free2.png) no-repeat 0 0;
}
.header .button A.try4free:hover
{
	background-position: 0 100%;
}
.header .client-login
{
	position: absolute;
	right: 0px;
	top: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.header .client-login A
{
	padding-left: 12px;
	background: transparent url(../images/login.png) no-repeat 0 50%;
	color: #E58E50;
}
/**
* content
**/
.root
{
	background: url(../images/background-content.png) repeat-x top;
}
.content
{
	position: relative;
	overflow: hidden;
	width: 940px;
	margin: 27px auto 0;
}
.content H3 A:hover
{
	color: #AD4D1B;
}
/**
* mainmenu
**/
.mainmenu
{
	position: absolute;
	right: 130px;
	top: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainmenu LI
{
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.mainmenu A, .mainmenu A:visited
{
	display: block;
	float: left;
	height: 21px;
	padding: 0 12px 4px;
	border: none;
	background: url(../images/mm-separator.gif) no-repeat 0 6px;
	color: #FFF;
	line-height: 21px;
	text-transform: uppercase;
}
.mainmenu LI.first A, .mainmenu LI.first A:visited
{
	background: none;
}
.mainmenu A:hover, .mainmenu LI A.active, .mainmenu A.active:visited, .mainmenu LI.first A:hover, .mainmenu LI.first A.active
{
	position: relative;
	padding-right: 13px;
	margin-right: -1px;
	background: url(../images/mm-hover.gif) no-repeat center top;
	color: #FFF;
}
/**
* showcase-controls
**/
.showcase-controls
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 940px;
	height: 37px;
	list-style: none;
	border-right: 1px solid #9C4C26;
}
.showcase-controls LI
{
	float: left;
	border-left: 1px solid #9C4C26;
}
.showcase-controls LI A, .showcase-controls LI A:visited
{
	display: block;
	float: left;
	height: 37px;
	border-bottom: none;
	background: url(../images/showcase-controls-background.jpg) no-repeat 0 0;
	color: #FFF;
	font-weight: 700;
	font-size: 1.167em;
	line-height: 37px;
	text-align: center;
	text-transform: uppercase;
}
.showcase-controls LI A.active, .showcase-controls LI A.active:visited
{
	background: none;
	color: #FCA665;
}
.showcase-controls LI A.slide1, .showcase-controls LI A.slide1:visited
{
	width: 309px;
	background-position: -1px 0;
}
.showcase-controls LI A.slide2, .showcase-controls LI A.slide2:visited
{
	width: 319px;
	background-position: -311px 0;
}
.showcase-controls LI A.slide3, .showcase-controls LI A.slide3:visited
{
	width: 309px;
	background-position: -632px 0;
}
.showcase-controls LI A:hover
{
	color: #FCA665;
}
/**
* showcase
**/
.showcase
{
	position: absolute;
	left: 0;
	top: 65px;
	overflow: hidden;
	width: 940px;
	height: 330px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.showcase LI
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 940px;
	height: 322px;
}
.showcase LI.slide1
{
	display: block;
}
.showcase LI H4, .showcase LI P
{
	display: none;
}
.showcase IMG
{
	position: absolute;
	z-index: 1;
}
.showcase UL.buttons
{
	position: absolute;
	left: 0;
	top: 230px;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
}
.showcase UL.buttons LI
{
	display: block;
	position: static;
	float: left;
	width: auto;
	height: 32px;
	margin-right: 10px;
}
.showcase UL.buttons A, .showcase UL.buttons A:visited
{
	display: block;
	float: left;
	overflow: hidden;
	height: 32px;
	border: none;
	text-indent: -500px;
}
.showcase UL.buttons A.try4free
{
	width: 133px;
	background: url(../images/try-for-free.png) no-repeat 0 0;
}
.showcase UL.buttons A.live-chat
{
	width: 98px;
	background: url(../images/live-chat.png) no-repeat 0 0;
}
.showcase UL.buttons A:hover
{
	background-position: 0 100%;
}
/**
* partners
**/
.partners
{
	border-top: 8px solid #F2F2F2;
}
.partners UL
{
	overflow: hidden;
	list-style: none;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.partners UL LI
{
	position: relative;
	left: -1px;
	float: left;
	margin: 0;
	padding: 0 15px;
	border-left: 1px solid #F2F2F2;
}
.partners A, .partners A:visited
{
	border-bottom: none;
}
/**
* footer1
**/
.footer1
{
	padding: 35px 0;
	background: #231F20;
}
.footer1 .content
{
	width: 950px;
	margin: 0 auto;
	padding-left: 10px;
	background: #231F20;
}
.footer1 H4
{
	height: auto;
	margin-top: 0;
	color: #ED8630;
}
.footer1 FORM
{
	float: left;
	width: 250px;
	height: 116px;
	padding-right: 50px;
	background: url(../images/dots-v.gif) repeat-y right;
}
.footer1 FORM P
{
	color: #CCC;
}
.footer1 FORM INPUT
{
	width: 178px;
	padding: 4px 0 4px 10px;
	border: none;
	background: url(../images/newsletter.png) no-repeat 0 0;
	color: #777;
	font-size: 0.917em;
	vertical-align: middle;
}
.footer1 FORM BUTTON
{
	width: 61px;
	height: 22px;
	padding-bottom: 4px;
	border: none;
	background: url(../images/newsletter.png) no-repeat 100% 0;
	color: #FFF;
	font-size: 0.917em;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
.footer1 FORM BUTTON:hover
{
	background-position: 100% 100%;
}
.footer1 UL.social
{
	float: left;
	list-style: none;
	width: 130px;
	height: 120px;
	margin: 0;
	padding: 0 20px;
	background: url(../images/dots-v.gif) repeat-y right;
}
.footer1 UL.social LI
{
	margin: 0;
}
.footer1 UL.social A, .footer1 UL.social A:visited
{
	display: block;
	height: 32px;
	padding: 15px 0 15px 45px;
	border: none;
	color: #CCC;
	font-size: 0.917em;
}
.footer1 UL.social A.facebook, .footer1 UL.social A.facebook:visited
{
	padding-top: 0;
	border-bottom: 1px solid #2E2A2B;
	background: url(../images/facebook.jpg) no-repeat 0 0;
}
.footer1 UL.social A.twitter, .footer1 UL.social A.twitter:visited
{
	background: url(../images/twitter.jpg) no-repeat 0 15px;
}
.footer1 UL.social A:hover
{
	color: #ED8630;
}
/**
* links
**/
.links
{
	float: left;
	overflow: hidden;
	width: 130px;
	padding: 0 10px 0 20px;
}
.links.last
{
	width: 140px;
	padding-right: 0;
}
.links UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.links UL LI
{
	margin: 0;
	border-bottom: 1px solid #2E2A2B;
	font-size: 0.917em;
}
.links UL LI.last
{
	border-bottom: none;
}
.links H4
{
	color: #FFF;
	margin-bottom: 10px;
}
.links A, .links A:visited
{
	display: block;
	padding: 5px 0;
	border-bottom: none;
	color: #CCC;
}
.links A:hover
{
	color: #ED8630;
}
/**
* footer2
**/
.footer2
{
	padding: 30px 0;
	background: #000;
}
.footer2 P
{
	width: 810px;
	margin: 0 auto;
	padding-left: 150px;
	background: #000 url(../images/logo-bottom.jpg) no-repeat left center;
	color: #444;
	font-size: 0.917em;
	line-height: 17px;
}
.footer2 P A, .footer2 P A:visited
{
	padding: 0 3px;
	border-bottom: none;
	color: #CCC;
}
.footer2 P A:hover
{
	color: #ED8630;
}
.footer2 P STRONG
{
	color: #FFF;
}
.footer2 P SPAN
{
	color: #777;
}
/**
* repetitive stuff
**/
.clear
{
	overflow: hidden;
	clear: both;
	height: 0;
}
.secret
{
	display: none;
}
/**
* col
**/
.col
{
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
	padding: 0 10px 15px 20px;
}
.col.double
{
	width: 445px;
	border-left: none;
}
.col.first
{
	padding-left: 0;
}
.col.last
{
	margin-right: 0;
	padding-right: 0;
	width: 210px;
}
.col.inside
{
	margin: 0;
	padding: 0 20px 15px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.col.boxes-wrapper
{
	padding-bottom: 0;
}
.col H2, .col H3
{
	margin: 0 0 20px;
}
.col P
{
	margin: 0.5em 0;
}
/**
*  special sections and elements
**/
.intro
{
	overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 8px solid #F2F2F2;
}
/**
* testimonial
**/
P.testimonial
{
	font-style: italic;
	line-height: 1.3em;
}
P.testimonial-signature
{
	margin-top: 1em;
	font-weight: 700;
}
.testimonial-signature A
{
	font-size: 0.917em;
	font-weight: 400;
}
/**
* advice
**/
P.advice
{
	width: 155px;
	margin: 0.7em 0;
	padding-left: 50px;
}
P.advice.video
{
	background: url(../images/advice-video.gif) no-repeat 0 0;
}
P.advice.forum
{
	background: url(../images/advice-forum.gif) no-repeat 0 0;
}
P.advice.ticket
{
	background: url(../images/advice-ticket.gif) no-repeat 0 0;
}
P.advice.chat
{
	background: url(../images/advice-chat.gif) no-repeat 0 0;
}
/**
* post-*
**/
H4.post-title
{
	margin: 0;
	color: #666;
	font-size: 1.083em;
	font-weight: 700;
	line-height: 1em;
	text-transform: none;
}
H4.post-title A, H4.post-title A:visited
{
	color: #666;
}
H4.post-title A:hover
{
	color: #591706;
}
P.post-date
{
	margin-top: 0;
	color: #888;
	font-size: 0.917em;
}
P.post-meta
{
	margin: 0.7em 0;
	color: #CCC;
	font-size: 0.917em;
}
P.post-meta A, P.post-meta A:visited
{
	padding: 0 4px;
	border-bottom: none;
}
P.post-meta A.comments, P.post-meta A.comments:visited
{
	padding-left: 15px;
	background: url(../images/comment-icon.gif) no-repeat 0 center;
}
P.post-meta A:hover
{
	color: #591706;
	text-decoration: none;
}
.blog HR
{
	margin: 1.5em 0;
}
/**
* try4free-button
**/
.try4free-button, .try4free-button:visited
{
	display: block;
	overflow: hidden;
	width: 179px;
	height: 39px;
	margin: 60px auto 0;
	border: none;
	background: url(../images/try-for-free-white.png) no-repeat center top;
	text-indent: -5000px;
	line-height: 29px;
}
.try4free-button:hover
{
	border-bottom: none;
	background-position: 0 100%;
}
/**
* prev & next
**/
A.prev, A.prev:visited
{
	display: block;
	float: left;
	overflow: hidden;
	float: left;
	width: 28px;
	height: 23px;
	margin-top: 55px;
	border: none;
	background: url(../images/prevnext.png) no-repeat 0 0;
	text-indent: -500px;
}
A.next, A.next:visited
{
	display: block;
	float: right;
	overflow: hidden;
	float: right;
	width: 28px;
	height: 23px;
	margin-top: 55px;
	border: none;
	background: url(../images/prevnext.png) no-repeat -28px 0;
	text-indent: -500px;
}
/**
* client-showcase
**/
.proud-hosting DIV
{
	position: relative;
	float: left;
	overflow: hidden;
	width: 145px;
	height: 145px;
	margin-bottom: 10px;
}
UL.client-showcase
{
	position: absolute;
	overflow: hidden;
	margin: 0;
	width: 145px;
	height: 145px;
	list-style: none;
}
UL.client-showcase LI
{
	float: left;
	overflow: hidden;
	width: 145px;
	height: 145px;
	margin: 0;
	padding: 0;
}
A.full-client-list, A.full-client-list:visited
{
	display: block;
	margin: 5px 0;
	border-bottom: none;
	font-size: 0.917em;
}
A.full-client-list SPAN, A.full-client-list:visited SPAN
{
	float: right;
	position: relative;
}
HR.clients
{
	clear: both;
	margin: 10px 0;
}
/**
* boxes
**/
.boxes
{
	list-style: none;
	width: 450px;
	margin: 0;
	padding: 0;
}
.boxes LI
{
	float: left;
	width: 195px;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #EEE;
}
.boxes LI.firstcol
{
	padding-left: 0;
	padding-right: 20px;
	border-right: 1px solid #EEE;
}
.boxes LI.lastcol
{
	width: 205px;
	padding-right: 0;
	padding-left: 20px;
}
.boxes LI.bottom
{
	border-bottom: none;
}
.boxes LI.top
{
	padding-top: 0;
}
.boxes H4
{
	overflow: hidden;
	position: relative;
	height: 40px;
	margin: 0;
	padding: 5px 0 5px 60px;
	background-position: -3px 0px;
	background-repeat: no-repeat;
}
.boxes H4.web-hosting
{
	background-image: url(../images/web-hosting-packages.jpg);
}
.boxes H4.reseller-hosting
{
	background-image: url(../images/reseller-hosting-packages.jpg);
}
.boxes H4.vps-hosting
{
	background-image: url(../images/vps-hosting-packages.jpg);
}
.boxes H4.domain-name-reg
{
	background-image: url(../images/domain-name-registrations.jpg);
}
.boxes H4 A
{
	float: left;
}
.boxes H4 A:hover
{
	color: #591706;
}
.boxes LI IMG
{
	float: left;
	margin-right: 10px;
}
.boxes.main
{
	overflow: hidden;
	width: 940px;
	margin-bottom: 20px;
}
.boxes.main LI
{
	width: 445px;
	height: 185px;
	padding-top: 20px;
}
.boxes.main LI.lastcol
{
	width: 445px;
}
.boxes.main LI.top
{
	padding-top: 0;
}
.boxes.main LI H4
{
	height: auto;
	margin-bottom: 1em;
	padding: 0;
	font-size: 1.25em;
}
.boxes.main LI P.order
{
	margin-top: 20px;
}
.boxes.main LI P.order STRONG
{
	color: #222;
	font-size: 2em;
	font-weight: 400;
}
A.ask-sales, A.ask-sales:visited
{
	float: right;
	overflow: hidden;
	width: 138px;
	height: 26px;
	margin-top: 15px;
	background: url(../images/ask-sales.png) no-repeat 0 0;
	text-indent: -5000px;
}
A.ask-sales:hover
{
	background-position: 0 -26px;
}
/**
* left-side
**/
.left-side
{
	float: left;
	width: 300px;
	padding-right: 45px;
}
/**
* right-side
**/
.right-side
{
	overflow: hidden;
	float: left;
	width: 595px;
}
.right-side IMG.right
{
	padding: 0 0 2em 2em;
}
.right-side IMG.left
{
	padding: 0 2em 2em 0;
}
.right-side H3
{
	margin-top: 0px;
	font-size: 1.5em;
	color: #6E1D08;
	font-weight: bold;
	text-transform: none;
	line-height: 1;
}
.right-side DIV.section
{
	padding-bottom: 24px;
}
/**
* menu
**/
.content .menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.083em;
}
.content .menu LI
{
	position: relative;
	z-index: 1;
	width: 300px;
	height: 35px;
	margin: 0;
	background: transparent url(../images/menu_border.png) repeat-x 0 0;
}
.content .menu A
{
	display: block;
	width: 270px;
	height: 35px;
	padding-left: 30px;
	background: transparent url(../images/plus.png) no-repeat 13px 50%;
	color: #666;
	line-height: 35px;
}
.content .menu LI A:hover
{
	color: #AD4D1B;
}
.content .menu LI.active
{
	z-index: 2;
	margin-bottom: -1px;
	background: #FFF url(../images/menu_selected.png) no-repeat 0 0;
}
.content .menu LI.active A
{
	background: none;
	color: #FFF;
	font-weight: bold;
}
.content .menu LI.active A:hover
{
	color: #FFF;
}
.content .menu LI.first
{
	background: none;
}
/**
* box
**/
.box
{
	list-style: none;
	border-top: 8px solid #F2F2F2;
}
.box H4
{
	margin: 0;
	text-transform: none;
	font-size: 1.083em;
}
.box LI
{
	margin: 0;
	padding-top: 13px;
	padding-left: 60px;
	border-bottom: 1px solid #F2F2F2;
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.box LI.element-0
{
	background-image: url(../images/temp/image_02.png);
}
.box LI.element-1
{
	background-image: url(../images/temp/image_03.png);
}
.box LI.element-2
{
	background-image: url(../images/temp/image_04.png);
	border-bottom: 0 none #000000;
}
.box LI.element-3
{
	background-image: url(../images/temp/image_18.png);
	border-bottom: 0 none #000000;
}
/**
* try4free-bottom
**/
.try4free-bottom
{
	overflow: hidden;
	width: 940px;
	margin: 40px auto 0;
	padding-bottom: 55px;
	border-top: 8px solid #F2F2F2;
	background: url(../images/tr4free-background.png) repeat-x 0 1px;
}
.try4free-bottom H3
{
	margin: 10px 0 0;
	color: #6E1D08;
	font-size: 1.667em;
}
.try4free-bottom UL
{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding-top: 10px;
}
.try4free-bottom LI
{
	float: left;
	margin: 20px 0 0;
	padding: 20px 0 20px 37px;
	border-left: 1px solid #EAEAEA;
}
.try4free-bottom LI.left
{
	width: 320px;
	margin: 0;
	padding-left: 200px;
	padding-bottom: 10px;
	border-left: none;
	background: transparent url(../images/temp/image_01.jpg) no-repeat 30px 0;
}
.try4free-bottom .try4free-button
{
	margin: 0;
}
/**
* phone-number
**/
.phone-number H2
{
	margin: 0;
	color: #AD4D1B;
	font-weight: normal;
	font-size: 2.5em;
	font-style: italic;
	text-transform: none;
	line-height: 1;
}
/**
* left-box
**/
.left-box
{
	margin-top: 15px;
	padding-top: 20px;
	border-top: 8px solid #F2F2F2;
	font-size: 0.917em;
}
.left-box H4
{
	margin-top: 0;
	margin-bottom: 13px;
	color: #AD4D1B;
	font-size: 1.545em;
}
.left-box HR
{
	clear: left;
	height: 1px;
	margin-bottom: 11px;
	border: none;
	background: #F2F2F2;
	color: #F2F2F2;
}
.left-box IMG.left
{
	padding-right: 1em;
	padding-bottom: 1em;
}
.left-box .blue-link A
{
	padding-left: 12px;
	color: #045176;
	background: transparent url(../images/left_link.png) no-repeat 2px 50%;
}
.left-box .blue-link A:hover
{
	color: #19A2C8;
}
.left-box P
{
	overflow: hidden;
}
.left-box P STRONG
{
	font-size: 1.091em;
}
.left-box P EM
{
	display: block;
	margin: 5px 0;
}
/**
* hosting management
**/
.hosting-management
{
	background: transparent url(../images/temp/image_09.png) no-repeat 0 61px;
}
.hosting-management P
{
	padding-left: 78px;
}
.hosting-management A
{
	color: #045176;
}
.hosting-management A:hover
{
	color: #19A2C8;
}
/**
* contact
**/
FORM.contact
{
	overflow: hidden;
	padding: 25px 40px;
	border: 10px solid #F7F7F7;
}
FORM.contact LABEL
{
	color: #000;
	font-weight: bold;
}
FORM.contact DT
{
	padding-bottom: 5px;
}
FORM.contact DD
{
	padding-bottom: 13px;
}
FORM.contact INPUT
{
	width: 220px;
	height: 16px;
	padding: 3px 5px 3px 3px;
	border: 0;
	background: transparent url(../images/input.png) no-repeat 0 0;
}
FORM.contact TEXTAREA
{
	width: 487px;
	height: 150px;
	padding: 3px 5px 3px 3px;
	border: 1px solid #E2E3EA;
	border-top-color: #ABADB3;
	border-bottom-color: #E3E9EF;
}
FORM.contact SELECT
{
	width: 320px;
}
FORM.contact SELECT#form-refer
{
	width: 365px;
}
FORM.contact DT.inline
{
	clear: left;
	float: left;
	width: 126px;
	margin-top: 3px;
}
FORM.contact DD.inline
{
	float: left;
}
FORM.contact DD.inline INPUT
{
	width: 154px;
	background-position: 0 100%;
}
/*form.contact dd.inline input.submit { width: 115px; height: 25px; margin-left: 20px; border: 0; background: transparent url("../images/contact-submit.png") no-repeat 0 0; text-indent: -900em; }
form.contact dd.inline input.submit:hover { background-position: 0 100%; }*/
FORM.contact DD.error
{
	margin-top: -6px;
	margin-bottom: 6px;
	padding-left: 18px;
	padding-bottom: 6px;
	color: #D34A4A;
	font-size: 0.917em;
	border-bottom: 1px solid #F6DBDB;
	background: transparent url(../images/error_form.png) no-repeat 2px 2px;
}
FORM.contact LABEL
{
	padding-bottom: 5px;
}
FORM.contact INPUT.form-submit
{
	clear: left;
	float: left;
	font-size: 0;
	width: 115px;
	height: 25px;
	border: 0;
	background: transparent url(../images/contact-submit.png) no-repeat 0 0;
	text-indent: -900em;
	cursor: pointer;
}
FORM.contact INPUT.form-submit:hover
{
	background-position: 0 100%;
}
/**
* partners
**/
TABLE.partners
{
	width: 597px;
	margin-left: -1px;
	border-collapse: collapse;
	border-top: 8px solid #F2F2F2;
}
TABLE.partners TR, TABLE.partners TD
{
	height: 92px;
	border: 1px solid #EAEAEA;
	border-collapse: collapse;
	border-color: #EDEDED #EAEAEA;
}
TABLE.partners TD
{
	width: 25%;
	text-align: center;
	vertical-align: middle;
}
/**
* two-columns
**/
UL.two-columns
{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding-top: 30px;
}
UL.two-columns LI
{
	float: left;
	width: 290px;
	margin: 0;
}
UL.two-columns LI.left
{
	width: 260px;
	padding-right: 45px;
}
UL.two-columns H3
{
	color: #6E1D08;
}
UL.two-columns-wide LI
{
	width: 210px;
}
UL.two-columns-wide LI.left
{
	width: 340px;
}
/**
* customers-saying-button
**/
A.customers-saying-button
{
	display: block;
	width: 184px;
	height: 25px;
	background: transparent url(../images/customers-saying.png) no-repeat 0 0;
	line-height: 25px;
	text-indent: -900em;
}
A.customers-saying-button:hover
{
	background-position: 0 100%;
}
/**
* slider
**/
.slider
{
	position: relative;
	background: #FBFBFB url(../images/slider_background.png) repeat-x 0 0;
}
.slider H3
{
	margin-bottom: 0.5em;
	color: #6E1D08;
	font-weight: bold;
	font-size: 1.667em;
}
.slider H3.top
{
	margin-top: 0;
}
.slider DIV
{
	position: relative;
	overflow: hidden;
	background: transparent url(../images/slider_background_bottom.png) repeat-x 0 100%;
}
.slider UL
{
	overflow: hidden;
	list-style: none;
	width: 940px;
	margin: 0 auto;
	padding: 35px 0;
}
.slider LI
{
	float: left;
	width: 444px;
	margin: 0 0 0 -1px;
	padding-left: 26px;
	border-left: 1px solid #EAEAEA;
	border-right: 0;
}
.slider LI.left
{
	width: 443px;
	margin: 0;
	padding-left: 0;
	padding-right: 26px;
	border-left: 0;
	border-right: 1px solid #EAEAEA;
}
.slider P.slide
{
	position: relative;
	width: 60px;
	height: 22px;
	margin: -22px auto 0;
}
.slider P.slide A
{
	float: left;
	width: 60px;
	height: 22px;
	background: transparent url(../images/slider.png) no-repeat 0 0;
	text-indent: -900em;
}
.slider-closed P.slide A
{
	background-position: 0 100%;
}
.slider .visit-forum-button
{
	display: block;
	width: 116px;
	height: 25px;
	background: transparent url(../images/visit-forum.png) no-repeat 0 0;
	text-indent: -900em;
}
.slider .live-chat-button
{
	display: block;
	width: 132px;
	height: 25px;
	background: transparent url(../images/launch-live-chat.png) no-repeat 0 0;
	text-indent: -900em;
}
.slider A.visit-forum-button:hover, .slider A.live-chat-button:hover
{
	background-position: 0 100%;
}
/**
* videos
**/
UL.videos
{
	list-style: none;
}
UL.videos H4
{
	margin: 0px;
	text-transform: none;
	font-size: 1.083em;
	font-weight: bold;
}
UL.videos LI
{
	float: none;
	width: auto;
	margin-left: 0;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-bottom: 1px solid #F2F2F2;
	background: transparent url(../images/videos.png) no-repeat 0 5px;
}
A.submit-ticket-button
{
	display: block;
	width: 112px;
	height: 25px;
	background: transparent url(../images/submit-ticket.png) no-repeat 0 0;
	text-indent: -900em;
}
A.submit-ticket-button:hover
{
	background-position: 0 100%;
}
A.visit-forums-button
{
	display: block;
	width: 97px;
	height: 25px;
	background: transparent url(../images/visit-forums.png) no-repeat 0 0;
	text-indent: -900em;
}
A.visit-forums-button:hover
{
	background-position: 0 100%;
}
/**
* breadcrumbs
**/
.breadcrumbs
{
	border-bottom: 1px dotted #DDD;
	color: #888;
}
.breadcrumbs P
{
	width: 940px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	line-height: 37px;
	font-size: 0.917em;
	word-spacing: 7px;
}
.breadcrumbs A, .breadcrumbs A:visited
{
	color: #888;
	word-spacing: normal;
}
.breadcrumbs A:hover
{
	text-decoration: underline;
}
.breadcrumbs STRONG
{
	font-weight: normal;
	color: #ED8630;
	word-spacing: normal;
}
/**
* tables
 */
TABLE
{
	border: none;
	border-collapse: collapse;
	width: 940px;
}
THEAD TH, THEAD TD
{
	padding: 5px 15px 8px 20px;
	border-left: 1px solid #BEBCBC;
	background: #A8A6A6 url(../images/th.png) repeat-x bottom;
	color: #FFF;
	font-size: 1.083em;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: #6a6868 1px 1px 1px;
	text-align: left;
}
THEAD TD
{
	text-transform: none;
}
TBODY TD
{
	padding: 8px 15px;
	border-left: 1px solid #EAEAEA;
	background: #FFF;
	font-size: 0.917em;
}
.zebra TD
{
	background-color: #F5F5F5;
}
TD.feature
{
	padding-left: 30px;
	background-image: url(../images/plus.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
TH.first, TD.first
{
	border-left: none;
}
/**
* system-status
**/
TABLE.system-status
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
}
TABLE.system-status TH
{
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}
TABLE.system-status THEAD TH
{
	font-weight: 700;
}
TABLE.system-status THEAD TH, TABLE.system-status THEAD TD
{
	height: 28px;
	padding-bottom: 5px;
	border-left: 1px solid #EAEAEA;
	background: transparent url(../images/table_header.png) repeat-x 0 0;
	color: #FFF;
	font-size: 1.083em;
	font-weight: bold;
	text-shadow: #616060 2px 2px 0;
}
TABLE.system-status TD
{
	text-align: center;
}
TABLE.system-status TBODY TR
{
	height: 32px;
	color: #666;
	font-size: 0.917em;
}
TABLE.system-status TBODY TR.even TD, TABLE.system-status TBODY TR.even TH
{
	background: #F5F5F5;
}
TABLE.system-status TBODY TD
{
	border-left: 1px solid #EAEAEA;
}
/**
* carousel
**/
.carousel
{
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
}
.carousel UL
{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
.carousel LI
{
	float: left;
	width: 172px;
	height: 70px;
	margin: 0 0 0 -1px;
	border-left: 1px solid #EAEAEA;
	text-align: center;
	line-height: 70px;
}
.carousel IMG
{
	vertical-align: middle;
}
.carousel DIV.carousel-border
{
	position: relative;
	padding: 20px 41px 20px 37px;
	border-top: 8px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}
.carousel DIV.carousel-border DIV
{
	overflow: hidden;
	width: 515px;
	height: 70px;
}
.carousel A.nav
{
	position: absolute;
	top: 41px;
	left: 10px;
	float: left;
	width: 28px;
	height: 23px;
	background: transparent url(../images/prevnext.png) no-repeat 0 0;
	text-indent: -900em;
}
.carousel A.nav.next
{
	position: absolute;
	left: auto;
	top: -14px;
	right: 10px;
	background-position: 100% 0;
}
/**
* blockquote
**/
BLOCKQUOTE
{
	margin-bottom: 1em;
	padding-left: 64px;
	background: transparent url(../images/quote.png) no-repeat 0 5px;
}
/**
* back-video
**/
A.back-video
{
	padding-left: 10px;
	background: transparent url(../images/back-link.png) no-repeat 0 50%;
	font-size: 0.917em;
}
/**
* forms in the header
**/
.header FORM
{
	float: left;
	width: 436px;
	height: 242px;
	margin-top: 65px;
}
.header FORM.secure-single
{
	padding-right: 30px;
}
.header FORM.secure-multiple
{
	padding-left: 30px;
	border-left: 1px solid #D57A30;
}
.header FORM H3
{
	margin-top: 25px;
	color: #F58B40;
	font-size: 1.417em;
}
.header FORM H4
{
	color: #F58B40;
}
.header FORM P
{
	color: #FFF;
}
.header FORM LABEL
{
	float: none;
	display: block;
	width: 400px;
	color: #FFF;
	font-size: 0.917em;
}
.header FORM.secure-single LABEL
{
}
.header FORM INPUT, .header FORM TEXTAREA, .header FORM SELECT
{
	margin: 3px 3px 0 0;
	border: 1px solid #E2E3EA;
	border-top-color: #ABADB3;
	border-bottom-color: #E3E9EF;
	font-size: 0.917em;
}
.header FORM INPUT, .header FORM TEXTAREA
{
	padding: 3px 10px;
}
.header FORM INPUT
{
	width: 200px;
	margin-top: 11px;
}
.header FORM SELECT
{
	padding: 2px 0;
}
.header FORM SELECT OPTION
{
	padding: 0 0 0 10px;
}
.header FORM TEXTAREA
{
	width: 410px;
	height: 90px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.header FORM .intro
{
	margin: 10px 0 30px;
	padding-left: 60px;
	border: none;
	background: url(../images/globe.png) no-repeat 0 0;
}
.header FORM .intro P
{
	padding-left: 15px;
	border-left: 1px solid #752E1F;
}
BUTTON#check-domain
{
	width: 129px;
	height: 26px;
	margin: 3px 0 0;
	background: url(../images/check-domain.png) no-repeat;
	vertical-align: middle;
}
BUTTON#check-domains
{
	width: 165px;
	height: 26px;
	background: url(../images/check-domains.png) no-repeat;
}
/**
* page title
**/
.page-title
{
	padding: 20px 0;
}
.page-title DIV
{
	width: 940px;
	margin: 0 auto;
}
.page-title H2
{
	margin: 0;
	font-weight: 400;
	font-size: 2.167em;
}
/**
* secondary menu next to title
**/
UL.secondary-menu
{
	float: right;
	overflow: hidden;
	list-style: none;
	width: auto;
	height: 31px;
	margin: 0;
	padding: 0;
}
UL.secondary-menu LI
{
	float: left;
	width: auto;
	margin: 0;
	padding: 0 0 0 1px;
	background: url(../images/sec-menu.png) no-repeat -200px 0;
}
UL.secondary-menu LI.first
{
	padding-left: 0;
}
UL.secondary-menu A, UL.secondary-menu A:visited
{
	float: left;
	height: 31px;
	padding: 0 11px;
	line-height: 31px;
	background: url(../images/sec-menu.png) no-repeat -201px 0;
	color: #AAA;
	text-transform: uppercase;
}
UL.secondary-menu A:hover, UL.secondary-menu A.active, UL.secondary-menu A.active:visited
{
	background-position: -201px -31px;
	color: #FFF;
}
UL.secondary-menu A SPAN, UL.secondary-menu A:visited SPAN
{
	float: left;
	height: 31px;
	line-height: 31px;
	color: #AAA;
}
UL.secondary-menu A:hover SPAN, UL.secondary-menu A.active SPAN, UL.secondary-menu A.active:visited SPAN
{
	background: url(../images/sec-menu-arrow.gif) no-repeat center bottom;
	color: #FFF;
}
UL.secondary-menu LI.first A, UL.secondary-menu LI.first A:visited
{
	padding-left: 20px;
	background-position: 0 0;
}
UL.secondary-menu LI.first A:hover, UL.secondary-menu LI.first A.active, UL.secondary-menu LI.first A.active:visited
{
	background-position: 0 -31px;
}
UL.secondary-menu LI.last A, UL.secondary-menu LI.last A:visited
{
	padding-right: 20px;
	background-position: right top;
}
UL.secondary-menu LI.last A:hover, UL.secondary-menu LI.last A.active, UL.secondary-menu LI.last A.active:visited
{
	background-position: right -31px;
}
/**
* domain prices
 */
.domain-prices
{
	overflow: hidden;
	list-style: none;
	margin-bottom: 20px;
}
.domain-prices LI
{
	float: left;
	width: 135px;
	margin: 0;
	padding: 0 0 0 25px;
	border-left: 1px solid #EAEAEA;
}
.domain-prices LI.last
{
	border-right: 1px solid #EAEAEA;
}
.domain-prices LI STRONG
{
	color: #222;
	font-size: 1.667em;
	font-weight: 400;
}
/*
* columns in header
 */
.header-col
{
	float: left;
	width: 290px;
	height: 242px;
	margin-top: 65px;
}
.header-col.mid
{
	width: 280px;
	margin: 65px 14px 0;
	padding: 0 15px;
	border-right: 1px solid #BC662B;
	border-left: 1px solid #BC662B;
}
.header-col H2
{
	float: none;
	margin: 15px 0 0;
	padding: 0;
	color: #F58B40;
	font-size: 1.667em;
	font-weight: 700;
}
.header-col P
{
	margin: 1em 0;
	color: #FFF;
}
.header-col UL
{
	list-style-type: square;
	color: #DB864B;
}
.header-col LI
{
	margin-left: 20px;
	color: #F58B40;
}
.header-col LI SPAN
{
	color: #FFF;
	font-weight: 700;
	font-size: 0.917em;
}
.header-col .order STRONG
{
	color: #F58B40;
	font-size: 2em;
	font-weight: 400;
}
.header-col P.order
{
	margin-top: 35px;
}
.header-col FORM
{
	float: none;
	width: auto;
	height: auto;
	margin-top: 0;
}
.header-col P.order-button
{
	float: right;
	overflow: hidden;
	margin-top: 5px;
}
.header-col P.order-button INPUT
{
	width: 93px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/order-now.png) no-repeat 0 0;
	border: 0 none #000000;
	text-indent: -999em;
	cursor: pointer;
}
.header-col P.button-reseller
{
	margin-top: 40px;
}
A.order-button, A.order-button:visited
{
	float: right;
	overflow: hidden;
	width: 93px;
	height: 28px;
	margin-top: 40px;
	background: url(../images/order-now.png) no-repeat;
	text-indent: -500px;
}
/**
* common questions
 */
UL.faq
{
	list-style: none;
	margin: 2em 0;
}
UL.faq LI
{
	margin: 0;
	padding: 0;
}
UL.faq P
{
	margin: 0;
	padding: 10px 28px;
	border-bottom: 1px solid #F2F2F2;
}
UL.faq P.question
{
	background: url(../images/plus.gif) no-repeat 9px center;
	color: #AD4D1B;
	cursor: pointer;
}
UL.faq P.question.active
{
	background: #FDFDEF url(../images/minus.gif) no-repeat 9px center;
	font-weight: 700;
}
UL.faq P.answer
{
	padding-bottom: 30px;
	background: url(../images/branch.gif) no-repeat 9px 15px;
}
/**
* the sliding page content
 */
.clip
{
	overflow: hidden;
}
.clip .section
{
	overflow: hidden;
	clear: none;
	float: left;
	width: 940px;
}
/**
* form success message
 */
.msg
{
	margin: 1.5em 0;
	padding: 30px 30px 30px 125px;
	border: 10px solid #F7F7F7;
}
.msg.success
{
	background: url(../images/success.png) no-repeat 35px 30px;
}
.msg P
{
	margin: 0;
}
P.msg-title
{
	margin-bottom: 0.5em;
	color: #AD4D1B;
	font-size: 1.5em;
	font-weight: 700;
}
/**
* the slider
 */
.tuner
{
	position: absolute;
	top: 65px;
	width: 940px;
	height: 242px;
}
.tuner H3
{
	margin: 25px 0 0;
	color: #F58B40;
	font-size: 1.417em;
}
.tuner UL.tuner-questions
{
	position: absolute;
	top: 60px;
	left: 620px;
	list-style: square;
}
.tuner UL.tuner-questions LI
{
	color: #F58B40;
	font-size: 0.917em;
}
.tuner UL.tuner-questions LI SPAN
{
	color: #FFF;
	font-weight: 700;
}
.tuner UL.parameters
{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 55px;
	margin: 0;
	list-style: none;
}
.tuner UL.parameters LI
{
	float: left;
	width: 159px;
	height: 48px;
	margin: 0 1px 0 0;
	padding: 7px 0 0 30px;
	background: url(../images/vps-parameters-back.png) repeat-x left bottom;
	color: #F58B40;
	line-height: 0.9em;
	text-transform: uppercase;
	text-shadow: #551303 0 1px 1px;
}
.tuner UL.parameters LI STRONG
{
	color: #FFF;
	font-size: 1.667em;
	font-weight: 400;
	text-shadow: none;
}
.tuner P.buy
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
	height: 55px;
	margin: 0;
	background: url(../images/vps-parameters-back.png) repeat-x left bottom;
}
.tuner P.buy A, .tuner P.buy A:visited
{
	display: block;
	overflow: hidden;
	width: 129px;
	height: 38px;
	margin: 10px auto 0;
	background: url(../images/buy-now.png) no-repeat;
	text-indent: -500px;
}
.tuner P.vps-label
{
	position: absolute;
	top: 60px;
	margin: 0;
	color: #FFF;
}
.tuner P.vps-label STRONG
{
	color: #F58B40;
	font-size: 1.667em;
}
.slider-wrapper
{
	position: absolute;
	top: 130px;
	width: 940px;
	height: 37px;
}
.slider-wrapper .slider
{
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 1;
	width: 940px;
	height: 37px;
	background: url(../images/slider-bar.gif) no-repeat center top;
}
.slider-wrapper .slider-overlay
{
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 2;
	width: 65px;
	height: 5px;
	background: url(../images/slider-bar-overlay.png) no-repeat left top;
}
.slider-wrapper A.slider-handle, .slider-wrapper A.slider-handle:visited
{
	position: absolute;
	top: 0;
	left: 55px;
	z-index: 20;
	width: 25px;
	height: 37px;
	background: url(../images/slider-handle.png) no-repeat 0 0;
}
.slider-wrapper A.point, .slider-wrapper A.point:visited
{
	position: relative;
	z-index: 5;
	float: left;
	overflow: hidden;
	width: 134px;
	height: 35px;
	background: url(../images/slider-point.png) no-repeat center 13px;
	text-indent: -500px;
}
/**
* Login page
 */
BODY.login
{
	margin-bottom: 50px;
	padding-top: 175px;
	border-bottom: 8px solid #F2F2F2;
	background: #FFF url(../images/login/background.jpg) repeat-x 0 175px;
}
.login .header
{
	height: 444px;
	background: url(../images/login/header.jpg) no-repeat center top;
}
.login A.logo
{
	left: 525px;
	top: 90px;
}
.login A.logo-login
{
	width: 160px;
	height: 27px;
	display: block;
	background: url(../images/login/logo.png) no-repeat 0px 0px;
	text-indent: -3000px;
	overflow: hidden;
	/*[empty]padding-top:;*/
	margin-top: 7px;
	margin-bottom: 12px;
}
.login .mainmenu
{
	top: 15px;
	right: 295px;
}
.login .mainmenu LI
{
	margin: 0;
}
.login .mainmenu LI SPAN
{
	float: left;
	height: 21px;
	padding: 0 12px 6px 0;
	color: #E58E50;
	line-height: 18px;
}
.login .mainmenu A, .login .mainmenu A:visited
{
/*padding: 0 12px 6px 12px;*/
	border: none;
	background: none;
	line-height: 18px;
}
.login .mainmenu A:hover, .login .mainmenu A.active
{
	background: url(../images/mm-hover.gif) no-repeat center top;
}
.login_outer_container
{
	overflow: hidden;
	width: 629px;
	margin-left: 154px;
	position: relative;
	top: 84px;
}
.login_container
{
	overflow: hidden;
	width: 2483px;
}
DIV.panel-left
{
	float: left;
	width: 238px;
	padding-right: 34px;
	color: #FFF;
	padding-top: 5px;
}
DIV.panel-left P
{
	color: #EEE;
	font-size: 11px;
	margin-bottom: 13px;
	line-height: 1.5;
}
DIV.panel-left STRONG
{
	color: #EEE;
	font-weight: bold;
	font-size: 11px;
}
DIV.panel-left EM
{
	color: #EEE;
}
DIV.panel-left A
{
	color: #ED8630;
}
DIV.panel-left A:hover
{
	text-decoration: underline;
	color: #FFF;
}
DIV.panel-left DIV.nublue-server
{
	width: 237px;
	height: 291px;
	background: url(../images/login/server.png) no-repeat 0px 0px;
}
DIV.panel-left DIV.nublue-credit-cards
{
	width: 237px;
	height: 291px;
	background: url(../images/login/nublue-credit-cards.png) no-repeat 0px 0px;
}
DIV.panel-right
{
	float: left;
}
DIV#hosting-control-panel, DIV#billing-management, DIV#webmail
{
	display: block;
	overflow: hidden;
	clear: none;
	float: left;
	width: 629px;
	height: 300px;
}
.login_outer_container .cufon
{
	z-index: 1;
	overflow: hidden;
}
.login .social
{
	list-style: none;
	width: 409px;
	margin: 15px auto;
	text-align: center;
	/*[empty]padding-bottom:;*/
	height: 40px;
}
.login .social LI
{
	display: inline-block;
	margin: 0;
	float: left;
}
.login .social LI A, .login .social LI A:visited
{
	display: block;
	float: none;
	height: 34px;
	font-size: 0.917em;
	text-align: left;
}
.login UL.social LI A.twitter, .login UL.social LI A.twitter:visited
{
	width: 80px;
	padding-left: 46px;
	background: url(../images/login/twitter.gif) no-repeat 0 0;
}
.login UL.social LI A.facebook, .login UL.social LI A.facebook:visited
{
	width: 103px;
	padding-left: 58px;
	background: url(../images/login/facebook.gif) no-repeat 14px 0;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.login UL.social LI A.wha, .login UL.social LI A.wha:visited
{
	width: 95px;
	padding: 0 0 0 14px;
}
.login .header FORM
{
	width: 310px;
	margin: 0;
	padding: 0;
}
.login .header FORM FIELDSET
{
	overflow: hidden;
	padding: 0;
	border-top: 1px solid #C76F2E;
	border-bottom: 1px solid #C76F2E;
}
.login .header FORM LABEL
{
	width: 300px;
	margin: 0;
}
.login .header FORM P
{
	margin: 10px 0;
	font-size: 1.083em;
	text-transform: uppercase;
	text-shadow: #7e2d0b 1px 1px 1px;
}
.login .header FORM INPUT
{
	width: 205px;
	margin-bottom: 7px;
}
.login .header FORM BUTTON
{
	width: 88px;
	height: 32px;
	margin: 5px 0 18px;
	padding: 0;
	border: none;
	background: url(../images/login/login-button.gif) no-repeat;
	color: #FFF;
	font-weight: 700;
	font-size: 1.083em;
	line-height: 32px;
	text-transform: uppercase;
}
.login .header FORM P.forgotten
{
	padding-left: 26px;
	background: url(../images/login/lock.gif) no-repeat left center;
	font-size: 0.917em;
	text-transform: none;
	text-shadow: none;
}
.login .header FORM P.forgotten A, .login .header FORM P.forgotten A:visited
{
	color: #ED8630;
}
.login .header FORM P.forgotten A:hover
{
	color: #FFF;
}
/**
* Splash
 */
BODY.splash
{
	background: url(../images/splash/background.jpg) repeat-x top;
}
.splash .header
{
	position: relative;
	width: 940px;
	height: 159px;
	margin: 0 auto 36px;
	padding: 0;
	background: url(../images/splash/header.jpg) no-repeat center top;
}
.splash-contact .header
{
	margin: -16px auto 36px;
}
.splash .header H2
{
	width: 940px;
	margin: 0 auto;
	padding-top: 108px;
	font-size: 1.75em;
}
.splash .mainmenu
{
	right: 0px;
}
.splash .mainmenu A, .splash .mainmenu A:visited
{
	background: url(../images/splash/mm-separator.gif) no-repeat 0 6px;
}
.splash .mainmenu LI.secondary
{
	padding-left: 40px;
	font-weight: normal;
}
.splash .mainmenu .separator A, .splash .mainmenu .separator A:visited
{
	background: none;
}
.splash .mainmenu A:hover, .splash .mainmenu A.active, .splash .mainmenu A.active:visited, .splash .mainmenu LI.first A:hover, .splash .mainmenu LI.first A.active
{
	background: url(../images/splash/mm-hover.gif) no-repeat center top;
}
.splash .mainmenu LI.secondary A, .splash .mainmenu LI.secondary A:visited
{
	background: none;
	color: #999;
}
/*padding-right: 12px;*/
.splash .mainmenu LI.secondary A:hover
{
	background: url(../images/splash/mm-hover.gif) no-repeat center top;
	color: #FFF;
}
/*.splash .mainmenu li.secondary a { padding-right: 0px;  }*/
.splash .footer1 H4
{
	color: #FFF;
}
.splash .footer1 FORM INPUT
{
	background: url(../images/splash/newsletter.png) no-repeat 0 0;
}
.splash .footer1 FORM BUTTON
{
	background: url(../images/splash/newsletter.png) no-repeat 100% 0;
}
.splash .footer1 FORM BUTTON:hover, .splash .footer1 FORM BUTTON:focus
{
	background-position: 100% 100%;
}
.splash .footer2 P
{
	background: #000 url(../images/splash/logo-bottom.jpg) no-repeat left center;
}
.splash .footer1 * A, .splash .footer1 * A:visited
{
	color: #8A8A8A;
}
.splash .footer1 * A:hover
{
	color: #FFF;
}
.splash .footer1 UL.social A, .splash .footer1 UL.social A:visited
{
	color: #8A8A8A;
}
.splash .footer1 UL.social A:hover
{
	color: #FFF;
}
.splash .footer2 * A:hover
{
	color: #FFF;
}
.splash .mainmenu SPAN
{
	float: left;
	height: 21px;
	padding-left: 50px;
	color: #999;
	line-height: 21px;
	text-transform: uppercase;
}
.splash .content H3
{
	margin-top: 1.7em;
	color: #000;
	font-size: 1.5em;
	text-transform: none;
}
.splash .content.bottom
{
	margin-top: 0px;
}
.splash .content.bottom H3
{
	margin-bottom: 10px;
	color: #888;
	font-size: 1.167em;
	text-transform: uppercase;
}
.splash .partners LI
{
	padding: 0 21px;
}
.splash .error
{
	border: 1px solid #FF0000;
}
.departments
{
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	background: url(../images/splash/visual.jpg) no-repeat center top;
}
.departments DIV
{
	float: left;
	width: 260px;
	margin: 0 10px;
	padding: 0 20px;
}
.departments H2
{
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #19A2C8;
	font-size: 1.75em;
	font-weight: 400;
	text-transform: uppercase;
}
.departments UL
{
	list-style: none;
}
.departments UL LI
{
	margin: 0.5em 0;
	color: #000;
	font-weight: 700;
}
.departments UL.blognews LI
{
	padding: 8px 0 5px;
	border-top: 1px solid #F2F2F2;
	color: #AAA;
	font-weight: 400;
}
.departments UL.blognews LI.first
{
	padding-top: 0;
	border-top: none;
}
.departments A, .departments A:hover
{
	color: #0C4773;
}
.departments A:hover
{
	color: #19A2C8;
}
.departments A.button, .departments A.button:visited
{
	float: left;
	width: auto;
	height: 26px;
	padding: 0 20px 0 0;
	background: url(../images/splash/blue-button.png) no-repeat right top;
	line-height: 26px;
}
.departments A.button SPAN, .departments A.button:visited SPAN
{
	float: left;
	width: auto;
	height: 26px;
	padding: 0 0 0 15px;
	background: url(../images/splash/blue-button.png) no-repeat left top;
	color: #FFF;
	font-size: 0.917em;
	line-height: 21px;
	text-transform: uppercase;
}
.departments A.button:hover
{
	background-position: right bottom;
}
.departments A.button:hover SPAN
{
	background-position: left bottom;
}
.departments A.image-links
{
	height: 160px;
	display: block;
	text-indent: -9999px;
}
.products_container
{
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	background: none;
	margin-bottom: 30px;
}
.products_container DIV
{
	float: left;
	width: 199px;
	margin: 0px;
	padding: 0 20px;
	border-left: 1px solid #EEEEEE;
}
.products_container DIV.first
{
	border: none;
}
.products_container H2
{
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #19A2C8;
	font-size: 1.75em;
	font-weight: 400;
	text-transform: uppercase;
}
.products_container UL
{
	list-style: none;
}
.products_container UL LI
{
	margin: 0.5em 0;
	color: #000;
	font-weight: 700;
}
.products_container A, .products_container A:hover
{
	color: #0C4773;
}
.products_container A:hover
{
	color: #19A2C8;
}
.products_container A.button, .products_container A.button:visited
{
	float: left;
	width: auto;
	height: 26px;
	padding: 0 20px 0 0;
	background: url(../images/splash/blue-button.png) no-repeat right top;
	line-height: 26px;
}
.products_container A.button SPAN, .products_container A.button:visited SPAN
{
	float: left;
	width: auto;
	height: 26px;
	padding: 0 0 0 15px;
	background: url(../images/splash/blue-button.png) no-repeat left top;
	color: #FFF;
	font-size: 0.917em;
	line-height: 21px;
	text-transform: uppercase;
}
.splash.page .header
{
	margin-bottom: 0;
}
.splash.page .header H2
{
	margin-top: 0;
	padding-top: 93px;
	font-size: 2.333em;
}
.splash .breadcrumbs
{
	border-bottom: none;
	background: url(../images/splash/breadcrumb.gif) repeat-x 0 bottom;
}
.splash .breadcrumbs STRONG
{
	margin-top: 0;
	padding-top: 0;
	color: #19A2C8;
}
.splash .sidebar
{
	float: left;
	width: 300px;
}
.splash .sidebar P.banner
{
	margin: 0 0 5px;
}
.splash .sidebar .box
{
	margin-top: 25px;
}
.splash .sidebar .box H4
{
	margin: 1em 0 0.75em;
	color: #19A2C8;
	font-size: 1.417em;
	font-weight: bold;
	text-transform: uppercase;
}
.splash .sidebar .box P.signature
{
	color: #000;
	font-weight: bold;
}
.splash .sidebar .box P.signature A, .splash .sidebar .box P.signature A:visited
{
	color: #0C4773;
	font-weight: normal;
	font-size: 0.917em;
}
.splash .sidebar .box P.signature A:hover
{
	color: #19A2C8;
}
.splash .main-content
{
	overflow: hidden;
	float: right;
	width: 595px;
}
.splash .main-content A, .splash .main-content A:visited
{
	color: #0C4773;
}
.splash .main-content A:hover
{
	color: #19A2C8;
}
.splash UL.jobs
{
	list-style: none;
	margin-bottom: 3em;
	border-top: 10px solid #F7F7F7;
}
.splash UL.jobs LI
{
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EEE;
}
.splash UL.jobs A.more, .splash UL.jobs A.more:visited
{
	float: left;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #EEE;
	border-bottom: none;
	color: #19A2C8;
	font-size: 0.917em;
}
.splash UL.jobs A.more:hover
{
	color: #0C4773;
}
.splash UL.jobs H4
{
	margin-bottom: 0.5em;
	color: #0C4773;
	font-size: 1.25em;
	font-weight: 400;
	text-transform: none;
}
.splash UL.jobs P.job-status
{
	float: right;
	margin: 1.5em 0 0;
	color: #888;
	font-style: italic;
}
.splash .left-side H4
{
	color: #19A2C8;
}
.splash .left-side .phone-number H2
{
	color: #000;
}
.splash FORM.contact DD.inline INPUT.submit
{
	width: 115px;
	height: 25px;
	margin-left: 20px;
	border: 0;
	background: transparent url(../images/splash/contact-submit.png) no-repeat 0 0;
	text-indent: -900em;
}
.splash .left-box P STRONG
{
	color: #000;
}
#gmap
{
	width: 574px;
	height: 335px;
	margin-bottom: 2em;
	border: 10px solid #F7F7F7;
}
FORM.newsletter
{
	position: relative;
}
FORM.newsletter IMG
{
	position: absolute;
	top: 4px;
	right: 50px;
}
.form-required
{
	color: #FF0000;
}
/*.back-to-admin { float: right; }*/
#overlay
{
	display: none;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
#popup
{
	display: none;
	z-index: 4;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 470px;
	margin-top: -250px;
	margin-left: -430px;
	padding: 25px;
	background: #FFF;
}
#popup A.close
{
	position: absolute;
	top: 10px;
	right: 10px;
	float: left;
	width: 17px;
	height: 20px;
	color: #000;
	background: transparent url(../images/close.gif) no-repeat 0 0;
	text-indent: -999em;
}
#popup A.close:hover
{
	background-position: 0 -22px;
}
.vps-page .tuner FORM
{
	display: none;
}
.splash #edit-captcha-response-wrapper LABEL
{
	float: left;
	width: 100%;
}
/*
domain registration page - danny and thanos - nublue 16/04/2010
*/
FORM.check-domain-form
{
	width: 940px;
	height: 98px;
	background: url(../images/box-domain-name.jpg) no-repeat 0px 0px;
	position: relative;
}
FORM.check-domain-form INPUT#domain-name
{
	width: 546px;
	/*[disabled]height:35px;*/
	background: #FFF url(../images/domain-reg-input.jpg) repeat-x 0px 0px;
	border: 1px solid #FFD079;
	padding-top: 6px;
	font-family: Tahoma;
	font-size: 1.4em;
	padding-left: 15px;
	padding-bottom: 8px;
	position: absolute;
	left: 33px;
	top: 19px;
}
FORM.check-domain-form SELECT#domain-sufix
{
	width: 105px;
	/*[disabled]height:35px;*/
	background: #FFF url(../images/domain-reg-input.jpg) repeat-x 0px 0px;
	border: 1px solid #FFD079;
	padding-top: 6px;
	padding-bottom: 7px;
	font-size: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	left: 609px;
	top: 19px;
}
FORM.check-domain-form SELECT#domain-sufix OPTION
{
	border: 0;
	padding: 0;
	margin: 0;
}
FORM.check-domain-form BUTTON#check-domain
{
	width: 177px;
	height: 41px;
	background: url(../images/button-check-this-domain.jpg) no-repeat 0px 0px;
	left: 737px;
	top: 16px;
	position: absolute;
}
DIV#domains-container
{
	width: 940px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 412px;
}
DIV#domains-suggested-holder DIV, DIV#domains-ready-holder DIV
{
	font-family: Arial;
	font-size: 1.3em;
}
DIV#domains-suggested-holder DIV.domains-suggested-domain, DIV#domains-ready-holder DIV.domains-ready-domain
{
	width: 378px;
	height: 38px;
	background: url(../images/domain-bg.jpg) repeat-x 0px 0px;
	padding-top: 17px;
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 7px;
}
DIV#domains-container INPUT.checkbox
{
/*display: none;*/
}
/*Search results*/
DIV.search-results
{
	width: 427px;
	float: left;
}
DIV#domains-suggested-holder DIV.registered-no LABEL
{
	color: #4C8415;
}
DIV#domains-suggested-holder DIV.registered-yes LABEL
{
	color: #980000;
}
DIV.search-results INPUT, DIV.search-results LABEL
{
	float: left;
}
DIV.search-results A
{
	font-size: 0.8em;
	float: right;
	font-family: Tahoma;
	padding-bottom: 6px;
	padding-right: 31px;
	padding-top: 2px;
	cursor: pointer;
}
DIV.search-results A.button-register-domain
{
	background: url(../images/icon-register.jpg) no-repeat right top;
}
DIV.search-results A.button-transfer-domain
{
	background: url(../images/icon-transfer.jpg) no-repeat right top;
}
DIV.search-results A.button-check-domain
{
	background: url(../images/loader.gif) no-repeat right top;
}
/*domains to register*/
DIV.domains-to-register
{
	width: 426px;
	float: left;
	padding-left: 37px;
}
DIV.domains-to-register INPUT, DIV.domains-to-register LABEL
{
	float: left;
}
DIV.domains-to-register A.button-remove-domain
{
	font-size: 0.8em;
	float: right;
	font-family: Tahoma;
	background: url(../images/icon-remove.jpg) no-repeat right top;
	padding-bottom: 6px;
	padding-right: 31px;
	padding-top: 2px;
	cursor: pointer;
}
A.domains-add-to-cart
{
	width: 140px;
	height: 26px;
	display: block;
	background: url(../images/button-add-domains-to-cart.jpg) no-repeat 0px 0px;
	text-indent: -3000px;
	overflow: hidden;
	float: right;
}
.hidden
{
	display: none;
}
DIV.domain-loader
{
	float: right;
	font-family: Tahoma;
	font-size: 0.8em;
	padding-bottom: 6px;
	padding-right: 31px;
	padding-top: 2px;
}
SPAN.message-fail
{
	display: inline-block;
	padding: 2px;
	margin: 2px;
	color: #660000;
	background-color: #FFCCCC;
	border: 1px solid #660000;
}
A.switch
{
	position: absolute;
	top: 26px;
	left: 184px;
	float: left;
	width: 15px;
	height: 14px;
	text-indent: -999em;
}
#switcher
{
	list-style: none;
	z-index: 30;
	position: absolute;
	top: 0;
	left: -999em;
	width: 219px;
	height: 326px;
	margin: 0;
	padding: 12px 0 0;
	background: transparent url(../images/switcher.png) no-repeat 0 0;
}
#switcher LI
{
	overflow: hidden;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 19px;
}
#switcher LI A
{
	float: left;
	width: 100%;
	height: 59px;
	text-indent: -999em;
}
#switcher LI.close
{
	padding-bottom: 12px;
}
#switcher LI.close A
{
	float: right;
	width: 15px;
	height: 14px;
}
.partners-tabs
{
	overflow: hidden;
	border-bottom: 1px solid #DDDDDA;
	font-weight: 700;
}
.partners-tabs UL
{
	float: right;
	list-style: none;
	margin: 0;
}
.partners-tabs LI
{
	float: left;
	margin: 0 0 -1px -1px;
}
.partners-tabs LI A
{
	z-index: 2;
	display: block;
	padding: 7px 35px;
	border: 1px solid #DDDDDA;
	color: #AD4D1B;
}
.partners-tabs LI A.active, .partners-tabs LI A:hover
{
	padding-bottom: 8px;
	border-bottom: none;
	background: #F2F2F2;
	color: #666;
}
