body{
	background-color: #ffffff;
}

div.greybtn{
	background: url('../images/bg_btn_grey_right.png') right top no-repeat;
	height: 18px;
	padding-right: 3px;
}
div.greybtn a{
	background: url('../images/bg_btn_grey_left.png') left top no-repeat;
	font-size: 11px;
	color: #ffffff;
	display: block;
	float: right;
	height: 16px;
	padding: 2px 7px 0px 10px;
}
div.orangebtn{
	background: url('../images/bg_btn_orange_right.png') right top no-repeat;
	height: 18px;
	padding-right: 3px;
}
div.orangebtn a{
	background: url('../images/bg_btn_orange_left.png') left top no-repeat;
	font-size: 11px;
	color: #ffffff;
	display: block;
	float: right;
	height: 16px;
	padding: 2px 7px 0px 10px;
}

/****** header ******/
div#header_wrap{
	width: 100%;
	background: #f5921e url('/images/bg_header.gif') center top no-repeat;
}
div#home_header{
	width: 940px;
	height: 284px;
	margin: 0 auto;
	padding-top: 27px;
}
div#page_header{
	width: 940px;
	height: 119px;
	margin: 0 auto;
	padding-top: 27px;
}
div#search_box{
	background: url(../images/bg_search_box.png) left top no-repeat;
	width: 116px;
	height: 20px;
	overflow:hidden;
	padding: 4px 0px 0px 10px;
	margin: 2px 0px 0px 10px;
}
div#search_box input#search_keywords{
	width: 85px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #858585;
	border: 0px;
	float: left;
	padding-right: 10px;
}
div#search_box a.btn_search{
	width: 16px;
	height: 16px;
	float:left;
}
div#nav_wrap{
	width: 692px;
}
div#nav_wrap ul{
	width: 100%;
	overflow: hidden;
	float: right;
	margin-top: 3px;
}
ul#topnav{
	width: 556px !important;
	margin-bottom: 40px;
}
div#nav_wrap ul li{
	background: url(../images/nav/tab_left.png) left top no-repeat;
	height: 22px;
	float: right;
	margin-left: 10px;
	padding-left: 4px;
	list-style:none;
}
div#nav_wrap ul li a{
	background: url(../images/nav/tab_right.png) right top no-repeat;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #ffffff;
	display: block;
	float: left;
	height: 20px;
	padding: 2px 10px 0px 6px;
}
div#nav_wrap ul li.over,
div#nav_wrap ul li.current {
	background: url('../images/nav/tab_left_hover.png') left top no-repeat;
}
div#nav_wrap ul li.over a,
div#nav_wrap ul li.current a {
	color: #f47421;
	background: url('../images/nav/tab_right_hover.png') right top no-repeat;
}
div#welcome_text{
	clear: both;
	width: 580px;
	padding-top: 48px;
}
div#welcome_text p{
	font-size: 14px;
	color: #ffffff;
	margin-top: 15px;
	line-height: 20px;
}
div#welcome_text p a{
	color: #ffffff;
}

