@charset "utf-8";
/* CSS Document */

/* define a zero margin/padding for the most used tags */
body, div, ul, li, h1, h2, h3, h4, a {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0;
	padding: 0;
}

body {
	background: #353535 url(images/layout/background.png) top repeat-x;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

ul {
	list-style: none outside none;
}

hr {
	clear: both;
}

.hidden {
	display: none;
}

#WRAPPER, #HEADER, #BODY, #FOOTER {
	clear: both;
	margin: 0 auto;
	width: 1000px;
}

#HEADER .container, #BODY .container, #FOOTER .container {
	clear: both;
	margin: 0 auto;
}

#BODY {
	background: #FFFFFF;
	color: #000000;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
}

#BODY h1, #BODY h2, #BODY h3, #BODY h4, #BODY h5, #BODY a, #BODY a:hover {
	color: #f51822;
}

/*
#BODY a {
	color: #606060;
}

#BODY a:hover {
	color: #606060;
}
*/

#logo {
	display: inline;
	float: left;
	clear: left;
	width: 196px;
	height: 70px;
	margin: 10px 0 7px 0;
}

#globallinks {
	display: inline;
	float: right;
	line-height: 17px;
	/* specify a width to avoid display issues */
	width: 200px;
}

#globallinks ul {
	float: right;
}

#globallinks li {
	float: left;
	background: url(images/layout/vseparator.png) center right no-repeat;
	padding: 0 8px 2px 8px;
}

#globallinks .last {
	float: left;
	background: none;
	padding: 0 0 2px 8px;
}

#globallinks .lang {
	font-style: italic;
}

#primarylinks {
	display: inline;
	clear: right;
	float: right;
	margin: 30px 0 0 0;
	/* specify a width to avoid display issues */
	width: 600px;
}

#primarylinks ul {
	float: right;
	/* padding: 0 0 10px 0; */
}

#primarylinks li {
	display: block;
	float: left;
	padding: 10px;
	/* margin: 0 0 0 10px; */
}

#primarylinks li:hover {
	background: #F50A19;
}

#primarylinks li:hover .menu {
	display: block;
}

#primarylinks a {
	/* font-family: Arial, Verdana, Helvetica, sans-serif; */
	font-size: 16px;
	font-weight: bold;
	/* text-transform: uppercase; */
	color: #FFFFFF;
}

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

/* primarylinks menu styles */
#primarylinks .menu {
	display: none;
	background: url(images/layout/plmenu-bkg.png) bottom right no-repeat;
	/* specify a width to arrange menu links */
	width: 220px;
	position: absolute;
	margin: 10px 0 0 0;
	padding: 0 0 12px 20px;
}

#primarylinks .menu ul {
	background: url(images/layout/plmenuul-bkg.png) bottom right no-repeat;
}

#primarylinks .menu li {
	background: url(images/layout/plmenuli-bkg.png) bottom right repeat-y;
	margin: 0;
	padding: 0;
}

#primarylinks .menu a {
	/* font-family: Arial, Helvetica, sans-serif; */
	display: block;
	border-top: dotted 1px;
	/* specify a width of 220 minus the 2 pixels right-margin */
	width: 218px;
	height: auto;
	/* specify a right margin of 2 pixels, to avoid borders overlapping */
	margin: 0 2px 0 0;
	padding: 5px 5px;
	font-size: 12px;
	font-weight: normal;
}

#primarylinks .menu a:hover {
	background: url(images/layout/plmenualpha1x1-bkg.png) bottom right repeat;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#primarylinks .menu .toplink {
	border-top: none;
}

#promoheader {
	display: block;
	background: url(images/promoheader_default.jpg) no-repeat;
	width: 1000px;
	height: 200px;
}

#breadcrumb {
	clear: both;
	padding: 10px;
}

#breadcrumb .current {
	font-size: 11px;
	font-weight: bold;
}

#content {
	padding: 0 40px 40px 40px;
	width: 920px;
}

#content .container {
	float: left;
	width: 920px;
}

#title h1 {
	font-size: 22px;
	margin: 10px 0;
	/* color: #F50A10; */
}

#leftcontent {
	display: inline;
	float: left;
}

#leftcontent p {
	margin-top: 0;

}

#leftcontent h2, #leftcontent h3, #leftcontent h4 {
	margin: 20px 0 6px 0;
}

#leftcontent hr {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 0;
	clear: both;
	margin: 0;
	width: 800px;
}

#cmenu {
	display: inline;
	float: left;
	background: transparent url(images/layout/cmenu1x1-bkg.png) bottom right repeat-x;
	margin: 0 0 10px 0;
}

#leftcontent, #cmenu {
	width: 850px;;
}

#cmenu ul {
	float: left;
	padding: 0 0 0 20px;
}

#cmenu li {
	float: left;
	background: url(images/layout/cmenuentry100x-bkg.png) bottom center no-repeat;
	width: 90px;
	height: 25px;
	margin: 0 10px 0 0;
	padding: 0 5px;
	text-align: center;
	line-height: 22px;
}

#cmenu .selected, #cmenu .selected a:hover {
	background: url(images/layout/cmenuentrysel100x-bkg.png) bottom center no-repeat;
	color: #000000;
}

#cmenu li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#cmenu li a:hover {
	color: #FFFFFF;
}

#rightcontent {
	display: inline;
	float: right;
	width: 180px;
	text-align: center;
}

img.shadow {
	display: block;
	/* clear: both; */
	margin: 0;
	padding: 0;
}

#FOOTER {
	text-align: right;
	color: #818181;
}

#FOOTER p {
	clear: right;
	margin-bottom: 1.7em;
}

#footerlinks {
	display: inline;
	float: right;
	line-height: 16px;
}

#footerlinks ul {
	float: right;
}

#footerlinks li {
	float: left;
	background: url(images/layout/vseparator.png) center right no-repeat;
	padding: 2px 8px;
}

#footerlinks .last {
	float: left;
	background: none;
	padding: 2px 0 2px 8px;
}