@charset "utf-8";
/* CSS Document */

html{
	
	background-color:#e3e3e3;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	margin: auto 0px;
	padding:  auto 0px;
	

}


body {
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	margin: auto 0px;
	padding:  auto 0px;
	
	
}


.container {
	width: 904px;
	margin: auto;
	padding:  auto;
	margin-top:0px;
	padding-top:0px;

	
	
}


ul {
	font-family:Tahoma, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	padding-bottom:30px;

	
	
}
li {
	list-style-type:none;
	float:left;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:50px;
}
li.red {
	background-image:url(../images/red.gif);
	width:149px;
	height:56px;
	color:#FFF;
	font-size:12px;
	font-family:Tahoma;
}
li.white {
	background-image:url(../images/white.gif);
	width:149px;
	height:56px;
	color:#000;
	font-size:12px;
	font-family:Tahoma;
}
a:link.white, a.white, a:visited.white, a:hover.white {
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover.white {
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a:link.red, a.red, a:visited.red, a:hover.red {
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a:hover.red {
	font-family:Tahoma, Geneva, sans-serif;
	color:black;
	text-decoration:none;
	font-weight:bold;
}

.main{
	background-color:#FFF;
	width:860px;
	min-height:100%;
	text-align:left;
	
	
	padding:20px;

	
}



h1{
	margin-top:0px;
	font-size:24px
	
}
h2{

	font-size:20px
	
}
.quoteButton{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height:60px;
	margin-top: 15px;
	padding: 0px;
	width: 256px;
	height:64px;
	text-align:left;
	text-indent:15px;
	cursor:pointer;
	
	font-size:24px;
}

.quoteButton-small{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-image: url(../images/button-small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	width: 170px;
	height:28px;
	text-align:center;
	cursor:pointer;
	font-size:18px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top:7px;
}

a, a:link, a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6699cc;
	text-decoration: none;	
	
}

a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6699cc;
	text-decoration: underline;	
	
}

a.footer, a:link.footer, a:visited.footer{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;	
	
}

a:hover.footer{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;	
	
}