/** reset **/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table,
ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,a, abbr,
acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset { margin: 0; padding: 0;}
img, fieldset { border: 0; }
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #B4121C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B4121C;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#wrapper {
	width:35px;
	margin-top: 45px;
	margin-left: 10px;
}
#menu_bg {
	background-image: url(images/menu_bg.jpg);
	float: left;
	height: 21px;
	width: 350px;
	background-repeat: no-repeat;
	background-position: right;
}
#content {
	background-image: url(images/popup_content_bg.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 350px;
}

.logo {
	margin-top: 15px;
	margin-left: 105px;
}

#content p {
	margin-top: 5px;
	margin-left: 60px;
	color: #000;
	font-size: 10px;
	margin-right: 65px;
	line-height: 12px;
}
h1, h2	, h3{
	margin-top: 15px;
	margin-left: 60px;
	color: #AF1215;
	font-size: 10px;
	margin-right: 65px;
	line-height: 12px;
	font-weight: bold;
}
h3 {
	font-weight: lighter;
}

#menu
{	margin: 0;
	padding: 0;
	margin-left: 55px;
	z-index: 1}

#menu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 21px;
	letter-spacing: 0em;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

#menu li a
{
	display: block;
	color: #000;
	text-align: left;
	font-size: 9px;
	text-decoration: none;
}

#menu li a:hover
{
	color: #B61A1E;
	font-size: 9px;
}

#menu div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	
}

#menu div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color: #F4F4F4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#menu div a:hover
	{
	color: #B01B19
}
.separator {
	color: #B31117;
	font-size: 14px;
}

