﻿/* basic layout bricks */

body
{
background: #4b992b url(images/body_bg.PNG) repeat-x;
text-align: center;
}

.layout
{
margin:-10px auto;
width:980px;
}

.heading
{
background: url(images/head_bg.jpg) no-repeat;
width:980px;
height:112px;
}

.content
{
background-color:#f5f6f0;
min-height:700px;
width:950px;
padding:15px;
float:left;
}

.footer
{
background: url(images/footer_bg.png) no-repeat;
text-align:center;
font-family:Arial;
font-size:12px;
padding-top:25px;
color:#f5f6f0;
width:980px;
height:55px;
float:left;
}

.footer a
{
  color:#ffffff;
}

ul.footer-menu
{
  display:inline;
  list-style-type:none;  
  padding:0px;
  font-family:Arial;
  font-size:12px;
  color:#ffffff;
}

ul.footer-menu a
{
  color:#ffffff;
}

.footer-menu li
{
display:inline;  
border-right-style:solid;
border-right-width:1px;
border-right-color:#ffffff;
margin-right:5px; 
padding-right:5px; 
}

.tester
{
height:700px;
width:10px;
background-color:red;
}

/* main category selector */
.main-cat-scr
{
float:left;
background: url(images/cat_scr_bg_new.jpg) no-repeat;
width:670px;
height:325px;
margin-bottom:25px;
}

/* menu */
ul.menu-item
{
    list-style-type:none;
}

ul.AspNet-Menu
{
    padding:0px;
    margin:0px;
    list-style-type:none;
}

.menu-item li {
display:inline; 
}


/* ASP.NET menu control */
.AspNet-Menu-Leaf
{
   display:inline; 
}

.AspNet-Menu-Horizontal
{
margin-top:15px;    
}

.AspNet-Menu-SubChildren
{
   text-align:left;
   width:100px;
   margin-left:-10px;
   height:30px!important;
   float:left;
   margin-bottom:15px;
}

.AspNet-Menu-SubChildren a:hover
{
   color: #438d27;    
}

.AspNet-Menu-SubChildren a
{
margin-top:5px;
font-family: Arial;
font-size:12px;
text-decoration:none;
color:#f5f6f0;
float:left;    
}

.AspNet-Menu-NonLink
{
font-family: Arial;
font-size:12px;
text-decoration:none;
margin-left:30px;
color:#f5f6f0;
float:left;
height:25px;
margin-top:-3px;
}

.AspNet-Menu-Link 
{
font-family: Arial;
font-size:12px;
text-decoration:none;
margin-left:20px;
color:#f5f6f0;
float:left;
height:25px;
margin-top:-3px;
}

.AspNet-Menu-Leaf a:hover
{
    /*color: #438d27;*/
    text-decoration:underline;
    color: #e5841d;
}
.AspNet-Menu-WithChildren
{
    /*position:relative;   */ 
}

.AspNet-Menu-WithChildren ul
{
   position:absolute;
   z-index:50;
   width:80px;
   height:270px;
   margin-top:15px; 
   background: url(images/menu_cat_bg.png) no-repeat;
   background-position:5px -11px;
}


.AspNet-Menu-Selected
{
    color: #e5841d!important;
}

.menu-item a
{
margin-top:5px;
font-family: Arial;
font-size:12px;
text-decoration:none;
margin-left:30px;
color:#f5f6f0;
float:left;
}

.menu-item a:hover 
{
    color: #438d27;
}

.menu
{
background: url(images/menu_bg.PNG) no-repeat;
width:980px;
height:40px;
float:left;
}

/* reviews box and contents */

.reviews-box
{
width:270px;
min-height:601px;
/*padding-bottom:20px;*/
float:right;
}

hr.review
{
width:90%;
margin-left:15px;
color:#e17a08;
background-color:#e17a08;
border-color:#e17a08;
float:left;
}

.reviews-box-header
{
/*background: #e17a08 url(images/latest_reviews_head_bg.jpg) no-repeat;*/
margin-left:12px;
width:250px;
padding-top:6px;
height:0px;
}

.reviews-box-header a
{
    font-family:Arial;
    color:white;
    font-size:12px;
    text-decoration:none;
}

.side-header
{
background: #e17a08 url(images/latest_reviews_head_bg.jpg) no-repeat;
margin-left:12px;
width:250px;
float:left;
padding-top:6px;
height:19px;
font-family:Arial;
color:white;
font-size:12px;
text-decoration:none;
}

