/* Begin Structure Styles =============================================== */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;


}



#wrapper {
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#page-wrapper {
  margin:0 auto;
  width:980px;
}



#header-back {
	clear:both;
	margin: 0 auto;
	background: url(../images/header_back.jpg) repeat-x #999;
	height: 170px;

}


#header {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
	height: 170px;
}



.home-back {
	clear:both;
	margin: 0 auto;
	background: url(../images/home_back.jpg) repeat-x;


}

.pages-back {
	clear:both;
	margin: 0 auto;
	background: url(../images/pages_back.jpg) repeat-x;
	min-height: 300px;
}



.banner_home{
	background:url(../images/banner_home.jpg) no-repeat;
	width:980px;
	padding:375px 0 0 0;
	height:190px;
	overflow:hidden;

	
	}
	


#logo {
	float:left;
	padding:10px 0 0 30px;
	width:200px;


}





#call {
	background:url(../images/phone_icon.png) no-repeat;
	float:left;
	padding:0 0 0 25px;
	width:240px;
	font-size:32px;
	font-weight: bold;


}


.icon{
	
	float:left;
	width:50px;
	text-align:center;
	font-size:9px;}


#footer {
	clear:both;
	margin:0 auto;
	padding:0;
	color:#FFF;


}



.footerlinks{
	float:left;
	width:220px;
	margin:0 5px 5px 0;
	padding:8px;
	font-size:14px;
	text-align:left;
	color:#FFF;
	}
	
	 .footerlinks a:link {
		 	color:#FFF;
			text-decoration:none;
	 }
	 
	 	 .footerlinks a:hover {
		 	color:#FFF;
	 }
	 
	 	 .footerlinks a:visited {
		 	color:#FFF;
			text-decoration:none;
	 }
	
.footerlinks li{
	padding:5px;
	display:block;
	border-bottom:dashed #FFF 1px;

	}	


#footer-top {
	clear:both;
	margin:0 auto;
	padding:0;
	background:#052038 url(../images/footer-top-back.jpg) repeat-x;
	height: 81px;
}

#footer-bottom {
	clear:both;
	margin:0 auto;
	padding:0;
	background:#052038 url(../images/footer-bottom-back.jpg) repeat-x;
	height:297px;




}
#footer-wrapper {
	margin: 0px auto;
	padding: 0;
	width: 980px;
	height: 130px;
	color: #7d7d7d;
	text-align: center;

}



#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}




#moirae {
	float:right;
	padding: 5px;
	margin:0;
	width: 180px;
	text-align:left;


}




.footer-left {
	padding: 20px 0 0 0;
	float:left;
	width:750px;
	text-align: left;
color:#FFF;


}

.footer-middle {
	padding: 10px;
	float:left;
	width:700px;



}

.footer-right {
	padding: 10px;
	float:left;
	width:170px;
	text-align: left;



}







/* End Structure Styles =============================================== */



/* menu Styles =============================================== */

#menucolumn{
	margin-left: 420px; /*Set left margin to LeftColumnWidth*/
}



#menu{
	font: bold 14px Arial; /*leave this value as is in most cases*/
	margin:19px 0 0 0;
	float: right;

	width:980px;


}

#menu ul{
	
	margin: 0;
	padding: 0;

	/*width of menu*/
border-width: 1px 0;
	list-style:none;

}

#menu ul li{
	display: inline;

}

#menu ul li a{

color: #000000; /*text color*/
padding: 6px;
text-decoration: none;
border-right:1px solid #000;

}

#menu ul li.last a{
	border-right:none;
}

#menu ul li a:visited{

}

#menu ul li a:hover, #menu ul li .current{
	/*background:url(../images/menu_over.jpg);*/
	background-color: #b8b8b8;
color: #fff !important; /*text color of selected and active item*/
padding: 15px 6px;
}

#menu ul li.current a:link, #menu ul li.current {
	background:url(../images/menu_over.jpg);
	color:#0B3E6B;
}
	











	
/* main */


	
	
/* Start Content Styles =============================================== */



#content_container {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}


.container {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

.white-container {
	background:#FFF;
	margin: 0 auto;
	width: 980px;
	min-height: 300px;
}



#left_container {
	float: left;
	width: 650px;
	padding:0 0 10px 0;
}




#right_container {
	float: right;
	padding: 0 0 20px 0;
	width: 300px;


}


.halfdiv{
	float: left;
	padding: 0;
	width: 200px;
	
	}

.hgrey {
	color:#7f807f;
}


.hred {
	color:#c5168d;
}

.hblack{
	
	color:#1a171b;
	
	
	}






