﻿@import url("fonts/stylesheet.css");
/*
HelveticaLTStdRoman
HelveticaLTStdBold
GouditaMediumRegular
*/

html,body,form{margin:0;padding:0;width:100%;height:100%;}
body{background-color:#21110a;}


/*-------- Default Style --------*/
body,th,td,table,h1,h2,h3,h4,h5,h6, a:link, a:visited, a:hover, input{color:#fff;font-family:HelveticaLTStdRoman,arial;}
body,th,td,table, a:link, a:visited, a:hover{font-size:22px;line-height:28px;}
h1, h2, h3, h4, h5, h6{color:#fff;font-weight:bold;margin:3px 0 10px 0;text-align:center;}
h1{font-size:41px;margin:0px 0 4px;font-family:GouditaMediumRegular;}
h2{font-size:24px;margin:0 0 4px;font-family:HelveticaLTStdBold;}
h3{font-size:18px;}
h4{font-size:15px;margin:0 0 3px;}
h5{font-size:12px;}
h6{font-size:10px;}
p{margin:0 0 30px 0;}

.fs20{font-size:20px;}
.fs23{font-size:23px;color:#f8c75b;}
.tc{text-align:center;}

a,a:link,a:visited,a:active{color:#fff; text-decoration:none; font-weight:normal; }
a:hover{color:#fff; text-decoration:underline;}

.clr{clear:both;font-size:0;line-height:0;}

.pagebox_a{display:table;margin:0 auto;width:1000px;}
.pheader{height:168px;background:url(images/headerbg.gif) no-repeat 0 0;position:relative;}
.pcbox_bg{background:url(images/pbgmid.gif) repeat-y 0 0;}
.pcbox_top{background:url(images/pbgtop.gif) no-repeat 0 0;}
.pcbox_bot{background:url(images/pbgbot.png) no-repeat bottom left;}

.pcontentLeft{float:left;width:652px;margin:87px 0 0 51px;}
.pcontentRight{float:left;width:230px;margin:87px 0 0 0;text-align:center;}
.pcfooter{padding:15px 0 15px 0;border-top:3px solid #cc8129;border-bottom:3px solid #cc8129;margin-top:20px;text-align:center;letter-spacing:3px;background-color:#21110a;margin-bottom:3px;}
.pbottomimg{background:url(images/bottom_rtimg.png) no-repeat bottom right;min-height:750px;position:relative;}
.corner_rnd_box{-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px;border:3px solid #cc8129;min-height:600px;}
.corner_rnd_box{width:558px; background-color:#21110a; padding:45px 24px 10px;
                -moz-box-shadow:12px 12px 15px #000;-webkit-box-shadow:12px 12px 15px #000;box-shadow:12px 12px 15px #000;}

.pcfooter a{font-size:20px;}
.pcfooter a:hover{}

.hrtbg{width:233px;height:199px;background:url(images/header_rt_bg.png) no-repeat 0 0;position:absolute;right:0;}
.hltlogo{width:662px;height:113px;background-color:#21110a;border:3px solid #cc8129;border-left:none;position:absolute;top:116px;
         -moz-box-shadow:12px 12px 15px #000;-webkit-box-shadow:12px 12px 15px #000;box-shadow:12px 12px 15px #000;}
.sitelogo{display:block;margin:30px 0 0 30px;}
.positionrel{position:relative;}
.penimg{width:204px;height:208px;position:absolute;right:-100px;top:-150px;background:url(images/pen_img.png) no-repeat 0 0;}
.corner_rnd_rt_box{width:227px;border:3px solid #cc8129;margin-bottom:25px; 
                   -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;                   
                   -moz-box-shadow:12px 12px 15px #000;-webkit-box-shadow:12px 12px 15px #000;box-shadow:12px 12px 15px #000;}


.pcontentLeft .fs23 a {
    color: #f8c75b;
    transition: color .3s ease;
}


.pcontentLeft .fs23 a:hover {
    color: #cc8129;
    text-decoration: none !important;
}
 