/****** home content ******/
div#content_wrap{
	width: 100%;
	background: #ffffff url('/images/bg_content.gif') left top repeat-x;
}
div#home_content{
	width: 940px;
	margin: 0 auto;
	padding: 35px 0px 90px 0px;
	position: relative;
}
div#home_solutions_wrap{
	width: 555px;
	overflow: hidden;
	margin: 25px 0px 0px 48px;
}
div.home_solution{
	width: 144px;
	height: 110px;
	padding: 16px 90px 0px 19px;
	margin: 0px 49px 40px 0px;
	position: relative;
}
div.home_solution h2{
	margin-bottom: 10px;
}
div.home_solution h2 a{
	font-size: 12px;
	color: #333333;
}
div.home_solution h2 a:hover{
	color: #f7a21b;
}
div.home_solution ul li{
	list-style: disc;
}
div.home_solution ul li a{
	color: #333333;
}
div.home_solution ul li a:hover{
	color: #f7a21b;
}
div.home_solution div.readmore{
	position: absolute;
	right: 30px;
	bottom: 10px;
}
div#sap_erp{
	background: url('/images/home/bg_sap_erp.jpg') left top no-repeat;
}
div#sap_bus{
	background: url('/images/home/bg_sap_bus.jpg') left top no-repeat;
}
div#sap_human{
	background: url('/images/home/bg_sap_human.jpg') left top no-repeat;
}
div#sap_microsoft{
	background: url('/images/home/bg_sap_microsoft.jpg') left top no-repeat;
}
div#app_manage{
	background: url('/images/home/bg_app_manage.jpg') left top no-repeat;
}
div#industry_based{
	background: url('/images/home/bg_industry_based.jpg') left top no-repeat;
	width: 215px;
	padding-right: 19px;
}
select#ddl_industry{
	width: 100%;
}
img#partners{
	margin-left: 44px;
}

/****** panel ******/
div#panel{
	width: 249px;
	position: absolute;
	top: -144px;
	right: 40px;
}
div#clients_case_studies{
	background: url('/images/home/bg_panel_body_white.png') left top no-repeat;
	width: 209px;
	padding: 0px 20px 35px 20px;
}
div#clients_case_studies h1{
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
#carousel_area{
	position:relative;
	width:100%;
	height:150px;
}
#carousel_area #arr_left{
	position:absolute;
	left:0px;
	background:url(/images/home/arr_left.gif) left top no-repeat;
}
#carousel_area #arr_right{
	position:absolute;
	right:0px;
	background:url(/images/home/arr_right.gif) left top no-repeat;
}
#carousel_area .carousel_arrow{
	top:40px;
	border:none;
	background:none;
	cursor:pointer;
	width:9px;
	height:20px;
}
#carousel_area #carousel_main{
	position:absolute;
	left:38px;
	top:0px;
	display:none;
}
#carousel_area .carousel ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;
	height:150px;
}
#carousel_area .carousel ul li{
	width:140px;
	height:150px;
	overflow:hidden;
	margin-right:10px;
	text-align: center;
}
#carousel_area a{
	font-size: 12px;
	color: #333333;
}
div#clients_case_studies div.viewmore{
	margin-right: 100px;
}

div#panel div#free_resources_outer{
	background: url('/images/home/bg_panel_body_grey.png') left top no-repeat;
	width: 241px;
	padding: 0px 4px;
}
div#panel div#free_resources{
	width: 185px;
	overflow: hidden;
	color: #ffffff;
	padding: 35px 28px;
	border-top: 1px solid #545454;
	border-bottom: 1px solid #545454;
}
div#panel div#free_resources h1{
	color: #ffffff;
}
div#free_resources ul{
	margin-bottom: 15px;
}
div#free_resources ul li{
	list-style: disc;
}
div#panel div#free_resources ul li a{
	text-decoration: underline;
	color: #ffffff;
}
div#free_resources div.more{
	width: 40px;
}

div#panel div#fast_answers{
	background: url('/images/home/bg_panel_body_grey.png') left top no-repeat;
	width: 185px;
	overflow: hidden;
	padding: 35px 32px 15px 32px;
}
div#panel div#fast_answers h1{
	color: #ffffff;
}
form#fast_answer_form{
	width: 99%;
}
form#fast_answer_form input{
	width: 99%;
	border: 1px solid #bababa;
	margin-bottom: 8px;
	>margin-bottom: 5px;
}
form#fast_answer_form textarea{
	width: 99%;
	height: 80px;
	border: 1px solid #bababa;
	margin-bottom: 8px;
	>margin-bottom: 5px;
}
form#fast_answer_form div.checkbox{
	margin-bottom: 5px;
}
form#fast_answer_form div.checkbox input{
	width: auto;
	border: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
