.PageHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.BodyTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-color: #FFF;
	color: #CCC;
}
.testimonials {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.OnWhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-color: #666;
}
.ratesHdrMain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-color: ##6598FF;
	font-weight: bold;
	color: #F90;
}
.ratesHdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-color: ##6598FF;
	font-weight: bold;
	color: #6CF;
}
.headlineHdr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-color: ##6598FF;
	font-weight: bold;
	color: #6CF;
}
.OrngHdrSmlr {
	font-family: Verdana, Geneva, sans-serif;
	font-color: #6598FF;
	font-weight: bold;
	color: #F90;
	font-style: normal;
	font-size: 12px;
}
.forms {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: inherit;
	width: auto;
}
.formPrice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-color: #FFF;
	font-weight: bold;
	color: #FFF;

}
.BlueHdrSmlr {
	font-family: Verdana, Geneva, sans-serif;
	font-color: #6598FF;
	font-weight: bold;
	color: #6CF;
	font-style: normal;
	font-size: 12px;
}
.top_nav {
	background-image: url(images/img-bg-nav.gif);
	background-repeat: no-repeat;
	height: 211px;
	width: 983px;
	background-position: center top;
}
.top_icons {
	 float: left;
    margin-left: 10px;
    margin-top: 100px;
}
.top_icons img {
	margin-right: 5px;
}
.nav_buttons {
	margin-top: -60px;
}
.nav_buttons ul li {
	display: inline;
	margin-right: 8px;	
}
.nav_buttons ul li a {
	text-decoration:none;
	color:#FFFFFF;
	text-transform: capitalize;
}

/* button 
---------------------------------------------- */
/*.button {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 0.5em;
	padding-right: 1.2em;
	padding-bottom: 0.55em;
	padding-left: 1.2em;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
*/

.button, .button:visited {
	background: #222 url(/images/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
      .small.button, .small.button:visited 			       { font-size: 11px}
.button, .button:visited,
.medium.button, .medium.button:visited 		{ font-size: 13px;
											  font-weight: bold;
											  line-height: 1;
											  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
											  }

.large.button, .large.button:visited 			        { font-size: 14px;
										  padding: 8px 14px 9px; }

.super.button, .super.button:visited 			{ font-size: 34px;
										  padding: 8px 14px 9px; }
.pink.button, .magenta.button:visited	{ background-color: #e22092; }
	.pink.button:hover					{ background-color: #c81e82; }
	.green.button, .green.button:visited	{ background-color: #91bd09; }
	.green.button:hover				        { background-color: #749a02; }
	.red.button, .red.button:visited		{ background-color: #e62727; }
	.red.button:hover					{ background-color: #cf2525; }
	.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
	.orange.button:hover				{ background-color: #d45500; }
	.blue.button, .blue.button:visited   	        { background-color: #2981e4; }
	.blue.button:hover					{ background-color: #2575cf; }
	.yellow.button, .yellow.button:visited	{ background-color: #ffb515; }
	.yellow.button:hover				{ background-color: #fc9200; }

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