.review-pic
{
    float:left; 
    margin-right:5px;
    margin-bottom:5px;
}
.review-link
{
text-decoration:none;
color:Black;    
font-family:Arial;
font-weight:bold;
font-style:italic;
font-size:18px;
}

.review-content
{
  margin:10px;
  /*width:205px;*/
  text-align:left;
  float:left;
}

span.review-content-title-bold
{
 font-family:Arial;
 font-weight:bold;
 font-style:italic;
 font-size:24px;
 color:#555452;
}

span.review-content-title-normal
{
     font-family:Arial;
     font-style:italic;
     font-size:12px;
     color:#555452;
}

span.review-content-text
{
    text-align:left;
     font-family:Arial;
     font-style:italic;
     font-size:12px;
     color:#555452; 
}

/* rating leaves */
.rating_bar {
  width: 120px;
  height: 27px;
  background: url(images/rating_stars_empty.PNG) no-repeat;
}

.rating_bar div {
  height: 27px;
  background: url(images/rating_stars_full.PNG) no-repeat;
}

/* big article */
.big-article
{
    padding-top:10px;
    /*padding-bottom:10px;*/
    float:left;
    width:670px;
    min-height:100px;
    margin-bottom:5px;
}

.big-article-title
{
   width:100%;
   /*height:45px;*/
   font-family:Times New Roman;
   font-size:20px;
   color:#1f1e1d;
   border-left:solid 3px #a7d60c;
   text-align:left;
   padding-left:40px;
   margin-bottom:10px;
}

.big-article-title a
{
    font-family:Times New Roman;
   font-size:20px;
   color:#1f1e1d;
   text-decoration:none;
}

.big-article-title a:hover
{
    text-decoration:underline;
    }

.big-article-content-wrapper
{
    margin-left:40px;
    margin-top:5px;
}

.big-article-content-picture img
{
    float:left;
}

.big-article-content-text
{
 margin-right:40px;
 float:right;
 text-align:left;
 width:400px;
 height:137px;
 font-family:Arial;
 font-size:12px;
 color:#736b60;   
}
/* small article */

.small-articles-wrapper
{
    float:left;
    min-width: 600px;
}

.small-article
{
    margin-left:5px;
    margin-top:15px;
    padding-bottom:15px;
    float:left;
    width:180px;
    min-height:100px;
    text-align:center;
}

.small-article-title
{
   width:80%;
   min-height:45px;
   font-family:Times New Roman;
   font-size:18px;
   color:#1f1e1d;
   border-left:solid 3px #a7d60c;
   text-align:left;
   padding-left:25px;
}

.small-article-title a
{
   font-family:Times New Roman;
   font-size:18px;
   color:#1f1e1d;
   text-decoration:none;  
}

.small-article-title a:hover
{
   text-decoration:underline;   
}


.small-article-content-wrapper
{
    position:relative;
    text-align:center;
    width:130px;
    margin:0 auto;
}

.small-article-content-picture img
{
    margin-top:5px;
    margin-bottom:15px;
    border:1px;
    border-style:solid;
    border-color:#dfe6d9;
}

.small-article-content-text
{
 text-align:left;
 font-family:Arial;
 font-size:12px;
 color:#736b60;
 /*min-height:180px; */  
}

.small-article-content-text a
{

 color:#736b60;
 text-decoration:none; 
}

.small-article-content-text a:hover
{

 color:#736b60;
 text-decoration:underline; 
}


.small-award
{
width:85px;
height:65px;
background: url(images/small_award.png) no-repeat;
position:absolute;
top:40px;
left:70px;    
}

/* review option box */
.review-cat-option
{
background: url(images/review_big_promo.png) no-repeat;
width:385px;
height:135px;
float:right;
}

.review-cat-option-oreg
{
background: url(images/review_big_promo_oreg.png) no-repeat;
width:385px;
height:135px;
float:right;
}

.review-cat-option-suly
{
background: url(images/review_big_promo_suly.png) no-repeat;
width:385px;
height:135px;
float:right;
}

.review-cat-option-placeholder
{
float:left;
width:135px;
height:20px;
}

.review-cat-option-content
{
float:left;
width:240px;
}

.review-cat-option-content a
{
font-family: Arial;
font-size:13px;
color:#ffffff;
text-decoration:none;
}


