/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
	color			: #000;
	background		: #d2d7c3;
	background		: -moz-linear-gradient(left center, #d2d7c3 50%, #929871 50%);
	background		: -webkit-gradient(linear, left 0, right 0, color-stop(0.5, #d2d7c3), color-stop(0.5, #929871));
}

body 
{
	background		: -moz-linear-gradient(center bottom, #d2d7c3 50%, #929871 50%);
	background		: -webkit-gradient(linear, bottom 0, top 0, color-stop(0.5, #d2d7c3), color-stop(0.5, #929871));
}

h1 
{
}

h2 
{
	color			: #A0A0A0;
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	color			: #663366;
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/

/*___ DIV _________________________________________________________________*/

#header,
#content,
#footer
{
	background-color: white;	
}

#wrapper
{
	border			: solid 10px #D2D7C3;	
}

#nub
{
	background-color: White;	
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

#bookRoom h3
{
	color			: #929871;	
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

#header .nav li,
#footer .nav li
{
	border-left		: solid 1px #666666;	
}

#header .nav li:first-child,
#footer .nav li:first-child
{
	border-left		: none;	
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#header h1 a
{
	background		: transparent url(images/logo.jpg) no-repeat left top;	
}

#header .nav a,
#header .nav a:visited,
#footer .nav a,
#footer .nav a:visited,
#footer .nav + a
{
	color			: #666;
}

#header .nav a:hover,
#footer .nav a:hover,
#footer .nav + a:hover
{
	color			: #929871;
}

#header .nav a.active,
#header .nav a:visited.active
{
	color			: #000;	
}

#footer .vcard a,
#footer .vcard a:visited,
#footer .vcard a:hover
{
	color			: #000;	
}

#footer .nav + a
{
	border-left		: solid 1px #666666;	
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

.toggle
{
	border			: solid 10px #D2D7C3;	
}

#splash .discounts
{
	border			: solid 10px #D2D7C3;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/

#footer hr
{
	border			: none;
	background-color: #676767;
}