/* CSS Document */

/*---------------------------------------------------------------------------------------------------------
[master stylesheet]

Project: La Quinta

-----------------------------------------------------------------------------------------------------------

[Table of contents]

01.	body
02. links
03. #header-wrapper
04.	#page wrapper 
05.	primary links 
06. #promo-boxes-home
07. #content-region-both
08. .content
09. #sidebar-region-right
10. #bottom-gradient 
11. #footer
12. #footer2
13. Misc

16. ul list styles (arrow)

-----------------------------------------------------------------------------------------------------------
*/

/*
01 body --------------------------------------------------------------------------------------------
*/

h1{
	color:#3B2C25;
	background:url(images/h1-bg-red_br.gif) left top repeat-x;
}

h2{color:#0099CC;background:url(images/h1-bg-blue.gif) left top repeat-x;}

#block-block-1 h2  {
	color:#3B2C25;
	background:url(images/h1-bg-red_br.gif) left top repeat-x;
}

h3{
	color:#3B2C25;
}

.contentdiv h2{color:#3B2C25;}

.contentdiv h3{color:#3B2C25;}

.contentdiv h4{color:#3B2C25;}

#logoid{
	width:297px;
	height:160px;
	background: url(images/logo-brown.gif) 0px 18px;
}

/*
02 links --------------------------------------------------------------------------------------------
*/

a, a:link {color:#666666;}

a:visited {color:#666666;}

a:hover {color:#666666;}

a:visited:hover {color:#666666;}
	
a:active{color:#666666;}

#secondary a, #secondary a:link {color:#FFFFFF;}

#secondary a:visited {color:#FFFFFF;}

#primary a, #primary a:link {color:#FFFFFF;}

#primary a:visited {color:#FFFFFF;}

#primary a:hover {color:#D9F4FF;}

#primary a:visited:hover {color:#D9F4FF;}
	
#primary a:active{color:#D9F4FF;}

#block-locale-0 a, #block-locale-0 a:link {color:#FFFFFF;}

#block-locale-0 a:visited {color:#FFFFFF;}

#block-locale-0 a:hover {
	color:#3B2C25;
}

#block-locale-0 a:visited:hover {
	color:#3B2C25;
}
	
#block-locale-0 a:active{
	color:#3B2C25;
}


.contentdiv a, .contentdiv a:link{color:#3B2C25;}

.contentdiv a:visited{color:#3B2C25;}

.contentdiv a:hover{color:#666666;}

.contentdiv a:visited:hover{color:#666666;}
	
.contentdiv a:active{color:#666666;}


/*
03 header-wrapper --------------------------------------------------------------------------------------------
*/

#header-wrapper{background:url(images/header-bg_br.png) center top no-repeat;}

#header-wrapper-inner{background:url(images/main-header-bg1_br.png);}

#search-header{background:url(images/search-box-bg_br.gif) left top no-repeat;}

/*
05 secondary --------------------------------------------------------------------------------------------
*/

#secondary{
	background:#997C78 url(images/nav-bg_br.jpg) repeat-x left top;
}

#secondary ul{
	border-left:1px solid #5F4C46;
}

#secondary li{
	border-right:1px solid #5F4C46;
}

#secondary li a:hover{background:url(images/nav-rollover_br.jpg) repeat-x left 1px;color: #FFFFFF;}

/*
07 content-region-both --------------------------------------------------------------------------------------------
*/

#content-region-both{background:url(images/content-bg_br.jpg) top left repeat-x;border-top:1px solid #E6E6E6;}

#content-region-both-inner{background: none;}

/*
09 sidebar-region-right --------------------------------------------------------------------------------------------
*/

#sidebar-region-right{background: none;}

#block-views-PopularPages-block_1 {color:#666666;}

#block-views-PopularPages-block_1 li{list-style-image:url(images/arrow1-blue.gif);}

.email-input1{border:1px solid #cccccc;color:#333333;}

.join-now-btn{background:url(images/join-now-btn.gif) center no-repeat;color:#FFFFFF;}

/*
10  bottom-gradient --------------------------------------------------------------------------------------------
*/

#bottom-gradient{background:url(images/bottom-gradient.jpg);}

/*
11 footer --------------------------------------------------------------------------------------------
*/

#footer{
	background:#9C7F7B url(images/footer-bg_br.jpg) repeat-x left top;
}

#footer h2{
	color:#3B2C25;
}

#block-block-3 ul{color:#FFFFFF;}

#block-block-3 li{background:url(images/footer-li-bullets.png) left no-repeat;}

#block-block-3 li a, #block-block-3 li a:link, #block-block-3 li a:visited, #block-block-3 li a:hover, #block-block-4 a, #block-block-4 a:link, #block-block-4  a:visited, #block-block-4 a:hover {color: #FFFFFF;}

#block-block-4{color:#FFFFFF;}

#c-phone{background:url(images/phone-icon_br.gif) left no-repeat;}

#c-mail{background:url(images/mail-icon_br.gif) left no-repeat;}

#c-find{background:url(images/search-icon_br.gif) left no-repeat;}

/*
12 footer2 --------------------------------------------------------------------------------------------
*/

#footer2{background:url(images/footer2-bg.jpg) top left repeat-x #C7EEFF;}


/*
15 Subpage Stuff --------------------------------------------------------------------------------------------
*/

#sidebar-right-inner h2 {
	color: #3B2C25;
	background:url(images/h1-bg-red1_br.gif) left top repeat-x;
	text-indent:6px;
}

/*
16 ul list styles (arrow)  --------------------------------------------------------------------------------------------
*/

.contentdiv ul li{
list-style:url(images/arrow3_br.jpg) outside;

}

.contentdiv table ul li{
list-style:disc;

}