.review-cat-option-content a:hover
{
text-decoration:underline;
}

.review-cat-option-content li
{
margin-bottom:10px;
}

ul.linkek
{
margin-top:25px;
list-style-image:url(images/ul_leaf.png);
}

/* review vategory */

.review-cat-wrapper
{
    
}

.review-cat-upper
{
height:340px;
text-align:left;
}

.review-cat-upper-left
{
    width:250px;
    border-right:1px;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#dfe6d9;
    min-height:400px;
    float:left;
}

.review-cat-upper-right
{
    min-height:400px;
    width:665px;
    float:right;
    text-align:justify;
}

.review-cat-bottom-triangle
{
    width:20px;
    height:20px;
    background: #4b992b url(images/review_middle_opened.PNG);
    }

.review-cat-middle
{
    border-top:1px;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#dfe6d9;
    
    background: #4b992b url(images/review_middle_bg.PNG) repeat-x;
    font-family:Arial;
    font-style:italic;
    font-size:14px;
    color:#505342;
    height:20px;
    
    text-align:left;
    vertical-align:middle;
    padding-top:5px;
    
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#dfe6d9;
}

.review-cat-bottom
{
    height:265px;
    
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#dfe6d9;
    border-left:1px;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#dfe6d9;
    border-right:1px;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#dfe6d9;
    border-top:1px;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#dfe6d9;
    background:url(images/review_cat_small_bg.jpg) repeat-x;
}

/* more buttons */

.button-more
{
    margin:0 40px;
    width:100px;
    height:19px;
    background: url(images/more_button_bg.PNG) no-repeat;
    font-family:Arial;
    font-size:10px;
    text-align:center;
    padding-top:3px;
    float:right;
    vertical-align:bottom;
}

.button-more-orange
{
    margin:0 20px;
    width:100px;
    height:19px;
    background: url(images/more_button_orange_bg.PNG) no-repeat;
    font-family:Arial;
    font-size:10px;
    text-align:center;
    padding-top:3px;
}

.button-more-review
{
    width:100px;
    height:19px;
    background: url(images/more_button_orange_bg.PNG) no-repeat;
    font-family:Arial;
    font-size:10px;
    text-align:center;
    padding-top:3px; 
   }

.button-more-centered
{
    margin:0 auto;
    width:100px;
    height:19px;
    background: url(images/more_button_bg.PNG) no-repeat;
    font-family:Arial;
    font-size:10px;
    text-align:center;
    padding-top:3px;
}

.button-more a
{  
    text-decoration:none;
    color:#abc99d;
}

.button-more-centered a
{  
    text-decoration:none;
    color:#abc99d;
}

.button-more-orange a
{
    text-decoration:none;
    color:#f5f6f0;
}

.button-more-review a
{
    text-decoration:none;
    color:#f5f6f0;
}

.button-more a:hover, .button-more-centered a:hover,.button-more-orange a:hover,.button-more-review a:hover
{
    color:White;
}

/* message box */
.message-box
{
    padding:20px;
    margin:0 auto;
    width:50%;
    font-family:Arial;
    font-size:16px;
    color:#1f1e1d;
}

.message-box-title
{
font-size:24px;    
}

/* search box */

.search-box-wrapper
{
float:right;
width:160px;
height:25px; 
margin-top:-7px;   
}

.search-box-textfield
{
    float:left;
    background-color:#031506;
    border:1px;
    height:17px;
    width:120px;
    border-style:solid;
    border-width:1px;
    border-color:#112e04;
    color:#4a5439;
    font-family:Arial;
    font-size:11px;
    padding-top:5px;
}

.search-box-searchbutton
{
background: url(images/search_button_bg.png) no-repeat;
width:26px;
height:23px;   
border-style:none;
border:0px;
border-width:0px;
}

/* bread crumb */
.bread-crumb-wrapper
{
float:left;  
margin-top:-20px;  
font-family:Arial;
font-size:14px;
color:#878787;
}

/*article display */
.article-wrapper
{
    width:670px;
    min-height:500px;
    float:left;
    text-align:left;
}

.article-title
{
margin:20px;
color:#585858;
font-family:Arial;
font-size:30px;    
}

.article-date-wrapper
{
margin:0 auto;
margin-bottom:15px;
width:93%;
height:20px;
padding-left:10px;
padding-top:3px;
padding-bottom:3px;
font-family:Arial;
font-size:14px;
color:#585858;
border-top-style:solid;
border-top-width:1px;
border-top-color:#dfe6d9;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#dfe6d9;
}