div#panel form#fast_answer_form div.checkbox label{
	color: #ffffff;
}
form#fast_answer_form div.getanswers{
	width: 85px;
}
div#step1{
	overflow: hidden;
	margin-bottom: 10px;
}
div#panel p#process,
div#panel p#step2_success,
div#panel p#step2_fail{
	color: #ffffff;
	display: none;
	margin-bottom: 0px;
}

/****** basenav ******/
div#basenav_wrap{
	width: 100%;
	background: url('/images/bg_basenav.gif') left top repeat-x;
}
div#basenav{
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}
div#basenav ul{
	width: 125px;
	float: left;
	border-right: 1px solid #979797; 
	padding: 25px 17px 25px 0px;
	margin-right: 17px;
}
div#basenav ul.last{
	padding-right: 0px;
	border: 0px;
}
div#basenav ul li{
	background: url('/images/dot.gif') left 5px no-repeat;
	color: #ffffff;
	padding-left: 8px;
	margin-bottom: 3px;
}
div#basenav ul li.b_section{
	height: 40px;
	background: none;
	padding: 0px 0px 25px 0px;
}
div#basenav ul li a{
	color: #2F2F2F;
}
div#basenav ul li.b_section a{
	font-weight: bold;
}
div#basenav #social_footer {
	border-top: 1px solid #979797; 
        clear:left;
        padding:0;
}
div#basenav #social_footer #blog_posts {
        float:left;
        width:620px;
        border-right:1px solid #979797;
        margin-top:25px;
}
div#basenav #social_footer #blog_posts h2 {
}
div#basenav #social_footer #blog_posts .post {
        padding:0;
        margin-right:20px;
        width:290px;
        float:left;
}
div#basenav #social_footer #blog_posts .post .intro {
        width:auto;
}
div#basenav #social_footer #blog_posts .post h2 {
        padding-left:0;
}
div#basenav #social_footer #blog_posts .post .date {
        margin-bottom:10px;
}
div#basenav #social_footer .learn-more{
        clear:left;
        float:left;
        margin-top:20px;
        width:100%;
}
div#basenav #social_footer .learn-more h2 {
  margin-bottom:5px;
  font-weight:normal;
}
div#basenav #social_footer .learn-more a {
  font-size:14px;
  font-weight:bold;
}
div#basenav #social_footer #latest_updates {
        float:left;
        margin-top:25px;
        width:299px;
        padding-left:20px;
}
div#basenav #social_footer #latest_updates .tweet p {
        margin:0;
        font-weight:bold;
}
div#basenav #social_footer #latest_updates .tweet p.age {
        padding-bottom:10px;
        font-weight:normal;
}

/****** footer ******/
div#footer_wrap{
	width: 100%;
	background: #333333 url('/images/bg_footer.gif') left top repeat-x;
}
div#footer{
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0px;
	color: #ffffff;
}
div#footer a{
	text-decoration: underline;
}

/****** banner ******/
div#banner{
	width: 100%;
	height: 170px;
	background-color: #f5921e;
	background-position: center top;
	background-repeat: no-repeat;
}

/****** page content ******/
div#page_content_wrap{
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding: 25px 0px 55px 0px;
}

div#breadcrumb{
	width: 100%;
	color: #636363;
	margin-bottom: 25px;
}
div#breadcrumb a{
	color: #636363;
}
div#breadcrumb a:hover{
	color: #f7a21b;
}

