body {
	margin: 0;
	background: #01263a url('images/back-grad.png') 0 0 repeat-x; 
	font: normal 13px Verdana, sans-serif;
	color: #5f5f5f;
}
a{
	color:#5f5f5f;
}
h1, h2{
	color: #736E57;
}
.over-wrapper{
	width: 980px;
	margin: 0 auto;
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 919px;
	padding: 0 0 10px 0;
}
.header{
	width: 919px;
	height: 110px;
	position: relative;
}

	/* ---  LOGO --- */

#logo{
	float: left;
	width: 503px;
	height: 108px;
	display: block;
	margin: 0;
}

	/* ---  / LOGO --- */


.rounded{
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.rounded_table{
	border: 0px solid transparent;
	-moz-border-radius: 4px 3px 4px 3px;
	-webkit-border-radius: 4px 3px 4px 3px;
	border-radius: 4px 3px 4px 3px;
}
	/* ---  HEADER CODE TABLE --- */

.code_table{
	border-left: 0px solid #d9d6ce;
	border-top: 0px solid #d9d6ce;
	border-right: 0px solid #d9d6ce;
	border-bottom: 0px solid #d9d6ce;
}
table tr td{
	text-align:center;
	vertical-align:middle;
}
#header_code_table {
	width: 470px;
	height: 16px;
	position: absolute;
	top: 70px ;
	right: 0px;
	margin: 3px 12px 0 0px;
}
#header_code_table_table {
	vertical-align: inherit;
	margin-top: -1px;
}


	/* ---  / HEADER CODE TABLE --- */


	/* --- TOP MENU --- */

.menu {
	background: #DC4E00;	
	position: relative;
	width:919px;
	height:50px;
}
.menu ul{
	margin:0 0 0 22px;
	padding: 0;
}
.menu li {
	background: url('images/menu-button-slice.png') 0 0 repeat-x;  
	float: left;
	display: block;
	text-align: center;
	margin-right: 5px;
	margin-top:9px;
	border-top: 1px solid #cc4700;
	border-left: 1px solid #cc4700;
	border-right: 2px solid #cc4700;
	border-bottom: 1px solid #ba4100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
.menu li a{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding: 1px 10px 4px 10px;
	text-decoration: none;
}
.menu  li:hover{
	background: url('images/menu-button-slice.png') 0px -43px repeat-x;    
}

	/* ---  / TOP MENU --- */


	/* --- TAG LINE BAR --- */
   
#tag_line_bar {
	background: url('images/tagline-slice.png') repeat-x ;
	width:919px;
	height: 50px;
	color: #fff;
	font-size:22px;
}
#tag_line_bar i{
	float: left;
	margin: 8px 0 0 20px;
}


   /* --- / TAG LINE BAR --- */


	/* --- / SIDEBAR --- */

.left_sidebar {
	display: inline;
	float: left;
	width: 250px;
	padding:12px 0 0 12px;
}

	/* --- IMAGE --- */
	
.image{
	width:250px;
	height: 167px;
	display: block;
	float: left;
	border-left: 1px solid #d9d6ce;
	border-top: 1px solid #d9d6ce;
	border-right: 2px solid #d9d6ce;
	border-bottom: 1px solid #d9d6ce;
	margin-bottom: 20px;
}

.image  img{
	-moz-border-radius: 4px 3px 4px 3px;
	-webkit-border-radius: 4px 3px 4px 3px;
	border-radius: 4px 3px 4px 3px;
}
	/* --- / IMAGE --- */

.categories_title{
	background: url("images/categories_title_slice.png") repeat-y;
	width: 251px;
	list-style-image:  url("images/disc.png");
	height: 24px;
	padding: 6px 0 0 22px;
	list-style: disk;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
.categories {
	background: #f7f6f5;
	border-left: 1px solid #d9d6ce;
	border-top: 1px solid #d9d6ce;
	border-right: 2px solid #d9d6ce;
	border-bottom: 1px solid #d9d6ce;
	color: #fff;
	float: left;
	position: relative;
	width: 250px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.categories ul:last-child{
	margin: 0;
	padding: 0 10px 0 0 ;
}
.categories ul:last-child li {
	display: block;
	width: 228px;
	font-size:12px;
	list-style: none;
	line-height: 16px;
	padding-bottom: 4px;
}
.categories a {
	padding-left: 22px;
	background: url("images/arrow.png") no-repeat 0 0;
	display: block;
	color: #000;
	width: 228px;
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 0px;
}
.categories ul:last-child li a:hover {
	background: #d9d6ce url("images/arrow.png") no-repeat 0 -16px;
}

	/* ---  SIDE BAR CODE TABLE --- */

#sidebar_code{
	width:250px;
	height: 250px;
	float: left;
	border-left: 1px solid #d9d6ce;
	border-top: 1px solid #d9d6ce;
	border-right: 2px solid #d9d6ce;
	border-bottom: 1px solid #d9d6ce;
	margin-bottom: 40px;
}

	/* ---  / SIDE BAR CODE TABLE --- */


	/* --- / SIDEBAR --- */

	/* --- RIGHT BAR --- */

.right_bar {
	float: right;
	width: 620px;
	padding: 12px 12px 0 0;
}
.right_bar p {
	line-height: 150%;
	margin-bottom: 15px;
}

.content_top{
	background: url('images/content_slice.png') repeat-x ;
	overflow: hidden;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	border-top: 1px solid #d9d6ce;
	border-left: 1px solid #d9d6ce;
	padding: 0 10px 0 10px;

}
.content_bottom{
	padding: 0 10px 0 10px;
}
	/* ---  RIGHT CODE TABLE --- */

#right_bar_code{
	width: 300px;
	margin: 0 10px 0 11px;
	float: left;
}

	/* --- / RIGHT CODE TABLE --- */
#back_to_top{
	float: left;
}
	/* --- / RIGHT BAR --- */

.clear {
	clear: both;
}
	/* --- FOOTER --- */

.footer{
	background: #f7f6f5;
	text-align:center;
	width: 919px;
	height: 25px;
	margin: 20px 0 0 0;
	color: #413C12;
	padding: 10px 0 1px 0;
	border-top: 1px solid #d9d6ce;
	border-bottom: 1px solid #d9d6ce;
}
.footer a{
	text-decoration:none;
	color: #413C12;
}
.footer a:hover{
	text-decoration:underline;
	color: #D44B00;
}

	/* --- / FOOTER --- */
