/**
 * the cheese burger style
 */
/*---------------------------------------------------*\
                    top block
\*---------------------------------------------------*/
body{
margin:0;
padding:0;
font:12px Arial, Helvetica, sans-serif;
color:#000;
line-height:1.2;
}
body.main_bg{
background:#eee;
}
/* reset */
a{
text-decoration:none;
color:#000;
}
a:hover{
text-decoration:underline;
}
a.noline:hover{
text-decoration:none;
}

img {
    max-width: 100%;
    height: auto;
}
/*---------------------------------------------------*\
                    mid block
\*---------------------------------------------------*/
.midblock-wrapper{
width:990px;
margin:0 auto;
}
.midblock{
float:left;
width:990px;
background:#fff;
}

/*---------------------------------------------------*\
                    logo
\*---------------------------------------------------*/
#site_header img.logo{
width:100px;
height:72px;
border:none;
padding:12px 12px 0 0;
float:left;
}
#site_header .tel{
float:right;
width:280px;
height:55px;
overflow:hidden;
margin-top:24px;
padding-top:12px;
font:19px arial;
color:#555;
background:url('../images/sprite.png') 0 -126px no-repeat;
text-indent:38px;
}
#site_header .tel b{
font-weight:bold;
color:#000;
}
#site_header h1{
float:left;
width:500px;
padding:18px 0 0 0;
font:normal 24px arial;
text-transform:uppercase;
overflow:hidden;
}
#site_header h1 a{
color:#000;
text-decoration:none;
}
/*---------------------------------------------------*\
                    navigation
\*---------------------------------------------------*/
.menu-bar{
width:950px;
padding:0 20px 10px 20px;
float:left;
height:auto;
background:#000;
}
ul.main_navigation,
ul.main_navigation li{
margin:0;
padding:0;
list-style:none;
float:left;
}
ul.main_navigation{
overflow:hidden;
width:820px;
padding-top:20px;
margin-left:-10px;
}
ul.main_navigation li{
padding:0 10px;
margin-bottom:2px;
margin-left:-1px;
border-left:1px solid #fff;
}
ul.main_navigation li a{
color:#fff;
font:14px arial;
text-decoration:none;
}
ul.main_navigation li a:hover,
ul.main_navigation li.active a{
color:#419722;
}
/*---------------------------------------------------*\
                    button
\*---------------------------------------------------*/
a.button{
height:30px;
color:#fff;
text-decoration:none;
font-size:14px;
overflow:hidden;
/*
background:url('../images/sprite.png') right -96px no-repeat;
*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background:#419722;
}

a.button span{
float:left;
height:30px;
width:100%;
padding-top:6px;
/*
background:url('../images/sprite.png') 0 -59px no-repeat;
*/
text-align:center;
}

/*---------------------------------------------------*\
                    content
\*---------------------------------------------------*/
h2.content_title{
margin:0;
padding:0 0 5px 0;
border-bottom:2px solid #E5E5E5;
}
img.news-profile{
margin:0 20px 20px 0;
}
/*---------------------------------------------------*\
                    list style
\*---------------------------------------------------*/
.entity_list{
border:1px solid #E5E5E5;
border-bottom:none;
}

.aboutus{
margin-top:20px;
}

.gallery .entity_list{
border:1px solid #E5E5E5;
padding-bottom:20px;
}

.entity_list .title{
border-bottom:3px solid #E5E5E5;
}

.entity_list .item{
border-bottom:1px solid #E5E5E5;
}
/*---------------------------------------------------*\
                    gallery style
\*---------------------------------------------------*/
.gallery table.layout td.img{
width:33px;
padding:14px 0 0 0;
}

.gallery table.layout td.img img{
padding:2px;
border:6px solid #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.gallery table.layout td.img a:hover img{
border:6px solid #999;
}

.gallery table.layout td.label{
width:33px;
padding:0 6px;
}

/* page diplay with list */
.image-list a.item,
.image-list a.item_active{
width:90px;
height:51px;
margin:0 0 6px 4px;
overflow:hidden;
border:3px solid #efefef;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.image-list a.item:hover,
.image-list a.item_active{
border:3px solid #000;
}

.image-list a.item img,
.image-list a.item_active img{
width:90px;
border:none;
}

img#gallery_main_image{
/* set max width */
max-width:550px;
/* Resize the image for IE6 */
width: expression(this.width > 550 ? 550: true);
padding:15px;
border:1px solid #efefef;
}

/*---------------------------------------------------*\
                    videos + location
\*---------------------------------------------------*/
.triangle-list .item .img,
.triangle-list .item_active .img{
float:left;
padding:10px;
margin-left:17px;
border-left:1px solid #e0e0e0;
border-bottom:1px solid #ccc;
width:100px;
height:75px;
}
.triangle-list .item .desc,
.triangle-list .item_active .desc{
float:left;
border-right:1px solid #e0e0e0;
border-bottom:1px solid #ccc;
padding:10px 10px 10px 0;
overflow:hidden;
width:160px;
height:75px;
}

.triangle-list .first_item .img,
.triangle-list .first_item .desc{
border-top:1px solid #e0e0e0;
}

.triangle-list .item_active{
background:url('../images/sprite.png') 2px -170px no-repeat;
}

