html {
	background: #f7f7f5;
}
body, td{
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	background: #f7f7f5;
	}
a {
	text-decoration: underline;
	}
a:hover {
	text-decoration: none; 
}
img{border: 0;}
/*base margin/padding rule*/
ol,ul,h1, h2, h3, h4, h5,h6,h7,p,table,caption {
	padding: 0;
	margin: 0.5em 20px;
	position: relative;
	text-align: left;
	line-height: 130%;
	}
h1, h2, h3, h4, h5 {font-weight: bold; color: #000;}
h1 {font-size: 1.3em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em; font-weight: bold;}
h5 {font-size: 1em; font-weight: bold;}
br {line-height: 0.1em;padding: 0;margin: 0;font-size: 0.5em;}
table {vertical-align: bottom;}
strong {font-weight:bold;}
td {text-align: left;padding: 2px;margin: 0;vertical-align: bottom;}
th {text-align: left;padding: 2px;border-bottom:1px #dfb454 solid;}
td p {margin: 0.1em 1px;padding: 0;}
li {
	padding: 0 0 0 1.5em; 
	margin: 0.2em 0;
	}
ul li {
	zoom: 1;
	position: relative;
	vertical-align: text-top;
	list-style: none;
	list-style-image: none;
	background: url(../images/bg_bullet_body_1.png) no-repeat 2px top;
	_background: url(../images/bg_bullet_body_1.gif) no-repeat 2px top;
	}
ul li li {
	background: url(../images/bg_bullet_body_2.png) no-repeat 2px top;
	_background: url(../images/bg_bullet_body_2.gif) no-repeat 2px top;
}
ul ul {
	margin: 0.2em 0;
}
#side ul li {
	background: url(../images/bg_bullet_side_1.png) no-repeat 2px top;
	_background: url(../images/bg_bullet_side_1.gif) no-repeat 2px top;
	}
#side ul li li {
	background: url(../images/bg_bullet_side_2.png) no-repeat 2px top;
	_background: url(../images/bg_bullet_side_2.gif) no-repeat 2px top;
}
#banner ul li {
	background: url(../images/bg_bullet_banner_1.png) no-repeat 2px top;
	_background: url(../images/bg_bullet_banner_1.gif) no-repeat 2px top;
	}
#banner ul li li {
	background: url(../images/bg_bullet_banner_2.png) no-repeat 2px top;
	_background: url(../images/bg_bullet_banner_2.gif) no-repeat 2px top;
}


ol li {	list-style-type: decimal;	display: list-item;vertical-align: top;}
em {}
blockquote {margin: 0.4em 20px;}
blockquote p {margin: 0.4em 0px;}
body {
	/*default background*/
	position: relative;
	margin: 0px auto;
	}
.fr {float: right; display: inline;}
.fl {float: left; display: inline;}
.ar {text-align: right;}
.ac {text-align: center;}
.al {text-align: left;}	
	
/*other stuff*/
#header .inner,
#container .inner,
#footer,
#banner .inner {
	width: 920px;
	padding: 0;
	position: relative;
	display: block;
	margin: 0 auto;
	zoom: 1;
	overflow:hidden;
}
/*////////////////
*	Header stuff
////////////////*/
#header {
	zoom:1;
}
#header .inner {
	width: 920px;
	margin: 0 auto;
	font-weight: normal;
	padding-top: 0px;
}
#header h3 {
	margin:0;
	position:absolute;
	top:15px;
	z-index:1;
}
#header h3 a {
	display: block;
	height: 117px;	width: 200px;
	margin: 0px 0pt 20px 20px;
	padding: 0;
}
#header h3 span {
	visibility:hidden;
	display:none;
}


/*////////////////
*	Main nav
////////////////*/
#navbase {
	position: relative;
	padding-top:1px;
	overflow: hidden;
}
#navbase ul {
	padding: 0 20px 0 1px;
	margin: 0 0 0 0px;
	overflow: hidden;
	position: relative;
	zoom:1;
	float:right;
}
#navbase .menu li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 0 -1px ;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	zoom: 1;
}
#navbase .menu li a {
	float: left;
	display: inline; /*IE6 Hack*/
	text-decoration: underline;
	margin:0;
	padding: 10px;
}
#navbase .menu li a:hover {
	text-decoration:none;
}
#navbase .menu li a.sel {
	text-decoration:none;
}

