/************************************************/
/*   CSS Main Style Sheet For Indoff Interiors  */
/*   Website Developed By SkyDesigns            */
/*   For More Information, visit us at          */
/*   http://www.skydesigns.com.mx               */
/************************************************/

/************ Body Format ************/
body {
	background-image: url(../images/bodybg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	background-color: #000;
	margin: 0;
}

#precarga {
	width: 100px;
	height: 100px;
	display: none;
	position: absolute;
	right:50%;
	top:50%;
}

#header {
	width: 1000px;
	height: 45px;
	padding: 25px 0 30px 0;
	margin: 0 auto;
}

#navi {
	width: 900px;
	height: 45px;
	margin: 0 auto;
}

#container {
	width: 900px;
	padding: 0 50px;
	height: auto;
	margin: 0 auto;
}

#left_container {
	width: 280px;
	height: auto;
	float: left;
}

.top_left_container {
	background-image: url(../images/top_left_column.png);
	width: 280px;
	height: 10px;
}

.center_left_container {
	background-image: url(../images/center_left_column.png);
	padding: 0 10px;
	width: 260px;
	height: auto;
}

.bottom_left_container {
	background-image: url(../images/bottom_left_column.png);
	width: 280px;
	height: 10px;
	margin: 0 0 10px 0;
}

#right_container {
	width: 600px;
	height: auto;
	float: right;
}

.top_right_container {
	background-image: url(../images/top_right_column.png);
	width: 600px;
	height: 10px;
}

.center_right_container {
	background-image: url(../images/center_right_column.png);
	padding: 0 10px;
	width: 580px;
	height: auto;
}

.bottom_right_container {
	background-image: url(../images/bottom_right_column.png);
	width: 600px;
	height: 10px;
	margin: 0 0 10px 0;
}

.slideshow {
	background-image: url(../images/rotatorbg.png);
	width: 580px;
	height: 280px;
	padding: 10px 10px;
	margin: 0 0 10px 0;
}

.slideshow img { padding: 10px; }

#footer {
	font-size: 12px;
	margin: 0 auto;
	padding: 15px 30px;
	width: 940px;
	height: 20px;
}

/************ Misc Format ************/
img {
	border: 0;
}

.interior_photos img {
	border: 1px solid #000;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 40px;
}

a:link, a:active, a:visited {
	color: #F30;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.titles {
	font-size: 18px;
	color: #333;
}

.texts {
	font-size: 12px;
	color: #000;
}

/************ Menu Buttons Format ************/
#current { background-position: 0px -45px; }
a.home:link, a.home:visited, a.home:active { display: block; background-image: url(../images/home_button.png); width: 150px; height: 45px; float: left; }
a.home:hover { background-position: 0px -45px; }
a.about:link, a.about:visited, a.about:active { display: block; background-image: url(../images/about_button.png); width: 150px; height: 45px; float: left; }
a.about:hover { background-position: 0px -45px; }
a.interiors:link, a.interiors:visited, a.interiors:active { display: block; background-image: url(../images/interiors_button.png); width: 150px; height: 45px; float: left;  }
a.interiors:hover { background-position: 0px -45px; }
a.resources:link, a.resources:visited, a.resources:active { display: block; background-image: url(../images/resources_button.png); width: 150px; height: 45px; float: left; }
a.resources:hover { background-position: 0px -45px; }
a.contact:link, a.contact:visited, a.contact:active { display: block; background-image: url(../images/contact_button.png); width: 150px; height: 45px; float: left; }
a.contact:hover { background-position: 0px -45px; }
a.ny:link, a.ny:visited, a.ny:active { display: block; background-image: url(../images/ny_button.png); width: 150px; height: 45px; float: left; }
a.ny:hover { background-position: 0px -45px; }
a.active:link, a.active:visited, a.active:hover { background-position: 0px -45px; }

/************ Formulario Contacto ************/
.contact_form input, textarea { border: 1px solid #000; background-color: transparent; color: #000; width:200px; }

/* Validacion Formulario */
div.vanadium-invalid {
  border-color: red !important;
  border-style: solid !important;
}
div.vanadium-valid {
  border-color: green !important;
  border-style: solid !important;
}
.vanadium-message-value {
  font-style: italic;
  text-decoration: underline;
}
.vanadium-advice.vanadium-invalid, .vanadium-advice.vanadium-invalid * {
  color: red;
}
input.vanadium-valid {
  border-color: greenyellow;
}
input.vanadium-invalid {
  border-color: pink;
}
#messages {
  height: 70px;
  padding: 0;
  border-color: yellow;
}
input.vanadium-valid ~ .vanadium-valid-advice {
  display: inline !important;
  color: green;
}

