/* CSS - TYPOCOLOR */

body { 
	text-align: center;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	background-color: #e3e3e3;
	color: #333;
}
a {
	color: #690;
	text-decoration: underline;
}
a:hover {
	color: #690;
	text-decoration: none;
}

/*AUX*/
#aux {
}

/*WRAPPER X CENTRARE*/
#wrapper {
	background-image:url(sarat/magic-layout2/img/layout/bk_wrapper.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	/*background: url(sarat/magic-layout2/img/layout/bk_wrapper.gif) 0 0 repeat-y;*/
}

/*HEADER*/
#header {
	background-image:url(sarat/magic-layout2/img/layout/bk_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	/*background: url(sarat/magic-layout2/img/layout/bk_header.gif) 0 0 no-repeat;*/
}

/*NAV*/
#nav {	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #690;
	/*border-bottom: 2px solid #690;*/

	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #690;
	/*border-top: 2px solid #690;*/
	
	background-color: #690;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav ul li a {
	text-decoration: none;
	color: #fff;
}
#nav ul li a:hover, #nav ul li#active a {
	background-color: #fff;
	color: #690;
}

/*WRAPCOL*/
#wrapcol {
}

/*COL-A*/
#col_a h2, #col_a h3, #col_a h4 {
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #690;
}
#col_a p {
}

#col_a ul li {
	background-image:url(sarat/magic-layout2/img/layout/arrow.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;

}


#col_a ul li span {
	color: #666;
	font-size: 10px;
	font-weight: bold;
}
#col_a ul li a {
	color: #690;
	text-decoration: none;
/*	background-image:url(sarat/magic-layout2/img/layout/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
*/}
#col_a ul li a:hover {
	color: #690;
	text-decoration: underline;
}

/*COL-B*/
#col_b {
}

/*FOOTER*/
#footer {
	background-image:url(sarat/magic-layout2/img/layout/bk_footer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #999;
}


/*FORM BOX*/
div#formbox {
	background-color: #fafafa;
}
div#formbox label {
	color: #690;
	font-weight: bold;
}
div#formbox input, div#formbox textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	border: 1px solid #690;
}

div#formbox div input {
	border: none;
}

div#formbox span.error {
	color: #FF0000;
}

 #col_a div#formbox p {
	font-size: 15px;
	color: #333;
}
div#formbox input.button {
	border: none;
	background-color:#690;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}