.article-date
{
float:left;
margin-top:2px;    
}

.article-options
{
float:right;
}

.article-options a
{
text-decoration:none;
border:0px; 
}

.article-options img
{
text-decoration:none;
border:0px; 
}

.article-content
{
font-family:Arial;
font-size:13px;
color:#585858;  
margin:0 auto;
width:93%;
}

/* add message */
.add-message-wrapper
{
    margin:0 auto;
    width:670px;
    font-family:Arial;
    color:#6d6d6c;
    font-size:14px;
    padding:20px;
}

/* add comment */
.add-comment-wrapper
{
    margin-top:5px;
    width:670px;
    height:290px;
    float:left;
    font-family:Arial;
    color:#6d6d6c;
    font-size:14px;
    
}

.add-comment-head
{
    text-align:left;
    background: url(images/add_comment_head_bg.jpg) no-repeat;
    height:19px;
    padding-top:6px;
    width:100%;
    color:#479229;
    font-size:12px;
    font-family:Arial;
}

.add-comment-wrapper table
{
width:90%; 
margin:0 auto;  
}

.add-comment-IP
{
font-size:10px;
margin:10px;    
}

.button-send
{
margin-left:5px;
border:0px;
background: url(images/more_button_bg.png) no-repeat;
width:100px;
height:19px; 
font-family:Arial;
font-size:10px;
text-align:center;
color:#c8dbbe;   
}


/* textbox types */
.textbox-normal
{
border:0px;
height:25px;
width:230px;
background: url(images/textbox_normal_bg.jpg) no-repeat;    
}

.textbox-small
{
border:0px;
height:25px;
width:150px;
background: url(images/textbox_normal_bg.jpg) no-repeat; 
}

.error-color
{color:red;}

.textbox-large
{
border:0px;
height:140px;
width:460px;
background: url(images/textbox_large_bg.jpg) repeat-x;   
}

/* comment */
.comment-wrapper
{
    margin-top:5px;
    width:670px;
    float:left;
    font-family:Arial;
    color:#6d6d6c;
    font-size:12px;
      
    text-align:center;
}

.comment-head
{
    width:100%;
    height:20px;
    background: url(images/add_comment_head_bg.jpg) no-repeat;  
    padding-top:5px;
}
.pager-wrapper
{
    margin-top:5px;
    width:670px;
    min-height:150px;
    float:left;
    font-family:Arial;
    color:#6d6d6c;
    font-size:12px;
    padding-top:5px;  
    text-align:center; 
}

.pager-wrapper a
{
    text-decoration:none;
}

.comment-title
{
width:95%;
height:20px;
margin:0 auto;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#dfe6d9;  
font-size:14px; 
text-align:left; 
}

.comment-date
{
float:right;  
}

.comment-warn-button
{
    float:right; 
    background: url(images/warn_button_bg.png) no-repeat;
    border:0px;
    width:20px;
    height:19px;
    margin-top:-2px;
    margin-right:5px;
}

.comment-content
{
text-align:left;
width:95%;
margin:0 auto;
padding-top:10px;
padding-bottom:10px;
}

.comment-poster-name
{
float:left;    
}

.comment-poster-name a
{
text-decoration:none; 
color:#6D6D6C;   
}

/* box border */
.bordered
{
    border:1px;
    border-style:solid;
    border-width:1px;
    border-color:#dfe6d9;
}
/* side articles */
.side-articles-wrapper
{
    float:left;
}

.side-articles-left
{
    float:left;    
}

/*head articles*/
.head-articles-wrapper
{
    width:670px;
    float:left;
}

.head-articles-left
{
    float:left; 
    width:48%;   
}

.head-articles-right
{
    float:right;
    width:48%;
    border-left:1px;
    border-left-color:#dfe6d9;
    border-left-style:solid;
}

.head-article
{
    text-align:left; 
    margin-bottom:25px;
    margin-left:20px;
}

.head-article-title
{
    color:#879158;
    font-family:Arial;
    font-size:18px;
    margin-bottom:5px;
}

.head-article-title a
{
    color:#879158;
    text-decoration:none;
    font-family:Arial;
    font-size:16px;
}

.head-article-title a:hover
{
    text-decoration:none;
}

