/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input {
	margin: 0px;
	padding: 0px;
	
	
}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
hr.hidden {
	clear:both;
  	visibility:hidden;
	margin:0px;
 	padding:0px;
}
p  {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
html,body {
	height:100%; /* needed for container min-height */
}
body	{
	font: normal 13px/16px "Tahoma", "Lucida Grande", Arial, Helvetica, Sans-serif;
	background-color:#131313;
	/*background-color:#000021;*/
	color:#c1c1c1;
	background-repeat: repeat-x;
	}
	
body a:link {
	color:#897C4B;
	text-decoration:none;
	}
body a:visited {
	color:#897C4B;
	text-decoration:none;
	}
body a:hover	{
	color:#9f9057;
	text-decoration:none;
	}
h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	color: #9f9057;
}
h2 {
	font: normal 26px Arial, Helvetica, sans-serif; 
	margin: 0px 0px 15px 0px;
	color: #9f9057;
}
/*
h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #c1c1c1;
}*/
#container {
	position: relative; /* needed for footer positioning*/
	margin:0px auto; /* center, not in IE5 */
	width:964px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	clear: both;
}
#header {
	padding:0px 2px;
	height: 105px;
	background-image: url(../images/header_bg.png);
	font: normal 10px/10px Arial;
	border-bottom: 1px solid #000000;
}
	

#content {
	padding:0px 0px 30px 0px; /* bottom padding for footer */
	width: 960px;
	margin: 0px 2px 0px 2px;
	clear: both;
}
	

#footer {

	width:924px;
	bottom:0px; /* stick to bottom */
	border-top:1px solid #131313;
	font: normal 10px/10px Arial, Helvetica, Sans-serif;
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 20px 0px;
	color: #212121;
	clear:both;
}
#img_holder	{
	width: 960px;
	margin: 0px;
	float: left;
	display: block;
	height: 320px;
	}
#img_holder2	{
	width: 960px;
	margin: 0px;
	float: left;
	display: block;
	height: 198px;
	}
#main	{
	width: 960px;
	margin: 0px;
	float: left;
	display: block;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding: 0px;
	
	}
#text_holder	{
	width: 600px;
	margin: 30px 0px 50px 0px;
	float: left;
	display: block;
	clear: none;
	padding-right: 5px;
	padding-left:25px;
	text-align:justify;
	}
#sidebar	{
	width: 280px;
	margin: 30px 20px 0px 0px;
	float: right;
	display: block;
	padding: 0px;
	clear: none;
	}
#info_holder	{
	width: 510px;
	height: 28px;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font: normal 10px/28px Arial;
	}
	
#addthis {
	width: 125px;
	float: left;
	padding-top: 7px;
}	

#twitter {
	background: url(../images/twitter.png) scroll 0px 4px no-repeat;
	width: 160px;
	height: 18px;
	float: left;
	margin-left: 15px;
	padding-left: 30px;
	padding-top: 10px;
}

#social {
	width: 270px;
	height: 18px;
	float: left;
	margin-left: 15px;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#social img {
	border: 0px;
	padding-right: 2px;	
	float: left;	
}

#social p {
	padding-top: 6px;
	padding-right: 5px;
	float: left;
}



#logo_holder	{
	width: 175px;
	height: 57px;
	float: left;
	margin: 10px 0px 0px 10px;
	}
#navigation	{
	width: 700px;
	font: normal 13px/74px Arial, Helvetica, Sans-serif;
	float: right;
	height: 74px;
	list-style: none;
	margin: 3px 0px 0px 15px;
	display: inline;
	position: relative;
}
#navigation ul {
	margin: 0px 0px 0px 0px;
	width:700px;
	padding: 0px;
	height: 74px;
	float: left;
}


#navigation li
{
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	height: 74px;
}

#navigation a {
	text-decoration: none;
	height: 74px;
	margin: 0px 0px;
	background-image:url(../images/navigation_break.png);
	background-repeat:no-repeat;
	padding: 0px 15px;
	display: block;
	float: left;
	position: relative;
	text-transform:uppercase;
	font-weight:bold;
} 


div#navigation a:link	{
	color:#999999;
}

div#navigation a:visited{
	text-decoration: none;
	color: #999999;
	}
div#navigation a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	background-image:url(../images/navigation_break_roll.png);
	
	
	}
div#navigation a:hover {
	opacity:.30;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3;
}

div#navigation a.active{
	color: #D6C174;
	text-decoration: none;
	background-image:url(../images/navigation_break.png);
	background-color: #000000;
	
	}
