@import "drop-down/dropdown.css";
body,html {
	background-color: #4c4d4f;
	margin: 0px;
	padding: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img
{
	border:none;
}

h1 {
 font-size:1.2em;
}

h2 {
 font-size:1.05em;
}

a {
 text-decoration:underline;
 color:#000;
 font-weight:bold;
}

.clear {
	clear:both;
}


div.page_body
{
	width:925px;
	margin:35px auto;
	background-color: #c9c9c9;
}

div.head_present
{
	width:600px;
	height:225px;
	float:left;
	margin:10px;
	position:relative;
}

div.head_present img
{
	position:absolute;
	bottom: 10px;
	right: 10px;
}

div.head_menu
{
	width:295px;
	height:225px;
	float:left;
	margin:10px 10px 10px 0;

}

div.detail
{
	margin:0 10px 10px;
}

div.entity_detail
{
	width:600px;
	min-height:225px;
	float:left;
	margin:0 10px 10px 0px;
}

div.entity_detail_intro
{
	width:600px;
	min-height:225px;
	float:left;
	margin:0 10px 10px 10px;
}

div.entity_detail_intro div.news
{
	width:390px;
	min-height:235px;
	float:left;
	margin:0 10px 0px 0px;
	background-color: #000;
	color:White;
}

div.entity_detail_intro div.news div.Article-alone
{
	margin:15px 25px;
}

div.Article-alone a
{
	color:White;
}

div.entity_detail_intro div.images
{
	width:200px;
	min-height:235px;
	float:left;
	margin:0;
	background-color: #000;
}

div.body_support
{
	width:285px;
	min-height:235px;
	float:left;
	margin:0 10px 10px 0;
	background-color: #000;
	color:White;
}

div.body_support2
{
	width:295px;
	min-height:235px;
	float:left;
	margin:0 10px 10px 0;
	background-color: #000;
	color:White;
}

div.body_support2 div.Article-alone,div.body_support div.Article-alone
{
	margin:15px 25px;
}

div.Article-alone div.Article-text
{
	font-size:1.2em;
}

div.foot_menu
{
	height:30px;
	margin:0 10px 0 10px;
}

div.foot_line
{
	height:10px;
	background-color: #c9c9c9;
}
/*************************************************************************************************/
/** Main Menu ********************************************************************************/
/*************************************************************************************************/

div#mainmenu
{
	margin-left:10px;
}

div#mainmenu ul
{
	margin:10px 20px;
	padding:0;
}

div#mainmenu ul li
{
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
	background-image: url(/public/images/bg_button.jpeg);
	line-height:28px;
	height:28px;
	text-indent:15px;
}

div#mainmenu ul li a
{
	color:White;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	font-family: Verdana, Tahoma;

}

div#mainmenu ul li.active
{
	background-image: url();
	background-color: #c42634;
}


/*foot*/
div#foot_line
{
	background-color: #d3d4ce;
	height:35px;
	margin-bottom:5px;
	background-image: url(/proxia_mvc/www/pneudt/public/images/footer_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}

div#foot_menu div#company
{
	float:left;
}

div#foot_menu div#company_articles
{
	float:right;
}

div#FootMenu ul
{
	margin:0;
	padding:0;
	list-style: none;
}

div#FootMenu ul li
{
	float: left;
	margin-right:10px;
}
div#FootMenu ul li a
{
	text-decoration:none;
	font-weight:normal;
}

/********** MESSAGE BLOCK *******/

div.message_block
{
color: Orange;
border:1px solid red;
padding:5px;
}

