/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Layout Style Sheet
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* Import stylesheets
---------------------------------*/
@import url(reset.css);
@import url(global.css);
/*---------------------------------*/


h1, h2, h3, h4 {
color: #df3c11;
}

h1, h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
/*	text-transform: uppercase;*/
}

h3 {
font-family: Georgia;
font-weight: normal;
}

h3 a {
font-family: Georgia;
font-weight: normal;
font-size: 14px;
}

h2 {
font-size: 24px;
line-height: 28px;
margin-bottom: 10px;
}

h1 {
font-size: 32px;
margin-bottom: 20px;
}

h4 {
font-size: 16px;
margin-bottom: 10px;
text-transform: none;
}

.Wrapper {
margin: 0 auto;
width: 960px;
}

/*-- Header Part Start --*/
.Header {
height: 120px;
}

.Header .FixedHeader {
background-color: #ffffff;
height: 120px;
position: fixed;
z-index: 100;
width: 100%;
}

.Header .BizLogo {
float: left;
width: 270px;
}

.BizLogo img {
margin: 25px 0 0 20px;
}

.Header .ExploreBtn {
float: left;
padding-top: 44px;
}

.ExploreBtn a {
display: inline-block;
}

.ExploreBtn a span {
background: url(../images/btn-arrow-down.png) no-repeat 0 0;
display: inline-block;
font-size: 16px;
height: 32px;
line-height: 32px;
padding-left: 40px;
}

.ExploreBtn a:hover span {
background-position: 0 -32px;
text-decoration: underline;
}

#ExploreNav {
background: #ffffff url(../images/slidenav-bgrep.jpg) repeat-x left top;
left: 0;
padding: 40px 0 30px;
position: absolute;
top: 120px;
width: 100%;
}

.ExploreWrap {
margin: 0 auto;
width: 960px;
}

#ExploreNav a {
color: #333333;
}

#ExploreNav a:hover {
color: #df3c11;
text-decoration: none;
}

#ExploreNav .NavBlock {
border-right: 1px solid #c1c1c1;
float: left;
min-height: 60px; /* control the height of the dropdown menu */
padding: 0 9px 0 10px;
width: 140px;
}

#ExploreNav .NavBlock:last-child {
border-right: 0;
padding: 0 10px;
}

#ExploreNav .NavBlock h3 {
font-size: 18px;
line-height: 20px;
margin-bottom: 15px;
/*					text-transform: uppercase;*/
}

#ExploreNav .NavThumb img {
margin-bottom: 15px;
}

#ExploreNav ul li {
font-size: 12px;
margin: 2px 0 2px;
}

.Header .NavBtns {
float: right;
padding-top: 44px;
}

.NavBtns ul li {
float: left;
margin-left: 5px;
}

.NavBtns ul li a {
display: block;
font-size: 12px;
height: 32px;
line-height: 32px;
width: 32px;
}

.NavBtns ul li.SearchBtn a {
background: url(../images/btn-search.png) no-repeat 0 0;
}

.NavBtns ul li.FacebookBtn a {
background: url(../images/btn-facebook.png) no-repeat 0 0;
}

.NavBtns ul li.SoundBtn a {
background: url(../images/btn-sound.png) no-repeat 0 0;
}

.NavBtns ul li.SoundBtn.Disable a {
background-position: 0 -64px;
}

.NavBtns ul li.ContactBtn a {
background: url(../images/btn-contact.png) no-repeat 0 0;
}

.NavBtns ul li.GlobalBtn a {
background: url(../images/btn-global.png) no-repeat 0 0;
}

.NavBtns ul li.SignInBtn a {
background: url(../images/btn-signin.png) no-repeat 0 0;
padding-right: 10px;
text-align: right;
width: 77px;
}

.NavBtns ul li a:hover {
background-position: 0 -32px;
text-decoration: none;
}
/*-- Header Part End --*/


/*-- Banner Part Start --*/
.Banner {
}

.Slider {
/*height: 550px;*/
height:760px;
position: relative;
}

.Slider ul li {
margin: 0 auto;
position: absolute;
text-indent: -999999px;
width: 100%;
}

.Slider ul li a {
background-position: center top;
background-repeat: no-repeat;
display: block;
height: 800px;
}

.BannerStatic {
background-position: center top;
background-repeat: no-repeat;
/*height: 320px;*/
height: 390px;
}
/*-- Banner Part End --*/


/*-- Content Part Start --*/
.MasterContent {
padding-top: 15px;
}

.fbLike {
float: right;
}

.ContentModule {
margin-bottom: 40px;
}

.ContImgLft {
border: 3px solid #e1e1e1;
float: left;
margin: 0 30px 30px 0;
}

.QuoteModule {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}

.QuoteModule .ModuleInside {
border-top: 1px solid #c1c1c1;
border-bottom: 1px solid #c1c1c1;
margin: 2px 0;
padding: 30px 0;
}

.QuoteModule p {
color: #df3c11;
font: normal 22px/26px Georgia, "Times New Roman", Times, serif;
text-align: center;
}

.TwoColModule .ColInside1 {
border-right: 1px solid #c1c1c1;
float: left;
padding-right: 39px;
width: 440px;
}

.TwoColModule .ColInside2 {
float: left;
padding-left: 40px;
width: 440px;
}

.Article1 {
margin-bottom: 30px;
}

.ContentSep {
border-top: 1px solid #c1c1c1;
border-bottom: 1px solid #c1c1c1;
height: 2px;
margin-bottom: 40px;
}
/*-- Content Part End --*/


/*-- Footer Part Start --*/
.Footer {
background-color: #574318;
border-top: 4px solid #df3c11;
color: #c7b389;
font-size: 13px;
margin-top: 40px;
padding: 40px 0;
}

.Footer a {
color: #c7b389;
}

.ColorBg {
background-color: #F2ECDE;
padding: 30px 0;
}