
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background-color: #fff;
	padding-top: 180px;
	font-family: Arial, Tahoma, 'Geneva CE', lucida, sans-serif;
}

#header, #navigation, #footer, #domain_form, .box h5, .box2 h5, .box3 h5 { font-family: Verdana, Arial, lucida, sans-serif; }

#logo { position: absolute; left: 25px; top: 20px;}

#logo, #logo a, #logo span {
	display: block;
	width: 300px;
	height: 70px;
	color: #000;
	cursor: pointer;
}

#logo a, #logo span { position: absolute; left: 0; top: 0; }

#logo a { text-decoration: none; overflow: hidden; color: #a12443; }
#logo span { background: url('/img/logo.gif') no-repeat 0 0; z-index: 1; }

#content { position: relative; width: 100%; }

#text, #footer { position: relative; margin: 0 100px 0 220px; }

#text p  { margin: 0 0 20px 0; font-size: 0.8em; }
#text table { margin: 0 0 20px 0; }
#text form { margin: 0 0 20px 0; }
#text td { font-size: 0.8em; }
#text th { font-size: 0.8em; font-weight: bold; }
#text ul { margin: 0 0 20px 30px; }
#text ol { margin: 0 0 20px 30px; }
#text li { font-size: 0.8em; }
#text strong { font-weight: bold; }
#text h1 { margin: 0 0 20px 0; }
#text h2, #text h3, #text h4 { margin: 0 0 20px 0; }
#text h1 { font-size: 1.4em; color: #C03; font-weight: normal; border-left: 5px solid #C03; padding-left: 10px; }
#text h2 { font-size: 1.2em; color: #C03; font-weight: normal; }
#text h3 { font-size: 1.0em; color: #000; font-weight: bold; }
#text h4 { font-size: 0.8em; color: #000; font-weight: bold; }
#text .nobr { white-space: nowrap; }

#navigation {
	position: absolute;
	width: 210px;
	left: 0;
	top: 3px;
}
#navigation h5 { margin: 0 0 17px 15px; color: #D52B55; font: bold 1em 'Times New Roman', Times, serif; }
#navigation ul { margin: 0 0 22px 15px; }

#navigation ul li {
	list-style-type: none;
	padding-left: 14px;
	background: url('/img/menu-item.png') no-repeat 0% 0.5em;
	font-size: 0.8em;
	line-height: 1.4;
	margin: 5px 0;
}

#navigation ul li.podmenu { margin: 0; }
#navigation ul strong { background-color: #FFB49D; font-weight: bold; }
#navigation ul li a { color: #000; text-decoration: underline; }
#navigation ul li a:hover { text-decoration: none; }
#navigation ul ul { font-weight: normal; margin: 0 0 15px 15px; padding: 5px 0 0 0; }

#navigation ul ul li {
	margin: 7px 0;
	background: url('/img/submenu-item.png') no-repeat 0% 0.5em;
	font-size: 0.85em;
	padding: 0 0 0 12px;
}
#boxes {
	position: absolute;
	width: 220px;
	right: 0;
	top: 3px;
}
#boxes .box {
	padding: 10px;
	margin: 0 10px 10px 10px;
	background-color: #FFB49D;
	border: 1px solid #BF2C00;
	line-height: 1.0;
}
#boxes .box h5 { margin: 0 0 10px 0; font-size: 0.75em; }
#boxes .box p, #boxes .box td.text { font-size: 0.75em; line-height: 1.4; }
#boxes .box div.submit { text-align: center; margin-top: 10px; }
#boxes .box p.change_email_pass { text-align: center; margin-top: 5px; }
#boxes .box input.submit { font-size: 0.75em; padding-top: 1px; padding-bottom: 1px; }
#boxes .box input.text { width: 100px; font-size: 0.75em; }
#boxes .box select { font-size: 0.75em; }
#boxes .box .title { display: block; font-size: 0.7em; margin: 10px 0 5px 0; font-weight: normal; }

