@charset "utf-8";

:active, :focus {
	outline: none;
}

body {
	padding: 0;
	margin: 0;
	background: url(../_images/bg_body.png) repeat-x #f5f5f5;
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*********************************************/
/*************** CONTENT STYLES **************/
/*********************************************/


/*************** FOOTER **************/

#footer {
	min-width: 950px;
	margin-top: 25px;
	padding: 17px 0 57px 0;
	background: #f0f0f0;
	color: #b3b3b3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#footer p {
	width: 910px;
	margin: 0 auto;
	display: block;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

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


/*************** MAIN CONTENT **************/

#mainContent {
	width: 676px;
	padding: 0 13px 0 17px;
	border-left: 1px solid #E6E6E6;
}

#mainContent h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#mainContent h2 a {
	color: #4c4c4c;
	text-decoration: none;
}

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

#mainContent p {
	margin: 0 0 20px 0;
}

#mainContent p a {
	line-height: 15px;
	color: #666666;
	text-decoration: none;
}

.mainContentTitle {
	margin: 0 0 23px 0;
	font-size: 17px;
	font-weight: bold;
	color: #9c9c9c;
}


/*************** LEFT MENU **************/

#leftMenu {
	width: 200px;
	padding: 3px 0 0 20px;
	line-height: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 623px;
}

#leftMenu ul {
	margin: 0 0 21px 0;
	padding: 0;
	list-style-type: none;
}

#leftMenu a {
	color: #808080;
	text-decoration: none;
}

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

.leftMenuTitle {
	margin: 0 0 6px 0;
	font-weight: bold;
}


/*************** LOGO **************/

.logo {
	width: 235px;
	height: 37px;
	padding: 31px 0 0 22px;
	background: url(../_images/logo.jpg) right bottom no-repeat;
}

.logo span {
	display: none;
}


/*************** MENU **************/

#menu {
	padding-bottom: 53px;
}

#menu span {
	display: none;
}

#menu a {
	height: 50px;
	display: block;
}

#menu a:hover {
	background-position: 0 51px;
}

#menu .promotions {
	width: 113px;
	background-image: url(../_images/menu_promotions.png);
}

#menu .domains {
	width: 104px;
	background-image: url(../_images/menu_domains.png);
}

#menu .servers {
	width: 100px;
	background-image: url(../_images/menu_servers.png);
}

#menu .transfer {
	width: 106px;
	background-image: url(../_images/menu_transfer.png);
}

#menu .contact {
	width: 103px;
	background-image: url(../_images/menu_contact.png);
}


/*********** SEARCH DOMAIN ***********/

#searchDomain {
	height: 107px;
	padding: 47px 0 0 54px;
	background: url(../_images/search_domain.png) 44px 0 no-repeat;
}

#searchDomain .inputTxt {
	width: 280px;
	height: 17px;
	margin: 0;
	padding: 1px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#searchDomain .checkBtn {
	width: 100px;
	height: 36px;
	margin-top: -8px;
	cursor: pointer;
}

#searchDomain input {
	border: 0;
	background: transparent;
	display: block;
}

#searchDomain .payments {
	width: 270px; 
	height: 20px;
	margin-top: 35px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #727272;
	text-decoration: none;
	display: block;
}

#searchDomain p, #searchDomain .payments span, #searchDomain h2 {
	display: none;
}


/*********** SERVICES ***********/

#services {
	height: 240px;
	margin-bottom: 62px;
	line-height: 16px;
	color: #3d3d3d;
	background: url(../_images/backgrounds/bg_services.gif);
}

#services .leftBg {
	width: 9px;
	height: 240px;
	background: url(../_images/backgrounds/bg_services_left.png);
}

#services .rightBg {
	width: 11px;
	height: 240px;
	background: url(../_images/backgrounds/bg_services_right.gif);
}

#services h2 {
	height: 18px;
	margin: 0 0 26px 0;
	background-repeat: no-repeat;
	display: block;
}

#services h2 a {
	height: 18px;
	display: block;
}

#services h2 span {
	display: none;
}

#services img {
	margin: 0 auto 13px auto;
	display: block;
}

#services p {
	margin: 0;
}

.service1 {
	width: 196px;
	height: 217px;
	padding: 23px 25px 0 14px;
}

.service1 h2 {
	background-image: url(../_images/title_service1.png);
}

.service2 {
	width: 190px;
	height: 217px;
	padding: 23px 25px 0 19px;
}

.service2 h2 {
	background-image: url(../_images/title_service2.png);
}

.service3 {
	width: 200px;
	height: 217px;
	padding: 23px 16px 0 19px;
}

.service3 h2 {
	background-image: url(../_images/title_service3.png);
}

.service4 {
	width: 196px;
	height: 217px;
	padding: 23px 10px 0 20px;
}

.service4 h2 {
	background-image: url(../_images/title_service4.png);
}

.verticalLineRight {
	background: url(../_images/backgrounds/bg_services_vertical_line.png) right 0 no-repeat;
}


/*********** SPLASH ***********/

#splash {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: black;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
	position: absolute;
	z-index: 2;
	display: none;
}

#splashCenter {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
	display: none;
}

#splashLogo {
	margin: 20px auto;
	display: block;
}

#splashMsg {
	width: 450px;
	height: 217px;
	margin: 157px auto 0 auto;
	padding-top: 54px;
	line-height: 18px;
	background: #fff url('../_images/backgrounds/bg_grad.gif') bottom repeat-x;
}

#splashMsg .splashTitle {
	margin: 0 0 18px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
}


/*********** TOP ***********/

#top {
	height: 101px;
	padding: 102px 0 0 558px;
	background-image: url(../_images/top2.jpg);
	display: block;
}

#top .order {
	width: 117px;
	height: 52px;
	border: 0;
	background-image: url(../_images/buttons/btn_order.jpg);
	display: block;
}

#top .order:hover {
	background-position: 0 52px;
	cursor: pointer;
}

#top span {
	display: none;
}



/*********************************************/
/*********** END OF CONTENT STYLES ***********/
/*********************************************/


.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.onLeft {
	float: left;
}

.onRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignJustify {
	text-align: justify;
}

.importantMsg {
	color: #FF0000;
}

.inputText {
	padding: 2px;
	border: 1px solid #999999;
	font-size: 11px;
}

.middleVerticalMargin {
	margin: 10px 0;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0px;
}

