body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #393D3C;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 500;
	color: #FBEF65;
	line-height: 22px;
	letter-spacing: 2px;
	margin: 0px;
}
/* sIFR al rescante! http://www.mikeindustries.com/sifr/ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}
/* that's all folks! */
h2 {
	font-weight: 600;
	font-size: 12px;
	margin: 0px;
}
h3 {
	font-size: 9px;
	margin: 0px;
}
#container {
	width: 864px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -432px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343837;
}
#header {
	width: 864px;
	height: 295px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#contactBar {
	width: 769px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 10px;
	color: #626562;
	text-align: right;
	padding: 19px 95px 2px 0px;
	background-image: url(../images/navBkg.jpg);
	background-repeat: no-repeat;
}

#contactBar strong {
	font-size: 14px;
	margin-right: 35px;
}

#contentContainer {
	width: 700px;
	height: auto;
	position: relative;
	top: 0px;
	left: 82px;
	background-image: url(../images/contentBkg.jpg);
	background-repeat: repeat-x;
	background-color: #C1C3BE;
}
#contentBkg {
	width: 618px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 41px 0px 41px;
	background-image: url(../images/contentBkgBottom.gif);
	background-repeat: repeat-7;
}
#sideNav {
	width: 194px;
	height: auto;
	float: left;
	padding: 50px 4px 0px 0px;
	background-image: url(../images/sideNavBkg.jpg);
	background-repeat: no-repeat;
}
#sideNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
#sideNav li {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}
#sideNav a {
	color: #191b1A;
	font-weight: bold;
	text-decoration: none;
}
#sideNav a:hover { color: #6d716d; }
#sideNav ul ul {
	list-style-type: none;
	margin: 5px 0px 2px 12px;
}
#sideNav ul ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 4px 0px 4px 0px;
}
#sideNav ul ul li a { color: #343837; }
#qcForm {
	width: 182px;
	height: auto;
	position: relative;
	top: 0px;
	left: 13px;
}
.qcField {
	width: 167px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343837;
	margin-top: 8px;
	padding: 1px;
	background-color: #E3E3E3;
	border: 1px solid #FFF;
}
.qcArea {
	width: 167px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343837;
	margin-top: 8px;
	padding: 1px;
	background-color: #E3E3E3;
	border: 1px solid #FFF;
}
.qcSubmit {
	width: 66px;
	height: 17px;
	margin: 8px 0px 0px 105px;
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FFF;
}
#content {
	width: 339px;
	height: auto;
	float: right;
	padding: 45px 20px 0px 20px;
	background-image: url(../images/contentBkgIn.jpg);
	background-repeat: no-repeat;
}
#content ul { list-style-image: url(../images/bullet.gif); margin: 5px 0px 5px 0px; }
#content li { margin: 4px 0px 4px 0px; }
#content a { color: #191B1A; text-decoration: none; font-weight: bold; }
#content a:hover { color: #FBEF65; text-decoration: underline; }
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.images {
	float: right;
	border: 1px solid #FBEF65;
	margin: 0px 0px 5px 10px;
}
#contact input {
	width: 200px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343837;
	margin-top: 4px;
	padding: 1px;
	background-color: #E3E3E3;
	border: 1px solid #FFF;
}
#contact textarea {
	width: 200px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343837;
	margin-top: 4px;
	padding: 1px;
	background-color: #E3E3E3;
	border: 1px solid #FFF;
}
.address2 {
  display: none;
}
.valid {
	background-color: #33CC66!important;
}
.invalid {
	background-color: #FF3333!important;
}
.single-line {
width: 140px;
}
img {
  vertical-align: bottom;
}
#bkgSpace {
	width: 39px;
	height: 44px;
	position: absolute;
	top: 0px;
	left: 240px;
	background-image: url(../images/bkgSpace.jpg);
	background-repeat: no-repeat;
}
#links {
	width: 540px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	padding: 40px 80px 10px 80px;
	text-align: center;
	color: #FBEF65;
	background-image: url(../images/linksBkg.gif);
	background-repeat: no-repeat;
	background-color: #C1C3BE;
	z-index: 50;
}
#links a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
#links a:hover { color: #FBEF65; }
#footer {
	width: 864px;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 65px;
	background-image: url(../images/footerBkg.jpg);
	background-repeat: no-repeat;
}
#footer a { color: #FFF; }
#footer a:hover { color: #FBEF65; }

/* ------ ASPX form/Captcha controls ------ */

#content select {
	width: 202px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343837;
	margin-top: 4px;
	padding: 1px;
	background-color: #E3E3E3;
	border: 1px solid #FFF;
}

#lblErrors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#lblErrors ul {
}
#lblErrors li {
}
#pnlCaptcha {
	margin-top: 10px;
	line-height: 16px;
}
#pnlCaptcha label {
}
.captcha {
	margin: 15px 0 0 0px;
}
.captcha img {
}
.captcha div {
	margin: 10px 0 0 0;
}
.captcha span {
}
.captcha input {
	margin-left: 10px;
}
#Button1 {
	margin: 20px 0 5px 0px;
}

.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343837;
}

/* --- google map --- */

#map {
	width: 325px;
	height: 550px;
	margin: 10px 5px;
	border: 1px solid #FFFFFF;
}