@media print   { .noprint  { display: none; } }
@media screen  { .noscreen  { display: none; } }
/************************************************************/
html, body, div, h1, h2, h3, h4, h5, h6, p, a, form,
fieldset, select, input, ul, li, table, td, th, img {
  padding: 0px;
  margin: 0px; 
}
a{
    color: #000000; 
}
a:hover{
    color: red; 
    text-decoration:none;   
}
fieldset, select, input {
 font-family: 'OpenSansSemibold';
}
.tLeft{
  text-align: left;
}
.tCenter{
  text-align: center;
}
.tRight{
  text-align: right;
}
.tJustify{
  text-align: justify;
}
.fL{
  float: left;
}
.fR{
  float: right;
}
.clear{
  clear: both;
  height: 1px;
  font-size: 1px;
  padding: 0px;
  margin: 0px;
}
img{
  border: none;
}
:focus {
  outline: 0;
}

/************************************************************/
body {
    background: none repeat scroll 0 0 #fffff;
    font-family: Arial;
    font-size: 12px;
    padding: 0 15px 0 5px !important;
    color: #000;
    margin: 0;
}

p 
{
    line-height: 20px;
    padding-bottom: 13px;
}

input, select, textarea, .text-login {
    background-color: #FFF5E4;
    border: 1px solid #FF7F00;
    font-size: 11px;
    height: 20px;
    position: relative;
}
.container {
    background: #EDE5C4;
    margin: 5px auto;
    min-width: 740px;
    width: 1140px;
    padding-bottom: 36px;
    -moz-border-radius: 25px; /* Firefox */
    -webkit-border-radius: 25px; /* Safari, Chrome */
    -khtml-border-radius: 25px; /* KHTML */
    border-radius: 25px; /* CSS3 */
}

