/* General definitions */
body,html {
	font-family:Arial;
	color:#333333;
}
body {
	background-repeat: no-repeat;
	background-position:top right;
	background-attachment: fixed;
}
html,body,td,table,body * {
	font-family:Arial;
	font-size:11px;
}
a, a:visited {
	text-decoration:none;
	color:#DC8F00;
}
.bottom{
	width:100%;
	height:20px;
	background:url('../images/menu_bg.html') repeat-x;
	padding-bottom:2px;
	padding-top:1px;
}
.bottom_inner a {
	display:block;
	float:left;
	margin-right:25px;
}
.bottom_inner {
	margin-left:30px;
}
.logo{
	width:100%;
	height:60px;
	background-color:#FFAB0D;
 }
 .logoimage {
	float:right;
 }
 .logo div {
	 float:left;
	 padding-left:30px;
	 margin-top:25px;
 }


.product_list{
	background:#FFFFFF;
	border-bottom:2px solid #E1E1E1;
}
.product_list_over{
	background:url('../images/doc_list_bg.html') repeat-y #E1E1E1;
	border-bottom:2px solid #E1E1E1;
}
.product{
	border-bottom:2px solid #FFF;
	border-top:2px solid #FFF;
}
.menu_list{

}
.top_image{
	clear:both;
	border-bottom:2px solid #E1E1E1;
}
.menu_image{
	margin-top:5px;
}

#doc_list {
	width:625px;
	float:left;
	background:white;
	cursor:pointer;
	cursor:hand;
}
	.doc_list_title {
		background:white;
		width:624px;
		border-right:1px solid #E1E1E1;
		border-bottom:2px solid #E1E1E1;
		margin-bottom:3px;
	}
	.doc_list_topimage {
		background-color:#FFF;
	}
	.doc_item, .doc_item_over {
		float:none;
		width:100%;
		clear:both;
		border-top:2px solid #E1E1E1;
		background:#fff;
		border-right:1px solid #E1E1E1;
	}
	.doc_item_over {
		background:url(../images/hover_row.html) repeat-y #FBFBFB;
	}
	.doc_item_color,.menu_item_color {
		float:left;
		width:8px;
		height:110px;
		border:0;
	}
	.menu_item_color{
		height:125px;
	}

	.doc_list_image,.menu_list_image {
		float:left;
		width:162px;
	}
		.doc_list_text a:link,.doc_list_text a:hover,.doc_list_text a:visited,.doc_list_text a:active {
			color:#333333;
		}
		.doc_list_image a img {
			border:1px solid white;
			margin-left:10px;
			margin-top:10px;
		}
		.menu_list_image a img {
			margin:0;
			border:0;
		}
		.doc_list_text_noimage {
			padding-left:18px;
		}
		.doc_list_text_noimage a img {
			margin-left:-1px;
		}


	.doc_list_text {
		float:left;
		padding-right:20px;
		width:430px;
	}
	.menu_list_text {
		float:right;
		width:380px;
	}
	.doc_list_text img {
		margin-bottom:15px;
		margin-top:15px;
	}
	.separator {
		width:625px;
		height:2px;
		background:#E1E1E1;
	}
	.doc_bodytext {
		background:#FFFFFF;
		padding:29px;
	}

