

/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0; display:block; }
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
.clear		{clear:both; font-size:0px;line-height:0px; display:block;}
/**************************************************************************************/
a											{color:#000; text-decoration:none; outline:0 none;}
a:hover										{color:#000;  text-decoration:none;}
h1											{font-size:24px;}
h2											{font-size:22px;}
h3											{font-size:18px;}
h4											{font-size:16px;}
h5											{font-size:14px;}
h6											{font-size:12px;}
/*----------------------------------------------------------------------------------*/
html 										{}
body										{ font-family:Verdana; font-size:12px;}
.flt_Lt										{ float:left; display:inline;}
.flt_Rt										{ float:right; display:inline;}


@font-face {
    font-family: 'heaveneticashregular';
    src: url('fonts/heaveneticash-webfont.eot');
    src: url('fonts/heaveneticash-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/heaveneticash-webfont.woff2') format('woff2'),
         url('fonts/heaveneticash-webfont.woff') format('woff'),
         url('fonts/heaveneticash-webfont.ttf') format('truetype'),
         url('fonts/heaveneticash-webfont.svg#heaveneticashregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ---------------------------------------------------------------------------------*/

.wrapper										{ margin:0 auto; width:100%;}
.container										{ width:1150px; margin:0 auto; }

/* ----- Landing here --------*/
.landing							{ display:block; padding:50px 0 50px 0; }
.lft_pane							{ float:left; width:42.4%; display:block;}
.rgt_pane							{ float:right; width:50.8%; display:block}
.lft_pane a.logo					{ float:right; display:block;}
.lft_pane a img 					{ width:100%; max-width:397px; height:auto; display:block}
.add_hm								{ padding:25px 0 0 0; float:left; width:100%; display:block;}
.add_hm p 							{ font-size:13px; font-family:heaveneticashregular;  text-align:right;  line-height:22px; color:#4d4d4d; display:block; padding-bottom:25px;}
.rgt_pane ul 						{ width:100%; float:left; display:block; padding:65px 0;}
.rgt_pane ul li 					{ padding:0 10px; float:left; border-right:#4d4d4d solid 1px;}
.rgt_pane ul li a 					{ font-size:17px; color:#808080; font-family:heaveneticashregular;  text-transform:uppercase;}
.rgt_pane ul li.last 				{ border:none;}
.rgt_pane p 						{ color:#808080; font-size:13px; font-family:heaveneticashregular; padding-bottom:20px; line-height:22px; display:block; padding-right:90px; }
span.underCont						{ font-size:15px; color:#cccccc; text-transform:uppercase; display:block; line-height:22px; padding-bottom:50px; padding-left:95px;}

@media only screen and (max-width: 1150px) {
 .container							{ width:100%;}
}
@media only screen and (max-width: 1366px){
span.underCont						{ padding-left:56px;}
}

@media only screen and (max-width: 1150px) {
	.add_hm p,
	.rgt_pane ul li a,
	.rgt_pane p{ font-size:13px; }
	span.underCont						{ padding-left:74px;}

}