html {
	font: 12px/1.5 sans-serif;
}
body {
	color: #000000;
	font-size: 100%;
}
body, select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
}
body, a {
	color: #333333;
}
* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a img, img, form, fieldset {
	border: none;
}
a {
	line-height: 19px;
	font-size: 1.083em;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, .btn input {
	font-weight: 700;
}
legend {
	display: none;
}
input {
	border: 1px solid #A3A3A3;
	margin: 2px 0;
	padding: 2px;
	width: 73%;
}
label, #content, .btn-inner {
	float: left;
}
input, .items li {
	font-size: 1em;
}
h1, h2, h3 {
	line-height: 1.3em;
}
h1 {
	font-size: 1.88em;
	font-weight: 400;
	margin-bottom: 0.6em;
}
h2, h3 {
	font-size: 1.25em;
}
#wrap, #header, #footer-inner {
	margin: auto;
}
#wrap {
	background: #FFFFFF;
	/*max-width: 1250px;*/
	max-width: 990px;
}
#logo {
	left: 42px;
	top: 15px;
	position: absolut
}
#logo span {
	text-indent: -999px;
	display: block;
	height: 93px;
	width: 181px;
}
#header {
	/* width: 990px;*/
	position: relative;
}
#logo {
	left: 40px;
	top: 0;
	position: absolute;
}
#main {
	margin: 50px auto 0 auto;
	width: 990px;
	overflow: hidden;
}
#content {
	margin-bottom: 20px;
	width: 550px;
}
.home #content {
	width: 325px !important;
}
.sidebar {
	float: left;
	width: 220px;
}
#content .inner-box {
	padding: 4px 10px 0 13px;
	margin: 10px 0;
}
#sidebar .inner-box {
	border-top: 6px solid #FFCC00;
	padding: 0 0px 35px;
}
.moduleheader {
	margin-bottom: 0.3em;
}
.inner-box {
	background: #F3F3F3;
}
.home .inner-box {
	min-height: 205px;
}
.arrow li {
	padding: 5px 0;
}
.arrow a {
	background: url(../images/icons.png) no-repeat 100% -6997px;
	display: inline-block;
	padding: 2px 28px 2px 0;
}
.intro {
	line-height: 1.8em;
	margin-bottom: 20px;
}
.shadow-box {
	background: rgba(0, 0, 0, 0) url(../images/bg_shadowbox.png) no-repeat scroll right bottom;
	margin-left: 10px;
	margin-top: 10px;
	padding-right: 6px;
}
.shadow-box-top {
	background: url(../images/bg_shadowbox.png) no-repeat right top;
	height: 6px;
	width: 6px;
	position: absolute;
	right: 0;
	top: 0;
}
#logo, .shadow-box-top, .items li, .items a {
	display: block;
}
.items {
	padding: 8px 5px;
}
.items li {
	border-bottom: 1px solid #D0D0D0;
	border-top: 1px solid #FFFFFF;
	padding: 8px 0 8px 5px;
}
.items li:first-child {
	border-top: none;
	border-bottom: none;
}
.rowForm {
	text-align: right;
	margin: 5px 0;
}
.btn {
	float: right;
	background: url(../images/buttons_alpha.png) no-repeat 0 -300px;
	margin-right: 18px;
}
.btn-inner {
	position: relative;
	background: url(../images/buttons_alpha.png) no-repeat right -300px;
	left: 18px;
	top: 0;
	line-height: 23px;
	height: 23px;
	padding: 0 12px 0 0;
	white-space: nowrap;
}
.btn input {
	width: auto;
	border: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
}
.red {
	color: #FF0000;
}
.foot-header {
	background: #FC0 url(../images/logo_footer.png) no-repeat right center;
	height: 44px;
	min-height: 44px;
	overflow: hidden;
}
#footer p {
	font-size: 9px;
	padding: 5px 25px;
	text-align: justify;
}
.foot-header p {
	font-size: 12px !important;
	padding-top: 8px !important;
}
.inline {
	list-style: outside none none;
	margin-left: 0px;
}
.inline li, .inline li {
	display: inline;
	margin-left: 0px;
}
.partner a {
	float: right;
	display: block;
	text-indent: -9999px;
	width: 140px;
	height: 30px;
	margin: 6px 10px 0px 0px;
}
.partner a.first {
	width: 100px;
	margin: 6px 10px 0px 60px;
}
/** CALL ME BACK **/
#formContainer {
	background-color: #F7F7F7;
	border: 1px solid #E5E5E5;
	margin: 16px 0;
	overflow: hidden;
	padding: 16px 16px 12px;
}
#formContainer .formRow {
	clear: both;
	float: none;
	padding: 5px 0;
}
.formRow label {
	display: block;
	float: left;
	padding: 3px 0 5px;
	width: 132px;
}
.formRow input {
	width: 350px;
}
.formRow #comments {
	width: 350px;
}

/* FINE CALL ME BACK */
