@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}
.no-display { display:none;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; padding-top: 10px;
	background: url(../images/bg_body.gif) repeat-x;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #7c0d24;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #7c0d24;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #7c0d24;
	margin-bottom: 10px;
}

p {
	line-height: 18px;
	padding-bottom: 8px;
}

a {
	color: #7c0d24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 20px;
	margin-top: 5px;
}

li {
	padding-bottom: 10px;
}

/* Simple Classes */
.clear {
	clear: both;
}

.pad1 {
	padding: 1px;
}

.pad2 {
	padding: 2px;
}

.pad3 {
	padding: 3px;
}

.pad4 {
	padding: 4px;
}

.pad5 {
	padding: 5px;
}

.pad6 {
	padding: 6px;
}

.pad7 {
	padding: 7px;
}

.pad8 {
	padding: 8px;
}

.pad9 {
	padding: 9px;
}

.pad10 {
	padding: 10px;
}

.split1 {
	height: 1px;
}

.split2 {
	height: 2px;
}

.split3 {
	height: 3px;
}

.split4 {
	height: 4px;
}

.split5 {
	height: 5px;
}

.split6 {
	height: 6px;
}

.split7 {
	height: 7px;
}

.split8 {
	height: 8px;
}

.split9 {
	height: 9px;
}

.split10 {
	height: 10px;
}

/* START */
#wrapper {
	width: 730px;
	margin: auto;
	background: #fff9eb;
	padding: 20px;
	margin-top: 20px;
}

#header {
	margin-bottom: 10px;
}

#header #logo {
	float: left;
}

#header #tel {
	float: right;
	padding-top: 10px;
}

#hero {
	
}

#menu_top {
	border-top: 1px solid #c9c7c2;
	border-bottom: 1px solid #c9c7c2;
	background: url(../images/bg_topmenu.gif) repeat-x;
	height: 29px;
	width: 710px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5c5d60;
	padding-left: 20px;
	margin-bottom: 15px;
}

#menu_top .item {
	float: left;
	margin: 6px 0px;
	padding: 0px 10px;
	border-left: 1px solid #818284;
}

#menu_top .item.first {
	border-left: none;
}

#menu_top a {
	color: #5c5d60;
}

#menu_top a:hover {
	color: #7c0d24;
	text-decoration: none;
}

#left {
	width: 172px;
	float: left;
	margin-right: 10px;
}

#body {
	width: 401px;
	float: left;
	margin-right: 10px;
}

#right {
	width: 137px;
	float: left;
}

#menu_left {
	font-size: 12px;
}

#menu_left a {
	color: #FFF;
}

#menu_left a:hover {
	color: #dfbdc4;
	text-decoration: none;
}

#menu_left .item {
	margin-bottom: 5px;
}

#menu_left .item .top {
	background: url(../images/bg_menuleft_top.gif) no-repeat;
	width: 172px;
	height: 4px;
}

#menu_left .item .link {
	background: url(../images/bg_menuleft_mid.gif) no-repeat;
	width: 165px;
	padding: 0px 3px 0px 5px;
}

#menu_left .item .bot {
	background: url(../images/bg_menuleft_bot.gif) no-repeat;
	width: 172px;
	height: 4px;
}

#menu_right {
	margin-top: 10px;
	border-top: 1px solid #be8388;
}

#menu_right .item {
	border-bottom: 1px solid #be8388;
	padding: 8px;
	background: url(../images/ic_bullet.gif) left no-repeat;
}

#menu_right .item.last {
	border-bottom: none;
}

#menu_right a {
	color: #5c5d60;
}

#footer_hero {
	margin: 10px 0px;
	width: 730px;
	height: 51px;
	background: url(../images/footer.jpg) no-repeat;
}

#footer {
	border-top: 1px solid #939598;
	border-bottom: 1px solid #939598;
	width: 720px;
	padding: 3px 5px;
	/*height:34px;
	background:url(../images/bg_footer.gif) repeat-x;*/
	background: #f1f2f2;
	font-size: 9px;
}

#footer #contact {
	float: left;
	width: 426px;
}

#footer #links {
	float: right;
	text-align: right;
	width: 260px;
}

#contactform input {
	border: 1px solid #be8388;
	padding: 3px;
	width: 200px;
}

#contactform textarea {
	border: 1px solid #be8388;
	padding: 3px;
	width: 200px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contactform td {
	padding: 5px;
}

