@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	}	
.container1{
	padding:0.8%;
	text-align:center;
	font-size:16px;
	}
.chooseproduct{
	width:170px;
	height:150px;
	background-color:#fff;
	border: none;
	/*margin:10px 14px;*/
	text-align:center;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	color:#333;
	cursor: pointer;
	margin-bottom:10px;
	}
.chooseproduct:hover{
	/*color: #0baed8;*/
	border-bottom:4px solid #0baed8;
	/*box-shadow: 0px 0px 0px #ccc, 0px 1px 5px 5px #CCC, 5px 5px 5px #ccc;*/
}
.chooseproduct2{
	width:285px;
	height:200px;
	background-color:#fff;
	border: none;
	margin:10px 8px;
	text-align:center;
	font-size:14px;
	display:inline-block;
	color:#333;
	}
#main_Copy{
	width:82%;
	margin: 0 auto;
	font-weight:bold;
	font-size:20px;
	color:#333;
	padding:10px 0px;
	}
#body_Copy{
	width:78%;
	margin: 0 auto;
	padding-bottom:50px;
	}		
.button, .button2{
	padding:8px 5px;
	width:100px;
	text-align:center;
	border:1px solid #333;
	margin: 10px 5px;
	border-radius:7px;
	color:#333;
	display:inline-block;
	cursor:pointer;
	
	}
.button:hover, .button2:hover{
	background-color:#034ea2;
	border:1px solid #034ea2;
	color:#fff;
	}	
a {
	text-decoration:none !important;
	color:#666;
	}	
.selected{
/*	color: #0baed8;*/
	border-bottom:4px solid #0baed8;
/*	box-shadow: 0px 0px 0px #ccc, 0px 1px 5px 5px #CCC, 5px 5px 5px #ccc;*/
}
#disclaimer{
margin-top:3%;		
}