/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}


body {
	margin: 20px 0;
	background: #3B3B3B url(../images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
}

h1, h2, h3 {
	font-weight: normal;	
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.3em;
	line-height: 140%;
}
strong, b { color:#6A8FC6; }
blockquote { margin-left:3em;}

a {
	color: #94B0C8;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #BABABA;
}

dl dd, dl dt { font-size:0.9em;}
dl { padding-bottom:1em;}
dt {font-weight:bolder; color:#6A8FC6; letter-spacing:2px; padding-left:5px; }
dd { padding-left:20px; padding-bottom:0.5em; }
/* Header */

#alert {
	padding:10px 50px;
	text-align:center;
	color: white;
	background-color:#B22222;
}

#header {
	width: 740px;
	height: 90px;
	margin: 0 auto;
	position:relative;
}

#logo {
	float: left;
	width: 206px;
	height: 88px;
	background: #9BAFCB;
	border: 1px solid #000000;
	border-right-width: 5px;
}

#logo h1 {
	padding-top: 10px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 220%;
	font-weight:bold;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 70%;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}
#logo h3 {
	color: #0A1123;
	font-family: 'Trebuchet MS', Verdana, arial, sans-serif;;
	text-align: center;
	font-style: italic;
	font-size: 100%;

}

#logo a {
	text-decoration: none;
}

#mainPhone {
	position:absolute;
	right:0px;
	top:60px;
	width:350px;
	height:auto;
	color:#FFFFFF;
	font-size:1.2em;
	font-style:italic;
	font-weight:bloder;
	text-align:center;
	background-color:#000000;
}
#flags {
	position:absolute;
	left:250px;
	top:60px;
	width:auto;
	height:auto;
}
#flags img {
	border:none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
	font-size:90%;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 12px;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #94B0C8;	
}

#menu a:hover, #menu .active a {
	background: #000000;
	color:#F0F0F0;
}

#menu .active a {
}

/* Splash */

#splash {
	width: 740px;
	height: 190px;
	margin: 0 auto;
	position:relative;
}
#splash #photo{
	position:absolute;	
	top:0;
	right:0;
	width:521px;
	bottom:0;
}

#splash p {
	padding: 80px 550px 0px 20px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}
#page h1 { 
	border-bottom:1px solid #BABABA; 
	margin-right:20%;
}
#page h2 { 
	color:#9BAFCB;
}
/* Content */

#content {
	float: right;
	width: 490px;
	padding: 20px;
}


#content ol, #content ul {
	margin-left: 3em;
	margin-top:0;
	padding-top:0;
	
}
#content ul {list-style-image:url(../images/bullet.gif);}

#content h2 {
	margin-bottom:0;
	padding-bottom:0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 164px;
	padding: 25px 20px 20px 20px;
	background: #2F2F2F;
	border: 1px solid #000000;
	border-right-width: 5px;
}

#sidebar h2 {	
	font-size: 100%;
	font-weight: bold;
	background-color:#000000;
	padding: 2px;
	margin: 0 1px;
	color:#FFFFFF;
	padding-top: 6px;
}

#sidebar h3 {
	font-size: 80%;
	color: #A76B77;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
	color: #FFFFFF;
	margin-right: 5px;
}
#sidebar #sb_links div {
	font-size:80%;
}
#articles, #appraisal_navi {padding-bottom:15px; border-bottom:1px dotted gray;}
#articles ul, #appraisal_navi ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type:none;
}
#articles ul {list-style:none;}
#articles li {
	border-top: 1px dotted #000000;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
#articles h3 {
	margin: 10px 0 3px 0;
	font-size:90%;
}
#articles .pubDate {
	color:#FFFFCC;
	font-size:70%;
	margin-bottom:3px;
}
#articles .desc {
	font-size:85%;
}
#articles .mf-viral {
	display:none;
}
#appraisal_navi ul { list-style-position:inside;}

#appraisal_navi li {
	margin:0;
	padding:0;
}



/* Footer */

#footer {
	clear: both;
	width: 720px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
	background-color:#2F2F2F;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}
#links a {
	padding-left:6px;
}

/* COLS */

.colWrapper {
	width:99%;
	margin:0 auto;
	min-height:1px;
}
.colLeft, .colRight {
	float:left;
	width:49%;
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #515151;
	padding: 5px 10px;	
}
form * {font-size: 90%;}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;	
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(../images/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}
input, textarea {background-color:#999999; color:#333333;}

/*VALIDATOR*/
/* form elements */
.Cform form {
	margin:10px;
	padding: 0;
	border: 1px solid #333333;
	color: white;
}
.Cform label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
.Cform input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#FFFFCC;
	background-color:#333333;
}
.Cform textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	background-color:#333333;
	height:100px;
	display:block;
	color:#FFFFCC;
}
.Cform input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}
.Cform span.error {
	color:#FF3300;
	font-size:9px;
}
.UInfo h3 {
	margin:20px 5px 10px 5px;
	color:#5977A4;		
}
.UInfo p.info {
	border:1px solid gray;
	padding:10px;
	margin:5px 20px;
}

label span.required { color: #a76b77; font-weight: bold; }
label input { display: block; float: left; }
input.textbox { width: 200px; padding: 3px; border: solid 1px white; }
input.validation-failed{ background-color: #a76b77; }
input.button {}

div.toolbar { clear: both; padding-top: 20px; }

div#ClientValidationSummary { background-color: #a76b77; padding:0 5px; color: white; }
div#ClientValidationSummary a { color: white; font-size:120%; text-decoration:none;  }
div#ClientValidationSummary ul {list-style-image:none; list-style-type:none; list-style-position:inside;}

div.validation-inline-error-message{ display: block; float: left; padding-left: 10px; color: #ff0000; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
	font-size:90%;
	border: 1px solid white;
}
th strong {
	color: #fff;
}
th {
	height: 20px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	background-color: #7196C2;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	color: #FFF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background-color: #515151;
}
tr.row-b {
	background-color: #666666;		
}
/* end - table */

/* Classes */
.fright {float:right;}
.fleft {float:left;}
.clear { clear:both;}
.center {text-align:center;}

#moneypl {text-align:center;}
#moneypl form { width:430px; margin: 3px auto; padding:0;}
#moneypl td, #moneypl select, #moneypl input  { color:#333333; }
#moneypl select, #moneypl input { background-color:#CCCCCC;}



.phone_set { 
	background-image:url(../images/phone_set.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bolder;
	font-style:normal;
	line-height:42px;
	padding: 0px 10px;
	margin-left:20px;
	color:white;	
 }

#refon {
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}
#references {
	display:none; 
	text-align:center;
}
#references a {
	margin:3px;
}
.enumeration {padding:0; font-size:90%;}
.adress { padding:0 10px; line-height:140%; } 
.aestimo { color:white; font-weight:bolder; letter-spacing:-1px; font-size:120%; }
.slinks {font-size:80%;}

.qlat {}
.qpl { color:#BECDF6;}
a#bstelmach { display:inline-block; width:120px; }
#valuation_info {
	display:none;
	border:1px dotted #FF3300;
	margin:5px;
	padding:5px;
}
#valuation_info_on {
	color:#FF3300;
	font-weight:bolder;
	cursor:pointer;
}

#related {
	margin:40px 5px 5px 5px;
	padding:3px;
	border: 1px solid #DFDFDF;
}