.bullets {
	float:left;
	margin: 0 0 20px 30px;
}

.bullets ul {
	margin:0;
	padding:0;
	list-style:none;
	display: inline;
	font-size: 20px;
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#57a828;
	
}

.bullets li{
	margin:0;
	padding:12px 0px 8px 15px;

	display:block;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
}

.bullets li.last{
	border-bottom:none;
}



/* End Content Styles =============================================== */

/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#B7CE35;
	margin:10px 0 20px 0;
	float: left;
	width:680px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	display: inline;
	background-image:url(../images/bread_bul.png);
	background-repeat:no-repeat;
	padding:3px 5px 0 15px;
	background-position: 0px 6px;
	color:#B9CF3C;
}


#breadcrumb ul li a {
	font-weight:bold;
	text-decoration:underline;
	color:#B9CF3C;
}

#breadcrumb ul li a:hover {
	text-decoration:none;
	color:#FFF;
}

.numbering {
	float: left;
	border: 1px solid #d3d6d7;
	text-align: right;
	padding: 6px 10px 6px 10px;
	margin: 0 0 6px 0;
	font-size:12px;
}

/* End Breadcrumb Styles =============================================== */


/* Begin Class Styles =============================================== */


p  {
	
	
	padding:0;
	margin:5px 0 5px  0;
	}
	

 h1{
	font-size:22px;
	padding:0;
	margin:5px 0 5px  0;
	font-weight:bold;
	text-align: left;
}




h2 {
	font-size:16px;
	margin:0;
	padding:5px 0 5px  0;
	font-weight:bold;
	text-align: left;

	
	}
	
h3 {
	font-size:16px;
	padding:0;
	margin:5px 0 5px  0;
	font-weight:bold;
	text-align: left;
	
	}	
	
h4 {
	color:#494949;
	font-size:11px;
padding:0;
	margin:5px 0 5px  0;
	font-weight: bold;
	
	}	

.fontsize9px {

	font-size:9px;

	
	}	


.fontsize10px {

	font-size:10px;

	
	}	

.fontsize11px {

	font-size:11px;

	
	}	

.fontsize12px {

	font-size:12px;

	
	}	
	
	.fontsize14px {

	font-size:14px;

	
	}	
	
.fontsize16px {

	font-size:16px;

	
	}
	
.fontsize18px {

	font-size:18px;

	
	}		
	
	
.fontsize24px {

	font-size:24px;

	
	}		
	
	
.padding5px {
	padding:5px;
}	

.padding10px {
	padding:10px;
}

.padding20px {
	padding:20px;
}


.marginleft10px {
	margin:0 0 0 10px;
}


.margin10px {
	margin:10px;
}


.margin20px {
	margin:20px;
}


.paddingleft10px {
	padding:0 0 0 10px;
}

.paddingleft20px {
	padding:0 0 0 20px;
}


.marginleft40px {
	margin:0 0 0 40px;
}


.paddingright10px {
	padding:0 10px 0 0;
}

.paddingright20px {
	padding:0 20px 0 0;
}


.paddingright30px {
	padding:0 30px 0 0;
}


.paddingtop10px {
	padding:10px 0 0 0;
}
.paddingtop20px {
	padding:20px 0 0 0;
}

.paddingbottom10px {
	padding:0 0 10px 0;
}



.marginbottom5px {
	margin:0 0 5px 0;
}



.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #333;
}
.fontgreen{
	color: #57a828;
}
.fontblack {
	color: #000000;	
}

.fontred {
	color: #ff2222;
}

.fontyellow {
	color: #ffb10f;	
}

.border {
	border: 2px #757575 solid;
}

.border2 {
	border: 2px #B7B7B7 solid;
}



.borderright {
	border-right: 1px solid #EA8383;
}

.borderleft {
	border-left: 1px solid #7399AD;
}

.borderbottom {
	border-bottom: 1px solid #DEDEDE;
}

.borderbottomdashed {
	border-bottom: 1px dashed #57a828;
	margin: 10px 0 10px 0;
}

.backgroundred {
	background-color: #8e1104;
}

.backgroundgrey {
	background-color: #eceeef;
}


.backgroundblue {
	background-color: #173147;
}

.backgroundlightblue {
	background-color: #355068;
}

.backgrounddarkblue {
	background-color: #143c5f;
}



a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #052038;
}



	
a.blue:link, a.blue:visited, a.blue:active {
	text-decoration: none;
	color: #00306E;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}

a.blue:hover {
	text-decoration: underline;
		font-size:16px;
	font-weight:bold;
}	

a.white:link, a.white:visited, a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	text-decoration: underline;
}


