body {
	background: #ebebeb url(../images/site/bg-header.jpg) repeat-x top left;
	margin:0;
	padding: 0;
	font-family: 'Verdana', sans serif;
	font-size: 14px;
	
	color: #242424;
}

form {
	margin: 0;
	padding: 0;
}
a:link,a:visited,a:active {
	color: #3572AB;
	text-decoration:underline;
}

a:hover {
	color:#6AA4DA;
}

.wrap {
	width: 900px;
	text-align:left;
}

.header {
	height: 108px;
	margin-bottom: 15px;
}

.nav {
	margin:22px 0 0 0;
	float:right;
	padding: 0 0 0 2px;
	height: 45px;
	list-style: none;
	background: url(../images/site/nav-list-bg.jpg) no-repeat left center;
	
}

.nav li {
	float:left;
	padding: 0 2px 0 0;
	margin: 0;
	height: 45px;
	background: url(../images/site/nav-list-bg.jpg) no-repeat right center;
}

.nav li a, .nav li a:visited {
	float:left;
	display:block;
	height: 45px;
	padding: 0 15px 0 15px;
	line-height: 45px;
	font-size: 14px;
	font-weight:bold;
	font-family: 'Arial',sans serif;
	color: #c0c0c0;
	text-decoration: none;
}

.nav li a:hover{
	background:url(../images/site/nav-a-hover-bg.jpg) repeat-x left center;
	color: #fff;
}

.box-content {
	height:100%;
}

.splash {
	height: 206px;
	width:880px;
	margin-bottom: 35px;
	background: url(../images/site/blue-splash.jpg) no-repeat center center;
	color: #fff;
}

.splash-box {
	width: 243px;
	height: 156px;
	float:left;
	padding: 25px;
	margin-bottom: 15px;
}

.splash-box p {
	font-size: 14px;
	line-height: 20px;
	margin:25px 0 0 0;
	padding: 0;
}

h1 {
	padding: 0;
	margin: 0;
	font-family:Georgia,Times New Romana,serif;
	font-size: 30px;
	font-weight:normal;
}

h2 {
	padding: 0;
	margin: 0;
font-family:Georgia,Times New Romana,serif;
	color: #316BA1;
	font-size: 18px;
	font-weight:normal;
}

h3 {
	padding: 0;
	margin: 0;
	font-family:Georgia,Times New Romana,serif;
	color: #000000;
	font-size: 18px;
	font-weight:normal;
}

p.quote {
	font-style:italic;
	line-height:18px;
	font-size:12px;
}

.splash h2 {
	color: #fff;
}

.footer {
	padding-bottom: 15px;
	color: #808080;
	font-size: 11px;
}

.third {
	width: 293px;
}

.two-thirds {
	width: 586px;
}


.box, .box-white {
	text-align:left;
}

.box-top {
	background: url(../images/site/corner-white-tl.gif) no-repeat top left;
	height:10px;
	overflow:hidden;
}
.box-top span {
	background: url(../images/site/corner-white-tr.gif) no-repeat top right;
	height:10px;
	float:right;
	display:block;
	width:10px;
}

.box-bottom {
	background:  #ffcc00 url(../images/site/corner-white-bl.gif) no-repeat top left;
	height:10px;
	overflow: hidden;
}
.box-bottom span {
	display:block;
	height:10px;
	width:10px;
	background:url(../images/site/corner-white-br.gif) no-repeat top right;
	float:right;
}

.box-white > .box-top {
	background: url(../images/site/corner-grey-tl.gif) no-repeat top left; 
}

.box-white > .box-top > span {
	background: url(../images/site/corner-grey-tr.gif) no-repeat top left; 
}

.box-white > .box-bottom  {
	background: url(../images/site/corner-grey-bl.gif) no-repeat top left; 
}

.box-white > .box-bottom > span {
	background: url(../images/site/corner-grey-br.gif) no-repeat top left; 
}



.box-title {
	margin:0;
	padding:0;
}
.box-title-text {
	margin: 1px 5px 0 5px;
}