.head-article-desc
{
    color:#555452;
    font-family:Arial;
    font-size:12px;
}

/* topics box */
.latest-topics
{ 
    padding-top:6px; 
    height:19px;
    text-align:left; 
    color:white;
    font-family:Arial;
    font-size:12px;
    vertical-align:middle;
    background:#f4ba1a url(images/latest_posts_head_bg.jpg) no-repeat;
}

.topics-row
{
    
}

.leftmargined
{
    margin-left:25px;
    }

.topic-title
{
    color:#6a6a67; 
    text-align:left;
}

.topic-title a
{
    color:#6a6a67; 
    text-align:left; 
    text-decoration:none;  
}

.topic-title a:hover
{
    text-decoration:underline; 
}

.topics-row
{
    height:25px; 
    text-align:left;   
}

/* news box */
.news-wrapper
{
    float:left;    
    width:440px;
   /* margin-top:25px;*/
}

.news-left
{
    float:left;   
    padding-top:5px; 
    height:20px;
    text-align:center; 
    width:220px; 
    color:#879158;
    font-family:Arial;
    font-size:12px;
    vertical-align:middle;
    border-right:0px!important;
}

.news-left a
{
text-decoration:none;  
color:#ffffff;
}

.news-left a:hover
{
text-decoration:none;   
color:#ffffff; 
}

.news-right a
{
text-decoration:none;  
color:#ffffff;  
}

.news-right a:hover
{
text-decoration:none;  
color:#ffffff;  
}

.news-active
{
  background:#dfe6d9 url(images/news_active_bg.jpg) no-repeat;  
}

.news-passive
{
   background:#eff2ea url(images/news_passive_bg.jpg) no-repeat;   
}

.news-right
{
    float:right; 
    padding-top:5px; 
    height:20px;
    text-align:center; 
    width:218px;    
    color:#d6dac6;
    font-family:Arial;
    font-size:12px;
    vertical-align:middle;
    border-left:0px!important;
}

.news-content
{
    width:100%;
    float:left;
    font-family:Arial;
    font-size:14px;
    background: url(images/news_box_bg.png) no-repeat;  
    padding:5px;  
}

.news-time
{
    color:#879158;    
}

.news-title
{
    color:#6a6a67; 
    text-align:left;   
}

.news-title a
{
    color:#6a6a67; 
    text-align:left; 
    text-decoration:none;  
}

.news-title a:hover
{
    text-decoration:underline; 
}

.news-row
{
    height:25px; 
    text-align:left;   
}

/* follow box */
.follow-box-wrapper
{
    width:155px;
    float:left;
    /*margin-top:25px;*/
    margin-left:20px;
    text-align:center;
}

.follow-box-title
{
    width:100%; 
    padding-top:5px; 
    height:20px; 
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#dfe6d9; 
    margin-bottom:10px;
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    background: url(images/follow_box_head_bg.jpg) no-repeat;
}

.follow-box-content
{
    color:#555452;
    font-family:Arial;
    font-size:12px!important;
    text-align:left;
    margin-bottom:15px;
}

.follow-col
{
width:60px; 
text-align:center;   
}

.ff-hack
{
font-size:12px;    
}

/*webpart mode manager */
.webpart-mode-manager
{
position:absolute;
top:0px;
left:0px;   
}

/* web part editor zone */
.editor-zone-wrapper
{
position:absolute; 
z-index:10; 
left:50%; 
top:160px; 
width:400px;
background-color:#dde3eb; 
margin-left:-200px;
}

.site-cover
{
width:100%;
height:100%;
left:0px;
top:0px;
position:absolute;
z-index:5;
background-color:black;
opacity:0.4;
filter:alpha(opacity=40)
}

/*contact page details */
.contact-details-wrapper
{
    margin:0 auto;
    font-family:Arial;
    color:#878787;
}

.contact-details-title
{
    font-size:20px;
    font-weight:bold;    
}

.contact-details-content
{
font-size:16px;    
}

/* ---------========== Admin Site =========----------- */
/* login wrapper box */
.login-wrapper
{
    margin:0 auto;
    text-align:left;   
    color:#8e9862;
    font-family:Arial;
    font-size:14px;  
    height:146px;
    
    border-left:1px;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#dfe6d9; 
    
    border-right:1px;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#dfe6d9;  
    background: url(images/follow_inner_bg.png) repeat-x;   
}

