html,body {
	margin:0 auto;
	height: 100%;
	min-height: 100%;
	text-align:center;
	font-family:"Segoe ui" ,Arial , Helvetica , Sans;
}
/*-- - - - -- - -- - GLOBAL STUFF  --- - - -- - - - --  - */
a {
	font-weight: bold;
	font-size: 11px;
	color: #666;
	text-decoration: none
}
a:hover {
	color: #000;
	text-decoration: underline
}
img {
	border: 0px;
}
.left {
	float: left
}
.right {
	float: right
}
img.left_spaced {
	float: left;
	padding: 10px
}
img.right_spaced {
	float: right;
	padding: 10px
}
br {
	clear: both;
}
sub {
	font-size: 9px;
}
sup {
	font-size: 9px;
}
.ghost {
display: none;
}
ul {
	margin: 0;
	padding: 0;
}

/*--- -- ---- ----- - -LAYOUT  ----- -- - -- - -- */
#container {
	width: 100%;
	/*width: 760px;*/
	position: relative;
	margin: 0 auto;
	background: #FFF;
}
#header {
position:relative;
	width: 100%;
	height: 241px;
	background: #FFF;
	text-align: left;
	border-bottom:solid 18px #FC0;
	background:transparent url(../images/bg_header.jpg) no-repeat 0 20px;
}
#logo {
	width: 503px;
	height: 241px;
	background: transparent url(../images/logo_bcs.png) no-repeat;
	z-index:5;
}

/* ---------------- CONTENTS -----------------------*/
#content{
width:65%;
height:500px;
background:#FFF;
float:left;
padding:5px;
text-align:justify;
}
#content_right{
width:22%;
height:500px;
background:#EFEFEF url(../images/bg_cr.jpg) repeat-x bottom;
float:right;
padding:5px;
border-left:solid 1px #AAA;
}
/* ---------------- CATEGORIES ------------------- */
.catselect{
margin-top:20px;
border-bottom:solid 1px #CCC;
width:80%;
text-align:right;
}
.catselect2{
margin-top:20px;
border-top:solid 1px #CCC;
width:80%;
text-align:right;
}

.catselect ul li, .catselect2 ul li{
display:inline;
}
.cat{
width:28%;
height:70px;
margin:10px;
float:left;
text-align:left;
}
.subcat{
color:#888;

}

.catitle{
color:#AAA;
margin:5px 0;
border-bottom:solid 1px #CCC;
font-size:18px;
font-weight:bold;
}
/*------------FORMS--------------*/
.deftxtfield, .deftxtarea{
background:url(../images/find_bg.jpg) 0 -30px;
border:1px solid #8A8;
}

#footerleft{
background: transparent url(../images/bottom_lc.jpg) no-repeat;
height:42px;
width:19px;
float:left;
}
#footer {
	color: #FFF;
	background: transparent url(../images/bottom_rc.jpg) no-repeat right;
	width: 90%;
	height: 42px;
	margin:0 auto 30px  auto ;
	}
#footer ul{
float:left;
padding:12px;
}
#footer ul li{
display:inline;
}

#footer p {
	color: #333;
	}
#footer p a {
	color: #060;
}
#copy{
color:#000;
font-size:12px;
float:right;
padding:15px;
}

