﻿*
{
	margin: 0px;
	padding: 0px;
	outline: none;
	-webkit-text-size-adjust: none;
}

body
{
	color: #666666;
	background: #b0d2ed url("../images/body_background.png") repeat-x scroll left top;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

h1, h2, h3
{
	line-height: normal;
	cursor: default;
}

img, table, td 
{
	border: none;
	vertical-align: top;
}

input, textarea 
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: normal;
	resize: none;
}

a
{
	color: #336699;
	text-decoration: none;
}

a *
{
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover 
{
	text-decoration: none;
}

ul
{
	list-style-type: none;
}

.clr
{
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	zoom: 1;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.error, .error_msg 
{
	color: red;
}

#container
{
	width: 1000px;
	border-left: 1px #989898 solid;
	border-right: 1px #989898 solid;
	margin-left: auto;
	margin-right: auto;
	background: #d3e6f5 url("../images/container_background.png") repeat-x scroll left 325px;
}

.header
{
	position: relative;
	width: auto;
	height: 325px;
	overflow: hidden;
	background: transparent url("../images/header.jpg") no-repeat scroll left top;
}

h1
{
	margin-top: 35px;
	margin-left: 60px;
	width: 285px;
	height: 90px;
	font-size: 0px;
	background: transparent url("../images/proclima_logo.gif") no-repeat scroll left top;
}

h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
}

.address
{
	text-align: right;
	margin-top: 11px;
	margin-left: 60px;
	width: 285px;
}

.main_menu
{
	margin-top: 28px;
	padding-top: 2px;
	height: 50px;
	background: transparent url("../images/main_menu.gif") repeat-x scroll left top;
}

.main_menu div
{
	float: right;
	margin-right: -1px;
}

.main_menu a
{
	float: left;
	padding: 0px 20px;
	height: 48px;
	font-size: 11px;
	line-height: 48px;
	text-transform: lowercase;
	color: #505254;
	background: transparent url("../images/main_menu_inactive.gif") no-repeat scroll right top;
}

.main_menu a:hover
{
	color: black;
	text-decoration: none;
}

.main_menu a.active
{
	position: relative;
	color: black;
	background: transparent url("../images/main_menu_active.gif") no-repeat scroll left top;
	margin: 0px -12px;
	padding: 0px 32px;
}

.main_menu a.active b
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 13px;
	height: 48px;
	background: transparent url("../images/main_menu_active.gif") no-repeat scroll right top;
}

.content
{
	float: left;
	padding: 30px;
	width: 670px;
	min-height: 350px;
	background: transparent url("../images/content_background.png") no-repeat scroll right top;
}

.right_column
{
	float: right;
	overflow: hidden;
	padding: 30px;
	width: 210px;
	min-height: 350px;
	background: transparent url("../images/right_column_background.jpg") no-repeat scroll right top;
}

.footer
{
	clear: both;
	padding: 0px 30px;
	height: 120px;
	background: #b0d2ed url("../images/footer_background.gif") repeat-x scroll left top;
}

.footer span
{
	margin-top: 60px;
}