.header {
    background: url("../images/header-bg.gif") repeat-x scroll left top transparent;
    height: 144px;
    margin: 0;
    position: relative;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
    -khtml-border-radius: 15px; /* KHTML */
    border-radius: 15px; /* CSS3 */
}
.header .left {
    background: url("../images/head-pic.jpg") no-repeat scroll left top transparent;
    height: 144px;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
    -khtml-border-radius: 15px; /* KHTML */
    border-radius: 15px; /* CSS3 */
}
a.logo {
    display: block;
    float: left;
    height: 144px;
    position: relative;
    width: 235px;
    z-index: 12;
}
.header .right {
    background: url("../images/head-right.gif") no-repeat scroll right top transparent;
    float: right;
    height: 144px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 18px;
}
.slogan {
    background-image: url("../images/slogan.png");
    background-position: center 52px;
    background-repeat: no-repeat;
    height: 144px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.login-box {
    float: right;
    padding: 30px 25px 0 0;
    position: relative;
    width: 170px;
    z-index: 12;
}
.login-box .link {
    display: block;
    float: left;
    height: 16px;
    margin: 0 20px 5px 2px;
}
.login-box .link_logout
{
    display: block;
    float: left;
    height: 16px;
    margin: 0 20px 10px 2px;
    color: #d9c086;
}
/*  for logged in user  */
.login-box .user_info
{
    position: relative;
    color: #d9c086;
    text-align: left;
}
.login-box .user_info .name
{
    margin: 0;
}
.login-box .user_info div
{
    background-color: #5c6711;
    border: 1px solid #44430e;
    padding: 6px;
    line-height: 10px;
    font-size: 10px;
    text-align: left;
    height:62px;
}
.login-box .user_info div img
{
    border-right: 1px solid #44430e;
    float: left;
    margin: -7px;
    margin-right: 10px;
}

.print {
    background: url("../images/ico-print.gif") no-repeat scroll left top transparent;
    width: 17px;
}
.email {
    background: url("../images/ico-email.gif") no-repeat scroll left top transparent;
    width: 21px;
}
.home {
    background: url("../images/ico-home.gif") no-repeat scroll left top transparent;
    width: 21px;
}
.info {
    background: url("../images/ico-info.gif") no-repeat scroll left top transparent;
    width: 21px;
}
.text-login_longer {
    background: url(../images/log-input.png) no-repeat left top;
    border: 1px solid #000000;
    width: 124px;
    height: 21px;
    border: none;
    padding: 0 12px;
    font-family: Arial;
    font-size: 10px;
    line-height: 20px;
    color: #666666;
}
.btn-login {
    background: url("../images/btn.png") no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer;
    height: 25px;
    width: 145px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height:25px;
}
.btn-login:hover {
    background: url("../images/btn-active.png") no-repeat scroll left top transparent;
    color: #fff;
}

.wrap-content {
    position: relative;
/*    background: url(../images/uzor.png) no-repeat 3px 800px;*/
}
.index_content {
    margin: 0 auto;
    min-height: 320px;
    padding: 20px 20px 30px 20px;
   
}
.index_content .sidebar
{
    float: left;
    position: relative;
    text-align: left;
    width: 188px;
}

.fb, .tw, .gplus, .yt, .lj 
{
    float: left;
    position: relative;
    text-align: left;
    width: 31px;
}
.rss 
{
    float: none;
    position: relative;
    text-align: left;
    width: 30px;
}

.index_content .main {
    float: right;
    position: relative;
    width: 880px;
    padding-top: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
/*************************************************************/
.ourservices {
    color: #663300;
    font-size: 12px;
    left: 0px;
    line-height: 12px;
    position: relative;
    text-align: left;
    top: 0;
    width: 187px;
    margin-bottom: 15px;
}
.ourservices a,
.ourservices a:visited 
{
    display: block;
    color: #663300;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 20px;
    left: 0px;
    line-height: 32px;
    position: relative;
    text-align: left;
    top: 0;
    width: 167px;
    height: 34px;
    background: url(../images/nav.png) no-repeat left top;
    color: #000;
    
}
.ourservices a:hover,
.ourservices a.active,
.ourservices a.active:visited
{
    text-decoration: none;
    background: url(../images/nav-active.png) no-repeat left top;
    color: #FFF;
    
}

.ourservices_small {
    color: #663300;
    font-size: 10px;
    left: 0;
    line-height: 12px;
    position: relative;
    text-align: right;
    top: 0;
    width: 187px;
    margin-bottom: 10px;
    display:none;
}

.ourservices_small a,
.ourservices_small a:visited 
{
    font-family:Tahoma;
    display: block;
    color: #663300;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    left: 0;
    line-height: 32px;
    position: relative;
    top: 0;
    width: 177px;
    height: 34px;
    background: url(../images/btn.png) no-repeat 8px 4px;
    color: #000;
    text-align: left;
    padding-left:20px;

   
}
.ourservices_small a:hover,
.ourservices_small a.active,
.ourservices_small a.active:visited
{
    text-decoration: none;
    background: url(../images/btn-active.png) no-repeat 8px 4px;
    color: #FFF;
    
}

.outservices_back
{
    padding-top: 25px;
}
.wrap_buttons 
{
    padding-top: 1px;
}
.wrap_buttons .button
{
    margin-bottom: 2px;
}
/*************************************************************/
.persons 
{
    position: relative;
    height: 170px;
    background: url(../images/persons-top.png) no-repeat -2px top;
    padding-top: 25px;
}
.persons .item
{
    display: block;
    float: left;
    width: 212px;
    height: 195px;
    background: url(../images/example.png) no-repeat left top;
    position: absolute;
    top: 0;
    padding: 0 20px 0 8px;
}
.persons .item_active {
    background: url(../images/example-active.png) no-repeat left top;
}
.persons .item1
{
    z-index: 40;
    left: 0; 
}
.persons .item2
{
    z-index: 30;
    left: 212px;
}
.persons .item3
{
    z-index: 20;
    left: 424px;
}
.persons .item4
{
    z-index: 10;
    left: 636px;
}
.persons .item a.user,
.persons .item a.user:visited
{
    display: block;
    height: 25px;
    text-align: left;
    margin-bottom: 15px;
    color: #663300;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    text-decoration: none;
    padding-left:50px;
    font-weight:bold;
}
.persons .item_active a.user,
.persons .item a.user:hover,
.persons .item_active a.user:visited
{
    color: #ff6600;
}
.persons .item a.photo 
{
    display: block;
    height: 115px;
    width: 150px;
    -moz-border-radius: 17px; /* Firefox */
    -webkit-border-radius: 17px; /* Safari, Chrome */
    -khtml-border-radius: 17px; /* KHTML */
    border-radius: 17px; /* CSS3 */
    margin: 0 auto;
    
}
.persons .item a.photo img
{
    display: block;
    height: 115px;
    width: 150px;
    -moz-border-radius: 17px; /* Firefox */
    -webkit-border-radius: 17px; /* Safari, Chrome */
    -khtml-border-radius: 17px; /* KHTML */
    border-radius: 17px; /* CSS3 */
}
.persons .item_active a.photo img 
{
    border: 1px solid #8B632D;
}
/*************************************************************/
.scale_content {
    margin-left: 0;
    padding: 10px 0 0;
    width: 676px;
}


.scale_content .graphics .main_center .right {
    float: left;
    position: relative;
    text-align: center;
    width: 550px;
}
.scale_content .graphics .right .title {
    height: 40px;
    left: 0;
    position: relative;
    text-align: center;
    width: 549px;
}
.scale_content .graphics .right .title div {
    float: left;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 71px;
}
.scale_content .graphics .right .graphs {
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 559px;
}
.scale_content .graphics .right .graphs .left1 {
    background-image: url("../images/graph_icon_middle.gif");
    float: left;
    height: 330px;
    left: 0;
    position: relative;
    width: 50px;
}
.scale_content .graphics .right .graphs .right1 {
    height: 330px;
    margin-left: 55px;
    position: relative;
    width: 500px;
}
.scale_content .graphics .right .graphs .right1 div {
    float: left;
    left: 15px;
    position: relative;
    top: 13px;
    width: 70px;
}
.graphics .graphs span {
    margin-right: 40px;
    position: relative;
}
.scale_content .graphics .right .graphs .right1 div span #g1 {
    background-image: url("../images/scale_background.jpg");
    position: relative;
}

.table_calendar 
{
    width: 130px;
    margin: 0 auto;
}
.table_calendar th
{
   font-size: 12px;
   color: #231f20;
   text-align: center;
   font-weight: normal;
}
.table_calendar td
{
    width: 14%;
    font-size: 11px;
    color: #996600;
    text-align: center;
}
.table_calendar td.current
{
    border: 1px solid #FF7F00;
}
.button 
{
    display: block;
    color: #663300;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
    padding-left: 30px;
    line-height: 30px;
    text-align: left;
    width: 187px;
    height: 34px;
    background: url(../images/nav.png) no-repeat left top;
    color: #000;
    border: none;
    cursor: pointer;
}
.button:hover
{
    text-decoration: none;
    background: url(../images/nav-active.png) no-repeat left top;
    color: #FFF;
}

.buttondisabled
{
    display: block;
    color: #663300;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
    padding-left: 30px;
    line-height: 30px;
    text-align: left;
    width: 187px;
    height: 34px;
    background: url(../images/nav.png) no-repeat left top;
    color: #000;
    border: none;
    cursor: default;
}

ul.plus {
    display: block;
    list-style-position: inside;
    margin:  0 0 35px 30px;
}
ul.plus li{
    list-style-image: url(../images/mark.gif);
    padding-left: 5px;
    padding-bottom: 5px;
    background: url(../images/li-dash.gif) no-repeat 33px bottom; 
}
ul.plus li a,
ul.plus li a:visited{
   color: #000;
   text-decoration: underline;
   text-transform: uppercase;
}
ul.plus li a:hover 
{
    color: red;
    text-decoration: none;
}

.note {
    font-weight: bold;
    color: #663300;
    text-indent: 0px;
}

/*************************************************************/
.footer 
{
    clear: both;
    font-weight: bold;
    padding: 0 0 5px 0;
    text-align: center;
    margin: 0 auto 3px auto;
    width: 95%;
    text-align: center;
}

.footer a,
.footer a:visited
{
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: none;
    color: red;
}
.copyright 
{
    font-size: 11px;
    text-align: center;
    color: #000;
}
.copyright a,
.copyright a:visited
{
    color: #000;
    font-size: 11px;
    text-decoration: none;
}
.copyright a:hover
{
    text-decoration: underline;
}

.block_map 
{
    background: url(../images/block-885-btm.png) no-repeat -4px bottom;
    padding-bottom: 44px;
}
.block_map .title
{
    background: url(../images/block-885-top.png) no-repeat 0 top;
    height: 55px;
    font-size: 12px;
    padding: 0 30px 0 10px;
    text-align: center;
    line-height: 45px;
}
.block_map .cont
{
    background: url(../images/block-885-bg.png) repeat-y -4px top;
    padding: 0 40px 0 40px;
}
.block_map .cont form 
{
    display: block;
    padding: 0 0 10px 10px;
    background: url(../images/form.gif) no-repeat left top;
    height: 25px;
}

.search_address 
{
    display: block;
    float: left;
    height: 25px;
    font-family: Arial;
    font-size: 12px;
    line-height: 25px;
    width: 480px;
    background: none;
    border: none;
}

.btnSm 
{
    display: block;
    float: right;
    background: url(../images/form-btn.gif) no-repeat left top;
    width: 147px;
    height: 25px;
    text-align: center;
    margin-left: 2px;
    border: none;
    font-family: Arial;
    font-size: 12px;
    line-height: 25px;
    cursor: pointer;
}

.search_address2 
{
    display: block;
    float: left;
    height: 23px;
    font-family: Arial;
    font-size: 12px;
    line-height: 25px;
    width: 300px;
    border: solid 1px red;
    font-weight:bold;
}
.btnSm2 
{
    display: block;
    float: right;
    background: url(../images/form-btn.gif) no-repeat left top;
    width: 147px;
    height: 25px;
    text-align: center;
    margin-left: 2px;
    border: none;
    font-family: Arial;
    font-size: 12px;
    line-height: 25px;
    cursor: pointer;
    text-decoration:none;
}
.map 
{
    width: 800px;
    height: 323px;
}


.block_text 
{
    background: url(../images/block-885-btm.png) no-repeat -4px bottom;
    padding-bottom: 44px;
}
.block_text .title
{
    background: url(../images/block-885-top.png) no-repeat 0 top;
    height: 55px;
    font-size: 12px;
    padding: 0 30px 0 10px;
    text-align: center;
    line-height: 45px;
}

.block_text .title_news
{
    background: url(../images/tabs-bg-news.png) no-repeat 12px 40px;
    height:45px;
    width:860px;
}

.block_text .news_tabs
{
    width:870px;
    position:relative;
}
.block_text .news_tabs div {
    float: left;
    background: url(../images/tab-news.png) no-repeat 0px bottom;
    height: 41px;
    width: 120px;
    padding-top: 0px;
    position:relative;
    left:12px;
}

.block_text .news_tabs div.active {
    background: url(../images/tab-news-active.png) no-repeat left bottom;
    z-index: 150 !important;
}

.block_text .news_tabs div a.link{
    left:31px;
    top: 13px;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    display: block;
    position:relative;
}

.block_text .cont
{
    background: url(../images/block-885-bg.png) repeat-y -4px top;
    padding: 0 40px 0 40px;
}

.block_text .cont form 
{
    display: block;
    padding: 10px 10px 10px 10px;
}

.block_text .cont input 
{
    border: none;
    background-color: transparent; 
}
.textarea
{
    width:346px;
    height:180px;
    
}
/*************************************************************/
.map_link{
    white-space: normal;
    line-height: 15px;
    width:350px; 
}
.cbox{
    background-color: #FFF5E4;
    border: 1px solid #FF7F00;
    font-size: 11px;
    margin-top: 0px;
}

/***  NEWS categories ***/

.news_buttons {
    color: #663300;
    font-size: 12px;
    left: 0px;
    line-height: 12px;
    position: relative;
    text-align: left;
    top: 40px;
    width: 187px;
    margin-bottom: 20px;
}

.news_buttons div{
}

.news_buttons div a,
.news_buttons div a:visited 
{
    display: block;
    color: #663300;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 12px;
    left: 0px;
    line-height: 32px;
    position: relative;
    text-align: left;
    top: 0;
    width: 177px;
    height: 34px;
    background: url(../images/nav.png) no-repeat left top;
    color: #000;
    
}
.news_buttons div a:hover,
.news_buttons div a.active,
.news_buttons div a.active:visited
{
    text-decoration: none;
    background: url(../images/nav-active.png) no-repeat left top;
    color: #FFF;
    
}

/* SLIDE SHOW */

#slideshow{
    position:absolute;
    width:240px;
}
#slideshow div{
    display:block;
    float:left; 
}
#infoSlides{
    bottom:0;
}

