@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}

body {
    line-height:1;
	background:url(../images/body_bg.jpg);
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#838383;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
@font-face {
    font-family: 'AvenirLT-Heavy';
    src: url('../font/ufonts.com_avenir-lt-85-heavy.eot');
    src: url('../font/ufonts.com_avenir-lt-85-heavy.eot?#iefix') format('embedded-opentype'),
         url('../font/ufonts.com_avenir-lt-85-heavy.woff') format('woff'),
         url('../font/ufonts.com_avenir-lt-85-heavy.ttf') format('truetype'),
         url('../font/ufonts.com_avenir-lt-85-heavy.svg#ufonts.com_avenir-lt-85-heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Amble-Light';
    src: url('../font/amble-light.eot');
    src: url('../font/amble-light.eot?#iefix') format('embedded-opentype'),
         url('../font/amble-light.woff') format('woff'),
         url('../font/amble-light.ttf') format('truetype'),
         url('../font/amble-light.svg#amble-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BodoniMT-BoldItalic';
    src: url('../font/bod_bi.eot');
    src: url('../font/bod_bi.eot?#iefix') format('embedded-opentype'),
         url('../font/bod_bi.woff') format('woff'),
         url('../font/bod_bi.ttf') format('truetype'),
         url('bod_bi.svg#bod_bi') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChaparralPro-BoldIt';
    src: url('../font/chaparralpro-boldit.eot');
    src: url('../font/chaparralpro-boldit.eot?#iefix') format('embedded-opentype'),
         url('../font/chaparralpro-boldit.woff') format('woff'),
         url('../font/chaparralpro-boldit.ttf') format('truetype'),
         url('chaparralpro-boldit.svg#chaparralpro-boldit') format('svg');
    font-weight: normal;
    font-style: normal;
}
#main
{
	width:1000px;
	padding:0;
	margin:0 auto;
	box-shadow:0px 0px 10px #bebebe;
	-moz-box-shadow:0px 0px 10px #bebebe;
	-webkit-box-shadow:0px 0px 10px #bebebe;
	background:#fff;
	behavior:url(PIE.htc);
}
header
{
	width:820px;
	margin:0px auto;
	padding:30px 0;
	overflow:hidden;
}
.logo
{
	width:auto;
	float:left;
}
.contact_div
{
	float:right;
    text-align: right;
}
.phone_nmber
{
	background:url(../images/phone.png) no-repeat left;
	height:auto;
	line-height:20px;
	padding-left:60px;
	font-family: 'Amble-Light';
	color:#595959;
	margin-left:35px;
        text-align:right; 

}
.mail
{
	background:url(../images/mail.png) no-repeat left;
	height:37px;
	padding-left:46px;
	font-family: 'Amble-Light';
	line-height:42px;
	color:#595959;
	display: inline-block;
}
nav
{
	background:url(../images/navi_bg.png) no-repeat;
	width:990px;
	height:120px;
	padding:0;
	margin:0 auto;
}
.navigation
{
	width:820px;
	margin:0 auto;
}
.navigation ul
{
	padding:0;
	text-align:center;
}
.navigation li
{
	display: inline;
	font-size:18px;
	color:#733e0c;
	font-weight:bold;
}
.navigation li a
{
	font-size:18px;
	color:#733e0c;
	font-weight:bold;
	text-decoration:none;
	line-height:65px;
	padding:0 15px 0 9px;
	background:url(../images/navi_sepa.jpg) right no-repeat;
}

.navigation li:last-child a{
	background-image:none;
}
.navigation li a.border,.ftr_navi li.border
{
	background:none;
}
.navigation li a:hover,.navigation li a.active
{
	color:#000000;
}
.banner
{
	border:10px solid #f7f7f7;
	width:780px;
	height:auto;
	margin:-53px auto 0 auto;
}
.testimonials
{
	background:url(../images/testi_bg.jpg) repeat-x;
	height:150px;
	margin-top:25px;
	padding:15px 45px 30px 45px;
}
.qt1
{
	float:left;
	width:16px;	
	margin:10px 10px 0 0;
}
.qt2
{
	position:relative;
	top:-27px;
	left:215px;
	width:16px;	
}
.testimonials p
{
	float:left;
	font-family: 'BodoniMT-BoldItalic';
	font-size:22px;
	color:#c26611;
	line-height:35px;
	letter-spacing:2px;
	width:875px;
	text-align:justify;
}
#container
{
	padding:25px 10px;
	overflow:hidden;
}
.content
{
	float:left;
	width:620px;
    padding:0 20px;
	
}
.content h1
{
	font-family: 'ChaparralPro-BoldIt';
	font-size:24px;
	color:#c26611;
}
.content h1 span
{
	color:#2c2c2c;
}
.content p
{
	text-align:justify;
	padding:10px 0;
    line-height:20px;
	font-size:12pt
}
.content ul, .content ol{
	margin-left:30px;
        line-height:18px;
}
.transfer_form
{
	float:right;
	width:285px;
	border:1px solid #b9b9b9;
	background:#f7f7f7;
	margin:15px 20px 0 0;
}
.form_head
{
	text-align:center;
	background:url(../images/form_head_bg.jpg) repeat-x;
	height:44px;
	line-height:44px;
	font-family: 'AvenirLT-Heavy';
	font-size:20px;
	color:#4e4e4e;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #d7d7d7;
}
.inner_form
{
	padding:10px;
}
.inner_form h2
{
	font-weight:bold;
	font-size:18px;
	color:#444444;
	padding-bottom:10px;
}
.form
{
	padding:3px 0;
	overflow:hidden;
}
.frm1{
	float:left;
	color:#6e6e6e;
	font-size:14px;
	padding-top:3px;
}
.frm2{
	float:right;
	width:157px;
	background:url(../images/drop_bg.jpg) no-repeat;
	height:22px;
	overflow:hidden;
}
.frm3{
	float:right;
	width:157px;
	background:url(../images/text_bg.jpg) repeat-x;
	height:20px;
	border:1px solid #eae7e7;
	
}
.frm3 input{
	border:none;
	background:transparent;
	padding:0px 0 0 5px;
	outline:none;
	font-size:13px;
}
.frm2 select{
	width:174px;
	border:none;
	padding:3px 0 0 5px;
	background:transparent;
	-webkit-appearance:none;
	outline:none;
}
.get_btn{
	background:url(../images/get_btn.jpg) no-repeat;
	text-align:center;
	width:82px;
	height:29px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border:none;
	line-height:29px;
	margin:3px 0 3px 107px;
	cursor:pointer;
}
.frm1 b{
	color:#535252;
}
footer{
	background:#F6F6F6;
	height:auto;
	padding:30px 0 0 0;
}
.ftr_navi{
	width:auto;
	padding:0;
	margin:0 auto;	
        text-align:center;
}
.ftr_navi ul{
	margin:0;
	padding:0;
}
.ftr_navi li{
	display:table;
	margin-bottom:5px;
}

.ftr_navi li:last-child{
	background:none;
}

.ftr_navi li a{
	text-decoration:none;
	font-size:12pt;
	color:#595959;
	padding: 0 15px;
}
.ftr_navi li a:hover{
	text-decoration:underline;
}
.copy{
	text-align:center;
	font-size:13px;
	color:#5d5d5d;
	padding:20px 0;
	margin:25px 0 0 0;
	border-top:1px solid #E5E5E5;
}
#contact_form{width:600px;margin:15px 0 0 50px;float:right}
#contact_form label { display:block; font-weight:bold; color:#333333; }
#contact_form span.required { color:#FF0000; }
#contact_form input, #contact_form textarea { width:80%; padding:5px 2px;margin:0 0 5px 0;border:1px solid #838383;}
#contact_form input:focus, #contact_form textarea:focus{background:#FAF8CC;;}
#contact_form input.security { width:50px;}
#contact_form .get_btn{width:auto;margin:0;padding:5px}
#total_amount{color:#000000;}
.fb-like-box{padding:10px 0 0 15px;}
.condition{font-size:14px;}
#total_amount{padding-left:5px;}
#footer_table{margin:0 auto;padding-bottom:10px;}
#footer_table span{font-size:12pt;padding-bottom:5px;display:block;}
.frm_add span{font-size:12pt;padding-bottom:5px;display:block;}
.tagline{font-weight:bold;font-size:15px;margin-left:12px;color:#733e0c;}