@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #F7EFDC;
	background-image: url(../pics/page-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 957px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	position: relative;
	height: 149px;
	color: #B38708;
} 
#header #hd01 {
	background-color: #EDDEB5;
	background-image: url(../pics/hd01.gif);
	height: 143px;
	width: 264px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#header #hd02 {
	height: 143px;
	width: 412px;
	left: 270px;
	top: 0px;
	position: absolute;
	background-image: url(../pics/hd02.gif);
	background-repeat: no-repeat;
}
#header #hd03 {
	background-color: #EDDEB5;
	position: absolute;
	height: 143px;
	width: 269px;
	left: 688px;
	top: 0px;
}

#header #hd34 {
	background-color: #EDDEB5;
	position: absolute;
	height: 365px;
	width: 269px;
	left: 688px;
	top: 0px;
}
#header #hd01 #topMail {
	font-size: 13px;
	color: #B38708;
	font-weight: bold;
	text-align: center;
	position: absolute;
	height: 24px;
	width: 265px;
	left: 1px;
	top: 112px;
}
#header #hd01 #topMail a {
	color: #B38708;
	text-decoration: none;
}
#header #hd01 #topMail a:hover {
	color: #000;
	text-decoration: none;
}
#header #hd03 #showcart {
	position: absolute;
	top: 40px;
	height: 50px;
	left: 0px;
	display: block;
	width: 265px;
	text-align: center;
}


#header #hd03 #memberlogin {
	font-size: 11px;
	color: #B38708;
	font-weight: bold;
	text-align: center;
	position: absolute;
	height: 24px;
	width: 265px;
	left: 1px;
	top: 107px;
}
#header #hd03 #memberlogin a {
	color: #B38708;
	text-decoration: none;
}
#header #hd03 #memberlogin a:hover {
	color: #000;
	text-decoration: none;
}
#header #hd03 #ibook {
	position: absolute;
	left: 62px;
	top: 0px;
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 264px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFF;
}

#sidebar1 #sbContent {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding-right: 6px;
	padding-left: 8px;
	background-color: #F7EFDA;
	padding-top: 12px;
	padding-bottom: 12px;
}
#sidebar1 #sbContent a {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 8;
	margin-bottom: 0;
	margin-left: 270px;
	padding: 0px;
} 
#mainContent #theContent .goTop {
	float: right;
	width: 20px;
	margin-top: 4px;
}

#mainContent #contentTop {
	height: 233px;
	position: relative;
}
#mainContent #contentTop #ct01 {
	position: absolute;
	height: 233px;
	width: 412px;
	left: 0px;
	top: 0px;
	background-image: url(../pics/ct01.jpg);
	background-repeat: no-repeat;
}
#mainContent #contentTop #ct02 {
	height: 233px;
	width: 269px;
	position: absolute;
	background-color: #B38708;
	padding: 0px;
	margin-left: 418px;
}
#mainContent #theContent {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 16px;
	padding-right: 0px;
}
#theContent p {
	padding-left: 12px;
}

#theContent a {
	color: #B38708;
	text-decoration: none;
}
#theContent a:hover {
	color: #F00;
}

#mainContent #theContent h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-left: 12px;
}
#mainContent #theContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #B38708;
	padding-left: 12px;
}
#mainContent h6 {
	font-size: 18px;
	font-weight: bold;
	color: #B38708;
	padding-left: 12px;
}
#mainContent h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-left: 12px;
}


#mainContent h7 {
	font-size: 11px;
	font-weight: bold;
	color: #B38708;
	text-align:center;
}

#mainContent h8 {
	font-size: 12px;
	font-weight: bold;
	color: #B38708;
	text-align:left;
}




.twoColFixLtHdr #footer {
	background:#B38708;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 20px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
} 
#footer #footerContent {
	padding: 12px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#theContent .img-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	font-size: 11px;
	text-align: center;
}
#theContent .img-left {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}


#theContent .product-title {
	background-color: #EDDEB5;
	font-size: 13px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
	padding-left: 8px;
}
#theContent .pageheader {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #B38708;
	line-height: 27px;
	padding-left: 8px;
}
#theContent ul li {
	margin-left: 40px;
	list-style-type: disc;
}
#theContent .ul-left li {
	margin-left: 180px;
}

