/*_____________________basics________________________*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #17729c url(../images/banner-img_02.jpg) 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: #afafaf;
}

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

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 {
	margin: 0 auto;
	width: 778px;
}

/*__________________header_______________________*/

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

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

/*__________________topmenu__________________________*/

#topmenu {
	height: 36px;
	width: 778px;
    float: left;
	background: url(../images/backmenu_08.gif) left top repeat-x;
}

#topmenuleft {
	height: 35px;
	width: 374px;
	float: left;
	display:block;
}

#topmenu ul{
	float: left;
}

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

#topmenu li a{
	float: left;
	width: 100px;
	height: 34px;
}

#topmenu li a span {
	cursor: pointer;
	float:left;
  	/*display: block;*/
	margin: 10px 0px 0px 20px;
	/*padding: 7px 0px 0px 0px;*/
	color: #333333;
	text-align:center;
	/*width: 100px;
	height: 20px;
	/*border-left: #333333 1px solid;*/
	list-style: none;
	line-height: normal;
	font: bolder 11px Verdana, Arial, Helvetica, sans-serif;
}

/*__________________homeimg__________________________*/

#homeimg {
	float:left;
	width: 778px;
	height: 419px;
	background: #4b4b4b;
}

#left{
	display:block;
	width: 209px;
	height: 419px;
	float:left;
	background: url(../images/homeimg_10.jpg) center top no-repeat;
}

#right{
	display:block;
	width: 569px;
	height: 419px;
	float:left;
	background: url(../images/homeimg_14.jpg) center top no-repeat;
}

/*__________________contactlink__________________________*/

#contactlink {
	float: left;
	width: 778px;
	height: 40px;
	border-bottom: #FFFFFF 1px solid;
}

#contactlink a{
	float: right;
	font: bolder 14px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-top: 10px;
}

/*__________________contactlink__________________________*/

#homegallery {
	float: left;
	width: 778px;
	height: 184px;
	border-bottom: #FFFFFF 1px solid;
}

#one{
	float:left;
	width: 204px;
	height: 174px;
	background: url(../images/homegallery_48.jpg) center top no-repeat;
	margin: 5px 0px 0px 5px;
}

#two{
	float:left;
	width: 204px;
	height: 174px;
	background: url(../images/homegallery_50.jpg) center top no-repeat;
	margin: 5px 0px 0px 5px;
}

#three{
	float:left;
	width: 350px;
	height: 174px;
	background: url(../images/homegallery_52.jpg) center top no-repeat;
	margin: 5px 0px 0px 5px;
}

/*__________________menu down__________________________*/

#menudown {
	float:left;
	width: 778px;
	height: 36px;
	background: url(../images/menudback_05.gif) left top repeat-x;
	margin-top: 5px;
}

#menudown ul{
	text-align:center;
	padding-left: 255px;
}

#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: bolder 11px Verdana, Arial, Helvetica, sans-serif;
}
