/* general default body */

BODY { 
    background-color: #000000;
    font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


/* drop down menu */

#m5 {
	height: 20px; left: 160px; position: absolute; top: 146px; visibility: hidden; width: 165px; z-index: 10
}
#m6 {
	height: 20px; left: 160px; position: absolute; top: 166px; visibility: hidden; width: 165px; z-index: 10
}
#m8 {
	height: 20px; left: 160px; position: absolute; top: 206px; visibility: hidden; width: 165px; z-index: 10
}
#m9 {
	height: 20px; left: 160px; position: absolute; top: 226px; visibility: hidden; width: 165px; z-index: 10
}

/* left content */


.leftnav {
   font-size: 9px;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 12px;
}

/* left navigation links */

A.leftnav:link { color: #330099; text-decoration: none; }
A.leftnav:hover { color: #FF9900; text-decoration: none; }
A.leftnav:active { color: #FF9900; text-decoration: none; }
A.leftnav:visited { color: #FF9900; text-decoration: none; }

/* general paragraph text */

P {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* copyright */


.copy {
   font-size: 11px;
	color: #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.note {
   font-size: 10px;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 12px;
}
.orange {
   font-size: 10px;
   color: #FF9900;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 12px;
}

/* product content */

.group_title {
   font-size: 12px;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.prod_title {
   font-size: 11px;
   color: #330099;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.prod_subtitle {
   font-size: 10px;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.prod_text {
   font-size: 10px;
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* product navigation links */

A.prod_subtitle:link { color: #FF9900; text-decoration: none; }
A.prod_subtitle:hover { color: #330099; text-decoration: none; }
A.prod_subtitle:active { color: #330099; text-decoration: none; }
A.prod_subtitle:visited { color: #330099; text-decoration: none; }

.caption {
   font-size: 10px;
   color: #330099;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}


.orange_sub {
   font-size: 11px;
   color: #FF9900;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}




/*	NAVIGATION - ADDED BY MARRIOTT DESIGN
	28th September 2007
	---------------------------------------*/
	
#navigation {
	width: 160px;
	background-color: #DFD9EB;
	border-top: 1px solid #3D05A8;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li {
	border-bottom: 1px solid #FFFFFF;
}

#navigation li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px 0px 4px 23px;
}

#navigation li a:hover {
	background-color: #FF9900;
}

.sub_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	background-color: #EFEDF3 !important;
}

.sub_nav ul li {
	border: none !important;
	background-color: #EFEDF3 !important;
}

.sub_nav ul li a {
	padding: 4px 0px 2px 33px !important;
	border-bottom: 1px solid #CCCCCC;
}

#navigation .news a {
	background-color: #FFFFFF !important;
	color: #FF9900;
	font-weight: bold;
	border-top: 20px solid #DFD9EB;
	padding-top: 5px;
}

* html .sub_nav ul li  /* only IS sees this */
{ 
   height: 1px;
}