p {
	font-size:14px;
	line-height:24px;
}

.price-table-row td {
	border-bottom: 1px solid #808080;
	padding: 10px 0 10px 0;
}

.price-table-row td p{
	margin: 0;
	font-size: 12px;
}

input, textarea {
	font-size: 14px;
	font-family: verdana;
	padding: 5px;
}

.table td {
	padding: 5px;
	margin: 0;
	border: 0;
	vertical-align:middle;
}

.field-name {
	font-family: arial;
	font-weight:bold;
	text-align:right;
}

.small-font {
	color: #808080;
	font-size: 12px;
}

.big-message {
	margin:0;
	padding:0;
	font-size:30px;
	text-align:center;
	font-family:Georgia,Times New Romana,serif;
	height:60px;
	line-height:60px;
	margin-bottom:15px;
}

.price {
	display:block;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	font-weight:bold;
	font-family:Georgia,Times New Romana,serif;
}

.green_btn, .green_btn:link, .green_btn:active, .green_btn:visited {
	display: block;
	height: 56px;
	width: 172px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/site/button-green-bg.gif) no-repeat top left;
	border: none;
	cursor: pointer;
	padding:0;
	margin: 0;
}

.green_btn input{
	background: url(../images/site/button-green-bg.gif);
	border: none;
	padding:0;
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 172px;
}
.green_btn select{
	font-size: 10px;

}



.green_btn:hover {
	background-position: bottom left;
}

.green_btn_blue, .green_btn_blue:link, .green_btn_blue:active, .green_btn_blue:visited {
	display: block;
	height: 54px;
	width: 172px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/site/button-green-bg-blue.gif) no-repeat top left;
	border: none;
	cursor: pointer;
	padding:0;
	margin: 0;
}

.green_btn_blue:hover {
	background-position: bottom left;
}

.learn-more, .learn-more:link, .learn-more:active, .learn-more:visited {
	display: block;
	height: 40px;
	width: 171px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/site/learn-more-btn.jpg) no-repeat top left;
	border: none;
	cursor: pointer;
	padding:0;
	margin: 0;
}

.learn-more:hover {
	background-position: bottom left;
}

.pricing_table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.pricing_table td {
	
	
}

.price_table_head td{
	padding: 10px;
	font-size: 24px;
	font-weight:bold;
	background: #ededed;
}

.price_table_row td {
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0px;
	padding: 10px 5px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}

.price_table_row td p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
}

.price_table_sub_head td{
	background: #ccc;
	color: #242424;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.var_table {
	margin: 15px 0 15px 0;
}
.var_table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.template_css li {
	margin: 5px 0;
}
.form_hint {
	font-size:11px;
}

.searchbox {
	float: left;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}
.searchbox form {
	margin: 0;
	padding: 0;
}
.browsebox {
	float: right;
	margin: 10px 0 10px 10px;
}
.customer_site {
	float:left;
	width:49%;
	text-align:left;
	margin-left:5px;
	margin-bottom:15px;
}
.customer_site .customer_info{
	float:right;
	width:54%;
	margin-right:5px;
}
.customer_info h4 {
	margin-top:10px;
}
.customer_site img {
	float:left;
	margin:5px;
}
.customer_info p.quote {
	font-size:big;
	font-style:italic;
	line-height:15px;
}
.customer_info p.date {
	margin-right:10px;
	color: #787878;
	font-size:x-small;
	text-align:right;
	line-height:15px;
}

 .learn-more, .learn-more:link, .learn-more:active, .learn-more:visited {
	display: block;
	height: 40px;
	width: 171px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/site/learn-more-btn.jpg) no-repeat top left;
	border: none;
	cursor: pointer;
	padding:0;
	margin: 0;
}

 .learn-more:hover,.purchase-buttons:hover {
	background-position: bottom left;
	color: #ffffff;
}

.purchase-buttons,a.purchase-buttons {
	display: block;
	height: 38px;
	width: 162px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/site/purchase-buttons.jpg) no-repeat top left;
	border: none;
	cursor: pointer;
	padding:0;
	margin: 0;
}