/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*outline:none*/
}
body {
	background: url(../images/defaults/background.jpg) repeat-x top #160D04;
	padding-top:17px;
}

img {
	vertical-align: middle;
	border: none;
}
.clear {
	clear: both;
}

h1{
	color:#301711;
	font-size:26px;
	padding:0 0 5px;
	font-weight:100;
}
h2{
	font-size:20px;
	color:#285301;
	background:url(../images/defaults/dash.gif) repeat-x bottom;
	padding:5px 0;
	margin-bottom:7px;
	font-weight:100;
}
h3{
	font-size: 14px;
	color:#5B3725;
}
h4 {
	font-size: 13px;
	color:#5B3725;
}
p{
	padding:5px 0;
	font-size:12px;
	color:#190907;
	line-height:16px;
}
.left{ float: left;}
.right{ float:right;}
a{ 
	color:#285301; 
	text-decoration:none;
}
a:hover{
	color:#65A103;
	text-decoration:none;
}
/* GENERAL DEFINITIONS ENDS */

#MainContainer{
	width:980px;
	margin:0 auto
}
#PageContent{
	background:url(../images/defaults/page_bg.png) repeat-y;
	width:960px;
	margin:0 auto;
	padding:0 10px;
}
/* TOP STARTS */
#Top {
	margin: 0 auto;
	background:url(../images/defaults/top_bg.gif) repeat-x bottom;
	padding-top:6px;
	height:454px;
	position:relative
}
.logo{
	float:left;
	padding-left:52px;
}
#topInfo{
	float:left;
	padding:50px 0 0;
	width:410px;
	clear:left;
}
#menu{
	float:left;
	width:160px;
	list-style:none;
}
#menu li{
	height:40px;
	line-height:40px;
	font-size:15px;
	text-align:right;
	margin-bottom:3px;
	padding:0 0 2px 0;
	background:url(../images/defaults/menu_bg.png) no-repeat right;
	width:140px;
}
#menu li a{ 
	color:#FFFFFF;
	padding-right:20px;
	display:block;
	background:url(../images/defaults/menu_shadow.png) repeat-y left;
}
#menu li a:hover{ 
	color:#E5DED4;
}
/*
#menu li.current{ background-image:url(../images/defaults/menu_bg_green.png);}
#menu li.current a:hover{ color:#F0F7D4}
*/
#homePage #homeLink, #servicesPage #serviciosLink, #instalacionesPage #instalacionesLink, #galeriaPage #galeriaLink, #contactoPage #contactoLink{
 background-image:url(../images/defaults/menu_bg_green.png);
}

#homePage #homeLink a:hover, #servicesPage #serviciosLink a:hover, #instalacionesPage #instalacionesLink a:hover, #galeriaPage #galeriaLink a:hover, #contactoPage #contactoLink a:hover{
 color:#F0F7D4
 }






#introText{
	float: right;
	width:240px;
}
#Top h1{ 
	color:#285301; 
	line-height:29px;
}
#Top h1 span{ 
	font-size:35px;
}
#introText p{ 
	line-height:19px;
}




/*CAROUSEL STARTS*/
#galleryTop{
	width:521px;
	height:440px;
	background: url(../images/defaults/gallery_bg.png) no-repeat 0 0;
	position:absolute;
	top:-29px;
	right:-29px;
	padding:40px 30px 0 33px;
	overflow:hidden
}
#galleryTop ul{
	list-style:none;
	text-align:center;
	width:521px;
	height:420px;
	position:relative;
}
#galleryTop ul li{
	position:absolute;
	top:0;
	left:0;
}
#galleryTop p{
	 padding:35px 0 0 0;
	 color:#301711;
}
#nav{
	text-align:center;
	clear:both
}
#nav a{
	cursor:pointer;
	display:inline-block;
	height:10px;
	margin:0 4px;
	width:11px;
	background:url(../images/defaults/pagination.gif) repeat-x;
	overflow:hidden;
	text-indent:-100px;
}
#nav a.activeSlide, #nav a:hover{
	background-position:11px 0;
}

/* TOP ENDS */


img.borderImage{
	border:4px solid #CEC2AF;
}
/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	width:935px;
	padding:9px 0;
}
#Footer p{ 
	color:#D6CBBB;
	float:left;
	width:550px;
}
.space{ padding-right:10px;}
/* FOOTER ENDS*/