a.green:link, a.green:visited, a.green:active {
	text-decoration: none;
	color: #57a828;
}

a.green:hover {
	text-decoration: underline;
}



a.dark:link, a.dark:visited, a.dark:active {
	text-decoration: none;
	color: #141414;
}

a.dark:hover {
	text-decoration: underline;
	color: #141414;
}


.aligncenter {
	text-align:center;	 

			 
}







/* Begin Form Styles =============================================== */

.search {
	float:right;
	margin:10px 20px 0 0;

	}


.searchlabel {
	display: block;
	float: left;
	text-align: right;
	padding: 3px 8px 0 0px;
	margin-bottom: 10px;
	width: 50px;
	font-weight: bold;
	height: 25px;
}



.searchinput {
	font-size: 12px;
	float:left;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #939191;
	height: 20px;
	line-height:20px;
	font-weight:normal;
	width:130px;
}






.right_contact {
	background:#FFF;
	padding:20px 20px 40px 20px;
	border:#8da036 solid 1px;
	width:260px;
	float:right;
	
	
	
	
	}


.form {
	padding: 0;
	margin:10px 0 0 0;
	width: 300px;
	float:left;
}

.form_contact_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(/images/form_contact_top.png)  no-repeat;
}

.form_client_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(/images/form_client_top.png)  no-repeat;
}

.form_client_feedback_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(/images/form_client_feedback_top.png)  no-repeat;
}



.form_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(/images/form_top.png)  no-repeat;
}


.form_middle {
	padding:10px 0 0 0;
	margin:0;
	width: 300px;
	float:left;
	background:url(/images/form_middle.png) 	repeat-y;
}

.form_bottom {
	padding:0;
	margin:0;
	width: 300px;
	height:20px;
	float:left;
	background:url(/images/form_bottom.png)  no-repeat;
}


.contactbox  {
	padding: 10px 0 0 20px;
	margin: 20px 0 0 0;
	width: 925px;
	height:45px;
	background:url(/images/contact_long_box.png);
	float: left;
	
}


.contactpage_form {
	width: 388px;
	height:360px;
	background:url(/images/projects_back.png);
	float: right;
}

.contactpage_form h1{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:28px;
	color:#fcb03c;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:15px;
	font-weight:normal;
}

legend { 
	padding: 0;
	font-size:14px;
	font-weight: bold;
}

input:focus, textarea:focus {
border: 1px #b5b5b5 solid;
}


fieldset{
	
	padding:0;
	margin:0;
	border:none;
	}

label {
	display: block;
	float: left;
	text-align: right;
	padding: 6px 8px 0 0px;
	margin-bottom: 10px;
	width: 220px;
	font-weight: bold;
	height: 25px;
}



.label2 {
	display: block;
	float: left;
	text-align: right;
	padding: 6px 8px 0 0px;
	margin-bottom: 8px;
	width: 75px;
	font-weight: bold;
	height: 25px;
}


.label3 {
	display: block;
	float: left;
	text-align: left;
	padding: 6px 5px 0 0px;
	margin-bottom: 5px;
	width: 150px;
	font-weight: bold;
	height: 25px;
}


.inputcontact {
	font-size: 12px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	height: 20px;
	line-height:20px;
	font-weight:normal;
	width:300px;	
}

.input {
	font-size: 12px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	height: 20px;
	line-height:20px;
	font-weight:normal;
	width:260px;
	margin:0 0 10px 0;
}


.floatinput {
	float:left;
	font-size: 12px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	height: 20px;
	line-height:20px;
	font-weight:normal;
	width:150px;
	margin:5px 10px 10px 0;
}



		
.selectcontact {
	float: left; 
	color: #333;
	border: 1px #b5b5b5 solid;
	height: 25px;
	line-height:25px;
	font-size: 12px;
}



.textarea {
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	font-family: arial, sans-serif;
	width:220px;
	margin-bottom:15px;
	font-weight:normal;
}

.textareacontact {
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	font-family: arial, sans-serif;
	width:300px;
	margin-bottom:15px;
	font-weight:normal;
}





a.button {
	background: transparent url(../images/button.gif) no-repeat scroll top right;
	color: #FFF;
	display: block;
	float: left;
	font: normal 11px arial, sans-serif;
	height: 30px;
	margin-right: 6px;
	margin-bottom: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	
}

a.button span {
    background: transparent url(../images/button_span.gif) no-repeat;
    display: block;
	line-height: 20px;

    padding: 5px 0 5px 15px;

	color: #FFF;

} 


a.button:hover {
	 background-position: bottom right;
	color: #000;
	 
}

a.button:hover span {
    background-position: bottom left;
	
} 








