/* ######################
studio:		4Site Internet
website:	www.4siteinternet.com
date:  	    20.11.2007
#70695E - dark mushroom
#AC9E8A - light mushroom
#9A7879 - mauvish
######################## */

/* ######################
 body and html elements 
 ####################### */
html {
	height: 100%; /* make sure height is correct for mozilla browsers */
}
body {
	margin: 0;
	margin-right: auto;
	padding: 0;
	height: 100%;
	background-color: #F0EDEA;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
p {
	text-align: justify;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1{
	font-size: 180%;
	color: #CC9900;
	line-height: 105%;
}
h2{
	font-size: 150%;
	color: #CC9900;
	text-transform:capitalize;
}
h3{
	font-size: 125%;
	text-transform: uppercase;
	color: #564134;
	margin: 0 0 -3px;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
}
ul {
	margin: 0 0 0 30px;
	padding: 10px 0;
	list-style: url(../images/ico_tick.gif) outside circle;
} 
li {
	padding: 0;
	margin: 0;
}
#nav ul, #naves ul, #footnav ul {
	margin: 0;
	padding: 0;
	list-style: none none;
}
#nav li, #naves li, #footnav li {
	display: inline;
}
a:link, a:visited {
	color: #564134;
	text-decoration: underline;
}
a:hover {
	color: #CC9900;
}
hr {
	margin:0px 0px 10px 0px;
	padding:0;
	background: #FFFFFF url(../images/bgHR.gif) repeat-x top;
	border-bottom: 0px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:12px;
	display:block;
}

/* ############
accessibility 
############# */
#accessibility-shortcuts {
	left: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
}
#accessibility-shortcuts li { display: inline; }
#accessibility-shortcuts  li a {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 100%;
}

/* ######################
div classes and ID's
######################## */
/* set to no display */
.hide, #oldb { 
	display: none;
	text-align: left;
}

#container {
	border-right: 1px solid #D4D0C8; 
	border-left: 1px solid #D4D0C8;
	background-color: #FFFFFF;
	color: #444;
	padding: 0;
	margin: 0 auto;
	width: 760px; 
	min-height: 98%;
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: left;
	
}
#strip {
	background: #A29282 url(../images/bgStrip.gif) repeat-y right;
	height: 10px;
	font-size: 1px;
}
#padder {
	width: 740px;
	margin: 10px 10px 0px 10px;
}

/* ###################
header and nav stuff 
###################### */
#header {
	height: 85px;
	margin-top: 5px;
	clear: both;
}
h1#logo a:link, h1#logo a:visited, h1#logo a:hover {
	width: 245px;
	height: 80px;
	display: block;
	background:  url(../images/logo.gif) no-repeat 0px 0px;
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
	float: left;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 100%;
	padding-top: 62px;
	color: #444;
	margin: 0;
	float: right;
	text-align: right;
}
/* used so mozilla browsers can get the same spacing as IE puts in by default */
#clearhead {
	min-height: 1px;
	clear: both;
}
#navbar {
	background: #E7E7E7 url(../images/bgNav.jpg) repeat-x top;
	height: 23px;
	border-top: 3px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	width: 741px; /* play with this to set right wdith for CSS nav bar */
	margin: 0 auto 15px;
	white-space: nowrap !important;
	line-height: 1.15em;
	text-align: left;
}
#nav, #naves {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px !important;
	position: relative;
	top: 4px;
}

#nav li a:link, #nav li a:visited, #naves li a:link, #naves li a:visited {
	list-style: none;
	color: #996600;
	border-right: 1px solid #D4D0C8;
	text-decoration: none;
	text-decoration: none;
}
#nav li a {
	padding: 5px 15px 5px 15px;
}
#naves li a {
	padding: 5px 14px 5px 15px;
}

#nav li a:hover, #naves li a:hover {
	color: #CC9900;
	border-top: 3px solid #CC9900;
	text-decoration: none;
}
/* mark the page we're on */
#nav li a.self:link, #nav li a.self:visited, #naves li a.self:link, #naves li a.self:visited {
	border-top: 3px solid #564134;
	color: #564134;
}
/* ### end header and nav ### */

/* ######################
page content 
######################## */
#phHome, #phAbout, #phClients, #phWhy, #phTestimonial, #phContact, #phTestimonial, #phLonestar, #phNo1, #phTikitano, #phOceano, #ph1, #ph2, #phRinconGuadalpin {
	height: 150px;
	width: 740px;
}
#phHome { background: url(../images/photoHome.jpg) no-repeat right; }
#phAbout { background: url(../images/photoAbout.jpg) no-repeat right; }
#phClients { background: url(../images/photoClients.jpg) no-repeat right; }
#phWhy { background: url(../images/photoWhy.jpg) no-repeat right; }
#phContact { background: url(../images/photoContact.jpg) no-repeat right; }
#phTestimonial { background: url(../images/photoTestimonial.jpg) no-repeat right; }
#phLonestar { background: url(../images/photoLonestar.jpg) no-repeat right; }
#phNo1 { background: url(../images/photoNo1.jpg) no-repeat right; }
#phTikitano { background: url(../images/photoTikitano.jpg) no-repeat right; }
#phOceano { background: url(../images/photoOceano.jpg) no-repeat right; }
#phRinconGuadalpin { background: url(../images/photoRinconGuadalpin.jpg) no-repeat right; }
#ph1 { background: url(../images/photo1.jpg) no-repeat right; }
#ph2 { background: url(../images/photo2.jpg) no-repeat right; }

#footer {
	clear: both;
	border-top: 1px solid #D4D0C8;
	padding: 7px 10px 5px 10px;
	font-size: 90% !important;
	text-align: center;
}
#main {
	margin-bottom: 20px;
}

/* ######################
Control style, layout and elements 
######################## */

/* images and floats*/
#floatLeft {
	float: left;
	margin-right: 5px;
}
#floatRight {
	float: right;
	margin-left: 5px;
}
.col50 {
	float: left;
	width: 49%;
	padding-right: 1%;
}

#footnav a {
	padding: 0px 5px 0px 3px;
	border-right: 1px solid #666;
}
.imgFloatLeft {
	float: left;
	/*margin-right: 5px;*/
	padding: 0 10px 0 0;
}
.imgFloatRight {
	float: right;
	/*margin-left: 5px;*/
	padding: 0 0 0 10px;
}

/* clear all min size*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.hr {
	height: 12px;
	background: #FFFFFF url(../images/bgHR.gif) repeat-x top;
	clear: both;
	margin-bottom: 10px;
}
.tab {
	clear: both;
	padding-top: 10px;
	text-align: left;
}

/* text & text align */
.sm {
	font-size: 85%;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}

/* forms */
input, select, textarea {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px inset #637785;
	color: Black;
	background-color: #F0EDEA;
}