.infoSlides{
    width:350px;
    height:60px;
    background:#000;
    position:absolute;
}
.infoSlides p, .infoSlides h4{
    color:#fff;
    padding:3px 8px;
    line-height: 15px;
    font-family:Arial;
}
.infoSlides h4{
    font-size:14px;
}
.infoSlides h4 a{
    float:right;
    background:#fff;
    color:#000;
    font-size:10px;
    padding:0 3px;
    text-decoration:none
}

.maskSlideShow{
    position:relative;
    width:880px;
    height:168px;
    overflow:hidden;
}

.buttons
{
    padding-top: 8px;
    position: relative;
    width: 280px;
    text-align:right;
    height:30px; 
}
.buttons div, .buttons div#handles_more
{
    float:left;
}

.buttons .links, .buttons .links2
{
    background: url("../images/btn-slideshow.png") no-repeat center top transparent;
    border: medium none;
    cursor: pointer;
    height: 35px;
    width: 45px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height:25px;
}

.buttons .links:hover, .buttons .links2:hover {
    background: url("../images/btn-slideshow-active.png") no-repeat center top transparent;
    color: #fff;
}

.buttons .play
{
    background: url("../images/btn-play.png") no-repeat center top transparent;
    border: medium none;
    cursor: pointer;
    height: 35px;
    width: 45px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height:25px;
}

