/* CSS Reset */
html {
	color:#3d3d3d;
	background: #f5f5f1;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */

legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */

/*@branch For IE6-Win, IE7-Win */

input, button, textarea, select {
*font-size:100%;
}
/* Reser ends */


/* Global */

body {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	background-color:#f5f5f1;
}
ul li {
	list-style-type:none;
}
a {
	color:#044b7c;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration:none;
}
p {
	padding: 5px 0px 10px 0;
	line-height:20px;
}
/* Global Ends*/



/* Wrapper*/

#wrapper {
	background:url(../images/body-bg.jpg) repeat-x;
}
#in-wrapper {
	background:url(../images/landing-page-bg.jpg) repeat-x;
}
#page-wrapper {
	width:968px;
	height:100%;
	margin:0 auto;
}
#in-page-wrapper {
	width:968px;
	height:100%;
	margin:0 auto;
}
.content-area {
	background:url(../images/home-new-banner.jpg) no-repeat;
}
/* Primary Header */

#primary-header {
	height:18px;
	padding-top:3px;
}
#primary-header ul {
	float:right;
}
#primary-header ul li {
	float:left;
	padding-right:5px;
}
#primary-header ul li, #primary-header ul li a {
	color:#90bde1;
	font-size:11px;
}
#primary-header ul li a:hover {
	text-decoration:none;
}
/* Secondary Header */

#secondary-header {
	height:85px;
	padding-top:20px;
}
.logo {
	float:left;
	width:295px;
	padding-left:33px;
}
.nav {
	float:left;
}
.nav ul li {
	float:left;
}
.nav ul li a {
	color:#245276;
	padding-left:12px;
	text-decoration:none;
onfo
}
.banner-bg {
	background:url(../images/home-bg-banner.jpg) no-repeat;
	height:404px;
	width:968px;
}
.meetus-box {
	padding:209px 0 10px 637px;
}
.meetus-box a {
	background:url(../images/blurb-hostingcon.jpg) no-repeat scroll 0 0 transparent;
	display:block;
	font-size:0;
	height:100px;
	text-indent:-9999em;
	width:314px;
}
.meetus-box a:hover {
	/*background:url(../images/blurb-hover.gif) no-repeat 0 0;*/
}
.content-wrapper {
	background:url(../images/content-bg.gif) repeat-y;
	width:968px;
}
.content-footer {
	background:url(../images/content-footer.gif) repeat-x left bottom;
	width:968px;
	height:13px;
	clear:both;
}
.primary-content {
	width:604px;
	float:left;
	padding: 13px 16px 0 18px;
}
.sidebar-wrapper {
	float:left;
	padding:12px 0 0 0;
}
.sidebar {
	width:309px;
}
.top-cap {
	background:url(../images/blue-cap-top.gif) no-repeat;
	width:#604px;
	height:5px;
}
.bot-cap {
	background:url(../images/blue-cap-footer.gif) no-repeat;
	width:#604px;
	height:5px;
}
.accredited-box h2 {
	padding-bottom:6px;
	padding-top:6px;
}
.accredited-box {
	background-color:#ddf1ff;
	border-left:1px solid #d3e3f0;
	border-right: 1px solid #d3e3f0;
	padding:15px 18px 8px 18px;
	width:567px;
}
.accredited-box .check-list ul li {
	float:left;
	width:250px;
	background:url(../images/green-arrow.gif) no-repeat 0 7px;
	padding:5px 0 5px 20px;
	font-size:14px;
}
#home-bt-blurb {
	width:567px;
	background:url(../images/spacer.gif) no-repeat;
}
.cost-banefit-box {
	padding-top:17px;
	margin-top:0px;
}
#associate-logo {
	background:#ffffff;
	width:215px;
	height:80px;
	border:1px solid #b9def8;
}
#associate-logo .carousel .carousel-wrap {
	margin:0;
	border:0;
}
#associate-logo .carousel.js .carousel-wrap {
	width:215px;
	float:left;
	margin:0;
}
#associate-logo .associate.js .carousel-wrap {
	width:215px;
}
#associate-logo .carousel ul {
	margin:0 auto;
	padding:15px 0 0 0;
}
#associate-logo .carousel.js ul li {
	display:inline;
	float:left;
	padding:0px;
	width:215px;
	text-align:center;
	height:65px;
}
#associate-logo .carousel .carousel-control {
	display:none;
	float:left;
	margin:0;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}