div#subnav_wrap{
	width: 160px;
}
ul#subnav{
	width: 160px;
}
ul#subnav li{
	width: 160px;
	border-bottom: 1px solid #d2d2d2;
}
ul#subnav li a{
	background-color: #f5f5f5;
	width: 130px;
	display: block;
	color: #666666;
	padding: 10px 10px 10px 20px;
}
ul#subnav li.head a{
	width: 140px;
	background: #f7a21b url('/images/pointer.gif') 147px center no-repeat;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
}
ul#subnav li.shadow a{
	background: #f5f5f5 url('/images/subnav_shadow.png') left top no-repeat;
}
ul#subnav li a:hover,
ul#subnav li.current a{
	color: #f7a21b;
}
ul#subnav li.head a:hover{
	color: #ffffff;
}
ul#solutionnav{
	width: 160px;
}
ul#solutionnav li{
	width: 160px;
	border-bottom: 1px solid #fbd18d;
}
ul#solutionnav li a{
	background-color: #f7a21b;
	width: 130px;
	display: block;
	font-weight: bold;
	color: #333333;
	padding: 10px 10px 10px 20px;
}
ul#solutionnav li.current a{
	background: #f7a21b url('/images/pointer.gif') 147px center no-repeat;
	color: #ffffff;
}
ul#solutionnav ul{
	width: 160px;
}
ul#solutionnav ul li{
	width: 160px;
	border-bottom: 1px solid #d2d2d2;
}
ul#solutionnav li.current ul li a,
ul#solutionnav ul li a{
	background-image: none;
	background-color: #f5f5f5;
	width: 130px;
	display: block;
	font-weight: normal;
	color: #666666;
	padding: 10px 10px 10px 20px;
}
ul#solutionnav ul li.shadow a{
	background: #f5f5f5 url('/images/subnav_shadow.png') left top no-repeat !important;
}
ul#solutionnav ul li.child a{
	width: 120px !important;
	padding: 10px 10px 10px 30px !important;
}
ul#solutionnav ul li a:hover,
ul#solutionnav ul li.current a{
	color: #f7a21b !important;
}

div#page_content{
	width: 740px;
}

div#content{
	width: 480px;
}
div#content ul{
	margin-bottom: 15px;
	padding-left: 20px;
}
div#content ul li{
	list-style: disc;
}

div#right_col{
	width: 220px;
}
div#right_col div#free_resources_outer{
	background: url('/images/bg_right_col_body.gif') left top repeat-y;
	width: 220px;
}
div#right_col div#free_resources{
	width: 180px;
	overflow: hidden;
	padding: 35px 20px 0px 20px;
}
div#right_col div#free_resources ul li a{
	text-decoration: underline;
	color: #333333;
}

div#right_col div#fast_answers{
	background: url('/images/bg_right_col_body.gif') left top repeat-y;
	width: 180px;
	overflow: hidden;
	padding: 0px 20px 35px 20px;
	border-bottom: 1px solid #dbdbdb;
}
div#right_col p#process,
div#right_col p#step2_success,
div#right_col p#step2_fail{
	display: none;
	margin-bottom: 0px;
}

div#right_col div#rc_case_studies_outer{
	width: 220px;
	margin-top: 20px;
}
div#right_col div#rc_case_studies{
	background: url('/images/bg_right_col_body_grey.gif') left top repeat-y;
	width: 180px;
	padding: 0px 20px;
	color: #ffffff;
}
div#right_col div#rc_case_studies h1{
	color: #ffffff;
	margin-bottom: 20px;
}
div#right_col div.rc_case{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
div#right_col div.rc_case img{
	float: left;
}
div#right_col div.rc_case div{
	padding-left: 90px;
}
div#right_col div.rc_case a{
	text-decoration: underline;
}
div#right_col div#rc_case_studies div.viewmore{
	width: 70px;
}

/****** solutions ******/
div.ct{
	margin-top: 36px;
	padding-bottom: 23px;
	border-bottom: 1px solid #b0b0b0;
}
div.ct a{
	text-decoration: underline;
}

/****** resources ******/
div#resource_top{
	width: 480px;
	padding: 25px 0px;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}
div#resource_top ul{
	width: 480px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
div#resource_top ul li{
	width: 220px;
	list-style: none;
	float: left;
	margin-bottom: 10px;
}
div#resource_top ul li input{
	float: left;
}
div#resource_top ul li label{
	width: 195px;
	display: block;
	float: right;
}
div.updateresults{
	width: 90px;
	margin-top: 10px;
}

