@charset "UTF-8";

/* -------------------------------------------------
 * SeoEffect.net CSS Document 
 * @author: PixmaSoft OÜ (http://www.pixmasoft.com)
 * @created: 2009-05-04 20:55
 * @modified: 2009-05-05 21:41
 * ------------------------------------------------- */

/* -------------------------------------------------
 * Overall 
 * ------------------------------------------------- */

html,body {
	width: 100%;
	height: 100%;
}
body,td,th,font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424941;
}
body {
	background-color: #DCDCDC;
	background-image: url(img/back_top.png);
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	background-position: left top;
	background-repeat: repeat-x;
}
form {
	margin: 0px;
	padding: 0px;
	z-index: 1;
	position: relative;
}
a {
	color: #FF6016;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #424941 !important;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 35px;
	clear: both;
}
h2 {
	font-size: 12px;
	color: #FF6016;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
	border: #CCCCCC 1px solid;
	background-color: #F4F4F4;
	clear: both;
}
h3 {
	font-size: 12px;
	background-image: url(img/h3.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 620px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.border_left {
	position: absolute;
	margin-left: -1px;
	margin-top: 48px;
}
.border_right {
	position: absolute;
	margin-left: 960px;
	margin-top: 48px;
}
.div { 
	border: #424941 1px solid;
}

/* -------------------------------------------------
 * Body
 * ------------------------------------------------- */
 
#overall {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(img/back_tribal.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#body {
	width: 960px;
	z-index: 1;
	left: 50%;
	margin-left: -480px;
	position: relative;
	padding-top: 50px;
}
#header {
	background-color: #FFFFFF;
	width: 960px;
	height: 395px;
}
#header_body {
	background-color: #FFFFFF;
	width: 960px;
	height: 115px;
}
#header_banner {
	width: 670px;
	height: 280px;
	z-index: 1;
	float: left;
	margin-left: 10px;
	background-image: url(img/header_banner_back.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FF971D;
}
#header_banner img {
	border: 0px none; 
	position: absolute;
	visibility: hidden;
}
#header_box {
	background-image: url(img/header_box.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 260px;
	height: 280px;
	float: left;
	margin-left: 10px;
}
#header_box .title {
	color: #FF6016;
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	margin-left: 22px;
	margin-top: 20px;
}
#header_box .text {
	width: 220px;
	margin-left: 22px;
	margin-top: 10px;
	text-align: justify;
}
#header_box .field_title {
	margin-left: 22px;
	margin-top: 10px;
	font-weight: bold;
	line-height: normal;
}
#header_box .field {
	padding-left: 22px;
	margin-top: 3px;
	width: 230px;
	height: 24px;
}
#header_box .field img {
	float: left;
	position: relative;
	width: 10px;
}
#header_box .field input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #424941;
	background-image: url(img/field_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px !important;
	padding: 0px;
	padding-top: 5px !important;
	height: 19px;
	width: 190px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;
	position: relative;
}
#header_box .button {
	margin-left: 22px;
	margin-top: 7px;
	width: 213px;
	cursor: pointer;
}
#header_box .button img {
	cursor: pointer;
	float: right;
}
#header_box .preloader {
	display: none;
	width: 220px;
	margin-left: 22px;
	height: 140px;
	background-image: url(img/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#header_box .message {
	display: none;
	width: 220px;
	margin-left: 22px;
	padding-top: 50px;
}
#header_box .message span {
	color: #FF6016;
	font-size: 13px;
	font-weight: bold;
}
#logo {
	float: left;
	height: 66px;
}

/* -------------------------------------------------
 * Content
 * ------------------------------------------------- */

