body {
	background: url(../images/body-bg.gif) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; 
	margin-top:30px;
}
/* --------------------------------------------------------
				MAIN WRAPPER
----------------------------------------------------------- */
#mainWrapper {
	margin:0 auto;
	width:964px;
}
/* --------------------------------------------------------
				HEADER
----------------------------------------------------------- */
#headerMain {
	
	background:url(../images/header-inner-grad-bg.gif) repeat-x;
	height:87px;
	width:964px;
}

#headerMain #logo {
	background:url(../images/header-side-shadow.gif) no-repeat left top;
	float:left;
	height:65px;
	padding:22px 0px 0px 26px;
}

#headerMain #logo h1 {
	background:url(../images/satori-group-logo.gif) no-repeat;
	float:left;
}

#headerMain #logo h1 a {
	display:block;
	height:54px;
	width:212px;
	text-indent:-9999px;
}

#headerMain #headerRight {
	background:url(../images/header-side-shadow.gif) no-repeat right top;
	float:right;
	height:87px;
	padding-right:20px;
}

#headerMain #headerRight ul {
	margin:36px 0 0;
}

#headerMain #headerRight ul li {
 	background:none;
	display:inline;
	padding:0 8px 0 0;
	margin:0px;
}

#headerMain #headerRight ul li a {
	color:#f7910f;
	font-size:11px;
	padding-left:20px;
	text-decoration:none	
}

#headerMain #headerRight ul li a.homeIcon {
	background:url(../images/home-icon.gif) no-repeat;
}
#headerMain #headerRight ul li a.contactIcon {
	background:url(../images/contact-icon.gif) no-repeat;
}

/* --------------------------------------------------------
				BANNER
----------------------------------------------------------- */
#bannerMain, #bannerMain #banner {
	height:182px;
	width:561px;
}

#bannerMain {
	background:url(../images/banner-side-shadow.gif) no-repeat left top #FFFFFF;
	float:left;
}

#bannerMain #banner {
	background:url(../images/banner-left-bg.gif) no-repeat;
	background-position:100% 0%;
}

#bannerMain #banner h1 {
	float:left;
	width:420px;
	padding:54px 70px 0px 60px;
}

/* --------------------------------------------------------
				CONTENT
----------------------------------------------------------- */
#contentMain {
	background: url(../images/white-bg.gif) repeat-y #ffffff;
	overflow:hidden;
	padding-bottom:12px; 
	width:964px;
}

/* --------------------------------------------------------
				CONTENT LEFT DIV
----------------------------------------------------------- */
#leftContentBanner {
	width:561px;
	float:left;
}

#contentMain #contentLeftDiv {
	background:url(../images/content-side-shadow-bg.gif) no-repeat left top;
	float:left;
	padding: 32px 25px 0 60px;
	width:466px;
}

#contentMain #contentLeftDiv h2 {
	margin-bottom:25px;
}

#contentMain #contentLeftDiv h3 {
	margin-bottom:20px;
}

#contentMain #contentLeftDiv p {
	margin-bottom:20px;
}

#contentMain #contentLeftDiv p img {
	margin-top:25px;
}


/* --------------------------------------------------------
				CONTENT RIGHT DIV
----------------------------------------------------------- */
#contentMain #contentRight {
	background:url(../images/content-side-shadow-bg-right.gif) no-repeat right top;
	float:right;
	width:403px;
}

#contentRight #bannerRightMain {
	background:url(../images/banner-right-bg.gif) no-repeat;
	float:right;
	padding-top:47px;
	width:403px;
}

#contentRight #bannerRightMain #formTopBg {
	background:url(../images/form-banner-top-round.gif) no-repeat;
	padding-top:28px;
	float:left;
	width:357px;
}

#contentRight #bannerRightMain #formTopBgRepeat {
	background:url(../images/form-top-repeat-bg.gif) repeat-y;
	float:left;
	width:403px;
}

#contentRight #bannerRightMain #formTopBgRepeat p {
	color:#393939;
	font-size:13px;
	padding:0 45px 16px 34px;
}
#contentRight #bannerRightMain #formTopBgRepeat p span {
	color:#096589;
	font-weight:700;	
}

#contentRight #formBg {
	background:url(../images/form-main-bg.gif) no-repeat left top;
	float:left;
	padding:0 21px;
	width:361px;
}

#contentRight #formBg #formInnerMain {
	background:url(../images/form-bottom-round-bg.gif) no-repeat left bottom;
	float:left;
	width:315px;
	padding-bottom:13px;
}

#contentRight #formBg #formInnerMain #formOrangeBg {
	background:url(../images/form-orange-bg.gif) repeat-x left bottom ;
	float:left;
	width:315px;
}

#contentRight #formBg #formInnerMain  div.orangeRoundTopBg {
	background:url(../images/orange-round-top.jpg) no-repeat left bottom;
	width:315px;
	height:8px;
	margin:0px;
	padding:0px;
}

#contentRight #formBg #formInnerMain #formOrangeBg h4 {
	background:url(../images/arrow-down-img.gif) no-repeat 60% 0%;
	color:#ffffff;
	font-size:22px;
	font-weight:700;
	margin:0 0 10px;
	padding:0 0 0 24px;
}

#contentRight #formBg #formInnerMain #formOrangeBg div#grayForm {
	background:url(../images/form-gray-bg.gif) repeat-x left bottom;
	margin:0 auto;
	height:414px;
	width:301px;
}

#formOrangeBg div#grayForm p.mandatory {
	background:url(../images/form-grey-round-top.gif) no-repeat;
	color:#787878;
	font-size:11px;
	padding:20px 0 10px 18px;
}
#formOrangeBg div#grayForm form {
	padding-left:18px;
	width:268px;
	float;left;
}

#formOrangeBg div#grayForm form label {
	padding-right:14px;
	float:left;
	height:31px;
}

#formOrangeBg div#grayForm form span {
	color:#ff0000;
}

#formOrangeBg div#grayForm form input {
	margin-bottom:10px;
	background-color:#ffffff;
	vertical-align:top;
	float:right;
}
#formOrangeBg div#grayForm form textarea {
	float:right;
	margin-bottom:10px;
}

#formOrangeBg div#grayForm form .checkbox {
	background:url(../images/checkbox-bg.gif) no-repeat;
	float:left;
	width:13px;
	height:13px;
	margin:1px 6px 10px 88px;
	border:none;
	vertical-align:bottom;
}

#formOrangeBg div#grayForm form .image {
	width:78px;
	height:24px;
	float:left;
	border:none;
	background:url(../images/submit-btn.gif) no-repeat;
	margin-left:86px;
}

/* --------------------111------------------------------------
				FOOTER
----------------------------------------------------------- */
#footerMain {
	background: url(../images/white-bg.gif) repeat-y;
	height:31px;
	width:964px;
}

#footerMain #footer {
	background:url(../images/footer-black-bg.gif) repeat-x center top;
	height:23px;
	padding:8px 14px 0px 14px;
	margin:0px 2px 0px 3px;
}
#footerMain #footer p {
	color:#a8a7a7;
	font-size:11px;
}


.asterisk{
	color:#ff0000;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

.clear {
	clear:both;
}