
#homepage_extra {
    width: 100%;
}
#homepage_extra td {
    border: 1px solid #ccc;
}
#homepage_extra td#brands {
    width: 152px;
}
#homepage_extra td#brands marquee{
    width: 152px;
    height: 420px;
    background-image: url(images/brands_bg.jpg);
    background-color: #fff;
}
#homepage_extra td#brands img {}
#homepage_extra td#special {
    border: 1px solid #1f71d5;
    position: relative;
}
#homepage_extra td#special .header,
#homepage_extra td#special #special_all {
    color: #fff;
    font-weight: bold;
    /*background-color: blue;*/
    text-align: center;
    font-size: 1.3em;
    height: 20px;
}
#homepage_extra td#special .body {
    min-height: 80px;
}
#news_table {
    margin: 0px;
    padding: 5px 10px 10px 5px;
    min-height: 195px;
}
#news_table ul.news {
    margin-left: 0;
    padding-left: 0;
	background-color: #e8eced;
	background-image:url(images/news_list_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border: 4px solid #fff;
}
#news_table ul.news li {
    list-style-type: none;
	font-size: 0.7em;
	line-height:normal;
	padding: 3px;
	text-align:justify;
	color: #000;
}
#news_table a {
    font-weight: bold;
    color: #a31a2d;
    font-size: 1.4em;
}
#news_table .published {
    color: #ac184a;
}
.brands_image{
    height:65px;
    width: 152px;
    padding: 3px 5px 5px 5px;
    background-color: #e5e5e5;
	background-image:url(images/brands_image.jpg);
	background-repeat:repeat-x;
	background-position:top;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.clients_image{
    height:65px;
    width: 152px;
    padding: 3px 5px 5px 5px;
    background-color: #e5e5e5;
	background-image:url(images/brands_image.jpg);
	background-repeat:repeat-x;
	background-position:top;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
#clients {
    width: 152px;
}
#clients h3 a {
    color: #fff;
}
#clients h3 {
    padding: 5px 10px 10px 10px;
}
#clients div.headline {
    background-color: #626262;
    background-image: url(images/headline_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    height: 30px;
    text-align: center;
}
td#news {
    width: 300px;
	background-color: #891a31;
	background-image: url(images/news_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 30px;
}
#news h3 a {
    color: #fff;
}
#news h3 {
    padding: 5px 10px 10px 10px;
}
#news div.headline {
    background-color: #b72354;
    background-image: url(images/headline_red_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    height: 30px;
    text-align: center;
}
#news .item {
    background-color: #e5e5e5;
	background-image: url(images/brands_image.jpg);
	background-repeat: repeat-x;
	background-position: top;
    border: 1px solid #b42050;
    padding: 5px;
    margin-bottom: 5px;
}
#news .item img {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
}
#news .title {
    font-size: 0.7em;
    line-height: normal;
}
#news .summary {
    font-size: 0.9em;
    line-height: normal;
}
#hamper_store h3 a,
#survey h3 a,
#motto_box h3 a {
    color: #000;
}
#hamper_store h3,
#survey h3,
#motto_box h3 {
    padding: 5px 10px 5px 10px;
}
#hamper_store div.headline,
#survey div.headline,
#motto_box div.headline {
    background-color: #626262;
    background-image: url(images/brands_image.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 30px;
    text-align: center;
}
#hamper_store img,
#survey img,
#motto_box img {
    float: left;
    margin: 10px;
    border: 1px solid #ccc;
}
td#special {
    width: 300px;
    background-color: #E1D6D0;
    background-image: url(images/special_offer_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}
td#special img {
    border: 1px solid #fff;
    float: left;
    margin: 15px 10px 25px 10px;
}
td#special .title {
    padding-top: 10px;
    margin: 10px 0;
}
td#special .title a {
    font-weight: bold;
    color: #cc0000;
    font-size: 1.2em;
}
#special div.header {
    background-color: #2e3397;
    background-image: url(images/headline_blue_bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
#special .header a {
    color: #fff;
}
td#special hr {
clear: left;
height: 1px;
color: #1f71d5;
margin: 15px 0px 15px 0px;
}

div#side_gallery img {
    margin: 6px;
    border: 1px solid #ccc;
}
#clients img {
    margin: 5px;
    border: 1px solid #ccc;
}
#motto {
  padding: 10px;
font-style: italic;
font-weight: bold;
color: #2b3da1;
font-size: 1.6em;
text-align: center;
font-family: Times New Roman;
line-height: normal;
}
#special_all {
    background-image: url(images/download_pdf.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    text-align: left;
    padding: 20px 10px 5px 100px;
    color: #fff;
    clear: both;
    background-color: #2e3397;
    min-height: 54px;
}
#special_all a {
    color: #fff;
    line-height: normal;

}
#special_all a:before {
   content: "» ";
}
.brands_image img {
margin: 0px;
padding: 0px;
margin: 0px 10px 0px 0px;
}
.brands_image {
text-align: center;
}