#cc input, #cbr input{
	border:1px solid #be8388;
	padding:3px;
	width:140px;
}
#cc select{
	border:1px solid #be8388;
	padding:3px;
	width:140px;
}
#cc textarea{
	border:1px solid #be8388;
	padding:3px;
	width:140px;
	height:60px;
	font-family: Verdana,	 Arial, Helvetica, sans-serif;
}
#cc td, #cbr td{
	padding:2px;
}
#cbr { color: #fff;}

.righttext {
	text-align: right;
}

.quote {
	width: 137px;
	height: 30px;
	background: url(../images/but_getaquote.gif) no-repeat;
}

.quote:hover {
	background: url(../images/but_getaquote_roll.gif) no-repeat;
}

#mortgageform input {
	border: 1px solid #be8388;
	padding: 3px;
	width: 150px;
}

#mortgageform textarea {
	border: 1px solid #be8388;
	padding: 3px;
	width: 150px;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mortgageform td {
	padding: 5px;
}

.testi-bubble {
	background: url("../images/bubble-bg.png") repeat-y scroll 0 0
		transparent;
	color: #626262;
	margin: 0 auto 15px;
	width: 543px;
}

.testi-bubbleTop {
	background: url("../images/bubble-top.png") no-repeat scroll 0 0
		transparent;
	color: #626262;
	display: block;
	margin: 0;
	overflow: auto;
	padding: 5px 10px;
}

.testi-bubbleBottomLeft {
	background: url("../images/bubble-bottom-left.png") no-repeat scroll 0
		100% transparent;
	padding: 0 10px 25px;
}

.testimonials_top {
	width: 136px;
	height: 4px;
	background: url(../images/testimonial_top.jpg) no-repeat;
}

.testimonials_bot {
	width: 136px;
	height: 4px;
	background: url(../images/testimonial_bot.jpg) no-repeat;
	margin-bottom: 5px;
}

.testimonials_mid {
	width: 122px;
	background: url(../images/testimonial_mid.jpg) repeat-y;
	color: #FFF;
	padding: 2px 7px;
}

.testimonials_mid p.top {
	line-height: 16px;
	font-size: 11px;
}

.testimonials_mid p.bot {
	padding-top: 5px;
	line-height: 13px;
	font-size: 10px;
	
}

#links p {
	font-size: 9px;
	line-height: 14px;
	margin-top: 10px;
	text-align: justify;
}

#socNet {
	list-style-type: none;
	padding: 0px;
	margin:0px;
	margin-top: 4px;
	padding-top: 3px;
	width:95px;
	margin-left: auto;
	margin-right: auto;
}

#socNet li {
	margin-right: 3px;
	float: left;
}

#socNet li a {
	width: 16px;
	height: 16px;
	display: block;
}

#socNet li a.facebookShare {
	background: url(../images/social.png) no-repeat 0 0;
}

#socNet li a.twitterShare {
	background: url(../images/social.png) no-repeat -16px 0;
}

#socNet li a.stumbleShare {
	background: url(../images/social.png) no-repeat -32px 0;
}

#socNet li a.deliciousShare {
	background: url(../images/social.png) no-repeat -48px 0;
}

#socNet li a.diggShare {
	background: url(../images/social.png) no-repeat -64px 0;
}
#socNet2 {
	list-style-type: none;
	padding: 0px;
	margin:0px;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*.currency-converter { background:url(../images/CurrencyConverter.jpg) no-repeat; height: 237px; width: 175px;float: right; position: top; margin: 0px; padding: 40px 15px 0 15px;}
.call-back-request { background:url(../images/CallBackRequest.jpg) no-repeat; height: 147px; width: 190px;float: left; padding: 140px 0 0 10px; }
*/#currency-wrapper { width: 575px; margin: 0px; padding: 0px; margin-bottom: 0px;}
#currency-wrapper .currency-converter { background:url(../images/CurrencyConverter.jpg) no-repeat; height: 237px; width: 175px;float: left; margin: 0px; padding: 40px 15px 0 15px;}
#currency-wrapper .call-back-request { background:url(../images/CallBackRequest.jpg) no-repeat; height: 147px; width: 190px;float: left; padding: 140px 0 0 10px; }
.reg-now{ background:url(../images/RegNow.jpg) no-repeat; height: 59px; width: 405px; padding-bottom: 10px;}
.reg-now .btn-register { position: relative; left: 250px; top: 13px;}
.converted-amount { font-size: 16px; display: block; text-align: center;	}

