/* CSS Document */

body {
	margin:12px 0;
	background-color:#FFF;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#7C7C7C;
	}
	
p, h1, h2, ul, li, h3 {
	margin:0;
	padding:0;
	}

.spacer {
	clear:both;
	line-height:0px;
	}
	
ul {
	list-style-type:none;
	}

/*==================structure==================*/
#struct {
	width:950px;
	margin:0 auto;
	}

/*==================header==================*/
#header {
	background:url(../images/banner.jpg) no-repeat 0 0;
	height:215px;
	}
#header h1 {
	width:321px;
	text-align:right;
	padding:80px 0 0;
	}
#header h1 a {
	font-size:34px;
	color:#CC0000;
	background-color:inherit;
	text-decoration:none;
	}
#header h1 a span {
	font-size:12px;
	color:#000203;
	background-color:inherit;
	font-weight:normal;
	}
	
/*==================container==================*/
#container {
	padding:28px 15px;
	}
	
/*==================left panel==================*/
#leftpanel {
	width:232px;
	float:left;
	}
	
/*==================categories==================*/
#categories {
	background:url(../images/categoriesbot.gif) no-repeat 0 100%;
	padding:0 0 12px;
	}
#categories h2 {
	background:url(../images/categorieshead.gif) no-repeat 0 0;
	line-height:35px;
	font-size:12px;
	color:#FBE7E7;
	background-color:inherit;
	padding:0 0 0 18px;
	}
#categories h2 span {
	background:url(../images/bottomarrow.gif) no-repeat 0 0;
	padding:0 0 0 24px;
	}
#categories ul {
	border-left:1px solid #CC0000;
	border-right:1px solid #CC0000;
	padding:12px 10px 0px 13px;
	background-color:#FDF6F6;
	color:#CC0000;
	}
#categories ul li.nobor {
	border-bottom:0px dashed #F6C7C7 !important;
	}
#categories ul li {
	border-bottom:1px dashed #F6C7C7;
	}
#categories ul li a, #categories ul li span {
	display:block;
	background:url(../images/icon-pinkarrow.gif) no-repeat 6px 9px #FDF6F6;
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	line-height:24px;
	padding:0 0 0 24px;
	text-decoration:none;
	}
#categories ul li a:hover, #categories ul li span {
	background:url(../images/icon-bkarrow.gif) no-repeat 6px 9px #F6C7C7;
	color:#000000;
	text-decoration:none;
	}
	
/*==================right panel==================*/
#rightpanel {
	width:640px;
	float:right;
	}
#rightpanel h2 {
	font-size:22px;
	color:#CC0000;
	background-color:inherit;
	padding:0 0 16px;
	}
#rightpanel h3 {
	font-size:16px;
	color:#4d4d4d;
	background-color:inherit;
	padding:0 0 16px;
	}
#rightpanel p {
	line-height:17px;
	padding:0 0 18px;
	}
#rightpanel p span {
	font-weight:bold;
	color:#000303;
	background-color:inherit;
	}
ul.rdarrowtxt {
	padding:0 0 28px;
	}
ul.rdarrowtxt li {
	background:url(../images/icon-redarrow.gif) no-repeat 0 4px;
	color:#7C7C7C;
	background-color:inherit;
	font-weight:bold;
	padding:0 0 1px 16px;
	line-height:17px;
	}
ul.rdarrowtxt li a{
	color:#7C7C7C;
	background-color:inherit;
	text-decoration:none;
	}
ul.rdarrowtxt li a:hover{
	color:#000;
	background-color:inherit;
	text-decoration:underline;
	}
	
/*==================footer==================*/
#footer {
	background:url(../images/footerbot.gif) no-repeat 0 100%;
	padding:0 0 16px;
	}
#footer p.top {
	background:url(../images/footertop.gif) no-repeat 0 0;
	height:16px;
	}
#footer div.contentbg {
	background:url(../images/footerbg.gif) repeat-y 0 0;
	padding:26px 25px 28px;
	font-size:12px;
	}
#footer div.contentbg ul.footerlink {
	text-align:center;
	padding:0 0 5px;
	}
#footer div.contentbg ul.footerlink li {
	color:#525252;
	background-color:inherit;
	display:inline;
	}
#footer div.contentbg ul.footerlink li a, #footer div.contentbg ul.footerlink li span {
	color:#525252;
	background-color:inherit;
	text-decoration:none;
	padding:0 6px;
	}
#footer div.contentbg ul.footerlink li a:hover , #footer div.contentbg ul.footerlink li span{
	text-decoration:underline;
	}
#footer div.contentbg p.copyright {
	text-align:center;
	color:#363636;
	background-color:inherit;
	}
#footer div.contentbg p.copyright a {
	text-align:center;
	color:#DEDEDE;
	background-color:inherit;
	}
	
	
	