#theContent .product-table {
	margin-left: 12px;
}
#theContent .product-table td {
	padding: 2px;
}
#theContent .dvdTopic {
	background-color: #F7EFDC;
	border: 1px solid #B38708;
	padding: 4px;
}
#theContent .img-center {
	text-align: center;
	margin-bottom: 12px;
}
#theContent #viewcart {
	text-align: right;
	margin-bottom: 12px;
}
#theContent .myTable td {
	padding: 2px;
}
#theContent .myTable td input {
	border: 1px solid #B38708;
}
#theContent .myTable input .inputButton {
	border: 1px solid #FFF;
}
#theContent .Gold18 {
	font-size: 18px;
	font-weight: bold;
	color: #B38708;
}
#theContent .Gold16 {
	font-size: 16px;
	font-weight: bold;
	color: #B38708;
}
#theContent .Gold14 {
	font-size: 14px;
	font-weight: bold;
	color: #B38708;
}
#theContent .Black14 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	letter-spacing: .1em;
}
#theContent .GoldWhite16 {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
}
#theContent .perio-table td {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#theContent textarea {
	border: 1px solid #B38708;
}
#theContent .goBack {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #F4EAD1;
	border-right-color: #F4EAD1;
	border-bottom-color: #F4EAD1;
	border-left-color: #F4EAD1;
	font-weight: bold;
}
#theContent form .table33 td {
	padding: 3px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#theContent input {
	border: 1px solid #EDDEB5;
}

#theContent .formButton {
	background-color: #B38708;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
#theContent select {
	border: 1px solid #B38708;
}
#theContent .table33 .tableHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
#theContent .linkButton {
	background-color: #B38708;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
	line-height: 22px;
}
#theContent .linkButton a {
	background-color: #B38708;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	line-height: 22px;
	font-size: 12px;
	padding: 10px;
}
#theContent .libItem {
	padding: 8px;
	border: 1px solid #EDDEB5;
	margin-bottom: 24px;
}
#theContent .libItem .libTitle {
	font-size: 12px;
	font-weight: bold;
	color: #B38708;
}
#theContent .libItem .libTitle a {
	font-size: 12px;
	font-weight: bold;
	color: #B38708;
	text-decoration: none;
}
#theContent .libItem .libTitle a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}


#theContent .libItem .libAuthor {
	font-style: italic;
}
#theContent .libItem .libLink {
	float: right;
	margin-left: 12px;
}
#container #mainContent #theContent .boxRight {
	width: 250px;
	border: 1px solid #B38708;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	text-align: center;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	position: absolute;
	left: 407px;
	top: 793px;
}
#SampleForm .resourceHeader {
	background-color: #EDDEB5;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	border: 1px solid #B38708;
}
#header #hd03 #digital {
	font-size: 11px;
	color: #B38708;
	font-weight: bold;
	text-align: center;
	position: absolute;
	height: 24px;
	width: 265px;
	left: 1px;
	top: 107px;
}

#header #hd03 #digital a {
	color: #0571B2;
	text-decoration: none;
}
#header #hd03 #digital a:hover {
	color: #7B2A27;
	text-decoration: none;
}
#mainContent #theContent #libraryMenu {
	padding: 12px;
}
#mainContent #theContent #libraryMenu select {
	padding: 0px;
	border: 1px solid #B38708;
	background-color: #F7EFDA;
}
#mainContent #theContent #libraryMenu select:hover {
	padding: 0px;
	border: 1px solid #B38708;
	background-color: #FFF;
}
#mainContent #theContent .podcastTable tr td {
	padding: 3px;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EDDEB5;
	border-right-color: #EDDEB5;
	border-bottom-color: #EDDEB5;
	border-left-color: #EDDEB5;
}
#mainContent #theContent .text12 {
	font-size: 11px;
}



/*****Afzal*****/



.index_featurearitcle {width:143px;height:22px;margin-top:5px;}

.index_outer_cont_debet_success {width:700px; margin-top:10px}

.index_cont_debet_success_left {
	width:540px;
	height:465px;
	margin-bottom:10px;
	border-right:#c77e2f 1px solid;
	float:left;
}

.index_cont_debet_success_left p { font-family:Calibri; font-size:14px; color:#231f20; padding:5px; line-height:18px;}

.index_cont_debet_success_left a { color:#3bc1f2; }

.index_cont_debet_success_right { width:150px;height:465px; float:right;float:left; }

.index_fordebet_toscess_heading {float:left; margin-left:10px; color:#c77e2f; font-size:20px;}

.index_fordebet_toscess_heading_black {float:left; margin-left:10px; color:#000; font-weight:bold; font-size:14px;}


.index_first_right_cont {float:left;width:125px; margin-left:10px;}


.index_second_right_cont {float:left;width:125px; margin-left:10px;margin-top:14px;}

.index_signup_likimg_cont {width:250px;margin-left:15px;float:left}

.index_buzz_blog_likimg_cont {width:94px;margin-left:15px;float:left}

.index_facebook_twitter_likimg_cont {width:109px;margin-left:15px;float:left; }


.buzz_rightmenu_icos{ position:absolute;
					  z-index:20;
					  top:183px;
					  margin-left:37px;
}

.reg_pg_content_link {position:absolute;
					  top:165px;
					  width:410px;
					  left:285px;
					  line-height:15px;
					  font-size:12px;
					  
					  }
					  
.reg_pg_value_ed_baner {
	position:absolute;
	margin-left:0px;
	top:395px;
	width:686px;
					   
}
					  
					  

