
html, body {

	padding:0;
	margin:0;
	background-color:#0b0c0c;
	background-color:#282929;
	font-family:"Trebuchet MS","Arial";
	font-size:12px;
	color:white;
	
}

.push {
    height: 5em;
}

h1 {

	font-family:"Trebuchet MS","Arial";
	color:#c9322d;
	font-size:27px;
	font-style:italic;
	font-weight:normal;

}

h2 {

	font-family:"Trebuchet MS","Arial";
	color:#12c3c5;
	font-size:23px;
	font-style:normal;
	font-weight:normal;
}

.b_utton {
	color:white;
	background:#353535;
	border:1px solid gray;
	cursor: pointer;
	cursor: hand;
}

.t_input {
	color:black;
	background:#d9d9d9;
	border:1px solid #a1a1a1;
}

.send2friend_input {

	border:1px solid gray;
	background:#353535;
	color:white;
	
}

#footer_links {

	text-align:left;

}

a, a:visited {

	font-weight:normal;
	color:#5b7ed4;		
	text-decoration:none;
	
}

a:hover {

	font-weight:normal;
	color:#5b7ed4;		
	text-decoration:none;
	
	
}

a.prodlink, a:visited.prodlink {

	font-style:italic;
	font-size:19px;
	color:#fff;		
	text-decoration:none;
	
}

a:hover.prodlink {

	font-style:italic;
	font-size:19px;
	color:#c9322d;		
	text-decoration:none;
	
	
}

a.footlink, a:visited.footlink {

color:white;
font-size:12px;
text-decoration:none;

}

a:hover.footlink {

color:#c9322d;
text-decoration:none;

}


a.send2friend, a:visited.send2friend {

color:#719ed5;
font-size:12px;
text-decoration:underline;
	cursor: pointer;
	cursor: hand;


}

a:hover.send2friend {

color:#719ed5;
text-decoration:underline;
	cursor: pointer;
	cursor: hand;


}


a.more, a:visited.more {

color:#5b7ed4;
text-decoration:none;

}

a:hover.more {

color:#5b7ed4;
text-decoration:underline;

}

a.news_title, a:visited.news_title {
font-size:12px;
color:#c9322d;
text-decoration:none;

}

a:hover.news_title {
font-size:12px;
color:#c9322d;
text-decoration:underline;

}

a.top_small_nav_link, a:visited.top_small_nav_link {

color:white;
font-size:11px;
text-decoration:none;

}

a:hover.top_small_nav_link {

color:#c9322d;
font-size:11px;
text-decoration:none;

}

a.top_big_nav_link, a:visited.top_big_nav_link {

color:white;
font-size:16px;
text-decoration:none;
font-weight:normal;
font-style:italic;

}

a:hover.top_big_nav_link {

color:#c9322d;
font-size:16px;
text-decoration:none;
font-weight:normal;
font-style:italic;

}



a.nav_link, a:visited.nav_link {

	font-size:16px;
	font-weight:normal;
	color:white;		
	text-decoration:none;
	
}

a:hover.nav_link {

	font-size:16px;
	font-weight:normal;
	color:#c9322d;		
	text-decoration:none;
	
	
}

#container {
	
	width:600px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	
}

#footer {

	width:600px;

	margin-left:auto;
	margin-right:auto;

}

#footerback {
	
	clear:both;
	
	width:100%;
	background-color:#151515;	
	

}