div#navigation a.active {
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
 }
 
.form_input	{
	width: 260px;
	display: block;
	float: left;
	border: 1px solid #232323;
	background-color: #000000;
	font: normal 12px "Arial", Sans-serif;
	height: 16px;
	color: #9F9057;
	clear: both;
	}

.contactform fieldset {
	padding: 1em;
	background-color: #000000;
	width: 500px;
	border: 1px solid #222222;
	margin: 0px 0px 20px 0px;
	display: block;
	float: left;
}
.contactform fieldset legend {font-weight: bold;}

.contactform .helpicon { 
	float:right;
	padding: 0px;
	width:20px;
	height:20px;
	margin-left:2px;
}
.contactform .helpicon img {
	border: 0px;	
}

.contactform div {
	width: 475px;
	padding: 0.25em 0 0.25em 0;
	float: left;
}
.contactform div label {
	display: block;
	width: 170px;
	float: left;
	margin: 0px 0px 10px 0px;
}
.contactform fieldset legend {font-weight: bold; color:#9f9057;} 
.contactform div.required { }

.error {font-weight: bold; color:#f00;padding-bottom:5px;} 

.formfield	{
	float: right;
	width: 296px;
	margin: 0px 0px 5px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/22px Arial;
	}
.formfield option {
	background: #000;
	color: #9f9057;
	font: normal 12px/22px Arial;
}	

.formtextarea	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field_big.jpg);
	background-repeat: no-repeat;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	height: 100px;
	}

.form_holder	{
	float: left;
	display: block;
	}
#partners	{
	display: block;
	float: left;
	width: 274px;
	padding: 0px 3px;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar.jpg);
	margin: 20px 0px 20px 0px;
	}
#partners h2{
	display: block;
	height: 20px;
	width: 250px;
	font: normal 14px/20px Arial;
	text-indent: 0px;
	padding: 0px 0px 10px 0px;
	color: #363636;
	}
#news_holder	{
	display: block;
	float: left;
	width: 270px;
	padding: 0px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar.jpg);
	margin: 0px 0px 10px 0px;
	}
#news_holder h2{
	display: block;
	height: 20px;
	width: 250px;
	font: normal 14px/20px Arial;
	text-indent: 0px;
	padding: 0px 0px 10px 0px;
	color: #333333;
	}
#partners ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}
#partners ul li {
	display:block;
	margin: 0px;
	padding: 0px;
	width: 274px;
	font: normal 11px/20px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom: 1px dotted #191919;
}
#partners a {
	display: block;
	width: 274px;
	padding: 0px;
	text-indent: 20px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#partners a:link, #partners a:visited {
	color: #666666;
	text-decoration: none;
}
#partners a:hover {
	color: #999999;
	text-decoration: none;
	text-transform: none;
	background-image: url(../images/link_rollover.gif);
	background-repeat: no-repeat;
}
#partners a:active {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: none;
}
#news_holder	{
	display: block;
	float: left;
	width: 270px;
	padding: 0px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar.jpg);
	margin: 0px 0px 10px 0px;
	}
#news_holder h2{
	display: block;
	height: 20px;
	width: 250px;
	font: normal 14px/20px Arial;
	text-indent: 0px;
	padding: 0px 0px 10px 0px;
	color: #363636;
	}
.kratkelink{
	display: block;
	float: left;
	font: normal 12px/16px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	width: 200px;
	margin: 5px 0px 0px 0px;
	background-image: url(../images/newspaper.gif);
	text-indent: 20px;
	background-repeat: no-repeat;
	}
.kratkemore  {
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 70px;
	position: relative;
	font: normal 10px/20px Arial;
	padding: 0px 0px 0px 15px;
	background-repeat: no-repeat;
}
.links	{
	width: 280px;
	display: block;
	float: left;
	margin: 20px 0px 0px 0px;
	background-color: #E7F3F9;
	background-repeat: no-repeat;
	}
.kratkedatum {
	display: block;
	float: right;
	font: normal 11px/16px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	width: 60px;
	color: #4F4E21;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	text-align: right;
	}
.news_content	{
	display: block;
	float: left;
	margin: 0px 0px 5px;
	width: 274px;
	color: #999999;
	font: normal 11px/14px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #191919;
	padding: 0px 0px 5px 0px;
	}
#mytable {
	padding: 0;
	margin: 0;
	width: 350px;
	float: left;
}
#bendstable {
	padding: 0;
	margin: 0;
	width: 580px;
	float: left;
}

