* {
	margin:0px;
	padding:0px;
	border:0;
}

body {
	font:8pt Verdana, Arial, Helvetica, sans-serif;	
	color:#333;
	background:#727467 url(../images/bg.jpg) repeat-x;
	}

#container {
	width:900px;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	} 

#header {
	width:900px;
	height:147px;
	overflow:hidden;
	margin:0px;
	background:url(../images/bg_header.jpg) repeat-x;
	}

#header_container {
	height:122px;
	width:900px;
	}
	
#logo_container {
	float:left;
	width:243px;
	height:114px;
	background:url(../images/bg_logo.jpg) no-repeat;
	overflow:hidden;
	margin-left:10px;
	}

#logo {
	padding:0px;
	text-align:center;
	}

#nav {
	float:right;
	padding:0px;
	margin-top:25px;
	height:27px;
	width:625px;
	overflow:hidden;
	}

#tabs {	
     float:right;
	 font:bolder 10px Verdana, Arial, Helvetica, sans-serif;
	  line-height:20px;
	  height:27px;
      }
#tabs ul {
	margin:0;
	padding:0px 10px 0px 0px;
	list-style:none;
    }
#tabs li {
      display:inline;
      margin:0;
	  padding-top:0px;
	  color:#333;
      }
#tabs a {
      float:left;
      background:url("../images/left_butt.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
	  color:#333;
      text-decoration:none;
      }
#tabs a span {
      float:right;
      display:block;
      background:url("../images/right_butt.jpg") right top;
	  background-color:#63635f;
	  text-align:center;
      padding:5px 10px 4px 6px;
      color:#333;
	  margin-right:1px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color:#333;
      }

#tabs a:hover {
      background-position:0% -27px;
      }
#tabs a:hover span {
      background-position:100% -27px;
      }


#search_container {
	float:right;
	padding-top:10px;
	}

#breadcrumbs {
	width:850px;
	height:30px;
	padding-left:10px;
	color:#315985;
	overflow:hidden;
	}

#shad_top {
	width:880px;
	height:27px;
	background:url(../images/shad_top.gif) repeat-x;
	padding:0px;
	margin:0px;
	overflow:hidden;
	}

#shad_bottom {
	width:880px;
	height:27px;
	background:url(../images/shad_bottom.jpg) no-repeat;
	padding:0px;
	margin:0px;
	overflow:hidden;
	}

#body_container {
	width:880px;
	background-color:#fdfff3;
	padding:10px;
	margin:0px;
	overflow:hidden;
	}

#left_rail {
	float:left;
	width:625px;
	margin:1px;
	padding:0px;
	}
	
#right_rail {
	width:230px;
	padding: 10px ;
	margin-left:10px;
	overflow:hidden;
	font-size:10px;
	}

.titleBlue {
	color:#3a688e;
	font-weight:bolder;
	border-bottom:1px dotted #3a688e;
	font-size: 12pt;
	}
	
input, textarea {
	background-color:#dadad0;
	color: #666;
	border:1px solid #666;
}

.cat_title{
	color:#867d64;
	text-decoration:none;
	font-size:10px;
	padding-bottom: 3px;
	line-height:18px;
	}
	
.cat_title a{
	color:#867d64;
	text-decoration:none;
	}

.cat_title a:hover{
	color:#867d64;
	text-decoration:underline;
	}

.cat_sub{
	color:#333;
	text-decoration:none;
	font-size:10px;
	}
	
.cat_sub a{
	color:#333;
	text-decoration:none;
	}

.cat_sub a:hover{
	color:#867d64;
	text-decoration:underline;
	}

.sort {
   color: #333;
   font-size:10px;
}

.sort a {
   color: #333;
   font-size:10px;
}

.sort a:hover {
   color: #333;
   font-size:10px;
}

/*-- START: sidebar box --*/
#box_title {
	width:208px;
	height:16px;
	background:#fff url(../images/bg_sidebar_title.jpg) no-repeat;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	overflow:hidden;
	margin:0px;
	border:1px solid #fff;
	color:#fff;
	}
	
#box {
	width:218px;
	background:#505549 url(../images/bg_sidebar_box.jpg) repeat-x;
	font-size:12px;
	padding-left:10px;
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid #fff;
	color:#fff;
	}
	
#box ul{
	margin:10px;
	padding:0px;
	}

#box li{
	padding-bottom:5px;
	font-size:10px;
	}
	
#box li a {	color:#fff;	text-decoration:none; }
#box li a:hover {	color:#fff8c7;	text-decoration:underline; }
/*-- END: sidebar box --*/

#nav_bottom {
	height:32px;
	background:url(../images/bg_nav_bottom.jpg) repeat-x;
	text-align:center;
	margin:0 auto;
	padding-top:20px;
	}

#nav_bottom ul {
	margin:0;
	padding:0px;
	list-style:none;
}
	  
#nav_bottom li {
	display:inline;
	margin:0px;
	color:#304557;
	padding:0px 2px 0px 2px;
	}
	
#nav_bottom li a{
	color:#304557;
	text-decoration:none;
	}

#nav_bottom li a:hover{
	color:#863900;
	text-decoration:underline;
	}

#footer {
	width:880px;
	height:100px;
	background:url(../images/bg_footer.jpg) repeat-x;
	text-align:center;
	color:#f1ece2;
	padding:10px;
	}

#footer a{
	color:#f1ece2;
	text-decoration:none;
	}

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

#bottom_nav {
	width:900px;
	height:50px;
	padding:0px;
	margin-top:30px;
	color:#333;
	}

#bottom_nav a {	color:#333;	text-decoration:none; }
#bottom_nav a:hover {	color:#863900;	text-decoration:underline; }

.label {
	vertical-align: top;
	width: 200px;
}

p {
	margin: 0 0 15px 0;
	line-heigh: 14px;
}