/* 
   Colors for Pamela Rosin website 
   #6F261F - main content background  
   #FFFFFF - main content writing
   #B24C26 - right side background B14C26(bottom) A33B2B(behind home picture) B24C31 (genbook)
   #F5DBA1 - right side headings, links

second option - index.htm: Main BG: #70261F
Right Side BG: #B24C26
Right Side HEader and menu: F797DF
Right Hand BG: #B24C26
Link Color: #E7A614

*/
body { color: #FFF; background: #6F261F; }

.logo { background: #B24C26 url(../images/awake_logo.jpg) top left no-repeat; color: #FFF; }

#main_content { background: #6F261F; color: #FFF; }

#toprow { background: transparent url(../images/awake_menubarlong.jpg) top left no-repeat; color: #FFF;}

#menu a { background: transparent; color: #FFF; }

/* png24 IE has different images using png8 for correct transparency */
#menu a:hover { background: transparent url(../images/awake_birdfeet.png) top left no-repeat; }
.testimonials .odd_row  { background: transparent url(../images/awake_birdfeet.png) bottom right no-repeat; }
.testimonials .even_row  { background: transparent url(../images/awake_bird.png) bottom left no-repeat; }

#menu .current { background: transparent url(../images/awake_birdfeet.png) top left no-repeat; color: #F5DBA1 }

.testimonials .item { border-bottom: 1px solid #F5DBA1; }

/*.genbook {background: #B24C26 url(../images/booknow.png) top right no-repeat; height: 56px; }*/

a { background: transparent; color: #F5DBA1; }

#rs h1, #rs h2, #rs h3, #rs h4, #rs h5, #rs h6 { background: transparent; color: #F5DBA1; }

#footer { background: transparent url(../images/awake_tagline.jpg) 3.5em 0 no-repeat; /* height: 32px;*/ }

h3.packages { border-top: 1px solid #F5DBA1;}

/* DEBUGGING
#hd {border: 1px solid aqua; }
#bd {border: 1px solid red; }
#ft {border: 1px solid grey; }
.yui-g, .yui-ge, .yui-gf {border: 1px solid black; }
.yui-u {border: 1px solid yellow; }

 */
 
#rsw { background-color: #B24C26; color: #FFF; /* background: transparent url(../images/rsw_bg.jpg) top right repeat-y; */}

.bdtestimonial { background: transparent url(../images/rsw_bg.jpg) top right repeat-y; }
 
/* .yui-u:hover{
 	background:#030;
}
*/