/*////////////////
*	site switch
////////////////*/
#siteswitch {
	position: relative;
	overflow: hidden;
	padding-bottom: 15px;
}
#siteswitch ul {
	float: right;
	margin: 0;
}
#siteswitch li {
	float: left;
	display: inline;
	background-image: none;
	margin: 0 0 0 4px;
	padding: 0;
}
#siteswitch li.first {
	display: none;
}
#siteswitch a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 1px 4px;
}
#siteswitch li.linkto-english a {
	background-color: #89995b;	
}
#siteswitch li.linkto-residential a {
	background-color: #eda81f;	
}
#siteswitch li.linkto-extranjero a {
	background-color: #D53232;	
}

/*////////////////
*	lang switch
////////////////*/
#langs {
	position: relative;
	text-align: right;
	padding: 0 0px 20px 0;
	overflow: hidden;
	zoom: 1;
	min-height: 55px;
	_height: 55px;
}
#langs h2 {
	text-align:right;
	font-size:13px;
	font-weight: bold;
}
#langs ul {
	margin-top: 0;
	overflow: hidden;
	float: right;
}
#langs li {
	display: inline;
	list-style: none;
	list-style-image: none;
	padding: 0 10px 0 0;
	margin: 0;
}
#langs li.last {
	background: none;
	padding: 0;
}

/*////////////////
*	Banners
////////////////*/
#banner .inner {
	width: 880px;
	border: 20px white solid;
}
#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner p {
	font-size:13px;
	margin:15px 20px 15px 20px;
	padding:0;
	font-weight: bold;
}
#banner .inner .block div.element {
	padding: 1px 0;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 600px;
}


/*
////////////////
*	Footer
////////////////
*/
#footer {
	font-size:10px;
	color: #aaa;
	padding:20px 0;
	background: url(../images/bg_footer_shad.jpg) no-repeat left top;
}
#footer a {
	color: #aaa;
	text-decoration:underline;
}
#footer a:hover {
	color: #aaa;
	text-decoration:none;
}
#footer ul,
#footer p {
padding-left:20px;
margin-left:0;
}
#footer ul li {
	display:inline;
	margin: 0 0 0 0;
	padding:0 5px;
	border-right: 1px solid #b1bb95;
	background: none;
	}
#footer ul li.first {
	padding-left:0;
	}
#footer ul li.last {
	border-right: none;
	}
	
/*////////////////
*	content stuff
////////////////*/
#container {
	background: url(../images/bg_body_shad.jpg) no-repeat center top;
}
#container .inner {
	background: #ffffff url(../images/bg_content_inner.jpg) repeat-x scroll left bottom;
}
#container {
	padding: 0;
	position: relative;
	display: block;
	zoom: 1;
	overflow:hidden;
}
#container .inner {
	padding: 0px 0 20px 0;
	width: 920px;
	margin: 0 auto;
}
#content {
	float: left;
	display: inline;
	color: #666666;
	line-height: 150%;	
}
#content h2,
#content h3 {
	padding: 4px 0 6px 0;
	font-weight:normal;
	font-size:16px;
	margin-top:0px;
	}
#content h2 small,
#content h3 small {
	display:block;
	font-size:13px;
}
blockquote {
	font-style:italic;
	font-size:13px;
	padding:10px 0;
}


/*////////////////
*	Contact Form
////////////////*/
p.buttons{
	clear: both;
	position: relative;
	overflow: hidden;
}
button {
	background: #333;
	border: 1px #222 solid;
	color: #fff;
	cursor: pointer;
}
button:hover {
	background: #fff;
	color: #000;
}
input, select, textarea{
	border: 1px #908044 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 3px;
}
input, textarea{
	width: 28em;
}
input.var {
	width: auto;
}
input.chbx {width: auto;border: none;}