.admin-main-wrapper
{
 text-align:left;   
 color:#8e9862;
 font-family:Arial;
 font-size:14px;
}

.sectionsubtitle
{
font-weight:bold;    
}

/* table */

.details-table
{
text-align:left;
border:1px;
border-color:#878787;
border-style:solid;
border-width:1px;
font-family:Arial;
font-size:16px;
color:#736b5e;
margin:0 auto;
}

.details-table-row0
{
background-color:#eaeaea;
}

.details-table-row1
{
background-color:#e9ecdd;
}

/* admin breadcrumb */
.AdminBreadCrumb
{
font-family:Arial;
font-size:12px;
color:#736b5e;
margin-bottom:25px;
}

.AdminBreadCrumb a
{
    text-decoration:none;
    color:#73755e;
}

.AdminBreadCrumb a:hover
{
    text-decoration:none;
    color:#73755e;
}

/* category slider */

.main-cat-scr-menu
{
float:left;
height:326px;
width:176px;
text-align:left;
font-family:Arial;
font-weight:bold;
font-size:14px;
color:#0f3710;
background: url(images/cat_scr_menu_bg_new.PNG) no-repeat 0 0;
}

.selected
{
	border-top:1px;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#4b992b; 
	
	border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#4b992b; 
}

ul.main-cat-item
{
list-style-type:none;
margin-left:-30px;
margin-top:30px;
}

.main-cat-item a
{
text-decoration:none;
height:45px;
color:#0f3710;
}

.main-cat-item a:hover
{
color:#0f3710;
}

.main-cat-item li
{
height:45px;
margin-bottom:10px;
}

.errorField
{
    color:#879158;
    text-decoration:none;
    font-family:Arial;
    font-size:16px;
    float:left;
    width:600px!important;
}

/* search result */

.search-result-header
{
    WIDTH: 670px; FONT-FAMILY: Arial; FLOAT: left; COLOR: #6d6d6c; FONT-SIZE: 30px;
    BORDER-BOTTOM: #dfe6d9 1px solid;
    padding-bottom:5px;
    margin-bottom:15px;
    text-align:left;
}

.search-result-head-text
{
margin-left:10px;    
}

.resulttext
{
background-color:#fdf617;
color:#ed930d;    
}

.subheading
{
font-weight:bold;  
color:#438C27;  
}

.subheadingCat
{
color:#d16a0b; 
font-size:18px;  
}

.textfield
{
    text-align:left;
    padding:15px;
    color:#555452;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    float:left;
    width:85%;
}

.category-lead-text
{
    margin-left:10px;
    color:#555452;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    text-align:left;
}

.cat-lead-wrapper
{
    /*padding-top:20px;*/
    float:left;
    width:670px;
    margin-bottom:5px;
}
    
.cat-lead-title
{
   width:100%;
   font-family:Arial;
   font-size:20px;
   color:#d16a0b;
   border-left:solid 3px #a7d60c;
   /*text-align:left;*/
   margin-bottom:20px;
}
/* advertisement box */
.adbox-wrapper
{
    float:left;
    margin-left:10px;
}

.adbox img
{
        border-style:none;
        border-width:0px;
}

.adbox-head
{
text-align:left;
font-family:Arial;
font-size:12px;
color:#ffffff;
padding-top:6px;
height:19px; 
background: url(images/adbox_head_bg.jpg) repeat-x;
}
/* scroller css */

#scrollup 
{
        position: relative;
        overflow: hidden;
        border: 1px solid #e0e7da;
        height: 150px;
        width: 415px;
        background: url(images/scroller_bg.png) no-repeat;
        text-align: left;
}
.scroller-wrapper
{
float:left;    
}
.scrollup-head
{
text-align:left;
font-family:Arial;
font-size:12px;
color:#ffffff;
width:415px;
padding-top:6px;
height:19px;    
background: url(images/scroller_head_bg.jpg) no-repeat;
}

.headline 
{
        position: absolute;
        top: 210px;
        left: 5px;
        height: 140px;
        width:400px;
        font-family:Arial;
        font-size:12px;
        color:#5a5a5a;
}

.headline a
{
        color:#5a5a5a;
        font-size:14px;
        text-decoration:none;
        border-style:none;
        border-width:0px;
}

.headline img
{
        border-style:none;
        border-width:0px;
}

.headline a:hover
{
    text-decoration:underline;
}

.head-pic
{
  margin-right:10px;  
  float:left; 
}