.buttons .play:hover {
    background: url("../images/btn-play-active.png") no-repeat center top transparent;
    color: #fff;
}

.buttons .stop
{
    background: url("../images/btn-stop.png") no-repeat center top transparent;
    border: medium none;
    cursor: pointer;
    height: 35px;
    width: 45px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height:25px;
}

.buttons .stop:hover {
    background: url("../images/btn-stop-active.png") no-repeat center top transparent;
    color: #fff;
}

.container_onprint
{
    border:1px dotted black;
    border-bottom:none;
    border-left:none;
    border-top:none;
    width:700px;
}

.tabs
{
    background: url(../images/tabs-bg-3.png) no-repeat 0px 40px;
    height: 41px;
    margin: 0;
    padding: 0 0 10px 15px;
    position: relative;
    text-align: center;
}
.tabs div {
    float: left;
    height: 33px;
    width: 232px;
    background: url(../images/tab.png) no-repeat left top;
    position:relative;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding-top: 12px;
    font-weight:bold;
}
.tabs div.tab1 {
    left: 0px; 
    z-index: 50;
}
.tabs div.tab2 {
    left: -35px; 
    z-index: 45;
}
.tabs div.tab3 {
    left: -70px;
    z-index: 40; 
}
.tabs div.tab4 {
    left: 607px;
    z-index: 35;
    width:232px;
    float: none;
    height: 41px; 
    margin-top: 0px;
    padding-top: 12px;
    position:absolute;  
}