#boxes .box2 {
	padding: 10px;
	margin: 0 10px 10px 10px;
	background-color: #E0E0E0;
	border: 1px solid #AAA;
	line-height: 1.0;
}
#boxes .box2 h5 { margin: 0 0 10px 0; font-size: 0.75em; }
#boxes .box2 p, #boxes .box2 td.text { font-size: 0.75em; line-height: 1.4; }
#boxes .box2 div.submit { text-align: center; margin-top: 10px; }
#boxes .box2 input.submit { font-size: 0.75em; padding-top: 1px; padding-bottom: 1px; }
#boxes .box2 input.text { width: 60px; font-size: 0.75em; }
#boxes .box2 select { font-size: 0.75em; }

#boxes .box3 {
	padding: 2px;
	margin: 0 10px 10px 10px;
	line-height: 1.0;
}
#boxes .box3 h5 { margin: 0 0 10px 0; font-size: 0.75em; }
#boxes .box3 p, #boxes .box3 td.text { font-size: 0.75em; line-height: 1.4; }
#boxes .box3 p { margin: 0 0 10px 0; }

#header_text {
	position: absolute;
	z-index: 101;
	right: 25px;
	top: 40px;
	font-size: 0.8em;
}
#header_text, #header_text a {
	color: #656565;
}
#header_text li { margin: 0 0 3px 0; list-style-position: inside; list-style-type: disc; }
#header_text strong { font-weight: normal; }
#header_text .asterisk { font-weight: bold; color: #C03; }

#domain_form {
	position: absolute;
	top: 110px;
	left: 0px;
	z-index: 100;
	width: 100%;
	background-color: #E0E0E0;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.8em;
}

#domain_form p { padding-right: 25px; }

#domain_form .submit { padding: 0 4px 0 4px; }


#footer { font-size: 0.75em; color: #757575; padding: 10px 0 20px 0; }

hr, #hidden, .hidden { display: none; }

.condition_content1, .condition_content2, .condition_content3 {
	padding: 0px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

.condition_content1 { margin: 20px 0px 20px 2em; }
.condition_content2 { margin: 10px 0px 0px 4em; }
.condition_content3 { margin: 2px 0px 2px 7em; }

.condition_number1, .condition_number2, .condition_number3 {
	display: block;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.condition_number1 { width: 1.5em; top: 0px; left: -2em; }
.condition_number2 { width: 3em; top: 0px; left: -4em; }
.condition_number3 { width: 6em; top: 0px; left: -7em; }

#text .error_win { border: 1px solid #AAA; padding: 10px; background-color: #E0E0E0; }
#text .error_win .error_title { color: #C03; }

#text .info_win { border: 1px solid #AAA; padding: 10px; background-color: #E0E0E0; }
#text .info_win .info_title { color: #000; }

#text table.domain_prices  { border-collapse: collapse; border: 1px solid #AAA; }
#text table.domain_prices td { padding: 7px; border-bottom: 1px solid #AAA; }
#text table.domain_prices th { padding: 10px 7px 10px 7px; border-bottom: 1px solid #AAA; background-color: #E0E0E0; }

#text table.domain_lookup  { border-collapse: collapse; border: 1px solid #AAA; }
#text table.domain_lookup td { padding: 7px; border-bottom: 1px solid #AAA; }
#text table.domain_lookup th { padding: 10px; border-bottom: 1px solid #AAA; background-color: #E0E0E0; }

#text table.price_table  { border-collapse: collapse; border: 1px solid #AAA; }
#text table.price_table td { padding: 7px 10px; border-bottom: 1px solid #AAA; }
#text table.price_table th { padding: 10px; border-bottom: 1px solid #AAA; background-color: #E0E0E0; }

#text table.contact_form  { margin-bottom: 10px; }

#text table.admin_system_form { margin-bottom: 10px; }

#text .contacts_warning_text { margin-bottom: 20px; font-size: 0.8em; color: #C03; background-color: #E0E0E0; padding: 10px; border: 1px solid #AAA; }

#text table.settings  { border-collapse: collapse; border: 1px solid #AAA; }
#text table.settings td { padding: 7px 30px; border-bottom: 1px solid #AAA; }
#text table.settings th { padding: 10px 30px; border-bottom: 1px solid #AAA; background-color: #E0E0E0; }

#text table.services_settings td { padding: 0 3px 0 0; }

#text ul.reference { margin-bottom: 25px; }
#text ul.reference li { margin: 0 0 4px 0; }

h5 a { color: #000; text-decoration: none; }
