/* CSS Document */
/* 	
	Created by 	: Ann Li
	Created on	: Oct 1, 2003
	Purpose		: Style sheet for "Classic Spaces" website
*/
/*text for the billing information form.*/
span.billing
{
	color: #EEEACC;
	font-size:14px;
}
span.check
{
	color: #EEEACC;
	font-size:12px;
}
/*End of text for the billing information form.*/
body
{
	background-color: #9D0407;
	topmargin: 0 ;
	leftmargin: 0 ;
}

td
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	line-height: 18px;	
}

/* table outline for the first line of navigation */
table.outline1
{
	border-width:1px; 
	border-bottom-style: solid; 
	border-top-style: solid; 
	border-color: black;
}

/* table outline for the second line of navigation */
table.outline2
{
	border-width:1px; 
	border-bottom-style: solid; 
	border-color: black 
}

/* global navigation and copyright td's */
td.top_nav1
{
	background-color: #693E29; 
	font-family: Book Antiqua, Times New Roman, sans-serif;
	font-size: 14px;
	line-height: 15px;	
} 

td.top_nav2
{
	background-color: #CC9966;
	font-family: Book Antiqua, Times New Roman, sans-serif;
	font-size: 14px;
	line-height: 15px;	
} 

td.bottom_nav
{
	border-width:1px; 
	border-bottom-style: solid; 
	border-top-style: solid; 
	border-color: black ;	
	background-color: #693E29;
	font-family: Book Antiqua, Times New Roman, sans-serif;
	font-size: 13px;
	line-height: 16px;		
} 
td.bottom_text
{
	font-family: Book Antiqua, Times New Roman, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #EEEACC;
} 
td.sub_nav
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 15px;
} 
td.dot
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #OOOOOO;
}

/* all normal links within content area, including the sub navigation */
a:link 
{
	color: #9D0407;	
	text-decoration: none;	
}
a:visited 
{
   color: #693E29;
   text-decoration: none;
}
a:hover 
{
	color: #CC9966;
	text-decoration: none;	
}

/* first line navigation system rollover effect */
a.nav1:link 
{
	color: #EEEACC;	
	text-decoration: none;	
}
a.nav1:visited 
{
   color: #EEEACC;
   text-decoration: none;
}
a.nav1:hover 
{
	color: #CC9966;
	text-decoration: none;	
}

/* second line navigation system rollover effect */
a.product:link 
{
	color: #330000;
	text-decoration: none;		
}
a.product:visited 
{
  color: #330000;
  text-decoration: none;
}
a.product:hover 
{
	color: #EEEACC;
	text-decoration: none;		
}
/* second line navigation after entering the room category the color of the link remains #EEEACC */
a.pro_down:link
{
	color: #EEEACC;	
	text-decoration: none;	
}
a.pro_down:hover
{
	color: #EEEACC;	
	text-decoration: none;	
}
a.pro_down:visited
{
	color: #EEEACC;	
	text-decoration: none;	
}

/* bottom navigation system rollover effect */
a.bottom:link 
{
	color: #EEEACC;
	text-decoration: none;		
}
a.bottom:hover 
{
	color: #CC9966;
	text-decoration: none;	
}
a.bottom:visited 
{
	color: #EEEACC;
	text-decoration: none;
}
/* the back to home link on the admin header */
a.backhome:link 
{
	color: #EEEACC;	
	text-decoration: underline;	
}
a.backhome:visited 
{
   color: #EEEACC;
   text-decoration: underline;
}
a.backhome:hover 
{
	color: #CC9966;
	text-decoration: none;	
}
/* horizontal rule for the shopping cart */
hr
{
	color: #693E29;
}










