body {
	background : #90afdc url(../templates/buteyko/images/bg.jpg) repeat-x top;
}

#header {
	background : white url(../templates/buteyko/images/header.jpg) no-repeat top;
	height : 110px;
}

#main {
	background : #90afdc url(../templates/buteyko/images/main.jpg) repeat-x top;
	min-height : 550px;
}

#menu {
	min-height : 550px;
	padding-left : 97px;
	width: 173px;
}

#menu ul {
	list-style : none;
	margin: 0 0 20px 0;
	padding: 0;
}

#menu ul ul {
	margin-bottom: 0;
}

#menu ul li {
	margin-top : 22px;
	display: inline-block;
}

#menu ul ul li {
	margin-top : 0;
}

#menu ul li a, #menu ul li a:visited {
	display : block;
	height : 29px;
	width : 172px;
	padding : 0 10px;
	font : bold 13px Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 29px;
	color : white;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active {
	color : yellow;
}

#menu ul li a.active {
	font-style : italic;
}

#menu .button1 {
	background: url(../templates/buteyko/images/button1_off.jpg) no-repeat center center;
}

#menu .button2 {
	background: url(../templates/buteyko/images/button2_off.jpg) no-repeat center center;
}

#menu .button3 {
	background: url(../templates/buteyko/images/button3_off.jpg) no-repeat center center;
}

#menu .button4 {
	background: url(../templates/buteyko/images/button4_off.jpg) no-repeat center center;
}

#menu .button5 {
	background: url(../templates/buteyko/images/button5_off.jpg) no-repeat center center;
}

#menu .button6 {
	background: url(../templates/buteyko/images/button6_off.jpg) no-repeat center center;
}

#menu .button1:hover {
	background: url(../templates/buteyko/images/button1_on.jpg) no-repeat center center;
}

#menu .button2:hover {
	background: url(../templates/buteyko/images/button2_on.jpg) no-repeat center center;
}

#menu .button3:hover {
	background: url(../templates/buteyko/images/button3_on.jpg) no-repeat center center;
}

#menu .button4:hover {
	background: url(../templates/buteyko/images/button4_on.jpg) no-repeat center center;
}

#menu .button5:hover {
	background: url(../templates/buteyko/images/button5_on.jpg) no-repeat center center;
}

#menu .button6:hover {
	background: url(../templates/buteyko/images/button6_on.jpg) no-repeat center center;
}

#content {
	background : #e9eff8 url(../templates/buteyko/images/content.jpg) no-repeat top right;
	width : 527px;
	padding: 20px;
	min-height : 200px;
	margin-left : 28px;
}

#content h1 {
	color : #335FAC;
	font : normal 24px Palatino Linotype, Book Antiqua, Palatino, serif;
	margin-bottom: 27px;
}

#content h2 {
	color : #335FAC;
	font : normal 20px Palatino Linotype, Book Antiqua, Palatino, serif;
	margin : 15px 0 5px 0;
}

#content h3 {
	color : #335FAC;
	font : normal 16px Palatino Linotype, Book Antiqua, Palatino, serif;
	margin : 15px 0 5px 0;
}

#content p {
	color : black;
	font : normal 14px Trebuchet MS, Trebuchet, sans-serif;
	margin : 0 0 15px 0;
}

#content a, #content a:visited {
	color : #841919;
	text-decoration : none;
	font-weight : bold;
}
#content a:hover, #content a:active {
	text-decoration : underline;
}

.fotos {
	display: block;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.fotos li {
	display: block;
	float: left;
	width: 120px;
	height: 80px;
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0px 12px 10px 12px;
	text-align: center;
	vertical-align: bottom;
}

.emailforms td {
	vertical-align: top;
}

.emailforms input {
	font: 13px Palatino Linotype, Book Antiqua, Palatino, serif;
	color: black;
	background: #E5E5E5;
	border: 1px black dotted;
	width : 250px;
}

.emailforms textarea {
	font: 13px Palatino Linotype, Book Antiqua, Palatino, serif;
	color: black;
	background: #E5E5E5;
	border: 1px black dotted;
	width: 400px;
	height: 200px;
}

.emailforms a.button {
	background : black;
	color : #FFFFFF;
	padding : 2px 10px 2px 10px;
}
.emailforms a.button:hover {
	background-color : #111;
}
