/* CSS Document */
/* 	
	Created by 	: Ann Li
	Created on	: Oct 1, 2003
	Purpose		: Style sheet for "Classic Spaces" website
*/

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;
}

img.border
{
	border: solid; 
	border-width: 1px; 
	border-color: #693E29;
}

/* 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;
}

/* links in content area for special purposes */
a.content_link:link 
{
	color: #CC6666;	
	text-decoration: underline;		
}

a.content_link:hover 
{
	color: #CC9999;
	text-decoration: underline;	
}
a.content_link:visited 
{
	color: #CC9999;
	text-decoration: underline;
}

/* links in the shopping cart steps */
a.shopping_cart:link 
{
	color: #CC9966;	
	text-decoration: underline;		
}

a.shopping_cart:hover 
{
	color: #EEEACC;
	text-decoration: underline;	
}

/* horizontal rule for the shopping cart */
hr
{
	color: #693E29;
}