#associate-logo .carousel .disabled {
	color:#ddd;
	cursor:default;
	background:#f4f4f4;
}
.highlight-box {
	background:url(../images/highlights-bg.jpg) no-repeat;
	padding:0 0 0 15px;
	height:105px;
}
.highlight-box p {
	padding: 0px 5px 0px 0px;
}
.highlight-box h4 {
	padding:10px 0 5px 0;
}
.highlight-box .h-list li {
	background:url(../images/bullet-point-h.gif) no-repeat 2px 6px;
	padding: 0px 0 2px 10px;
}
.sidebar div {
	margin-bottom:7px;
}
.sidebar h1 {
	padding-bottom:6px;
	padding-top:7px;
}
.quotes {
	padding:25px 101px 40px 50px;
	clear:both;
}
.quotes p {
	font:italic 17px "Times New Roman", Times, serif;
	color:#a8a8a8;
	clear:both;
}
.quotes .quotes-bg {
	background:url(../images/quotes-start.gif) no-repeat;
	padding-left:35px;
}
.quotes-bg img {
	padding-top:10px;
}
.author {
	text-align:right;
}
.red {
	color:#fb0202;
}
#footer {
	text-align:center;
	padding:21px 0 20px 0;
}
#footer p a {
	font-size:11px;
	color:#656561;
	text-decoration:underline;
	padding: 0 5px;
}
#footer p a:hover {
	color:#404040;
}
#footer p {
	clear:both;
	line-height:14px;
	font-size:11px;
	padding:2px 0;
}
#footer img {
	padding-bottom:10px;
}
.why-get-acc a {
	background:url(../images/accreditation-menu.gif) no-repeat 0px 0px;
	text-indent:-9999em;
	display:block;
	width:147px;
	height:53px;
}
.why-get-acc a:hover {
	background:url(../images/accreditation-menu.gif) no-repeat 0px -61px;
	text-indent:-9999em;
	display:block;
	width:147px;
	height:53px;
}
.why-get-acc-active {
	background:url(../images/accreditation-menu.gif) no-repeat 0px -61px;
	text-indent:-9999em;
	display:block;
	width:147px;
	height:53px;
}
.cost-benefit a {
	background:url(../images/accreditation-menu.gif) no-repeat -159px 0px;
	text-indent:-9999em;
	display:block;
	width:155px;
	height:53px;
}
.cost-benefit a:hover {
	background:url(../images/accreditation-menu.gif) no-repeat -159px -61px;
	text-indent:-9999em;
	display:block;
	width:155px;
	height:53px;
}
.cost-benefit-active {
	background:url(../images/accreditation-menu.gif) no-repeat -159px -61px;
	text-indent:-9999em;
	display:block;
	width:155px;
	height:53px;
}
.how-we-help a {
	background:url(../images/accreditation-menu.gif) no-repeat -326px 0px;
	text-indent:-9999em;
	display:block;
	width:126px;
	height:53px;
}
.how-we-help a:hover {
	background:url(../images/accreditation-menu.gif) no-repeat -326px -61px;
	text-indent:-9999em;
	display:block;
	width:126px;
	height:53px;
}
.how-we-help-active {
	background:url(../images/accreditation-menu.gif) no-repeat -326px -61px;
	text-indent:-9999em;
	display:block;
	width:126px;
	height:53px;
}
.contact-us a {
	background:url(../images/accreditation-menu.gif) no-repeat -464px 0px;
	text-indent:-9999em;
	display:block;
	width:102px;
	height:53px;
}
.contact-us a:hover {
	background:url(../images/accreditation-menu.gif) no-repeat -464px -61px;
	text-indent:-9999em;
	display:block;
	width:102px;
	height:53px;
}
.contact-us-active {
	background:url(../images/accreditation-menu.gif) no-repeat -464px -61px;
	text-indent:-9999em;
	display:block;
	width:102px;
	height:53px;
}
strong, .author span {
	color:#949494;
}
.content-bg {
	background:url(../images/content-bg.gif) repeat-y;
}
.landing-content-area {
	background:url(../images/landing-banner-bg.jpg) no-repeat;
	padding:0 23px 15px 33px;
}
.landing-content-arear p {
	font-size:14px;
}
.landing-content-area p strong {
	font-size:16px;
}
.primiray-content-wrapper strong {
	color:#3d3d3d;
	font-weight:bold;
}
.bredcrum {
	padding-top:21px;
	color:#fff;
}
.bredcrum span {
	color:#9d8535;
}
.bredcrum a {
	color:#9d8535;
}
.title {
	padding-top:25px;
}
.primiray-content-wrapper {
	padding-top:47px;
	overflow:hidden;
}
h4 {
	font-size:20px;
	color:#245276;
	font-weight:bold;
	padding-bottom:5px;
}
h3 {
	font-size:17px;
	color:#245276;
	font-weight:bold;
	padding:8px 0;
}
.primiray-content-wrapper ul li {
	background:url(../images/bullet.gif) no-repeat 0 8px;
	padding:0 0 20px 10px;
	font-size:12px;
	line-height:20px;
}
.left-column {
	float:left;
	width:615px;
	padding-right:28px;
}
.right-column {
	float:left;
	width:263px;
}
.left-column p.intro {
	color:#454545;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding:10px 0;
}
.left-column p.intro span {
	color:#9d8535;
}
.one-column {
	width:100%;
}
.one-column p.intro {
	color:#454545;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding:10px 0;
	border-top:#e6dec9 solid 2px;
}
.one-column p.intro span {
	color:#9d8535;
}
.landing-top-cap {
}
.landing-mid {
	cursor:pointer !important;
	padding:20px 18px 10px 18px;
	border-left:1px solid #f0ecdd;
	border-right:1px solid #f0ecdd;
	background:#FDFCF6;
}
.landing-bot-cap {
}
.cost-table thead td {
	border-bottom: 2px solid #c9bc90;
	background:#f7f4e8;
	padding:8px;
	font-weight:bold;
}
.cost-table td {
	border-bottom: 1px solid #e6e6e6;
	padding:4px 6px;
}
.cost-table .alt {
	background: #f1f1f1;
}
#exclusive-blurb {
	background: url(../images/offer-box.gif) no-repeat;
	padding:25px 0 40px 0;
	margin-top:15px;
}
#exclusive-blurb h2 {
	color:#e34500;
	font-size:22px;
	padding:0 0 10px 115px;
}
#exclusive-blurb h3 {
	color:#414141;
	font-size: 16px;
	padding:0 0 10px 115px;
}
#exclusive-blurb p {
	color:#303030;
	font-size: 14px;
	padding:5px 0 0 25px;
}
.exclusive-blurb-offer {
	position: absolute;
	background: url(../images/exclusive-bg.gif) no-repeat;
	top:362px;
	left:12px;
	width:124px;
	height:124px;
}
/*_________ The Most Excellent Testimonials _________*/



