* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:transparent; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#ffffff;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:559px;
	position:relative;
}
#content {
	padding:0 31px 0 31px;
}
	#content .aside {
		float:left;
		width:260px;
		margin-right:3px;
		padding-bottom:80px;
	}
	#content .mainContent {
		float:left;
		width:654px;
	}
#footer {
	height:70px;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #3a352f;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}




/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:bold;
	
}


/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(images/input_text_left.png) no-repeat left top;
	height: 25px;
	padding: 0px;
	float:left;
	width:160px !important;
}

.jqTransformInputInner {
	background: transparent url(images/input_text_right.png) no-repeat top right;
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 25px;
	margin:0px 0px 0px 0;
	overflow:hidden;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align: middle;
	color:#ffffff;	
	border: none;
	padding: 3px 0px 3px 6px;
	margin: 0px;
	background:transparent;
	float:left;
	font-weight:bold;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 3px 0 0 0;
	margin: 0 -27px 0 0;
	margin-left:5px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 3px 0 0 0;
	margin-left:5px;
}



/*hover
.jqTransformInputWrapper_hover{ background-position: left -25px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -25px ;}
*/
/*focus
.jqTransformInputWrapper_focus{ background-position: left -50px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -50px ;}
*/


.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}



/* -------------
 * Radios comente
 * ------------- */
/*.jqTransformRadioWrapper {float: left;display:block;margin:0px 4px;	margin-top:5px;}
.jqTransformRadio {
	background: transparent url(images/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;
}*/


/* -------------
 * Checkboxes comente
 * ------------- */
/*span.jqTransformCheckboxWrapper{
	display:block;float:right;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(images/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;
}*/

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
/*a.jqTransformChecked { background-position: center bottom;}*/





/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width:160px !important;
	position:relative;
	height: 20px;
	background: url(images/select_left.png) no-repeat top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	
	font-size: 13px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 25px;
	line-height: 15px;
	padding: 4px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	font-weight:bold;
	/*border: 1px solid #CCCCCC;*/
	/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 19px;
	height: 20px;
	/*background: url(images/select_right.png) no-repeat center center;*/
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 25px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	z-index:10;
	width:173px !important;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 2px 3px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #ddddc7;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3a352f;
	color: #fff;
	
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

a.adv-link {
	background:url(images/arrow1.gif) no-repeat left 6px;
	font-size:10px;
	color:#7e8783;
	text-transform:uppercase;
	float:left;
	padding:0 0 0 10px;
	margin:8px 0 0 0;
}



#search-form input.text {
	width:160px;
}


#agent-search-form input.text {
	width:210px !important;
}

#agent-search-form .jqTransformSelectWrapper {
	width:223px !important;
}
#agent-search-form .jqTransformSelectWrapper ul {
	width:223px !important;
}

#agent-search-form .jqTransformInputWrapper {
	background: transparent url(images/input_text_left1.gif) no-repeat left top;
	width:223px !important;
}

#agent-search-form .jqTransformInputInner {
	background: transparent url(images/input_text_right1.gif) no-repeat top right;
}

#agent-search-form .jqTransformSelectWrapper {
	background: url(images/select_left1.gif) no-repeat top left;
}
#agent-search-form .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	background: url(images/select_right1.gif) no-repeat center center;
}




#newsletter-form input.text {
	width:210px !important;
}
#newsletter-form .jqTransformInputWrapper {
	background: transparent url(images/input_text_left1.gif) no-repeat left top;
	width:223px !important;
}
#newsletter-form .jqTransformInputInner {
	background: transparent url(images/input_text_right1.gif) no-repeat top right;
}



#adv-search-form input.text {
	width:210px !important;
}
#adv-search-form .jqTransformInputWrapper {
	background: transparent url(images/input_text_left1.gif) no-repeat left top;
	width:223px !important;
}
#adv-search-form .jqTransformInputInner {
	background: transparent url(images/input_text_right1.gif) no-repeat top right;
}





#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	color:#fff;
}
	#contacts-form label { 
		display:block;
		height:33px;
		background:url(images/input-bg.gif) no-repeat left top;
	} 
		#contacts-form label input { 
			width:280px;
			padding:3px 0 3px 10px;
			color:#7e7e7e;
			background:none;
			border:none;
		}
		#contacts-form textarea {
			width:280px;
			height:80px;
			padding:3px 0 2px 10px;
			margin-bottom:32px;
			color:#7e7e7e;
			background:none;
			border:none;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:318px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:292px !important;
			background:url(images/textarea-bg.gif) no-repeat left top;
		}
		#contacts-form .button {
			margin-left:15px;
			float:right;
		}

/*==========================================*/







