@charset "utf-8";
/* CSS Document */
#submit {
	
	background-color:#999;
	height:22px;
	width:80px;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	/*padding-top:4px;*/
	color:#333;
}
#submit:hover {
	background-color:#000;
	color:#FFF;
	cursor: pointer;
}
input {
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	border:none;
	height:25px;
	width:100%;
}
textarea {
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	border:none;
	width:100%;
}
.tel {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	cursor:pointer;
	text-decoration:none;
	color:#67ae6a;
	font-weight:bold;
}
.email {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	cursor:pointer;
	text-decoration:none;
	color:#67ae6a;
	font-weight:bold;
}
.email:hover {
	text-decoration:underline;
}
.spOffer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#006ebb;
}
.spOfferLink {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	cursor:pointer;
	text-decoration:none;
	color:#006ebb;
}
.spOfferLink:hover {
	text-decoration:underline;
}
.spOfferTxt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#006ebb
}
.footerLinks {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	color:#000;
}
.footerLinks:hover {
	text-decoration:underline;
}
.footerSep {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	padding-left:5px;
	padding-right:5px;
}
.solution {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	color:#FFF;
}
.solution:hover {
	color:#000;
}

.productbox {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #68ad6a;
	float:left;
	height:180px;
	margin:14px;
	padding:10px;
	position:relative;
	text-align:center;
	width:140px;
}
.productbox a {
	color:#111111;
	display:block;
	text-decoration:none;
}
.productbox a.info {
	background:#68ad6a url(shadow_top.png) repeat-x scroll 0 -35px;
	border-top:1px solid #FFFFFF;
	bottom:0;
	min-height:60px;
	padding:5px;
	position:absolute;
	right:0;
	width:150px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.productbox:hover {
	border-color:#cb74ab;
}
.productbox:hover a.info {
	background-color:#cb74ab;
}