div.formElement {
	position: relative;
	clear: both;
	padding: 1px 0;
	zoom: 1;
	overflow: hidden;
	}
div.formElement p {
	overflow: hidden;
}
div.formElement.invalid {
	position: relative;
	background: #f7eff0;
	border-top: 2px #e02328 solid;
	border-bottom: 2px #e02328 solid;
	padding: 2px 1px 2px 1px;
	margin: 3px 0px 3px 0px;
	vertical-align: top;
	display: block;
	}

div.formElement.valid {
	position: relative;
	padding: 1px 2px 1px 2px;
	margin: 0px 0px 2px 0px;
	display: block;
	/*white-space: nowrap;*/
	}
	
div.formElement.invalid.required input {background-color: #f3f6cc; border:1px #57700c solid;}
div.formElement.invalid.required option {background-color: #f3f6cc; border:1px #57700c solid;}

div.formElement.valid.required input,
div.formElement.valid.required select,
div.formElement.valid.required textarea {
	background-color: #eee;
	border: 1px #57700c solid;
	}

div.formElement.valid.required option {
	background-color: #f7eff0;
	}

div.label,
label.blk {
	display: inline;
	float: left;
	clear: none;
	color: #0b421a;
	margin-top: 2px;
	margin-right: 5px;
	text-align: right;
	vertical-align: top;
	width: 10em;
	}
div.input,
span.blk {
	display: inline;
	margin-right: 2px;
	float: left;
	clear: none;
	}

label {
	display: inline;	
}

#content .invalidFormHeader {
	position: relative;
	padding: 0.5em 10px;;
	margin: 3px 0px 3px 0px;
	border:none;
	font-size: 13px;
	background: #e02328;
	color: #fff;
	font-weight: bold;
	}

div.errTxt {
	margin-top: 3px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-weight: bold;
	vertical-align: top;}

div.hintreq:first-letter {
	color: red;
	margin-left: -1em;}
	
div.hintreq {
	float: left;
	clear: none;
	display: inline;
	margin-top: 3px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-size: 11px;
	vertical-align: top;}

div.outputtext {
	float: left;
	clear: none;
	margin-top: 3px;
	padding: 2px 2px 0px 2px;
	font-size: 11px;
	vertical-align: top;
}

div.hint {
	float: left;
	clear: none;
	margin-top: 2px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-size: 11px;
	vertical-align: top;
}

p.error {
	display: block;
	font-style: italic;
	color: #de2025;
}

/*
 * Callback form block
 */
div.callback div.formElement {
	padding: 0;
}

div.callback p {
	margin: 4px 30px;
}
div.callback input,
div.callback textarea {
	width: 150px;
}
div.callback span.blk {
	margin: 0;
}
div.callback span.blk em {
	display: none;
}
div.callback label.blk {
	width: 50px;
	}
/*
 * Footer social media sprite
 */
ul.social-media-links {
	overflow:hidden;
	position:absolute;
	top:20px;
	right:0;
}
ul.social-media-links li a {
	display:block;
	height:16px;
	width:16px;
	/*margin:0 0 0 8px;*/
	text-indent:-9999px;
	background:url("../images/social-media-sprite.jpg") no-repeat;
}
#footer ul.social-media-links li {
	float:left;
	list-style:none outside none;
	border-right:none;
	/*zoom:1;*/
}
ul.social-media-links li a.flickr {
	background-position:0 -22px;
}
ul.social-media-links li a:hover.flickr {
	background-position:0 0px;
}
ul.social-media-links li a.twitter {
	background-position:-24px -22px;
}
ul.social-media-links li a:hover.twitter {
	background-position:-24px 0px;
}
ul.social-media-links li a.linkedin {
	background-position:-48px -22px;
}
ul.social-media-links li a:hover.linkedin {
	background-position:-48px 0px;
}
ul.social-media-links li a.blogspot {
	background-position:-120px -22px;
}
ul.social-media-links li a:hover.blogspot {
	background-position:-120px 0px;
} 