/* General */
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	background: url(../images/bg.jpg) repeat;
}

/* Homepage */
#wrapper {
	background: url(../images/header-bg.jpg) no-repeat left 0px;
	width: 1200px;
	margin: 0 auto;
	
}
#header {
	height: 150px;
}
#header img {
	float: right;
	padding: 42px 240px 0 0;
}
ul#menu {
	margin: 8px 0px 0px 198px;
	width: 810px;
	height: 43px;
	list-style-type: none;
}
ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#menu li img {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#content {
	/*position: relative;*/
	height: 100%;
	margin-top:40px;
	padding-bottom: 15px;
}
#content #container{
	width: 100%;
	min-height: 500px;
	background: url(../images/content-bg.jpg) repeat-x;
}
#container #main{
	margin: 0px auto;
	padding-top: 30px;
	width: 930px;
	height: 100%;
}
#main #content interna{
	float: left;
	position: relative;
	width: 930px;
	height: 100%;
	background: url(../images/path-line.gif) 0 20px repeat-x;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main #welcome{
	float: left;
	position: relative;
	width: 450px;
	height: auto;
	background: url(../images/path-line.gif) 0 20px repeat-x;
	margin-top: 15px;
}
#main #services{
	position: relative;
	float: left;
	left: 0;
	width: 240px;
	height: 205px;
	margin-left: 30px;
	background: url(../images/path-line.gif) 0 20px repeat-x;
}
#main #profile{
	float: left;
	width: 450px;
	height: 205px;
	margin-left: 0px;
	margin-top: 30px;
	background: url(../images/path-line.gif) 0 20px repeat-x;
}
#main #contact{
	float: right;
	margin-right: 15px;
	width: 375px;
	height: 205px;
	background: url(../images/path-line.gif) 0 20px repeat-x;
}

#main h2 {
	padding-left: 0px;
}
#main p {
	font-size: 11px;
	line-height: 1.8em;
	padding: 25px 0 0 0;
}
#main img {
	float: right;
}
#main #members{
	float: left;
	width: 218px;
	min-height: 350px;
}
#members li {
	list-style-type: none;
}
#members li.top {
	*float: left;
	background: url(../images/members-top.png) no-repeat;
	width: 218px;
	height: 50px;
}
#members li.top span {
	display: block;
	color: #ffffff;
	padding: 10px 0 0 15px;
}
#members li.member {
	background: #c71e00;
	width: 217px;
	height: 50px;
	border-bottom: 1px solid #a00d00;
	cursor: pointer;
}
#members li.member p {
	color: #ffffff;
	padding: 15px 0 0 20px;
}
#members li.member p span {
	position: relative;
	display: none;
	top: -5px;
}
#members li.bottom {
	background: url(../images/members-bottom.png) no-repeat;
	width: 218px;
	height: 35px;
}
#members li.noborder {
	border-bottom: none;
}
#services ul {
	list-style-type: none;
	padding-top: 20px;
}
#services ul li {
	font-size: 12px;
	color: #707070;
	line-height: 2em;
}
#services ul li ul {
	list-style-type: none;
	padding:  0 0 0 30px;
}
#profile p {
	color: #707070;
	line-height: 2em;
}
#welcome p {
	color: #707070;
	line-height: 2em;
}
#content interna p {
	color: #707070;
	line-height: 2em;
}
#contact p {
	color: #707070;
	font-size: 14px;
	padding: 0 0 0 15px;
}
#contact p.top {
	padding: 25px 0 0 0;
}
#contact p.nopad {
	padding: 0;
}
#contact p span {
	color: #c71e00;
}
#footer{
	text-align: center;
	margin-top: 8px;
	background: url(../images/footer-bg2.jpg) repeat-x center 0px;
	height: 34px;

}
#header a {
	display:block;
	width: 186px;
	height: 120px;
	margin-left: 140px;
	text-indent:-9999px;
}

/* Classes */
.clear {
	clear: both;
}