.triangle-list .item_active .img,
.triangle-list .item_active .desc{
background:#e0e0e0;
}

.video-list,
.location-list{
height:476px;
overflow:auto;
}

/*---------------------------------------------------*\
                    contact
\*---------------------------------------------------*/
#contact_details{
float:left;
display:none;
padding:2px 10px 10px 10px;
}
#contact_details .contact-label{
width:100px;
}
#contact_details .contact-line{
width:400px;
}
a.toggle_contacts,
a.toggle_contacts_on{
padding:10px 30px 10px 10px;
text-transform:uppercase;
background:url('../images/sprite.png') -60px -252px no-repeat;
}
a.toggle_contacts_on{
background:url('../images/sprite.png') 182px -252px no-repeat;
}

/*---------------------------------------------------*\
                    brochure
\*---------------------------------------------------*/

.brochure .brochure-cover{
width:103px;
height:144px;
padding:6px;
border:1px solid #e0e0e0;
}

.brochure .entity_list{
border:1px solid #e0e0e0;
padding-bottom:15px;
}

/*---------------------------------------------------*\
                    footer
\*---------------------------------------------------*/
#site_footer{
float:left;
background:url('../images/sprite.png') 0 0 repeat-x;
}

#site_footer label{
font-size:12px;
color:#ccc;
}
/*---------------------------------------------------*\
                    forms
\*---------------------------------------------------*/
h2.form_title{
border-bottom:2px solid #e0e0e0;
padding:2px 0;
margin:30px 0;
}
h2.form_title span{
padding-top:3px;
font-weight:normal;
}
form.form div.row{
padding-bottom:10px;
}
form.form label{
float:left;
width:162px;
padding-right:8px;
text-align:right;
font-size:12px;
}
form.form div.data{
float:left;
width:272px;
}
form.form div.data input,
form.form div.data textarea,
form.form div.data select{
width:268px;
height:22px;
border:1px solid #e0e0e0;
padding:1px;
font:12px arial;
}
form.form div.data select{
width:272px;
}
form.form div.data textarea{
height:140px;
width:266px;
padding:2px;
line-height:1.3;
}
/*---------------------------------------------------*\
                    modifiers
\*---------------------------------------------------*/
.f100p{
width:100%;
float:left;
clear:both;
}
.center{
text-align:center;
}
.left{
text-align:left;
}
.fleft{
float:left;
}
.fright{
float:right;
}
.mid950{
width:950px;
margin:0 auto;
}
.mt20{
margin-top:20px;
}
.mr30{
margin-right:30px;
}
.mt10{
margin-top:10px;
}
.mh10{
margin-left:10px;
margin-right:10px;
}
.ml10{
margin-left:10px;
}
.mt12{
margin-top:12px;
}
.mb10{
margin-bottom:10px;
}
.mb20{
margin-bottom:20px;
}
.mh15{
margin-left:15px;
margin-right:15px;
}
.mt20{
margin-top:20px;
}
.mb0{
margin-bottom:0;
}
.m10{
margin:10px;
}
.pt30{
padding-top:30px;
}
.pt20{
padding-top:20px;
}
.pt10{
padding-top:10px;
}
.pt15{
padding-top:15px;
}
.pb40{
padding-bottom:40px;
}
.pb6{
padding-bottom:6px;
}
.pb15{
padding-bottom:15px;
}
.ph10{
padding-left:10px;
padding-right:10px;
}
.pv6{
padding-top:6px;
padding-bottom:6px;
}
.p15{
padding:15px;
}
.pr15{
padding-right:15px;
}
/* width height */
.h100{
height:100px;
}
.h53{
height:53px;
}
.w130{
width:130px;
}
.w280{
width:280px;
}
.w110{
width:110px;
}
.w120{
width:120px;
}
.w590{
width:590px;
}
.w588{
width:588px;
}
.w558{
width:558px;
}
.w568{
width:568px;
}
.w300{
width:300px;
}
.w330{
width:330px;
}
.w440{
width:440px;
}
.w117{
width:117px;
}
.h476{
height:476px;
}
.h210{
height:210px;
}
.mw280{
max-width:280px;
/* Resize the image for IE6 */
width: expression(this.width > 280 ? 280: true);
}
.mw100{
max-width:100px;
/* Resize the image for IE6 */
width: expression(this.width > 100 ? 100: true);
}
.justify{
text-align:justify;
}
a.agrey{
color:#ccc;
}
a.agrey:hover{
color:#fff;
}
.ofh{
overflow:hidden;
}
.ofa{
overflow:auto;
}
.bdr1c{
border:1px solid #ccc;
}
/* font */
.size11{
font-size:11px;
}
.size12{
font-size:12px;
}
.size14{
font-size:14px;
}
.size16{
font-size:16px;
}
.size18{
font-size:18px;
}
.size20{
font-size:20px;
}
.size25{
font-size:25px;
}
.b{
font-weight:bold;
}
.uc{
text-transform:uppercase;
}
/* color */
.green{
color:#419722;
}
.c333{
color:#333;
}
.gray{
color:#ccc;
}
.c666{
color:#666;
}
.bge3{
background:#eee;
}
/* line */
.l16{
line-height:1.6;
}
/* radius */
.rad5{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.rad10{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/* contact_button */
a#contact_button span{
color:#000;
}
