/*_____________________basics________________________*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #a42222 url(../images/backimg_02.gif) center top repeat-y;
	margin: 0 auto;
    font: normal 100%/1.25 Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  text-decoration: none;
  color: #3c3c3c;
}

a:hover, a:active {
  text-decoration: none;
  color: #f06a55;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
}

h1 {
  letter-spacing:-1px;
  font-size:2em;
}

h2 {
  font-size:1.2em;
  color: #6d0022;
}

h3 {
  font-size:.6em;
  font-weight:bold;
  color: #c6c6c6;
  letter-spacing: 1px;
}

#principal {
	background-color: #000000;
	margin: 0 auto;
	width: 778px;
}

/*__________________header_______________________*/

#banner {
	width: 778px;
	height: 100px;
	background: url(../images/bannerimg_02.jpg) center no-repeat;
	float:left; 
}

#banner h1{
	font-size:1px;
	color:#FFFFFF;
}

/*__________________topmenu__________________________*/

#topmenu {
	height: 35px;
	width: 778px;
    float: left;
	background: #FFFFFF;
}

#topmenuleft {
	height: 35px;
	width: 371px;
	float: left;
	display:block;
	background: url(../images/menutopleft_07.gif) top center no-repeat;
}

#topmenu ul{
	float: left;
}

#topmenu li{
	display: inline;
	float: left;
}

#topmenu li a{
	float: left;
	background: url(../images/menuimg_07.gif) top center no-repeat;
	width: 101px;
	height: 35px;
}

#topmenu li a span {
	float:left;
  	display: inline;
	margin: 12px 12px 0px 5px;
	color: #333333;
	list-style: none;
	line-height: normal;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#topmenu li #select {
	float: left;
	background: url(../images/menuimgact_08.gif) top center no-repeat;
	width: 101px;
	height: 35px;
}

#topmenu li #select span {
	float:left;
  	display: inline;
	margin: 12px 12px 0px 5px;
	color: #333333;
	list-style: none;
	line-height: normal;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/*__________________welcome__________________________*/

#welcome {
	float:left;
	width: 778px;
	height: 66px;
	background:url(../images/welcome_14.gif) left top repeat-x;
}

#welcome span{
	display:block;
	text-align: center;
	width: 261px;
	height: 66px;
	float:left;
	background: url(../images/contact_08.gif) center top no-repeat;
	margin-left: 258px;	
}

/*__________________content__________________________*/

#content {
	float: left;
	width: 778px;
	height: 339px;
}

#left{
	float:left;
	width: 425px;
	height:339px;
	background: url(../images/contmainimg_10.jpg) top left no-repeat;
}

#infocontact{
	float: left;
	width: 353px;
	height:339px;
	background: url(../images/contactinfimg_11.jpg) top left no-repeat;
}

#infocontact h1{
	display:block;
	font: 24px "Trebuchet MS", Verdana, Arial, Helvetica;
	letter-spacing: 2px;
	width: 300px;
	color:#000000;
	margin: 40px 0px 20px 5px
}

#infocontact h2{
	display:block;
	font: 18px "Trebuchet MS", Verdana, Arial, Helvetica;
	width: 300px;
	color:#000000;
	margin: 5px 0px 5px 5px
}

#infocontact h2 a{
	color:#000000;
}


/*__________________menu down__________________________*/

#menudown {
	float:left;
	width: 778px;
	height: 41px;
	background: #FFFFFF;
}

#menudown ul{
	float: left;
	height:41px;
	width:542px;
	background:url(../images/menudownback_23.gif) left top repeat-x;
	margin-left:3px;
	text-align:center;
	padding-left: 230px;
}

#menudown li{
	display: inline;
	float: left;
}

#menudown li a{
	float: left;
	height: 35px;
}

#menudown li a span {
	float:left;
  	display: inline;
	margin: 12px 0px 0px 5px;
	color: #333333;
	list-style: none;
	line-height: normal;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