.tabs div.tab1.active, div.tab2.active, div.tab3.active, div.tab4.active {
    background: url(../images/tab-active.png) no-repeat left top;
    z-index: 150 !important;
}

.tabs div:hover {
    color: #ff6600;
    background: url(../images/tab-active.png) no-repeat left top;
    text-decoration: none;
    z-index: 150 !important; 
}


#tabsContent{
    list-style:none; 
    left: 0;
    margin: 0;
    padding-bottom: 44px;
    width: 100%;
    background: url(../images/block-885-btm.png) no-repeat -4px bottom;
}

#tabs
{
    width:100%;
    display:none;
    list-style:none; 
}

#individualDailyForecast, #individualMonthlyForecast, #comparisonForecast, #snapshotForecast
{
    text-align:justify;
    padding-left:40px;
    background: url(../images/block-885-bg.png) repeat-y -4px top; 
    padding-right:50px;
}

#individualDailyForecast p, #individualMonthlyForecast p, #comparisonForecast p, #snapshotForecast p
{
    line-height: 25px;
}

ul.plus1 {
    display: block;
    list-style-position: inside;
}
ul.plus1 li{
    list-style-image: url(../images/mark.gif);
    padding-top: 5px;
}
ul.plus1 li a,
ul.plus1 li a:visited{
   color: #000;
   text-decoration: underline;
   text-transform: uppercase;
}
ul.plus1 li a:hover 
{
    color: red;
    text-decoration: none;
}