#content {
	width: 960px;
	clear: both;
	background-color: #FFFFFF;
	float: left;
}
.content {
	margin: 35px;
	margin-right: 0px;
	margin-top: 50px;
	min-height: 300px;
	line-height: 22px;
	font-size: 12px;
}
.content font {
	font-size: 12px;
}
.content span {
	font-size: 12px;
}
.content td {
	font-size: 12px;
}
.content_left {
	float: left;
	width: 670px;
}
.content_right {
	float: right;
	width: 270px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* -------------------------------------------------
 * Groups
 * ------------------------------------------------- */
 
#groups {
	width: 960px;
	height: 180px;
	clear: both;
	background-image: url(img/groups_back.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/* -------------------------------------------------
 * Path menu
 * ------------------------------------------------- */

#path_menu {
	clear: both;
	margin-left: 35px;
	margin-top:0px;
}
#path_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
}
#path_menu ul li {
	float: left;
	padding-left: 12px;
	padding-right: 7px;
	background-image: url(img/bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#path_menu ul li a {
	color: #424941;
	line-height: normal;
	font-size: 10px;
	font-weight: lighter;
}

/* -------------------------------------------------
 * Lang menu
 * ------------------------------------------------- */

#lang_menu {
	position: absolute;
	width: 960px;
	margin-top: -25px;
}
#lang_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:right;
	margin-right: 10px;
}
#lang_menu ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(img/main_menu_back_separator.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#lang_menu ul li a {
	color: #FF6016;
	line-height: normal;
	font-size: 10px;
	font-weight: lighter;
}

/* -------------------------------------------------
 * Main menu
 * ------------------------------------------------- */

#main_menu {
	width: 960px;
	clear: both;
	height: 43px;
	margin-bottom: 6px;
	background-image: url(img/main_menu_back_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#main_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 65px;
}
#main_menu ul li {
	float: left;
	background-image: url(img/main_menu_back_separator.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 31px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 12px;
}
#main_menu ul li a {
	color: #FF6016;
	line-height: normal;
	font-size: 15px;
	font-weight: lighter;
}

/* -------------------------------------------------
 * Sub menu
 * ------------------------------------------------- */
 
#sub_menu {
	width: 260px;
	margin-left: 10px;
	float: left;
	margin-bottom: 9px;
}
#sub_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sub_menu ul li {
	width: 260px;
	float: left;
	background-image: url(img/sub_menu_back.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	line-height: 30px;
	border-bottom: 1px solid #FFFFFF;
}
#sub_menu ul li a {
	color: #FFFFFF;
	line-height: normal;
	font-size: 13px;
	font-weight: lighter;
	margin-left: 30px;
}

/* -------------------------------------------------
 * Search
 * ------------------------------------------------- */

.highlight {
	background-color: #FFB82B;
	padding: 0px;
}

