/* ############## */
/* ### PART 1 ### */
/* ############## */

div.bottominformation_topline {
	/* ### Line 1 ### */
	border-top-color:#ffffff;

	border-style:solid;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}

div.bottominformation_bg {
	/* ### Line 2 ### */
	border-top-color:#626262;

	/* ### Background color ### */
	background-color:#626262;

	border-style:solid;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;	
	padding-right: 5px;
	padding-left: 5px;
	width:100%;
}

.bottominformation_text {
	/* ### Text Color (Small lines) ### */
	color:#777777;

	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	line-height: 20px;
	font-weight: normal;
}

a.a_bottominformation_text:link,
a.a_bottominformation_text:visited,
a.a_bottominformation_text:active,
a.a_bottominformation_text {
	/* ### Text Color (Home, About Us, ...) ### */
	color:#d8d8d8;

	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}

a.a_bottominformation_text:hover,
a.a_bottominformation_text:focus {	
	/* ### Text Color - Mouse Over (Home, About Us, ...) ### */
	color:#ffffff;

	text-decoration:none;
}

/* ############## */
/* ### PART 2 ### */
/* ############## */

div.bottominformation2_bg {
	/* ### Background color ### */
	background-color:#434343;

	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 8px;	
	width:100%;
	padding-right: 5px;
	padding-left: 5px;
}

.bottominformation2_text {
	/* ### Text Color (Address:, Tel:) ### */
	color:#8e8e8e;

	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	line-height: 20px;
	font-weight: normal;
}

.bottominformation2_text2 {
	/* ### Text Color (address..., (852) 2512 3123) ### */
	color:#dfdfdf;

	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	line-height: 20px;
	font-weight: normal;
}

a.a_bottominformation2_text:link,
a.a_bottominformation2_text:visited,
a.a_bottominformation2_text:active,
a.a_bottominformation2_text {
	/* ### Text Color (info@companyname.com) ### */
	color:#dfdfdf;

	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}

a.a_bottominformation2_text:hover,
a.a_bottominformation2_text:focus {	
	/* ### Text Color - Mouse Over (info@companyname.com) ### */
	color:#ffffff;

	text-decoration:none;
}

/* ############## */
/* ### PART 3 ### */
/* ############## */

div.bottom_topline {
	/* ### Line 1 ### */
	border-top-color:#ffffff;

	border-style:solid;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}

div.bottom_bg {
	/* ### Line 2 ### */
	border-top-color:#ffffff;

	/* ### Background color ### */
	background-color:#ffffff;
	
	min-height:160px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 30px;
	width:100%;
}



.bottom_text_copyright {
	/* ### Text Color (Copyright) ### */
	color:#797979 ;

	font-weight: normal;
}
.bottom_text {
	/* ### Text Color (Company Name) ### */
	color:#4a4a4a;

	FONT-FAMILY: 'Open Sans', sans-serif, Arial;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 0;
	line-height: 20px;
	font-weight: bold;
}