@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background: #f1f1f1; /*url(images/newyearbg.gif)*/
	padding: 0;
	margin: 0;
	min-width: 930px;
}

p {
	line-height: 20px;
}

h1 {
	color: #000000;
	font-size: 20px;
}

img {
	border: none;
}

.bigtext {
	padding: 10px;
	border: 1px dotted #000000;
	background: #FFF6C2;
	color: #972000;
	line-height: 23px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.productbox {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #999999;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/PIE.htc);
}

.marker {
	background-color: #FFF6C2;
}

a:link, a:visited {
	color: #0059ee;
}

a:hover {
	color: #b0b060;
}

#header {
    margin-top: -16px;
	padding: 0;
	height: 120px;
	text-align: center;
    background: #b0b060 url(images/content_header.jpg) repeat-x;
}

#header h1 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 30px;
}

#header a:link {
	color: #000000;
	text-decoration: none;
}

#header a:visited {
	color: #000000;
	text-decoration: none;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#siteNav {
	margin-top: -32px;
	width: 100%;
	text-align: center;
}

#siteNav ul {
	background: #8a882a;
	list-style: none;
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: center;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

#siteNav ul li {
	float: left;
}

#siteNav a {
	padding-right: 14px;
	padding-left: 14px;
	line-height: 32px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#siteNav a:hover {
	color: #000000;
}

#ActiveNav, #ActiveNav a, #ActiveNav a:hover {
	color: #000000;
	background: #FFFFFF;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;	
    -moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
    border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}

#contentTop, #OthercontentTop {
	margin: 0 auto;
	width: 780px;
	height: 160px;
	background: #;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#));
    background: -moz-linear-gradient(top, #ffffff, #);
	background: linear-gradient(top, #ffffff, #);    
    -pie-background: linear-gradient(#ffffff, #);
    -moz-box-shadow: 2px 5px 10px 2px #888888;
    -webkit-box-shadow: 2px 5px 10px 2px #888888;
	box-shadow: 2px 5px 10px 2px #888888;	
    padding: 12px 5px 0px 15px;    
	text-align: center;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
	behavior: url(/PIE.htc);
}

#contentTop img {
	float: left;
	margin-right: 15px;
}

#contentTop h2 {
	margin-top: 45px;
}

#content {
	margin: 0 auto;
	width: 780px;
	background: #FFFFFF;
    box-shadow: 2px 5px 10px 2px #888888;
	-moz-box-shadow: 2px 5px 10px 2px #888888;
    -webkit-box-shadow: 2px 5px 10px 2px #888888;
	padding: 5px 5px 0px 15px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
    border-radius-bottomleft: 4px;
    border-radius-bottomright: 4px;
    border-radius-bottom-left: 4px;
    border-radius-bottom-right: 4px;    
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    behavior: url(/PIE.htc);
}

.factbox {
	border:1px dotted #dddddd;
	color:black;
	padding: 10px;
	background: #ffffcc;
}

.datatable {
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

.datatable td {
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.datatd {
	background: #ffffcc;
}

.bottom-links {
	position: absolute;
	left: 20px;
	right: 20px;
	/*width: 900px;*/
	height: 0px;/*50px*/
	overflow: auto;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 10px;
}

#footer {
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	/*background: #C0C0C0;*/
}

#xLeft {
	position: absolute;
	left: 0px;
	top: 10px;
    width: 144px;
	height: 98px;
    background: url(images/xleft.png) no-repeat;
}

#xRight {
	position: absolute;
	right: 0px;
	top: 10px;
    width: 112px;
	height: 98px;
    background: url(images/xright.png) no-repeat;
}