@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Roboto, sans-serif;
	font-size: 12px;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #09F;
}
#mainBody {
	color: #000;
	width: 1000px;
	overflow: none;
	position: absolute;
	margin-left: -500px;
	left: 50%;
	/*margin: 25px auto 0 auto;*/
	text-align: center;
}
#titleBox {
	width: 1000px;
	text-align: center;
	font-size: 60px;
	z-index: 999;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
}
#subBody {
	width: 960px;
	padding-left: 30px;
	margin: auto;
	overflow: none;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
#quoteForm {
	width: 960px;
	padding-left: 30px;
	margin: auto;
	overflow: none;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.websiteBox {
	width: 217px;
	height: 109px;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	z-index: 0;
}

.websiteBox .innerWebsiteBox img {
	width: 210px;
	height: 105px;
}

.websiteBox:hover {
	overflow: visible;
	z-index: 300;
}

.websiteBox:hover .innerWebsiteBox img {
	width: 300px;
	height: 150px;
}

.websiteBox:hover .innerWebsiteBox{
	width: 300px;
	height: auto;
	border: 2px solid #09F;
	background: url(../template_images/dark_Tire.png) repeat;
	box-shadow: 3px 3px #555555;
	.z-index: 100;
}

.websiteBox:hover .innerWebsiteBoxRight{
	left: -90px;
}

.innerWebsiteBoxText{
	color: white;
	padding: 5px;
	width: 290px;
	text-align: left;
}

.IWBTlabel{
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA;
}
.IWBTtext{
	font-size: 12px;
	font-weight: 400;
}

.innerWebsiteBox {
	width: 210px;
	height: 105px;
	border: 2px solid #333333;
	box-shadow: 3px 3px #CCCCCC;
	position: absolute;
}

#disclaimer {
	width: 1000px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 200px;
	font-size: 11px;
	font-weight: 500;
	position: relative;
	float: left;
}

.subtitle {
	font-size: 12px;
}

body {
	background-image: url(../template_images/debut_light.png);
	background-repeat: repeat;
}

.sectionDivider {
	width: 980px;
	height: 20px;
	margin: 10px 0 10px 20px;
	overflow: hidden;
}
.sectionDividerTitle{
	height: inherit;
	width: 100px;
	font-size: 20px;
	font-weight: bold;
	color: black;
	float: left;
	position: relative;
}
.dividerBar{
	height: 5px;
	width: 850px;
	background: url(../template_images/divider.png) repeat;
	margin-top: 9px;
	float: left;
	position: relative;
}

.sectionDividerTitle2{
	height: inherit;
	width: 160px;
	font-size: 20px;
	font-weight: bold;
	color: black;
	float: left;
	position: relative;
}
.dividerBar2{
	height: 5px;
	width: 790px;
	background: url(../template_images/divider.png) repeat;
	margin-top: 9px;
	float: left;
	position: relative;
}