/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	width: 620px;
	font-family: Arial,sans-serif;
	color: black;
	margin: 30px 50px 15px 50px;
	padding: 0px;
}

img {
	border-width: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar {
	float: left;
	width: 140px;
	align: left;
}

#content {
	margin-left: 150px;
	align: left;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************** .logo styles ***************/

#logo img {
	position: relative;
	border-width: 0px;
	align: left;
}

/************** .feature styles ***************/

#feature {
	position: relative;
	margin: 40px 0px 10px 0px;
}

#feature p.next {
	position: relative;
	padding-top: 0px;
	margin: -22px 5px 0px 5px;
	font-size: 8pt; 
	font-style: normal;	
	text-align: right;
	text-decoration: none;
}

#feature p.prev {
	position: relative;
	padding-top: 0px;
	margin: -22px 5px 0px 5px;
	font-size: 8pt; 
	font-style: normal;	
	text-align: left;
	text-decoration: none;
}

#feature a:link, #feature a:visited, #feature a:active, #feature a:hover {
	color: #CE0000;
	text-decoration: none;
	font-family: Arial, serif;
	font-size: 10pt; 
	font-weight: 100;
	line-height: 1.4;
}

#feature a:active, #feature a:hover {
	color: #FF0000;
}

#feature h2 {
	font-family: Arial, serif; 
	font-weight: 500; 
	font-size: 12pt; 
	font-style: italic;
	color: #CE0000;
	margin: 30px 0px -10px 0px;
}

#feature p { 
	position: relative;
	padding-top: 10px;
	left: 0px;
	font-family: Arial, serif; 
	font-weight: 100; 
	font-size: 10pt; 
	line-height: 1.4;
}

#feature p.location { 
	position: relative;
	margin: 0px;
	padding-top: 0px;
	left: 0px;
	font-family: Arial, serif; 
	font-weight: 100; 
	line-height: 1;
}

#feature p.tag { 
	position: relative;
	padding-top: 10px;
	text-align: center;
	font-family: Arial, serif; 
	font-weight: 100;
	font-style: italic; 
	font-size: 11pt; 
	line-height: 1.4;
}

#feature p.price {
	position: relative;
	padding-top: 0px;
	margin: -5px 5px 0px 0px;
	font-size: 8pt; 
	font-style: italic;	
	color: gray;
	line-height: 1;
	text-align: right;
}

#feature img { 
	position: relative;
	margin: 0px 0px 5px 0px;
	padding: 2px; 
	border-bottom: 1px solid #B3B3B3; 
	border-left: 1px solid #B3B3B3; 
}

#feature img.locations { 
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	border-bottom: 0px solid white; 
	border-left: 0px solid white; 
}

#feature img.thumb { 
	margin: 0px 8px 8px 0px;
}

#feature img.thumb:hover { 
	border-bottom: 1px solid #CE0000; 
	border-left: 1px solid #CE0000; 
}

#feature a.thumb:active, #feature a.thumb:hover, #feature a.thumb:visited {
	text-decoration: none;
	border-bottom: none; 
	border-left: none; 
}

#feature img.detail { 
	margin: 10px 10px 5px 0px;
}

#feature a.desc:active, #feature a.desc:hover, #feature a.desc:visited {
	text-decoration: none;
	border-bottom: none; 
	border-left: none; 
}

/*********** #navLinks styles ***********/

#navLinks a:link, #navLinks a:visited, #navLinks a:active, #navLinks a:hover {
	padding: 8px 10px 6px 8px; 
	border-bottom: thin solid white; 
	border-left: thin solid white; 
	text-decoration: none;
	color: black;
	font-family: Arial, serif;
	font-size: 14pt; 
	font-weight: 100;
	line-height: 2.5;
}

#navLinks ul {
	list-style: none; 
	margin-top: 210px; 
	padding: 0px;
}

#navLinks a:hover, a:active {
	color: #CE0000;
}

#navLinks a.current, a.current:visited {
	text-decoration: none; 
	font-family: Arial, serif; 
	font-weight: bold; 
	font-size: 14pt; 
	color: #CE0000;
	border-bottom: thin solid white; 
	border-left: thin solid white; 
}

#navLinks a.up, a.up:visited {
	font-weight: bold; 
	color: black;
}

#navLinks a.up:hover, a.up:active {
	color: #CE0000;
}

#navLinks a.sub, a.sub:visited {
	padding: 4px 8px 4px 6px; 
	margin-left: 10px;
	font-size: 11pt; 
	line-height: 1.8;
	font-weight: normal; 
	color: black;
}

#navLinks a.sub:hover, a.sub:active {
	color: #CE0000;
}

#navLinks a.subcurrent {
	padding: 4px 8px 4px 6px; 
	margin-left: 10px;
	font-size: 11pt; 
	line-height: 1.8;
	font-weight: bold; 
	color: black;
	border-bottom: thin solid #8923D7; 
	border-left: thin solid #8923D7; 
}

#navLinks a.subdetail, a.subdetail:visited {
	padding: 4px 8px 4px 6px; 
	margin-left: 10px;
	font-size: 11pt; 
	line-height: 1.8;
	font-weight: bold; 
	color: black;
	border-bottom: thin solid #8923D7; 
	border-left: thin solid #8923D7; 
}

#navLinks a.subdetail:hover, a.subdetail:active {
	color: #8923D7;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 8pt;
	color: #B3B3B3;
	padding-top: 40px;
	vertical-align: bottom;
	text-align: center;
}

/****** fix ****/

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {display: inline-table;} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */ 