@font-face {
 font-family: Lucida Grande;
 font-weight: normal;
 font-style: normal;
 src: url("/fonts/lucida_grande-webfont.eot") /* EOT file for IE */
}
@font-face {
 font-family: Lucida Grande;
 font-weight: normal;
 font-style: normal;
 src: url("/fonts/lucida_grande-webfont.TTF") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: Lucida Grande Bold;
 src: url("/fonts/lucida_grande_bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: Lucida Grande Bold;
 src: url("/fonts/lucida_grande_bold.TTF") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: AgencyFont;
 src: url("/fonts/AGENCYR.eot") /* EOT file for IE */
}
@font-face {
 font-family: AgencyFont;
 src: url("/fonts/AGENCYR.TTF") /* TTF file for CSS3 browsers */
}
body {
	background-image: url(../images/background_line.jpg);
	background-repeat: repeat-x;
	background-color: #56a4e0;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
}
h1{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: "Lucida Grande";
	font-size: 20px;
	color: #002942;
	
}
#container {
	background-image: url(../images/clouds.png);
	width: 1200px;
	min-height:1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top:30px;
}
#showroom{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#top_block {
	height: 484px;
	width: 898px;
	border: 1px solid #999;
	position:relative;
	background-image: url(../images/top_block_white.png);
	background-repeat: repeat;
}
#sticky_note {
	position: absolute;
	right: -5px;
	bottom: -30px;
	height: 240px;
	width: 200px;
}
#line_1_cover {
	position: absolute;
	left: 30px;
	top: 100px;
}
#line_2_cover {
	position: absolute;
	left: 20px;
	top: 125px;
}
#line_3_cover {
	position: absolute;
	left: 15px;
	top: 155px;
}
#line_4_cover {
	position: absolute;
	left: 20px;
	top: 185px;
}

.add_shadow {
 -moz-box-shadow: 0 0 6px 0px #000;
 -webkit-box-shadow: 0 0 6px 0px#000;
 box-shadow: 0 0 6px 0px #000;
 } 
#navigation {
	height: 40px;
	width: 898px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/nav_neutral.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.nav_but {
	float: left;
	height: 40px;
	width: 115px;
	line-height: 40px;
	text-align: center;
	font-family: "AgencyFont";
	font-size: 20px;
	text-decoration:none;
	color: #FFF;
	background-image: url(../images/nav_neutral.png);
	background-repeat: repeat-x;
}
.nav_hover {
	float: left;
	height: 40px;
	width: 115px;
	line-height: 40px;
	text-align: center;
	font-family: "AgencyFont";
	font-size: 20px;
	text-decoration:none;
	color: #FFF;
	background-image: url(../images/nav_hover.png);
	background-repeat: repeat-x;
}
#agents_page {
	height: 86px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.agents_neutral{
	height: 86px;
	width: 240px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	cursor:pointer;
}
.agents_hover{
	height: 86px;
	width: 240px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#hotel_ad {
	height: 220px;
	width: 236px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.hotel_ad_button{
	background-image: url(../images/hotel_button.png);
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	height: 33px;
	width: 236px;
}
.hotel_ad_button_hover{
	background-image: url(../images/hotel_button_hover.png);
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	height: 33px;
	width: 236px;
}

#logo_header {
	background-image: url(../images/logo_header.png);
	margin: 10px;
	height: 126px;
	width: 880px;
	position:relative;
}
#logo_header_phonenumber{
	position:absolute;
	color:#FFF;
	top:30px;
	right:10px;
	font-size:35px;
	text-shadow: 0px 0px 10px #555;
	width:400px;
	text-align:right;
	font-family:Lucida Grande;
	font-weight:bold;
}
#top_banner {
	margin: 10px;
	width: 878px;
	border: 1px solid #333;
	background-image: url(../images/top_banner.jpg);
	height: 287px;
	padding: 0px;
	position: relative;
}
#top_banner_demo {
	margin: 10px;
	width: 878px;
	border: 1px solid #333;
	background-image: url(../images/top_banner_demo.jpg);
	height: 287px;
	padding: 0px;
}

#top_banner_left_gradient {
	background-image: url(../images/banner_gradient_left.png);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 287px;
	width: 255px;
}
#content {
	background-image: url(../images/top_block_white.png);
	background-repeat: repeat;
	padding: 10px;
	width: 880px;
	margin-top: 10px;
}
#content_inner {
	background-color: #FFF;
	padding: 10px;
	width: 858px;
	border: 1px solid #999;
}
#sidebar {
	float: left;
	width: 240px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
	margin-left: -1px;
}