th {
	font: normal 13px/16px "Tahoma", "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #9F9057;
	letter-spacing: 0px;
	text-align: left;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #191919;
}

td {
	font: normal 13px/13px "Tahoma", "Lucida Grande", Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #191919;
	padding: 5px 0px;
	color: #696969;
	text-align: left;
	width: 270px;
}


td.alt {
	color: #C1C1C1;
	text-align: left;
	width: 250px;
}

td.spec {
	border-bottom: 1px dotted #191919;
	padding: 3px 0px;
	color: #c1c1c1;
	text-align: right;
	width: 35px;
}
#banner_holder	{
	display: block;
	float: left;
	width: 280px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar.jpg);
	margin: 0px 0px 10px 0px;
	}
.img_left	{
	float: left;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	}
.img_left_bg	{
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	}
.img_right_bg	{
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
.captchapict	{
	float: left;
	margin: 10px 15px 20px 0px;
	padding: 0px;
	}
.line_line {
	clear:both;
	margin:0px;
	padding:0px;
	border-bottom:1px dotted #191919;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}
.auto_holder	{
	float: left;
	display:block;
	width: 610px;
	margin: 0px 0px 20px 0px;
	}
.visit_bgd	{
	float: left;
	width: 280px;
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-image:url(../images/visit_bg.jpg);
	font: normal 26px/50px Arial;
	text-indent: 50px;
        margin: 0px 0px 20px 0px;
	}
.visit_bgd a:link {
	color:#fff;
	}
.visit_bgd a:visited {
	color:#fff;
	}
.visit_bgd a:hover {
	color:#fff;
	text-decoration: underline;
	}
.newssummarylink	{
	float: left;
	width: 510px;
	font: normal 13px/16px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	}
.newssummarysummary	{
	float: left;
	width: 610px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #191919;
	}
.newssummarypostdate {
	float: right;
	font: bold 13px/16px Georgia, serif;
	
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 10px 0px 0px;
	}
.newssummarymorelink {
	display: none;
	float: left;
	width: 610px;
	}
.newspostdetailcontent	{
	width: 610px;
	float: left;
	display: block;
	}
#newspostdetaildate {
	float: right;
	font: bold 13px/16px Georgia, serif;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 10px 0px 0px;
	width: 80px;
	}
#newspostdetailtitle	{
	float: left;
	width: 510px;
	font: normal 14px/16px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	}
#newspostdetailcontent	{
	width: 610px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
#newspostdetailauthor	{
	float: left;
	width: 150px;
	}
#newspostdetailostale	{
	float: left;
	width: 150px;
	}
#newspostdetailprintlink	{
	float: left;
	width: 150px;
	}
.footer_left	{
	float: left;
	width: 350px;
	}
.footer_left	a:link {
	color: #666666;
	}
.footer_right	{
	float: right;
	width: 350px;
	text-align: right;
	}
.footer_right	a:link {
	color: #666666;
	}
.text_specholder	{
	float: left;
	padding: 10px;
	margin: 10px 0px;
	background-color: #121212;
	width: 588px;
	border: 1px dotted #191919;
	}
.text_specholder2	{
	float: left;
	padding: 20px;
	margin: 10px 0px;
	background-color: #121212;
	width: 548px;
	border: 1px dotted #191919;
	text-align:justify;
	color: #666666;
	}
.formbtn {
	float: left;
	background-color: #121212;
	color: #666666;
	background-image: url(../images/submit_button.jpg);
	height: 30px;
	width: 100px;
	border: 0;
	}

