/* SanaVitaStudio.com CSS Document */

body

{

	margin: 0;

	padding: 0;

	background: url(images/body_bg.jpg) repeat-x top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height: 18px;

}



a

{

	color: #BC7C25;

	font-weight: normal;

	text-decoration: none;

}

a:hover

{

	color: #6E8B56;

	font-weight: bold;

	text-decoration: underline;

}

h1

{

	font-family: "Trebuchet MS", Arial;

	font-size: 24px;

	color: #DFAB62;

	font-weight: bold;

	margin: 5px 0;

	padding: 5px 0;

}



h2

{

	font-family: "Trebuchet MS", Arial;

	font-size: 18px;

	color: #DFAB62;

	font-weight: bold;

	margin: 5px 0;

	padding: 5px 0;

}



h3

{

	font-family: Arial;

	font-size: 14px;

	color: #6E8B56;

	font-weight: bold;

	margin: 5px 0;

	padding: 5px 0;

}

#nav

{

	background: #DFAB62;

	width: 200px;

	padding: 10px 0;

}

#nav ul

{

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}



#nav li

{

	margin: 0;

	list-style-type: none;

	padding: 0px 0px 0px 0px;

	font-family: "Trebuchet MS", Arial;

	font-size: 16px;

	font-weight: bold;

	list-style-image: none;

	text-align: left;

}

#nav li a 

{

	display: block;

	margin: 0;

	padding: 0px 0px 0px 25px;

	width:175px;

	background: url(images/menuitem_off.jpg) left no-repeat;

	color: #EAC899;

	line-height: 23px;

	text-decoration: none;

	font-weight: bold;

}

#nav li a:hover

{

	display: block;

	color: #FFFFFF;

	text-decoration: none;

	background: url(images/menuitem_on.jpg) left no-repeat;

}

#nav li a.selected

{

	display: block;

	width:175px;	

	padding: 0px 0px 0px 25px;

	margin-right: 0px;

	color: #FFFFFF;

	line-height: 23px;

	background: url(images/menuitem_on.jpg) no-repeat;

}



.subarrow

{

	background: url(images/sub-arrow.jpg) no-repeat center right;

	border-bottom: dotted 1px #BC7C25;

}

.submenu

{

	font-family: "Trebuchet MS", Arial;

	font-size: 13px;

	padding: 1px 5px;

	border-bottom: dotted 1px #BC7C25;

	

}

.submenu a

{

	color: #81672F;

	text-decoration: none;

	font-weight: bold;

}

.submenu a:hover

{

	color: #FFFFFF;

	text-decoration: none;

}

.submenu a.selected

{

	color: #FFFFFF;

	text-decoration: none;

}

.bottom

{

	background: url(images/bottom-bar.jpg) repeat-x;

	height: 79px;

	font-size: 11px;

	line-height: 16px;

}

.bottom a

{

	color: #688E46;

	text-decoration: none;

	font-weight: bold;

}

.bottom a:hover

{

	color: #FFFFFF;

	text-decoration: underline;

}


#forma{
	width: 350px
	background: #eee;
	text-align: left;
	padding: 0px 0px 0px 5px;
}


.form-row{
	width: 350px;
	clear: both;
	float: left;
	margin: 5px 0px;
}

.field-label{
	width: 140px;
	float: left;
	font-weight: bold;
	font-size: 13px;
}

.field-widget{
	width: 210px;
	float: left;
}

.field-widget input{
	width: 200px;
	height: 20px;
	padding: 1px 2px;
	color: #000;
	background: #DFAB62;
	border: 1px solid #BC7C25;
}

.field-widget textarea{
	width: 200px;
	padding: 1px 2px;
	color: #000;
	background: #DFAB62;
	border: 1px solid #BC7C25;
}

input#button{
	width: 60px;
	height: 24px;
	color: #000;
	background: #DFAB62;
	border: 1px solid #BC7C25;
	font-weight: bold;
	margin: 0px 0px 0px 140px;
}