.submit {
	float: left;
	background: url(../images/red_btn.png) no-repeat;
	border: none;
	width:125px;
	height:125px;
	cursor:pointer;
	text-decoration: none;
	font-weight:normal;
	font-size:18px;
	color: #fff;
	text-align:center;
	padding: 3px 0 5px 0px;
}

.submit:hover {
	float: left;
	background: url(../images/red_btn_on.png) no-repeat;
	border: none;
	height:125px;
	cursor:pointer;
	text-decoration: none;
	color: #FFF;
	text-align:center;
    padding: 3px 0 5px 0px;


}

a img {border: none;}

.add-to-basket {
	float: right; 
	background: url(../images/add-to-basket-off.jpg) no-repeat;
	border: none;
	width:97px;
	height:69px;
	cursor:pointer;

}

.add-to-basket:hover {
	float: right; 
	background: url(../images/add-to-basket-on.jpg) no-repeat;
	border: none;
	width:97px;
	height:69px;
	cursor:pointer;

}



a img {border: none;}


.quoteback{
	background:url(../images/blue_bar.png);
	width: 980px;
	height: 190px;
	
}

.quoteleft{
	float:left;
	width:790px;
	color: #FFF;
	padding: 0 0 0 20px;
	font-size: 12px;
	
	}
	
.quoteright{
	float:left;
	width:130px;
	color: #FFF;
	padding: 0 0 0 20px;
	font-size: 12px;
	
	}		
	




.sliders {
  visibility: hidden;
}


.range_low {
	color: #FFF;
  font-size: 12px;
  font-weight: bold;
  float: left;
}

.range_high {
	color: #FFF;
  font-size: 12px;
  font-weight: bold;
  float: right;
}

.quoteform{
	float:left;
	width:260px;
	color: #FFF;
	
	}	
	


.quoteslider{
	float:left;
	margin:10px;
	width:260px;
	color: #FFF;
	
	}	
	
	
.quotespan{
	color: #FFF;
	font-size:14px;
	font-weight:bold;
	margin: 5px;
}








/* End Form Styles =============================================== */


.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}

.clear {
	clear:both;
	
	}


.accToggler{
	margin:0 0 0 0;
	padding:10px 0px 10px 0;
	display:block;
	font-size:16px;
	clear: both;
}

.accContent{
	margin:0 0 0 0;
	display: none;
	padding: 20px;
	
}

.bottom_text {
float:left;
padding:20px 0 0 0;


}

.newsdiv {
	width:300px;
	float:left;
    background-color: #355068;
	padding:10px;
	color:#FFF;
	
}

.article {
	float:left;
	padding:10px 0 10px 0;
}

.news_image {
	float:left;
	padding-left:4px;
	width:99px;
}

.news_text {
	float:left;
	padding-left:8px;
	padding-right:15px;
	width:178px;
}

.news_text p{
	padding:0px;
	margin:0px;
	line-height:15px;
}


.botttomleft {
	float:left;
	width:520px;
	padding:0 10px 0 0;
}

.botttomright {
	float:left;
	width:380px;
	padding:0 0 0 20px;
}



.testimonialsquote {
	float:left;
	
	
	}


.testimonialspages {
	font:italic 15px Arial, "Times New Roman", Times, serif;
	color:#eaeaea;
	line-height:16px;
	}
	
	
.testimonialspages_title {
	font:bold 14px Arial, "Times New Roman", Times, serif;
	padding:10px 0 0 0;
	}

.testimonials {
	float:left;
	width:270px;
	margin:10px 10px 0 0;
	border-bottom: solid 1px #999;

	}
	


.testimonials-back {
	float:left;
	width:480px;
	height:312px;
	border: solid 1px #999;
	background: url(../images/testimonials-back.png)  no-repeat;

	}




	
.links {
	float:left;
	width:220px;
	margin:0 5px 5px 0;
	padding:8px;
	border: solid 1px #999;
	background: url(../images/tabcontent_back.png) right top no-repeat;
	font-size:14px;

	}




#rotating_items{
	position: relative;

}
	#rotating_items h3{
		margin: 0px;
	}
 
	#rotating_items div.rotating_item{
		position: absolute;
	}





#rotating_pictures{
	position: relative;
}
	#rotating_pictures h3{
		margin: 0px;
	}
	#rotating_pictures div.rotating_picture{
		position: absolute;
	}






img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}




.special-left{
	float:left;
	width:275px;
	padding:0;
	margin:0px 30px 20px 20px;

	}

	
.products{
	float:left;
	width:165px;
	padding:0;
	margin:0 10px 10px 0;
	color:#202020;
	text-align: center;

	}
	