#inner_left {
	float: left;
	width: 575px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	font-family: "Lucida Grande";
	font-size: 13px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Lucida Grande";
	font-size: 12px;
	line-height: 16px;
	color: #233749;

}
#inner_left a{
	text-decoration:none;
	color:#56a4e0;
}
#inner_left a:hover{
	color:#233749;	
}

.nav_inner {
	background-image: url(../images/nav_inner.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 3px;
}
#footer {
	width: 898px;
	border: 1px solid #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer_header {
	line-height: 25px;
	background-color: #4d5e6e;
	height: 25px;
	width: 898px;
	padding: 0px;
	margin: 0px;
}
#footer_navigation {
	font-family: "Lucida Grande";
	text-decoration: none;
	float: left;
	line-height: 25px;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	color: #FFF;
	font-size: 9px;
}
#footer_navigation a{
	color: #FFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
}
#footer_navigation a:hover{
	color:#CCC;	
}
#footer_statement {
	float: right;
	font-size: 10px;
	color: #FFF;
	margin-right: 20px;
	font-family: "Lucida Grande";
	line-height: 25px;
	height: 25px;
}
#footer_info {
	background-color: #233749;
	text-align: center;
	width: 878px;
	font-family: "Lucida Grande";
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#footer_master {
	padding: 5px;

}
.creator{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/kartogram_web_logo.png);
	background-repeat: no-repeat;
	float:right;
}
.creator2{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/inclout.png);
	background-repeat: no-repeat;
	float:right;
}
.creator_hover{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/kartogram_web_logo_hover.png);
	background-repeat: no-repeat;
}
.creator2_hover{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/inclout_hover.png);
	background-repeat: no-repeat;
}
#inner_left_top_info {
	text-align: center;
	width: 595px;
	height: 86px;
	margin-top: 10px;
}
#qualification_block {
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	width: 234px;
	height: 217px;
	position:relative;
}
.qualification_button{
	background-image: url(../images/qualification_button.png);
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	height: 33px;
	width: 236px;
}
.qualification_button_hover{
	background-image: url(../images/qualification_button_hover.png);
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	height: 33px;
	width: 236px;
}
#partner_logos {
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	width: 234px;
	text-align: center;
}
.read_more_button{
	background-image: url(../images/read_more.png);
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	height: 19px;
	width: 139px;
}
#main_bottom_info {
	font-family: "Lucida Grande";
	font-size: 24px;
	color: #233749;
	padding: 10px;
	line-height:28px;
}

.read_more_button_hover{
	background-image: url(../images/read_more_hover.png);
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	height: 19px;
	width: 139px;
}
.main_article {
	font-family: "Lucida Grande";
	font-size: 12px;
	color: #233749;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 575px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7da5d1;
}
.qa_sub {
	background-image: url(../images/submit_button.jpg);
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF;
	width:100px;
	height:33px;
	cursor:pointer;
}
.qa_sub_hover {
	background-image: url(../images/submit_button_hover.jpg);
	background-repeat: no-repeat;
	border:none;
	width:100px;
	height:33px;
	cursor:pointer;
}
.main_grey_background{
	background-color:#EEEEEE;
	padding: 10px;
}
.qf_field{
	padding:5px;
	width:140px;
}
.qf_textarea{
	padding:5px;
	width:500px;
	height:80px;
	overflow:auto;
	font-family: "Lucida Grande";
}
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-size: 10px;
}
.textfieldValidState input, input.textfieldValidState {
	background-color: #FFF;
}
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	border: 2px solid #900;
}
.textfieldFocusState input, input.textfieldFocusState {
}
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
#error_showroom {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-bottom-color: #900;
	text-align: center;
}
#success_showroom {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #069;
	border-bottom-color: #069;
	text-align: center;
}

/* CSS Document */

#profile_block {
	height: 287px;
	width: 236px;
	float: left;
	position: relative;
}
#profile_photo {
	height: 160px;
	width: 140px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	overflow: hidden;
	border: 1px solid #333;
}
#profile_info {
	font-family: "Lucida Grande";
	font-size: 13px;
	text-align: center;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	color: #0e2e4c;
}
.profile_button {
	display: block;
	height: 33px;
	width: 236px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/view_listings.png);
}
.profile_button:hover{
	background-image: url(../images/view_listings_hover.png);
}
#partner_logos {
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	width: 234px;
	text-align: center;
}