h2
{
	color: #336699;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.right_column h3, .selector h3
{
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 6px;
	border-bottom: 1px #666666 dotted;
}

.content p
{
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	padding-top: 16px;
}

.content p a
{
	color: #336699 !important;
	text-decoration: underline;
}

ul.list li
{
	padding-left: 15px;
	background: transparent url("../images/tick.gif") no-repeat scroll left 4px;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

.content .content_img
{
	float: left;
	padding: 1px;
	border: 1px #336699 solid;
	margin: 5px 10px 10px 0px;
}

.selector
{
	padding-bottom: 20px;
	border-bottom: 1px #666666 dotted;
	margin-bottom: 17px;
	overflow: hidden;
}

.selector h3
{
	padding: 0px;
	margin: 0px;
	border: medium none;	
}

.selector p.price
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	padding: 0px;
}

.selector a.thumb
{
	float: left;
	width: 328px;
	height: 128px;
	border: 1px #336699 solid;
	background: white none no-repeat scroll center center;
	margin-top: 3px;
	margin-right: 20px;
}

.selector strong
{
	display: block;
	line-height: 18px;
}.selector table
{
	float: left;
}.selector table td
{
	padding-right: 10px;
	line-height: 18px;
}.search_form{	color: #333333;}

.search_form strong
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	padding-top: 15px;
	padding-bottom: 8px;
}.search_form #price_from, .search_form #price_to, .search_form #area{	padding-left: 5px;	width: 97px;	height: 20px;	line-height: 20px;	color: #333333;	background: transparent url("../images/form_elements.gif") no-repeat 0px -21px;}

.search_form #price_from
{
	background-position: 0px -21px;
	padding-left: 20px;
	width: 82px;
}

.search_form #price_to
{
	background-position: -103px -21px;
	padding-left: 20px;
	width: 82px;
}

.search_form #area
{
	background-position: -206px -21px;
}

.search_form .submit
{	margin-top: 10px;	margin-bottom: 30px;
	width: 83px;
	height: 22px;
	padding-bottom: 4px;
	color: white;
	background: transparent url("../images/submit.gif") no-repeat scroll left top;
	font-size: 10px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	text-transform: lowercase;
}

.brands_list
{
	margin-right: -60px;
	padding: 20px 0px;
}

.brands_list img
{
	margin-right: 30px;
	margin-bottom: 10px;
}

ul.links_list
{
	padding: 20px 0px;
}

ul.links_list a
{
	text-decoration: none;
	font-weight: bold;
}

ul.links_list span
{
	color: #666666;
	font-weight: normal;
}

ul.clients_list li
{
	float: left;
	width: 335px;
	height: 176px;
	color: #336699;
}

ul.clients_list li a.thumb
{
	float: left;
	margin: 3px 15px 30px 0px;	border: 1px #336699 solid;	padding: 1px;}

ul.clients_list li h4, ul.clients_list li p
{
	padding-right: 15px;	font-size: 10px;	line-height: normal;
}

h3
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	padding-bottom: 30px;
}

.page
{
	background-color: white;
	border: 1px #7f7f7f solid;
}

.page img
{
	margin: 20px;
}

.details
{
	width: 100%;
	color: #333333;
	background: white url("../images/table_background.gif") repeat scroll left top;
	border-top: 1px #cacbd0 solid;
}

.details td
{
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	border-right: 1px #cacbd0 solid;
}

/*forms component*/
input, textarea, .button {
	vertical-align: middle;
	border: 0;
	font: 10px verdana, sans-serif;
	color: white;
}

.edit_field, 
textarea,
.button,
label.radio, 
label.checkbox,
.combo_box,
.file_field label {
	background: url('../images/form_elements.gif') no-repeat;
}

.edit_field {
	width: 201px;
	height: 14px;
	padding: 3px 5px 2px 5px;
	background-position: right -160px;
}

textarea {
	width: 277px;
	height: 60px;
	padding: 4px 5px;
	vertical-align: top;
	background-position: right -220px;
	overflow: auto;
}

.button {
	width: 95px;
	height: 19px;
	text-align: center;
	background-position: -262px -20px;
	cursor: pointer;
	font-family: tahoma, sans-serif;
	padding-bottom: 3px;
}

.button.browse_button {
	width: 55px;
	background-position: -82px -20px;
}

.radio, .checkbox {
	display: -moz-inline-box;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	overflow: hidden;
}

input.checkbox, input.radio {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	width: 16px;
	height: 16px;
	vertical-align: top;
}

input.radio {
	width: 12px;
	height: 12px;
}

label.checkbox {
	background-position: -211px 0px;
	margin-right: 5px;
}

label.checkbox.ch_focus {
	background-position: -228px 0px;
}

label.checkbox.ch_mousedown {
	background-position: -245px 0px;
}

label.checkbox.ch_checked {
	background-position: -262px 0px;
}

label.checkbox.ch_focus.ch_checked {
	background-position: -279px 0px;
}

label.checkbox.ch_mousedown.ch_checked {
	background-position: -296px 0px;
}

label.radio {
	width: 12px;
	height: 12px;
	background-position: 0 -175px; 
	vertical-align: top;
}

label.radio.r_focus {
	background-position: -13px -175px; 
}

label.radio.r_mousedown {
	background-position: -26px -175px;
}

label.radio.r_checked {
	background-position: -39px -175px;
}

label.radio.r_focus.r_checked {
	background-position: -52px -175px;
}

label.radio.r_mousedown.r_checked {
	background-position: -65px -175px;
}

.combo_box {
	width: 211px;
	height: 16px;
	text-align: left;
	padding: 2px 0;
	background-position: 0px 0px;
	position: relative;
	overflow: hidden;
}

.combo_box label {
	display: block;
	height: 15px;
	margin: 0 19px 0 2px;
	line-height: 14px;
	padding-left: 3px;
	overflow: hidden;
}

.combo_box label img, #drop_down_combo_box label img {
	margin-right: 5px;
	vertical-align: -3px;
	width: 14px;
	height: 12px;
}

.combo_box label.combo_box_focus {
	background-color: #cccccc;
}

.combo_box select {
	position: absolute;
	top: 0;
	left: -500px;
}

#drop_down_combo_box {
	background-color: #cccccc;
	margin-top: 1px;
	max-height: 170px;
	overflow: auto;
	border: 1px black solid;
}

#drop_down_combo_box label {
	display: block;
	padding-left: 4px;
	font-size: 10px;
	line-height: 17px;
}

#drop_down_combo_box label.selected_index {
	background-color: #eeeeee;
	color: black;
}

.file_field {
	width: 210px;
	display: block;
	height: 19px;
}

.file_field label {
	float: left;
	width: 140px;
	height: 19px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	background-position: -212px -80px;
}

.file_field .browse_button {
	display: block;
	float: right;
	padding: 0;
	line-height: 18px;
	position: relative;
	overflow: hidden;
}

.file_field  input {
	background-color: red;
	height: 21px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: -1px;
	right: -2px;
}
/*end forms component*/