.blue_block { margin-top:10px;}
.blue_menu { height:24px;}
.blue_item {background: url(../images/blue_but_bg.gif) repeat-x; font-size:12px; color:#fff; height:24px; width:110px; text-align:center; font-weight: normal; margin-right:20px; float:left;}
.blue_item .l { background:url(../images/blue_but_left.gif) left top no-repeat;}
.blue_item .r { background:url(../images/blue_but_right.gif) right top no-repeat; padding-top:4px;}
.blue_link { float:left;  margin-right:20px; padding-top:4px; margin-bottom:-4px;}
.blue_link a {font-size:12px; color:#68a2fc; text-decoration:none;}
.blue_link a:hover {color:#FFFFFF; text-decoration: underline;}

.blue_content { color:#c1c1c1;}
.blue_content a { color:#fff;}
.blue_content a:hover { color:#fff; text-decoration:none;}
.blue_content .t_r { background:#0D0D0D url(../images/blue_right_top.gif) right top no-repeat;}
.blue_content .b_l { background: url(../images/blue_left_bottom.gif) left bottom no-repeat; position: relative;}
.blue_content .b_r { padding:5px; padding-left:8px; display: table; height:1%}

.button { vertical-align: middle; }

.clear { clear:both;}
.clear_l { clear: left;}
.float_r { float:right; margin:5px; border:2px solid #ddd;}
.float_l { float: left; margin:5px; border:2px solid #ddd;}
.border { border:1px solid #69a7ff;}



/* test_form */
#test_form {
	width:280px; 
	height:90px; 
	margin: 0 auto;
	padding-top:0px;
	padding-bottom:0px;
}
#test_form .left_corner {
	float: left; 
	display:block; 
	background:url(../images/search_left.jpg) left top no-repeat; 
	width:16px; 
	height:90px;
}
#test_form .content {
	background:url(../images/search_bg.jpg) left top repeat-x; 
	width:248px; 
	float:left; 
	height:90px; 
	text-align:center; 	
	color:#000000; 
	font-size:12px;
}
#test_form .right_corner {
	float: left; 
	width:16px; 
	background:url(../images/search_right.jpg) left top no-repeat; 
	height:90px;
}
#test_form .input {
	width:140px;  
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:18px;
	border:1px solid #69BAFF;

}
#test_form .button {
	border:0px none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:12px; 
	color:#000000; 
	height:20px;
	padding-bottom:1px;
	border:1px solid #69BAFF;
	width:60px; 
	background:url(../images/search_button.jpg) left top repeat-x #56C5F4;
	cursor: pointer;	
}

#test_form a {color:#F77209; text-decoration:none; font-size:14px;}
#test_form a:hover {color:#FF0000; text-decoration: underline; font-size:14px;}



#test_form .search_title {color: #9f9057; padding-top:20px; float:left; padding-left:20px; font-size:16px; font-weight:bold;}

.e1{
	background: url(../images/top.gif) no-repeat;
	padding: 2px 0px 0px 0px;
	margin-bottom: -4px;
	height:204px;
	width:102px;
	position:relative;
}

.e2{
	background: url(../images/sides.gif) no-repeat;
	height:200px;
	width:1px;
	float:left;
}

.e3{
	width:100px;
	height:200px;
	float:left;
}

.e4{
	background: url(../images/sides.gif) no-repeat;
	height:200px;
	width:1px;
	float:left;
}

.e5{
	background: no-repeat url(../images/bottom.gif);
	height:3px;
	width:102px;
}

.tv {
	background-image: url(../images/link_rollover.gif);	
	width: 16px;
	height: 17px;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
	display: block;
}
.e6{
	background-color: #000000;
	height:17px;
	width:102px;
	color:white;
	opacity:0.7;
	font-weight:bold;
	display:block;
	position:absolute;
	left:0px;
	bottom:4px;
	/*text-align:center;*/
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	z-index:1000;
}

.actors{
	width:538px;
	float:left;
}

.foto{
	height:206px;
	width:102px;
	float:left;
	margin-right:15px;
}

/* sex_form */
#sex_form {
	width:232px; 
	height:120px; 
	margin: 0 auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	float:left;
}
#sex_form .left_corner {
	float: left; 
	display:block; 
	background:url(../images/search_left2.jpg) left top no-repeat; 
	width:16px; 
	height:120px;
}
#sex_form .content {
	background:url(../images/search_bg2.jpg) left top repeat-x; 
	width:200px; 
	float:left; 
	height:120px; 
	text-align:center; 	
	color:#c1c1c1; 
	font-size:12px;
}
#sex_form .right_corner {
	float: left; 
	width:16px; 
	background:url(../images/search_right2.jpg) left top no-repeat; 
	height:120px;
}

#sex_form .sex_title {color: #9f9057; padding-top:20px; float:left; padding-left:0px; font-size:16px; font-weight:bold; padding-bottom:10px;}


/* language_form */
#language_form {
	width:332px; 
	height:120px; 
	margin: 0 auto;
	padding-top:0px;
	padding-bottom:0px;
	float:left;
	
}
#language_form .left_corner {
	float: left; 
	display:block; 
	background:url(../images/search_left2.jpg) left top no-repeat; 
	width:16px; 
	height:120px;
}
#language_form .content {
	background:url(../images/search_bg2.jpg) left top repeat-x; 
	width:300px; 
	float:left; 
	height:120px; 
	text-align:center; 	
	color:#c1c1c1;
	font-size:12px;
}
#language_form .right_corner {
	float: left; 
	width:16px; 
	background:url(../images/search_right2.jpg) left top no-repeat; 
	height:120px;
}