.mapbutton 
{
    display: block;
    color: #663300;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
    line-height: 12px;
    text-align: left;
    padding-left:12px;
    background: url(../images/btn.png) no-repeat 0px 0px;
    color: #000;
    border: none;
    cursor: pointer;
    height:26px;
    width:150px;
}
.mapbutton:hover
{
    text-decoration: none;
    background: url(../images/btn-active.png) no-repeat left;
    color: #FFF;
}
.mapbutton2, .mapbutton3, .mapbutton4 
{
    display: block;
    color: #663300;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
    line-height: 12px;
    text-align: left;
    background: url(../images/btn.png) no-repeat 0px 0px;
    padding-left:12px;
    color: #000;
    border: none;
    cursor: pointer;
    height:26px;
    padding-top:6px;
    width:140px;
}

.mapbutton3
{
    height:28px;
    padding-top:0px; 
    background: url(../images/btn.png) no-repeat 0px 2px;
    width:147px;
}
.mapbutton2:hover
{
    text-decoration: none;
    padding-top:6px; 
    background: url(../images/btn-active.png) no-repeat 0px 0px;
    color: #FFF;
}


.mapbutton3:hover
{
    text-decoration: none;
    padding-top:0px; 
    background: url(../images/btn-active.png) no-repeat 0px 2px;
    color: #FFF;
}

.mapbutton4
{
    height:26px;
    padding-top:6px;
    width:150px;
    background: url(../images/btn.png) no-repeat 12px 0px;
}
 .mapbutton4:hover
{
    text-decoration: none;
    padding-top:6px; 
    background: url(../images/btn-active.png) no-repeat 12px 0px;
    color: #FFF;
}

.mapbuttondisabled 
{
    display: block;
    color: #663300;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
    line-height: 12px;
    text-align: left;
    padding-left:12px;
    background: url(../images/btn.png) no-repeat 0px 0px;
    color: #000;
    border: none;
    cursor: default;
    height:26px;
    width:150px;
}

 .block_text .cont .text-login2 {
    background-color: #FFF5E4;
    border: 1px solid #FF7F00;
    font-size: 11px;
    height: 20px;
    position: relative;
    width:220px;
}

.setaperson
{
    display:inline-block;
    position: relative; 
    font-weight:normal;
    width:170px;
    padding-top:3px;
    height:30px;
    padding-left:10px;
}

.setapersontitle
{
    float:left;
    height:30px;
}

.gwbutton 
{
    display: block;
    width: 178px;
    height: 34px;
    background: url(../images/checkout.gif) no-repeat left top;
    border: none;
    cursor: pointer;
}

.contactusbutton
{
    position:fixed;
    background: #EDE5C4;
    right:-12px;
    top:60%;
    width:50px;
    height:120px;
    border: solid 2px #b7600d;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    z-index:1;
}

.contactusbutton .vo
{
    position:relative;
    -webkit-transform: rotate(270deg);   
   -moz-transform: rotate(270deg);
   margin-top: 70px;
   width:auto;
   height:auto;
}

.contactusbutton .vo a
{
   text-decoration:none;
   font-size:20px;
   font-family:Arial;
   color:#000;
}

.contactusbutton .vo a:hover
{
   text-decoration:none;
   font-size:20px;
   font-family:Arial;
   color:#e96423;
}

/*
 * SimpleModal Contact Form
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

/* Overlay */
#contact-overlay {background-color:#EDE5C4;}

/* Container */
#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; width:450px;}
#contact-container .contact-content {background-color: #666659;  color:#ddd; height:40px;}
#contact-container h1 {color:#ec6827; font-size:20px; line-height:20px; margin:0; padding:0 0 6px 12px; text-align:left;}
#contact-container .contact-loading {background:url(../images/contact/loading.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label {clear:left; display:block; float:left; font-weight:bold; padding-right:4px; text-align:right; width:100px;}
#contact-container .contact-input {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; width:300px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#666659; height:13px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;}
#contact-container .contact-bottom {background-color:#666659; font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {background:#a05802; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:4px 0 0 4px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#contact-container .contact-button:hover {background:#f49000;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
#contact-container a.modal-close:hover {color:#ccc;}