.testimonials {
	margin:0 auto;
	padding:25px 101px 40px 50px;
	clear:both;
}
.testimonials blockquote {
	padding:5px 0 0 30px;
	background:url(../images/topQoute.gif) no-repeat 0px 0;
}
.testimonials blockquote p {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	color:#a8a8a8;
	font-style: italic;
}
.testimonials blockquote p.cite {
	text-align:right;
	font-size:15px;
	color:#a8a8a8;
	font-family: "Times New Roman", Times, serif;
	line-height:16px;
	font-weight:normal;
	font-style: italic;
}
/*_________ Contact US style _________*/



.contact-form {
	margin-left: 5px;
}
.contact-form .text {
	padding-right: 3px;
	font-weight: normal;
	text-align: right;
}
.contact-form input, textarea, select {
	padding: 1px 0px 2px 1px;
	font-size: 12px;
	border:1px solid #ccc;
	color: #333;
}
.contact-form .width-mr {
	width: 45px;
}
.contact-form .width-mr-contant {
	width: 180px;
}
.contact-form form {
	margin: 0px;
	padding: 0px;
}
.contact-form table .dataTable {
	margin: 0;
	vertical-align: top;
	cursor: default;
}
.contact-form .dataTable td {
	border-bottom: 1px solid #f3f3f3;
	padding: 8px 5px;
	font-size: 12px;
	color: #333;
}
.contact-form .dataTable .red-text {
	color:#CC0000;
}
.contact-form .button {
	margin: 0px;
	padding: 0px;
	background: url(../images/next-button.gif) no-repeat;
	border: 0px;
	width: 61px;
	height: 32px;
	font-weight: bold;
	color:#ffffff;
	font-size: 12px;
}
.contact-form .button2 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	color:#212121;
	font-size: 11px;
	text-decoration:underline;
}
.contact-form .button-over {
	margin: 0px;
	padding: 0px;
	background: url(http://images.logicboxes.com/images/button.gif) no-repeat;
	border: 0px;
	width: 100px;
	height: 31px;
	font-weight: bold;
	color:#cc0000;
	font-size: 11px;
}
#consultancy-steps {
	background: url(http://images.logicboxes.com/images/arrow-middle.gif) no-repeat center top;
}
.balloonstyle {
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
	border:1px solid #000;
	font:normal 11px Verdana;
	line-height: 17px;
	z-index: 100;
	background: url(http://images.logicboxes.com/images/body-bg.gif) #fff left top;
	width: 350px;
	text-align: justify;

	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=100, Strength=3);
}
#arrowhead {
	z-index: 99;
	position:absolute;
	top: -10px;
	left: 0;
	margin-left: 5px;
	visibility: hidden;
}
.tip-heading {
	background: #eeeecc;
	padding: 5px;
	font-weight: bold;
	left:0px;
	top:0px;
}
.balloonstyle p {
	padding: 5px;
	margin: 0;
}
.right-text {
	text-align:right;
	padding:10px 28px 0 0 !important;
}
.client-list td {
	padding:20px;
}
