body
{
	font-family: Verdana;
	color:#06364f;
	padding:0px;
	margin:0px;
	font-size:11px;
}


input 
{
	font-family: Verdana;
	color:#06364f;
	padding:0px;
	margin:0px;
	font-size:10px;
}

textarea
{
	font-family: Verdana;
	color:#06364f;
	padding:0px;
	margin:0px;
	font-size:11px;

}

a
{
	cursor:pointer;
}

a:link#link
{
	text-decoration:underline;
	color:#545252;
}

a:focus#link
{
	text-decoration:underline;
	color:#9F1E23;
}

a:hover#link
{
	text-decoration:underline;
	color:#9F1E23;
}

a:visited#link
{
	text-decoration:underline;
	color:#545252;
}



/* ########## HEADER ########## */
#header
{
	margin:0px auto;
	
	height:100px;
	width:990px;
}

#headerTopMenu
{
	position:absolute;
	
	width:990px;
	margin-top:15px;
	
	text-align:right;

	color:#287EBC;
}

#headerTopMenuName:hover
{
  color:#9F1E23;
}


#headerTopMenuName
{
	margin-left:15px;
}


#headerLogo
{
	margin-left:28px;
	margin-top:44px;
	position:absolute;
}

#headerLogoFont
{
	position:absolute;
	margin-top:60px;
	margin-left:230px;
}

/* ########## BANNER ########## */

#banner
{
	height:170px;
	 color:#336633;
	background-image: url(design/bannerBG.jpg);
	background-repeat:repeat-x;
	background-attachement: fixed;
}

#bannerArea
{
	margin:0px auto;	
	width:990px;
}

#bannerLeft
{
	position:absolute;
	margin-left:20px;
	margin-top:32px;
}

#bannerFlashArea
{
	position:absolute;
	margin-left:230px;
	margin-top:32px;
}

#bannerMainCategoriyArea
{
	position:absolute;
	margin-left:230px;
}

#bannerMainCategories
{
	height:32px;
	width:130px;	
	
	background-image: url(design/bannerGrid.png);
	background-repeat:no-repeat;
	
	float:left;
}

#bannerMainCategoriesName
{	
	margin-top:9px;
	
	font-size:11px;
	font-weight:bold;

	text-align:center;
	color:#E3E8E8;
}
#bannerMainCategoriesName:hover
{
  color:#9F1D22;
}


/* ########## CONTENT ########## */
#content
{
	margin:-1px auto;
	width:990px;
	      min-height: 100%;
}



#contentLeft
{
	position:absolute;
	
	border-left:1px solid #DDDDDD;
	
	width:231px;
	/* height:700px; */
	min-height:400px;
}

#contentRight
{
	position:absolute;
	
	border-right:1px solid #DDDDDD;
	
	margin-left:752px;	
	width:231px;
	 	min-height:400px;
	/*height:700px; */

}

#contentMiddle
{
	position:absolute;
	
	padding-left:15px;
	padding-right:15px;
	
	margin-left:231px;
	margin-top:32px;
	min-height: 100%;
	width:500px;
}

#contentMenu
{
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	
	font-size:10px;
	font-weight:bold;
	
	color:#34719d;
}

#contentMenuName
{
	margin-bottom:5px;
}

#contentMenuName:hover
{
  color:#9F1D22;
}


#menuID:hover
{
  color:#9F1D22;
}



#newsContent:hover{
   color:#9F1D22;
}


/* ########## FORM ########## */
#contact
{
	margin-bottom:2px;
}

#contactName
{
	float:left;
	width:120px;
}
/* ########## FOOTER ########## */
#footer1
 {
    position:absolute;
	width:984px;
    background-image: url(content/images/footer.png);
	background-repeat:no-repeat;
    height:18px;
         
    border-bottom:1px solid #DDDDDD;
    color:#e4e4e4;
    font-size: 11px;
    font-weight:bold;
    margin-left:0px;
}

#footer {
				position: relative;  /* Needed for Safari */
				padding: 0px;
				background-color: #ffffff;
				width: 990px;
				      background-image: url(content/images/footer.png);
	background-repeat:no-repeat;
				 height:18px;
			}
			#footer h1 {
				padding-bottom: 0;
				  text-align:center;
			}
			h1, p {
				margin: 0;
				padding-bottom: 1em;
			}
			h1 {
				font-size: 11px;
				line-height: 1.5em;
			}


/* ########## UL listen ########## */

#liste ul{
  margin:0px;
}
#liste li {
  padding:4px;
}


