body {
	margin: 0;
	background: url('images/body_back_slice.png') repeat-x;
	font-family: Arial;
	color: #5f5f5f;
	font-size: 12px;
}
a{
	color:#5f5f5f;
}
h2{
	color: #2a956f;
	font-size: 15px;
}
.container {
	margin: 0 auto;
	width: 900px;
	padding: 0 0 0 0;
}
.header{
	width: 900px;
	height: 182px;
	position: relative;
}
.header-top{
	width: 900px;
	height: 110px;
	margin-bottom: 2px;
}

	/*-- HEADER MIDDLE MENU --*/

.header-middle-menu{
	width: 900px;
	height: 29px;
}
.header-middle-menu li{
	display: block;
	border-right: 1px solid #fff;
	height: 29px;
	float: left;
}
.header-middle-menu li a{
	color: #fff;
	padding: 6px 20px 7px 20px;
	cursor: pointer;
	display: block;
	height: 16px;
	text-decoration: none;
}
.header-middle-menu ul{
	margin: 0;
	padding: 0;
}
.header-middle-menu li:last-child{
	border-right: none;
}
.header-middle-menu a:hover{
	background: #f5e0ab;
	color: #402000;
}

	/*-- /HEADER MIDDLE MENU --*/

.header-bottom{
	width: 900px;
	height: 21px;
	padding-top: 1px;
}
	/* ---  LOGO --- */

#logo{
	float: left;
	width: 400px;
	height: 110px;
	display: block;
	margin: 0;
}

a img {
 border:none;
}

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


.rounded{
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.rounded_table{
	border: 1px solid transparent;
	-moz-border-radius: 9px 8px 9px 8px;
	-webkit-border-radius: 9px 8px 9px 8px;
	border-radius: 9px 8px 9px 8px;
}
	/* ---  HEADER CODE TABLE --- */

.code_table{
	border-left: 1px solid #d9d6ce;
	border-top: 1px solid #d9d6ce;
	border-right: 2px solid #d9d6ce;
	border-bottom: 1px solid #d9d6ce;
}
table tr td{
	text-align:center;
	vertical-align:middle;
}
#header_code_table {
	width: 480px;
	height: 60px;
	position: absolute;
	top: 30px ;
	right: -12px;
	margin: 3px 12px 0 0px;
}
	/* ---  / HEADER CODE TABLE --- */
	
	/*-- HEADER BOTTOM CODE TABLE --*/
	
#header_bottom_code_table {
	width: 800px;
	height: 18px;
	margin: 3px 12px 0 0px;
	margin: 0 auto;
}
	
	/*-- /HEADER BOTTOM CODE TABLE --*/

#header_code_table_table {
//	vertical-align: inherit;
//	margin-top: -1px;
}



	/* --- / COLUMN1 --- */

.column1 {
	display: inline;
	float: left;
	width: 220px;
}
.links_title{
	margin: 0 0 10px 10px;
	font-weight: bold;
	color: #402000;	
}
.links {
	background: #fff3d5;
	float: left;
	position: relative;
	width: 220px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.links ul:last-child{
	margin: 0;
	padding: 0 10px 0 0 ;
}
.links ul:last-child li {
	display: block;
	width: 228px;
	margin-bottom: 8px;
	font-size:12px;
	list-style: none;
}
.links a {
	padding-left: 10px;
	background: url("images/arrow.png") no-repeat 0 0;
	display: block;
	color: #402000;
	width: 228px;
	text-decoration: underline;
	font-weight: bold;
}
.links  a:hover {
	color: #fff ;
	background:	#c8b185;
}

	/* --- / COLUMN1 --- */

	/* --- COLUMN2 --- */
.column2 {
	float: left;
	width: 465px;
	padding: 0 12px 0 0;
	margin: 0 0 0 20px;
}
.column2-title{
	font-size: 26px;
	font-weight: 400;
	color: #c8b185;
}
.column2 p {
	line-height: 150%;
	margin-bottom: 15px;
}

	/* ---  COLUMN2 CODE TABLE --- */

#column2_code{
	width: 250px;
	margin: 0 10px 0 0;
	float: left;
}

	/* --- / COLUMN2 CODE TABLE --- */

#back_to_top{
	float: left;
	text-decoration:none;
	color: #413C12;
}
#back_to_top:hover{
	text-decoration:underline;
	color: #73e8be;
}
	/* --- / COLUMN2 --- */
	
	/* ---  COLUMN3  --- */
	
.column3{
	width: 160px;
	float: right;
}

	/* ---  COLUMN3 CODE TABLE --- */

#column3_code{
	width:160px;
	height: 160px;
	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;
}

	/* ---  / COLUMN3 CODE TABLE --- */
	
	/* --- IMAGE --- */
	
.image{
	width:160px;
	height: 160px;
	display: block;
	float: left;
	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 --- */
	
	/* ---  / COLUMN3  --- */	
	
.clear {
	clear: both;
}
	/* --- FOOTER --- */

.footer{
	background: #fff;
	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: #73e8be;
}

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