@charset "iso-8859-1";
/* © creaxial.net 2006 - Clément Noterdaem */

body {
	margin: 8px;
	background: #A9DFF3 url(../img/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#065187;
}

a {
	color:#3399CC;
}

form {
	margin: 0; padding: 0; border: 0;
}

h1 {
	margin: 0px 0px 25px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ED1C24;
	border-bottom: 1px dotted #ED1C24;
}

h2
{
	margin: 0px 0px 25px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #ED1C24;
}

h1 img {
	margin-right: 5px;
}

p {
	text-align: justify;
}

.separator {
	clear: both;
	line-height: 0px;
}

#maintable {
	width:850px;
}

#contenttable {
	position: relative;
	top: -14px;
	width:850px;
	text-align: left;
	border-bottom: 10px solid #ED1C24;
	background: #FFFFFF url(../img/bg_menu.gif) no-repeat top left;
}

/* header */
#header {
	width:850px;
}

div#header-print {
	display: none;
}

div#header-top {
	padding-right: 15px;
	line-height: 18px;
	background-image: url(graphics/bg_header_top.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #F7FBFC;
}

div#header-top a {
	color: #F7FBFC;
}

div#header-top a:hover {
	color: #ED1C24;
}

div#header-middle {
	background-image: url(graphics/bg_header.gif);
	background-repeat: no-repeat;

}

div#header-flash {
	text-align: left;
}


/* menutop */
div#menutop {
	clear: left;
	position: relative;
	top: -14px;
	padding: 3px 0px 4px 0px;
	background-image: url(graphics/bg_menutop.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

div#menutop a {
	padding: 3px 10px 4px 10px;
	color: #ECF0F0;
	text-decoration: none;
	border-left: 1px solid #60BFE7;
}

div#menutop a:hover {
	/*text-decoration: overline;*/
	background: #ED1C24;
}


/* /header */
#menuleft {
	position: relative;
	float: left;
	width:154px;
	text-align:left;
}

#boxsearch {
	width: 145px;
	height: 115px;
	background: #FFFFFF url(../img/box_search.gif) no-repeat left;
}

#boxsearch .searchtitle {
	display: block;
	color: #FFF799;
	font-variant: small-caps;
	font-weight: bolder;
	padding:10px 5px 10px 65px;
}

#boxsearch form {
	padding: 0px 8px 0px 8px;
}

#boxsearch select {
	width:125px;
}

#boxsearch .button {
	margin-top:8px;
	background: #B0D0E2;
	border: 1px;
}

#menufooter {
	position: relative;
	top: -121px;
	float: left;
	width:154px;
	text-align:left;
}

#maincontent {
	margin-left:154px;
	min-height: 410px;
	background-color:#FFFFFF;
	text-align:left;
	font-size:12px;
	padding:8px;
	border-left: 1px dashed #ED1C24;
}

#newshp {
	float:right;
	width: 257px;
	border-left: 1px dashed #065187;
	margin: 0px 0px 8px 8px;
	padding: 5px;
}

#news {
	clear:both;
	font-size: 10px;
}

#news a {
	color:#00ACEC;
}

#newshp #hr {
	clear: both;
	border-bottom: 1px dashed #00ACEC;
	padding-top:8px;
	margin: 8px 0px 8px 0px;
}

#news img {
	float:left;
	margin-right: 8px;
}

#news div {
	margin-left: 105px;
}



#newshp .newshptitle {
	display:block;
	font-size:11px;
	font-weight:bold;
}

#newshp .newshptitle a {
	text-decoration:none;
}

#newshp .newshpmoreinfo {
	color:#ED1C24;
	width:85px;
}

#newshp .newshpmoreinfo a {
	color:#ED1C24;
	background: url(../img/moreinfo.gif) no-repeat top left;
	padding-left: 15px;
}

#footertxt {
	clear: both;
	position: relative;
	top: -10px;
	width:850px;
	height:20px;
	text-align:right;
	font-size:10px;
}




/* various */

img.bullet {
	margin-right: 3px;
}