#language_form .language_title {color: #9f9057; padding-top:20px; float:left; padding-left:0px; font-size:16px; font-weight:bold; padding-bottom:10px;}

.heading {color: #9f9057;
	font-weight: bold}



/* use_form */
#use_form {
	width:600px;  
	margin: 0 auto;
	padding-top:0px;
	padding-bottom:0px;
	
}
#use_form .left_corner {
	float: left; 
	display:block; 
	background:url(../images/search_left3.jpg) left top no-repeat; 
	width:16px; 
	height:170px;
}
#use_form .content {
	background:url(../images/search_bg3.jpg) left top repeat-x; 
	width:568px; 
	float:left; 
	height:170px; 	
	color:#c1c1c1;
	font-size:12px;
}
#use_form .right_corner {
	float: left; 
	width:16px; 
	background:url(../images/search_right3.jpg) left top no-repeat; 
	height:170px;
}

#use_form .use_title {color: #9f9057; padding-top:10px; float:left; padding-left:0px; font-size:16px; font-weight:bold; padding-bottom:2px;}
#use_form  h2 {color: #9f9057; padding-top:15px; float:left; padding-left:0px; font-size:16px; font-weight:bold; padding-bottom:0px;
	font-family: "Tahoma", "Lucida Grande", Arial, Helvetica, Sans-serif;
	line-height:0px;
}

#text_holder li {padding-left:10px;}
#text_holder li a {padding-left:5px; text-decoration: none;}
#text_holder ul {padding-bottom:10px; text-decoration:underline;}
#text_holder ul a {padding-bottom:10px; text-decoration:none;}
#text_holder ul a:hover {padding-bottom:10px; text-decoration:underline;}

#howworks li {margin-left:10px; padding-left:0px;padding-bottom:10px;}
#howworks li a {padding-left:10px; text-decoration: none;}
#howworks ul {margin-left:20px; padding-bottom:10px; text-decoration:none;list-style-image:url(../images/bullet.jpg)}
#howworks ul a {padding-bottom:10px; text-decoration:none;}
#howworks ul a:hover {padding-bottom:0px; text-decoration:none;}

.howworks2 {list-style-image:url(../images/bullet2.jpg) !important;}
#afbuttons {width:100%;text-align:center}
#afbuttons img { border:none; margin: 0px 20px; }

.date {padding:0px; color:#9f9057; float:right; clear:left;}

#options {
   display:none;
   position:fixed; 
   z-index:4;
   width: 180px; 
   bottom: 126px; 
   height: 320px; 
   right: 190px; 
   text-align:center;
   background-color: #131313;
}

#options div {
	display:none;
	width:160px;
	height:60px;
	margin:10px;
	background:#000
}

#tour {
   display:none;
   position:fixed; 
   z-index:4;
   width: 611px; 
   bottom: 126px; 
   height: 358px; 
   right: 190px; 
   background-color: #fff;
}

#tour div {
	display:none;
	width:591px;
	height:358px;
	margin:10px;
}

#tour img {
	border: solid 1px #000;
}

#e24Overlay {
   display:none;
   position:absolute; 
   z-index:3;
   width: 100%; 
   left: 0px; 
   top: 0px; 
   height: 100%; 
   background-color: #000;
}

.txt {
	width: 100px;
	height: 20px;
	float:left;
	text-align: left;
}



.quickcontact  {
	padding: 3px;
	background-color: #000000;
	border: 1px dotted #191919;
	width: 262px;
	display: block;
	float: left;
	overflow:hidden;
}


.quickcontact div {
	width: 260px;
	padding: 0px 0 0px 0;
	float: left;
}
.quickcontact div label {
	display: block;
	width: 260px;
	float: left;
	margin: 0px 0px 2px 0px;
}


.quickcontactfield 	{
	float: left;
	width: 254px;
	margin: 0px 0px 5px 0px;
	border: none;
	height: 18px;
	text-indent: 0px;
	padding: 0px 2px;
	}

.quickcontacttextarea {
	float: left;
	width: 254px;
	margin: 0px 0px 5px 0px;
	border: none;
	text-indent: 0px;
	padding: 0px 2px;
	height: 48px;
	}

.quickcontactbutton {
	border:0px none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:12px; 
	color:#000000; 
	height:20px;
	padding-bottom:1px;
	border:1px solid #69BAFF;
	width:80px; 
	background:url(../images/search_button.jpg) left top repeat-x #56C5F4;
	cursor: pointer;
}
	