@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	outline: none;
}
.head_blue {
	background-image: url(../images/landing/head_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.caps {
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 25px;
}
.greybg {
	background-image: url(../images/landing/greybg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #191919;
}
.greybg a {
	color: #191919;
	text-decoration: none;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #001e3d;
	background-color: #8ccdf5;
	padding-left: 10px;
	height: 30px;
}
.textlist {
	font-size: 11px;
	font-weight: bold;
	color: #415b6b;
}
.want {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.border {
	border-left: 1px solid #ccc;
}
.border1 {
	border: 2px solid #4091b9;
}
.not {
	font-size: 18px;
	color: #003649;
}
.call {
	font-size: 18px;
	font-weight: bold;
	color: #003649;
}
.number {
	font-size: 20px;
	font-weight: bold;
	color: #690400;
}
.inven {
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #FFF;
	background-image: url(../images/landing/blue_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.name {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.textfield {
	width: 140px;
	height: 30;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000;
}
.click {
	font-weight: bold;
	color: #144a65;
}
.normaltext {
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
	color: #333;
}
.privacy {
	color:#990000;
	text-decoration:none;
}
.privacy:hover {
	color:#990000;
	text-decoration: underline;
}