/* @override 
	http://localhost/css/styles.css
	http://creandoolasvacation.com/css/styles.css
	http://www.casasaladita.com/css/styles.css
*/

/* RESETS */
ul, li, p, h1, h2, h3, h4, h5, h6, h7, div, table, tr, td, ol, body {
	margin: 0;
	padding: 0;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul, li {
	list-style-type: none;
}

body {
	background: url(images/body_bg.png) repeat-x 0 top;
	color: #1b1464;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	border: 1px solid black;
	margin-top: 20px;
}

#header {
	position: relative;
	height: 70px;
	margin: 0 auto;
	border-bottom: 4px solid #F15A24;
}

#site-name {
	position: relative;
	display: block;
	width: 295px;
	height: 60px;
	top: 6px;
	background: url(images/logo.png) no-repeat center center;
}

#content {
	position: relative;
	margin: 0 auto;
}

#leftcol {
	width: 119px;
	float: left;
}

#centercol {
	position: relative;
	padding: 10px 20px;
}

#rightcol {
	position: relative;
	float: right;
	width: 180px;
}

#footer {
	position: absolute;
	bottom: 0;
	left:  0;
	width: 100%;
	height: 143px;
	border-top: 4px solid #1b1464;
	text-align: center;
}

/* MENUS */
#header #mainNav {
	position: absolute;
	top: 30px;
	right: 30px;
}

#header #mainNav li {
	float: left;
	list-style: none;
	margin: 0 10px;
	text-align: center;
	padding-right: 5px;
}

#header #mainNav li a {
	display: block;
	color: black;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #1b1464;
}

#header #mainNav li.active a {
	color: #7f7f7f;
	background: url(images/mainmenu_bg.png) no-repeat left;
}

#footer #mainNav {
	height: 40px;
	margin: 0 auto;
	width: 510px;
}

#footer #mainNav li {
	float: left;
	line-height: 40px;
	text-align: center;
}

#footer #mainNav li a {
	display: block;
	width: 100px;
	font-size: 70%;
	color: #7f7f7f;
	
}

#subnav {
	position: absolute;
	top: 25px;
	right: 30px;
	height: 20px;
	list-style-type: none;
}

#subnav li {	float: left;
margin: 0 10px;
}

#subnav li a {
	display: block;
	text-decoration: none;
	color: #112c3a;
	font-weight: bold;
	font-size: 90%;
	padding: 10px 5px;
	
}

#subnav li.last a{
	border: none;
}

#subnav li a:hover {
	color: #f15a24;
}


#centercol #holder ul {
	margin-left: 60px;
	width: 440px;
}

#centercol #holder ul li {
	list-style-type: disc;
	font-size: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* SECTION */

#centercol #holder {
	clear: both;
	position: relative;
	height: 300px;
	width: 750px;
	overflow: hidden;
}

#innerholder {
	width: 10000px;
}

#centercol .section {
	width: 750px;
	height: 300px;
	float: left;
	
}

#centercol .section .smallimgs {
	float: right;
	margin-left: 20px;
	padding: 3px;
	border: 1px solid gray;
}

/* IMAGES */

.mainimg {
	position: absolute;
	top: 0;
	left:  0;
}

/* TEXT */
#hometext {
	position: absolute;
	z-index: 999;
	left: 40px;
	width: 500px;
	top: 280px;
	color: white;
	font: normal small-caps 150%/150% Georgia, "Times New Roman", Times, serif;
}

#centercol p {
	text-align: justify;
	margin-bottom: 5px;
	font-size: 90%;
	line-height: 160%;
}

#centercol h1 {
	font-size: 250%;
	color: #1b1464;
	margin-top: 15px;
	margin-bottom: 8px;

}

#centercol h4 {
	color: #f15a24;
	margin-top: 15px;
	margin-bottom: 5px;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
}

#centercol a {
	color: #f15a24;
	font-weight: bold;
}

#centercol a:hover {
	color: gray;
}

#footercopy {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 20px;
	font: 90%/140% Georgia, "Times New Roman", Times, serif;
}

/* FORMS */

form label {
	float: left;
	display: block;
	width: 100px;
}

form span {
	display: block;
}

input[type="text"], textarea {
	width: 250px;
	border: 1px solid gray;
}

#contact {
	width: 380px;
	margin: 0 auto;
}

#contact span {
	height: 50px;
}

#contact label {
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-right: 10px;
	line-height: 30px;
}

#contact input {
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	color: gray;
}

#contact textarea {
	height: 80px;
}

#contact span#messagetext {
	height: 100px;
}

#contact #submit {
	width: 70px;
	margin-left: 110px;
	border: 1px solid black;
	font-size: 80%;
	background-color: #f15a24;
	color: #1b1464;
}

input:focus, textarea:focus {
	background-color: #f1dfd9;
}

#contact span.LV_invalid  {
	font-size: 10px;
	height: 12px;
	margin-left: 110px;
	color: #f15a24;
}

#contact span.LV_valid  {
	font-size: 10px;
	height: 12px;
	margin-left: 110px;
	color: white;
}

#fader a {
	display: block;
	position: absolute;
	float: left;
}

#fader a.goprev {
	top: 150px;
	left: -50px;
	height: 68px;
	width: 35px;
	text-indent: -9999px;
	background: url(images/left-right.png) no-repeat left top;
}
#fader a.gonext {
	top: 150px;
	height: 68px;
	width: 35px;
	float: right;
	left: 50px;
	text-indent: -9999px;
	background: url(images/left-right.png) no-repeat right top;
}

#fader a.gopause {
	display: block;
	position: absolute;
	text-indent: -9999px;
}

