/* CSS Document */
body, div, p, td {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: white;
	line-height: 1.4em;
}

p.tagline {
	font-size: 18px;
	color: #FCE17F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;

	/*font-family: Monotype Corsiva, Bradley Hand ITC, Fine Hand, Andy, Book Antiqua, serif;*/
	font-weight: bold;
}
p.content
{
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h2 {
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h3, h4 {
	display: block;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	overflow: visible;
	margin-left: -4px;
}

.Heading
{
	display: block;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 4px;
	background-image: url(/_/img/design/bg_heading.png);
	background-repeat: repeat-y;
	color: #D5D896;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}
.Disclaimer {
	font-size: 10px;
}

div.SubHeading
{
	margin-left: 12px;
	margin-bottom: 8px;
	font-weight: bold;
	font-style: italic;
}
.Yellow {
	color: #D5D896;
}

.Offer {
	display: block;
	color: #D5D896;
	font-weight: normal;
	margin-left: 6px;
	margin-top: 3px;
}
.FinishingOffer {
	color: #D5D896;
	display: inline;
	font-weight: normal;
	margin-left: 15px;
}

a:link, a:visited {
	color: #D5D896 /*#FCE17F*/;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.submenu:link, a.submenu:visited {
	color: #6B5401; 
	text-decoration: none;
}

a.submenu:hover, a.submenu:active {
	color: #FFF;
}


/*********************************************************************/
/* LISTS */
/*********************************************************************/
.Column1 UL, .Column2 UL {
	margin-top: 0px;
	padding-top: 0px;
}
ul li {
	line-height: 20px;
	list-style-type: none;
	paddding: 0;
	margin: 0px 0px 0px 0px;
}
ul.FinishingTouches li {
	margin-left: -10px;
}


ul.footer {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size: 11px;
}

ul.footer li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: dotted 1px white;
	color: white;
}
ul.footer li.last {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: none;
}

#wrapper_submenu ul {
	margin-left: auto;
	list-style-image: url(/_/img/design/bullet01.gif);
	list-style-type: square;
	list-style-position: outside;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-top: 0px;
}
#wrapper_submenu ul li {
	line-height: 18px;
	padding-bottom: 3px; 
}

