@charset "utf-8";
/* CSS Document */

/* GENERAL */
* { margin: 0; padding: 0 }

body {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

img {
	border: 0;
}

h1 {
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px #0066CC solid;
	background: #FFFFFF;
}

.submit {
	margin-top: 5px;
	cursor: pointer;
	background-color: #D5EAFF;
}

a:link { color: #0000FF; text-decoration: underline; }
a:visited { color: #0000FF; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: underline; }

p.title1 {
	font-weight: bold;
}

p.center {
	text-align: center;
}

p.error {
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	padding-top: 20px;
}

div.clear {
	clear: both;
}

.blue {
	color: #0000FF;
}

.logo_blue {
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
}

.red {
	color: #FF0000;
}

.u {
	text-decoration: underline;
}

.logo_red {
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
/***/

/* INCLUDE */
div#wrap {
	position: relative;
	width: 1000px;
	margin: auto;
}

ul#menu1 {
	list-style: none;
	padding-left: 230px;
}

ul#menu1 li {
	display: inline;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

ul#menu1 a:link { color: #000000; text-decoration: none; }
ul#menu1 a:visited { color: #000000; text-decoration: none; }

div#column_left {
	float: left;
	width: 249px;
}

p#rights {
	padding-left: 35px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

p#rights a:link { color: #000000; text-decoration: none; }
p#rights a:visited { color: #000000; text-decoration: none; }

div#column_right {
	float: right;
	width: 751px;
}

div#sub_wrap {
	background: url(../images/menu2_back.jpg) repeat-x top;
}

div#menu2 {
	height: 30px;
	background: url(../images/menu2_round.jpg) no-repeat left top;
}

div#menu2 ul {
	padding: 9px 0 0 95px;
	list-style: none;
}
div#menu2 ul li {
	padding: 10px;
	display: inline;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

div#menu2 a:link { color: #FFFFFF; text-decoration: none; }
div#menu2 a:visited { color: #FFFFFF; text-decoration: none; }

div#sub_wrap_content {
	border: 1px solid #CCCCCC;
	background-color: #F5F7FA;
}

div#page_content {
	float: left;
	padding: 0 0 8px 8px;
	width: 542px;
}

div#banners {
	float: right;
	width: 199px;
	padding-top: 9px;
	text-align: center;
}

div#banners img {
	padding-bottom: 8px;
}

p#footer {
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

p#footer a:link { color: #000000; text-decoration: none; }
p#footer a:visited { color: #000000; text-decoration: none; }
/***/

/* HOME PAGE */
div#home p {
	margin-bottom: 10px;
}

p#span1 {
	padding-top: 5px;
}

div#step1 {
	margin: 20px 0 13px 5px;
	width: 527px;
	height: 47px;
	background: url(../images/step1_f1.jpg) no-repeat;
	cursor: pointer;
}

div#step2 {
	margin: 0 0 13px 5px;
	width: 527px;
	height: 47px;
	background: url(../images/step2_f1.jpg) no-repeat;
	cursor: pointer;
}

div#step3 {
	margin: 0 0 13px 5px;
	width: 527px;
	height: 47px;
	background: url(../images/step3_f1.jpg) no-repeat;
	cursor: pointer;
}

p.text_step {
	padding: 14px 0 0 37px;
	font-size: 11pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p.text_step a:link { color: #FF0000; text-decoration: none; }
p.text_step a:visited { color: #FF0000; text-decoration: none; }
p.text_step a:hover { color: #FF0000; text-decoration: none; }
/***/

/* SERVICES PAGE */
div#services ol {
	padding: 0 0 0 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

div#services ul {
	padding: 0 0 0 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

div#services ol li {
	margin-left: 30px;
	padding: 1px;
	font-weight: normal;
}

div#services ul li {
	margin-left: 30px;
	padding: 1px;
	font-weight: normal;
}
/***/

/* PRICES */
div#prices p {
	margin-bottom: 10px;
	font-weight: bold;
}

div#prices table {
	width: 100%;
}

div#prices table td {
	background-color: #EAF0FF;
	padding: 3px;
}

div#prices table td#col1 {
	width: 60%;
}

div#prices table td#col2 {
	width: 40%;
}
/***/

/* METHODS */
div#methods p {
	text-align: justify;
	margin-bottom: 10px;
}

div#methods ul {
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}
/***/

/* TOWNS */
div#towns p {
	margin: 0;
	padding: 1px 20px;
}
/***/

/* NEWS */
div#news p {
	margin: 0;
}
div#news img {
	border: 1px solid #000000;
	margin: 0 3px 3px 0;
}
/***/

/* VOCABULARY */
div#vocabulary p {
	text-align: justify;
	margin-bottom: 10px;
}
/***/

/* LINKS */
div#links p {
	margin: 0;
}
div#links img {
	border: 1px solid #000000;
	margin: 0 3px 3px 0;
}
/***/

/* BECOME PARTNER */

div#become_partner {
	text-align: justify;
}

div#become_partner p {
	margin-bottom: 10px;
}

div#become_partner ul {
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

div#become_partner label {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 5px;
}

div#become_partner br {
	clear: left;
}

div#become_partner input, textarea, select {
	margin-bottom: 3px;
}
/***/

/* WIN MONEY */
div#win_money p {
	text-align: justify;
	margin-bottom: 10px;
}
/***/

/* REQUEST VALUATION */
div#request_valuation label {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 5px;
}

div#request_valuation br {
	clear: left;
}

div#request_valuation input, textarea, select {
	margin-bottom: 3px;
}
/***/

/* ENTRY */
div#entry form {
	padding-top: 20px;
}

div#entry label {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 5px;
}

div#entry br {
	clear: left;
}

div#entry input, textarea, select {
	margin-bottom: 3px;
}
/***/

/* CONTACTS */
div#contacts p {
	text-align: center;
	margin-bottom: 10px;
}

div#contacts label {
	float: left;
	width: 220px;
	text-align: right;
	padding-right: 5px;
}

div#contacts br {
	clear: left;
}

div#contacts input, textarea, select {
	margin-bottom: 3px;
}
/***/

/* LOGIN - REQUEST_INFO */
div#request_info p {
		
}
/***/

/* LOGIN PARTNER_INFO */
div#partner_info table {
	width: 100%;		
}

div#partner_info table td {
	padding: 2px;		
}
/***/

/* INFO CARD */
div#info_card {
	text-align: justify;
}

div#info_card p {
	padding: 0px;
	margin: 0px;
}
div#info_card ul {
	padding-left: 35px;
}
/***/

/* EDIT CARD */
div#edit_card {
	text-align: justify;
}

div#edit_card p {
	padding: 0 0 5px 0;
	margin: 0px;
}
div#edit_card ul {
	padding: 0 0 5px 35px;
}
/***/

/* LIST PICS */
table#list_pics {
	width: 100%;
}
table#list_pics img {
	border: 1px solid #000000;
}
/***/

/* INVOICES */
div#invoices label {
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 5px;
}

div#invoices br {
	clear: left;
}

div#invoices input, textarea, select {
	margin-bottom: 3px;
}
/***/