@charset "UTF-8";
/* Maggipinto Accounting, created June 2009 */

/* Layout */

body {
	background: url(img/bg_main.png) repeat-x top right #d9cf91;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
#containerMain {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: url(img/bg_conmain.png) no-repeat;

}
#containerBg {
	width: 900px;
	height:auto;
	margin: 25px 25px;
	padding: 0;
	background: url(img/bg_mainbg.png) repeat-y;
}
#header {
	width: 950px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
}
#leftcon {
	width:245px;
	height:auto;
	margin: 0 0 0 25px;
	padding:0;
	float:left;
	background: #fff;
}

#rightcon {
	width: 605px;
	height: auto;
	margin: 0 0 0 270px;
	padding: 0;
	background: #fff;
}
#bannershad{
	width: 605px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
}
#banner {
	width: 630px;
	height: auto;
	margin: 0;
	padding: 0;
}
#containerBody {
	width: 555px;
	height: auto;
	margin: 10px 25px 35px;
	padding: 0;
	background: #FFF;
	
}
#footer {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 30px 50px;
	background-image: url(img/ftr.png);
	text-align:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* Navigation */

#nav {
	width: 245px;
	height: auto;
	margin: 0;
	background: #87875f;
}
#nav ul {
	width:245px;
	padding: 0;
	list-style:none;
	margin: 0;	
}
#nav li {
	width:245px;
    margin: 0;
    padding:0;
}
#nav li a {
	height: 50px;
	line-height: 50px;
	width: auto;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0 25px;
	margin: 0;
	background: url(img/navA.png) no-repeat top right;
}
#nav li a:hover {
	background: url(img/navB.png) no-repeat top right;
}

/* Forms */

.input {
    border: 1px solid #999;
	width: 250px;
	padding: 5px 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
}
.btnSumbit {
	width: 95px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	margin:: 0;
	background: url(img/btn_submit.png) top center no-repeat;
	display: block;
	color: #FFF;
	border: none;
}
.btnSumbit:hover {
	width: 95px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	margin:: 0;
	background: url(img/btn_submitHover.png) top center no-repeat;
	display: block;
	color: #FFF;
	border: none;
}

/* Sidebar */

#sidebar {
	width: 195px;
	height: auto;
	margin: 30px 25px;
	padding: 0;
	background: #fff;
	font-size: 10px

}

/* Text */
p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top:0;
}
h1{
	font-size: 20px;
	color: #330;
	margin-top: 16px;
	margin-bottom:22px;
	text-transform: none;
	vertical-align: text-top;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
h2{
	font-size: 12px;
	color: #87875f;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
	vertical-align: text-top;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #336633;
	margin-top:0;
}
h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin:0;
	margin-bottom: 0;
	font-weight: normal;
}
h5{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #336633;
	margin-top:0;
}
p.top{
	margin-top: 0px;
}
ul{
	list-style-image: url(img/arrow.jpg);
}

ul ul li{
	list-style-image: url(img/arrow2.jpg);
}
.smTxt {
	font-size: 11px;
}

	

/*  Links  */

a:link {
	text-decoration: underline;
	color: #336633;
}
a:visited {
	text-decoration: underline;
	color: #336633;
}
a:hover {
	text-decoration: none;
	color: #336633;
}
a:active {
	text-decoration: none;
	color: #336633;
}


/* Images */

img {
    border: none;
}

/* Tables */

