@charset "utf-8";
/* CSS Document */

body {background-color:#b0b0b0; font-family:Tahoma, sans-serif; font-size:100%;}

h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-family:Tahoma, sans-serif;}
h1 {font-size:225%;}
h2 {font-size:200%;}
h3 {font-size:175%;}
h4 {font-size:150%;}
h5 {font-size:125%;}
h6 {font-size:100%;}

hr {color:#ffffff;}

a:link {}
a:visited {}
a:hover {}
a:active {}

#container_header {width:100%; background-color:#000000; color:#ffffff;}
	#header ul {display:table; width:35%; float:right; margin-top:30px;}
	#header ul li {display:table-cell; width:33%; text-align:center;}
	#header ul li a {font-size:90%; font-weight:bold; text-decoration:none; text-decoration:none; color:#ffffff;}
	#header ul li a:hover {color:#0979a7;}

#container_content {width:100%; background-image:url(../images/bg_container_content.png); background-position:left top; background-repeat:repeat-x; background-size:auto 100%;}
	#slider {width:960px; margin:0 auto;}
	#content {background-color:#ffffff; padding-top:40px; padding-bottom:20px;}
		#box_login {border:1px solid #0979A7; background-color:#0979A7; border-radius:4px; padding:10px;}

#container_footer {width:100%; background-color:#b0b0b0;}
	#footer {background-color:#ffffff; text-align:center;}
		#footer ul {display:table; margin:0 auto; padding:20px 0;}
		#footer ul li {display:table-cell; border:5px solid #ffffff; padding:0 10px;}
		#footer ul li a {font-size:90%; font-weight:bold; text-decoration:none; text-decoration:none; color:#000000;}
		#footer ul li a:hover {color:#0979a7;}

.border_black {border:1px solid black;}
.border_blue {border:1px solid blue;}
.border_green {border:1px solid green;}
.border_red {border:1px solid red;}
.border_yellow {border:1px solid yellow;}

.btn_contact {border:1px solid #0979a7; border-radius:4px; background-color:#0979a7; color:#ffffff; font-size:80%; font-weight:bold; padding:5px 10px;}
.btn_login {border:1px solid #ffffff; border-radius:4px; background-color:#ffffff; color:#0979a7; font-size:80%; font-weight:bold; padding:5px 10px;}
.btn_sampleReport, .btn_purchaseReport {border:1px solid #ffffff; border-radius:4px; background-color:#ffffff; text-align:center;}
.btn_sampleReport2 {border:1px solid #0979a7; margin-top:10px; border-radius:4px; background-color:#0979a7; color:#ffffff; padding:5px 10px; font-weight:bold;}

.color_blue {color:#0979a7;}
.color_white {color:#ffffff;}
.color_red {color:#FF0000;}

.display_block {display:block;}
.display_none {display:none;}

.fontSize_80 {font-size:80%;}
.fontSize_90 {font-size:90%;}

.input_text {border-radius:4px; border:1px solid #ffffff; width:250px;}
.input_text_contact {border-radius:4px; border:1px solid #0979a7; width:250px;}

.marginBottom_10 {margin-bottom:10px;}
.marginTop_10 {margin-top:10px;}

.textarea_contact {border:1px solid #0979a7; border-radius:4px; width:500px; height:200px;}

.textDecoration_none {text-decoration:none;}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

}

@media only screen and (max-device-width: 481px) and (orientation:portrait) {

}

@media only screen and (max-device-width: 481px) and (orientation:landscape) {

}
