*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
	background:#eaeaea url(images/bg.gif) top center repeat-y;

}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

	.content { 
		margin: 0 auto;
		width:780px;
		padding: 10px; 
	}
	
	.header { 
		height: 70px;
		background: #fff url(images/headerbg.gif) repeat-x bottom;
		color: #808080;
		margin: 3px 0;

		width: 100%;
	}

	.top_info {
		float: right;
		width: 50%;
		padding: 5px 0 4px 0;
		color: #808080;
	}
	.top_info_right {
		float: right;
		width: 290px;
		border-left: 1px solid #eee;
		text-align:right;
		padding: 5px;
	}


	.bar { 
		clear: both;
		font-size: 1.1em;
		height: 30px; 
		color: #FFF;
		background: url(images/menubg.gif) repeat-x;
	}

	.bar li { 
		padding: 6px 12px 6px 12px;
		float: left; 
	}
	
	.bar li.active { 
		background: url(images/bar.gif) repeat-x; 
	}
	.bar li.active  a{ 
		color: #000000;
		font-weight: bold;
		background:none;
	}	
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		text-decoration: none;
	} 	

	.bar li a:hover { 
		font-weight: bold;
		color: #000000; 
		text-decoration:underline;
	} 
	
	/*Modules*/
#modules {
margin-top : 10px;
height : 190px;
}
#modules #mod3 {
background : #fafafa url(images/topgreybox.jpg) no-repeat top;
height : 185px;
width : 258px;
float : right;
margin-top : 5px;
}
#modules #mod2 {
background : #fafafa url(images/topgreybox.jpg) no-repeat top;
height : 185px;
width : 258px;
float : right;
margin-right : 3px;
margin-top : 5px;
}
#modules #mod1 {
background : #fafafa url(images/topgreybox.jpg) no-repeat top;
height : 185px;
width : 258px;
float : left;
margin-top : 5px;
}
#modules .padding {
padding : 13px 20px 10px 20px;
}
#modules img {
border : 1px solid #d3d3d3;
float : left;
margin-bottom : 15px !important;
margin-bottom : 5px;
}
#modules .price {
color:#CC6600;
font : bold 2em "Tahoma", verdana, Arial;
padding : 15px 35px 0 0;
float : right;
text-align : right;
}
#modules .only {
color:#333333;
font : bold 0.4em "Tahoma", verdana, Arial;
}
#modules .text {
width : 100%;
float : left;
color:#333333;
text-align : justify;

}
#modules h2 {
font : bold 1.2em "Tahoma", verdana, Arial;
color : #618fb5;
background : transparent;
margin-bottom : 4px;
}
#modules h2 a {
color : #618fb5;
background : transparent;
}
#modules h2 a:hover {
text-decoration : none;
color : #719fc5;
}

/*END*/

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:1px solid #dadada;
width:760px;
text-align:center;
color:#808080;
background-color:#ffffff;
font-size:0.9em;
}

#footer p {
padding:0;
margin:0;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:underline;
}

#footer a:hover {
text-decoration:underline;
}


#maincontent #rightside {
float : right;
width : 230px;
background : #f0f0f0;
padding : 5px;
margin : 5px;
margin-right : 10px;
min-height:230px;
}

#maincontent #leftside {
margin : 5px;
padding : 5px;
width : 550px;
}


.date {
color : #aaa;
font-weight : bold;
background : transparent;
}
.orange {
color: #CC6600;
}