.product-details{
	float: right;
	padding: 10px 10px 20px 20px;
	width: 675px;
	background:url(../images/details-box-trans.png) repeat-x;
	border:#FFF solid 1px;

	}

.product-details-left{
	float:left;
	width:275px;
	padding:0;
	margin:5px 20px 10px 0;

	}
	
.product-details-right{
	float:left;
	width:335px;
	padding:0;
	margin:0;

	}
	

.product-details-price-box{
	float:left;
	width:165px;
	padding:10px 0 0 0;
	margin:0;
	text-align:center;
	height:56px;
	border:#757575 solid 2px;
	background:#FFF;
	color: #202020;
	font-weight: bold;

	}


.special_products_box{
	width:165px;
	float:left;
	background:#EBEBEB;
	margin: 4px 0 10px 0;
	height: 80px;
}




.products_box{
	width:165px;
	float:left;
	background:#c6c6c6;
	margin: 4px 0 0 0;
	height: 80px;
}


a.products_box:link, a.products_box:visited, a.products_box:active {
	text-decoration: none;
	color: #333;
}

a.products_box:hover {
	text-decoration: underline;
}

	
	
	
	
	.boxproduct {
	background:#c6c6c6;
	width:197px;
	margin:0 30px 20px 0;
	padding:0;
	float:left;
	color:#202020;
	text-align: center;

	}
	
	
.boxproduct_box{
	width:197px;
	float:left;
	background:#c6c6c6;
	padding: 5px 0 5px 0;
	font-size:14px;
	font-weight:bold;
}
	
	

	




.content_left {
	float:left;
	width:480px;
	color:#FFF;
	padding: 20px;
	
}


.content_right {
	float:left;
	width:320px;
	padding-left:10px;
	border-left:1px dashed #a8a8a8;
}


.content_box {
	width:670px;
	border:1px #FFF solid;
	padding:20px;
	float:left;
	margin:10px 0px 10px 0px;
}


.strike{
 text-decoration:line-through;
}



/* RSS FEED*/

.marquee0 {
	font-size:10px;
	color:#CCC;
	margin:10px 0 0 0;
	
	}

.marqueespace{
	padding:0 30px 0 30px;
	
	
	}
	
.rss{
	background:#e5e5e5;
	padding:10px;
	border:#ccc solid 1px;
	margin:0 0 5px 0;
	clear:both;
	min-height:120px;
	
	
	}	
	
.rssimage{
	float:left;
	padding:5px;
	width:70px;
	
	
	}
	
	
.rssdiv{
	float:left;
	padding:5px;
	width:480px;
	
	
	}		

.rssdesc{

padding:0 0 0 5px;
	
	}
	


.rssexvat{
float:left;
	font-size:14px;
	margin:0 10px 0 0;

	
	}
	
	.rssvat{

	font-size:14px;
	
	
	}

	
	
.big_button
{
  display: block;
  width: 125px;
  height: 125px;
  background: url(/images/red_btn.png) no-repeat 0 0;
  text-align:center;
  	 padding:30px 0 0 0;


}

.big_button:hover
{ 
  background: url(/images/red_btn_on.png) no-repeat 0 0;
  
}

.big_button span

{

	font-size:22px;
	 text-align:center;


	
}


a.big_button:link, a.big_button:visited, a.big_button:active {

	font-size:22px;
	text-decoration: none;
	font-weight:normal;
	color: #FFFFFF;
}

a.big_button:hover {

	text-decoration: none;
}




.black_button
{
  display: block;
  width: 125px;
  height: 38px;
  background: url(/images/black_btn.png) no-repeat 0 0;
  text-align:center;


}

.black_button:hover
{ 
  background: url(/images/black_btn_on.png) no-repeat 0 0;
  
}

.black_button span

{
  	line-height:34px;
	font-size:14px;
	 text-align:center;

	
}


a.black_button:link, a.black_button:visited, a.black_button:active {

	font-size:14px;
	text-decoration: none;
	font-weight:normal;
	color: #FFFFFF;
}

a.black_button:hover {

	text-decoration: none;
}


.contacttab{
float: left;
color: white; /*text color*/
padding: 20px 11px;
width:140px;
text-decoration: none;
text-align:center;
background:	url(../images/footer_tab_on.png);
font-size:22px;
margin:15px 0 0 0;
}

.newstab{
float: left;
color: white; /*text color*/
padding: 20px 11px;
width:140px;
text-decoration: none;
text-align:center;
background:	url(../images/footer_tab_off.png);
font-size:22px;
margin:15px 0 0 0;
}