#search {
	float:right;
	height: 56px;
	margin-right: 10px;
	margin-top: 10px;
}
#search img {
	float: left;
	position: relative;
}
#search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #424941;
	background-image: url(img/search_field_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding-top: 5px;
	height: 18px;
	width: 150px;
	float: left;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* -------------------------------------------------
 * Services
 * ------------------------------------------------- */
 
.service {
	width: 227px;
	height: 214px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(img/service_box.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
.service .title {
	font-size: 17px;
	color: #FF6016;
	font-weight: lighter;
	text-align: center;
	margin-left: 17px;
	margin-top: 10px;
	line-height: normal;
	width: 200px;
	position: relative;
}
.service .text {
	float: left;
	padding-top: 6px;
	margin-left: 17px;
	line-height: 17px;
	height: 130px;
	width: 200px; 
	position: relative;
}
.service .text img {
	float: right;
	margin-right: 17px;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
}
.service .button {
	margin-left: 17px;
	width: 200px;
	float: left;
	position: relative;
}

/* -------------------------------------------------
 * Services 2
 * ------------------------------------------------- */
 
.service2 {
	width: 260px;
	height: 60px;
	margin-top: 10px;
	background-image: url(img/service_back.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
}
.service2 .title {
	font-size: 14px;
	color: #FF6016;
	font-weight: lighter;
	margin-left: 17px;
	margin-top: 22px;
	line-height: normal;
	float: left;
	position: relative;
}
.service2 img {
	float: right;
	margin-top: 5px;
	margin-right: 17px;
	position: relative;
}

/* -------------------------------------------------
 * Groups
 * ------------------------------------------------- */
 
.group {
	float: left;
	width: 240px;
	height: 180px;
}
.group .title {
	font-size: 13px;
	font-weight: bold;
	margin-top: 22px;
	margin-left: 33px;
}
.group .title a {
	color: #424941;
}
.group .links {
	margin-left: 33px;
}
.group .links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.group .links ul li {
	margin-top: 3px;
	padding-left: 16px;
	background-image: url(img/bullet.png);
	background-position: 3px 5px;
	background-repeat: no-repeat;
}
.group .links ul li a {
	color: #424941;
}

/* -------------------------------------------------
 * Contact
 * ------------------------------------------------- */

#footer {
	width: 960px;
	height: 72px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 50px;
	background-image: url(img/footer_back.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#footer .contact {
	float: left;
	line-height:normal;
	font-size: 10px;
	margin-left: 32px;
	margin-top: 24px;
	color: #424941;
}
#footer .contact span {
	color: #FF6616 !important;
	text-transform: capitalize;	
	font-size: 9px !important;
	font-weight: bold;
}
#footer .contact a {
	color: #424941;
}

/* -------------------------------------------------
 * Domain lookup
 * ------------------------------------------------- */

#domain_result_message {
	width: 620px;
}
#domain_result_message div {
	display: none;
	padding-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 55px;
}
#domain_result_message div span {
	font-weight: bold;
}
#domain_result_message div a {
	color: #FF6016;
}
#domain_result_message .available {
	border: 1px solid #84B43E;
	background-image: url(img/domain_available.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	height: 55px;
}
#domain_result_message .not_available {
	border: 1px solid #F96219;
	background-image: url(img/domain_not_available.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	height: 55px;
}
#domain_name {
	background-image: none;
	background-position: right center;
	background-repeat: no-repeat;
}
.hosting_table td {
	font-size: 11px;
	font-weight: lighter;
}

/* -------------------------------------------------
 * SeoEffect.net
 * ------------------------------------------------- */
 
.seoeffect {
	float: right;
	margin-top: 10px;
	margin-right: 7px;
}

/* -------------------------------------------------
 * Shadowbox
 * ------------------------------------------------- */

.shadowbox_message {
	text-align: left !important;
	margin: 20px;
}
.shadowbox_message pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424941;
	margin: 0px;
	padding: 0px;
}
.shadowbox_message pre a {
	color: #FF6016 !important;
}

/* -------------------------------------------------
 * Form
 * ------------------------------------------------- */

.input_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 4px;	
}
.input_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FFCC00;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	cursor: pointer;
}

/* -------------------------------------------------
 * Error
 * ------------------------------------------------- */

.error {
	width: 98%;
	margin-bottom: 10px;
	position: relative;
	clear: both;
	float: left;
	display: none;
}
.error_frame_1 {
	border: 1px solid rgb(94,169,37);
}
.error_frame_2 {
	border: 1px solid #FF0000;
}
.error_frame_3 {
	border: 1px solid #FFCC00;
}
.error_frame_4 {
	border: 1px solid #CCCCCC;
}
.error_frame_5 {
	border: 1px solid #5B8FD0;
}
.error_icon {
	float: left;
	padding: 6px;
	position: relative;
}
.error_text {
	float: left;
	padding: 6px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: lighter;
	position: relative;
}
.error_text_1 {
	color: rgb(94,169,37);
}
.error_text_2 {
	color: #FF0000;
}
.error_text_3 {
	color: #FF9900;
}
.error_text_4 {
	color: #666666;
}
.error_text_5 {
	color: #376DBD;
}