div.resource{
	width: 480px;
	overflow: hidden;
	border-bottom: 1px solid #b0b0b0;
}
div.resource img{
	margin-top: 25px;
}
div.resource div.des{
	width: 400px;
	overflow: hidden;
}
div.resource div.des span{
	font-weight: bold;
}
div.resource div.des div.left{
	width: 279px;
	padding: 25px 30px 10px 0px;
	border-right: 1px solid #b0b0b0;
}
div.resource div.des div.right{
	width: 90px;
	padding-top: 25px;
	text-align: center;
}

div#resource_form{
	width: 480px;
	padding: 25px 0px;
	position: relative;
}
div#resource_form div {
	width: 480px;
	overflow: hidden;
	margin-bottom: 5px;
}
div#resource_form label {
	width: 110px;
	display: block;
	float: left;
}
div#resource_form input {
	width: 300px;
}
div#resource_form input.short {
	width: 160px;
}
div#resource_form div.captcha_wrap img#imgCaptcha {
	float: left;
}
div#resource_form div.captcha_wrap a {
	margin-top: 15px;
	margin-left: 3px;
	float: left;
}
div#resource_form div.captcha_wrap input#captcha {
	width: 190px;
}
div#resource_form .checkbox{
	width: auto;
	margin-right: 3px;
}
div#resource_form input.btn_enq_submit {
	width: 59px;
}
div#resource_form #status{
	text-align: left;
	margin-top: 15px;
	margin-left: 110px;
}
div#resource_form #status .error{
	color: #ed1848;
}

/*******************************
	EMAIL TO FRIEND - CBOX
*******************************/
div#email_to_friend {
	background: url('../images/cbox/bg_cbox.png') no-repeat;
	width: 525px;
	height: 500px;
}

div#email_to_friend div#top {
	width: 507px;
	height: 54px;
	overflow: hidden;
	
	padding-top: 16px;
	padding-right: 18px;
}

a#btn_close_cbox {
	background: url('../images/cbox/btn_close_cbox.png') no-repeat;
	width: 31px;
	height: 31px;
	display: block;
	float: right;
}

div#email_form_wrap {
	width: 405px;
	height: 430px;
	padding: 0px 60px 0px 60px;
}

div#email_form_wrap h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0px;
}

form#share_form {
	width: 405px;
	
	position: relative;
}

form#share_form div {
	width: 405px;
	overflow: hidden;
	margin-bottom: 4px;
}

form#share_form label {
	width: 130px;
	display: block;
	float: left;
}

form#share_form input {
	width: 260px;
}

form#share_form textarea {
	width: 260px;
	height: 75px;
}

/** btn_submit **/
form#share_form div#btn_submit {
	font-size: 11px;
	border-top: 1px solid #e5e5e5;
	padding-top: 8px;
	margin-top: 10px;
}

form#share_form div#btn_submit div {
	width: auto;
	float: left;
}

form#share_form div#btn_submit input {
	background: url('../images/cbox/btn_submit.gif') no-repeat;
	width: 59px;
	height: 18px;
	display: block;
	border: 0px;
	float: right;
	cursor: pointer;
}

form#share_form div.explaination {
	width: 120px;
	overflow: hidden;
	padding: 5px;
	
	background-color: #FFFFFF;
	border: 1px solid #F78F1E;
	color: #F78F1E;
	font-size: 11px;
	
	position: absolute;
	top: 80px;
	right: 5px;
	z-index: 500;
	
	display: none;
}

#sitemap ul{
	list-style-type:circle;
	font-size:1.2em;
	margin:0px 20px;
	padding:0px;
}
#sitemap ul ul{
	list-style-type:circle;
	font-size:0.90em;
}
ol li {
	list-style: decimal outside;
	margin-left: 15px;
}
li {
	/*list-style-position: inside;*/
	margin-bottom: 3px;
}

