/*
 * Md Tarif Hossain
 * Web Design & Developer
 * http://www.itechnolab.com/
 */
/* RESET */
body{
	margin:0;
	padding:0;
	font-size:16px;
	background:#222;
}
h1, h2, p, blockquote, cite, div, ul, ol, table, form, address, img{
	margin:0 0 12px 0;
}

#feedback h2{
	font-size: 24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
	text-transform: capitalize;
	color: #A6162F;
	text-decoration: none;	
}
/* PAGE STRUCTURE */
#top{
	margin:0;
}
#minHeaderWrapper{
	float:left;
	width:100%;
    margin-bottom: -30px;
    padding-bottom: -25px;
	background: #fff;
	border-top:1px solid #111;
	border-bottom:1px solid #444;
	
}
#minHeaderContainer{
position:relative;
	width:960px;
	height:90px;
	margin:0 auto;
}
#minHeaderContainer img{
	margin-top:5px;
	margin-right: 10px;
}
#membersHeader{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	list-style-type:none;
}
#membersHeader li{
	display:inline;
	margin:0;
	padding:0 0 0 20px;
	line-height:48px;
}
#membersHeader a:link,
#membersHeader a:visited{
	color:#ddd;
}
#membersHeader a:hover,
#membersHeader a:focus,
#membersHeader a:active{
	color:#000;
}
.contentWrapper{
	float:left;
	width:100%;
	margin:0;
	padding-bottom:32px;
	background:#fff url(../css/images/content-cap.jpg) repeat-x;
	border-top:1px solid #fff;
}
.contentContainer{
	width:960px;
	margin:1em auto;
	background:#fff;
	border:1px solid #ccc;
}
.pageHeader{
	width:920px;
	padding:1em 20px;
	color:#fff;
	background:#ec2e00 url(../css/images/boxhead.gif) bottom repeat-x;
}
.pageHeader h1{
	margin-bottom:0;
}
.pageHeader h2{
	color:gold;
}
.contentFullwidth{
	width:920px;
	padding:1em 20px 0px 20px;
}
.contentFullwidthNoPadding{
	width:960px;
	border:1px solid #eae9ea; 
	padding:18px;
	margin-left:15px; 
	margin-top:5px;
	background:url(../css/images/sidebar_bg.png) repeat-x bottom left;
}
.goldenLargeLeft{
	float:left;
	width:565px;
	margin-right:5px;
}



.goldenSmallRight{
	float:left;
	width:345px;
	margin-left:5px;
}
.contentGoldenSmallLeft{
	float:left;
	width:345px;
	margin-right:5px;
}
.contentGoldenLargeRight{
	float:left;
	width:565px;
	margin-left:5px;
}
.contentHalfwidthLeft{
	float:left;
	width:440px;
	margin:0 20px 0 20px;
}
.contentHalfwidthRight{
	float:left;
	width:440px;
	margin:0 0 0 20px;
}
.contentContainer.sidebarBg{
	background:url(../css/images/sidebarBg.jpg) repeat-y;
}
.sidebar{
	float:left;
	width:240px;
	margin:-16px 20px 0 0;
}
.sidebarNav{
	list-style-type:none;
	padding:0;
	margin:0;
}
.sidebarNav li{
	display:block;
}
.sidebarNav li a{
	display:block;
	padding:16px 20px;
}
.activeTab{
	background:#ccc;
}
.sidebarContent{
	width:680px;
	margin-left:260px;
}
#bottom{
	width:100%;
	float:left;
	margin:0;
	padding-top:16px;
	background:#222 url(../css/images/footerBg.jpg) top repeat-x;
	border-top:1px solid #666;
}
#footerContainer{
	position:relative;
	width:960px;
	margin:0 auto;
	color:#ddd;
}
#footerBackToTop{
	position:absolute;
	width:150px;
	left:50%;
	margin:-48px 0 0 -75px;
	height:35px;
	padding-top:9px;
	background:url(../css/images/footerBackToTop.png) no-repeat;
}
#footerBackToTop a{
	text-decoration:none;
}
#footerContainer .goldenLargeLeft{
	width:585px;
	margin-bottom:0;
}
#footerContainer .goldenSmallRight{
	width:365px;
	margin-bottom:0;
}
#footerSiteNav{
	list-style-type:none;
	margin-bottom:0;
	padding:0;
}
#footerSiteNav li{
	display:inline;
	padding-right:10px;
	line-height:32px;
}
#footerSocialLinks{
	float:right;
	list-style-type:none;
	margin-bottom:0;
	padding:0;
}
#footerSocialLinks li{
	display:inline;
	padding-left:10px;
}
#footerPartners img{
	margin:0 20px;
}
/* TYPOGRAPHY */
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-small{
	font-size:12px;
	line-height:18px;
}
.small{
	font-size:12px;
	line-height:18px;
}
span.bold{
	font-weight:bold;
}
span.strike{
	text-decoration:line-through;
}
h1{
	font-family:Georgia, serif;
	font-size:42px;
	line-height:42px;
	font-weight:normal;
}
h2{
	font-family:Georgia, serif;
	font-size:36px;
	font-weight:normal;
	line-height:42px;
	color:#ec2e00;
}
h3{
	font-family:Georgia, serif;
	font-size:26px;
	font-weight:normal;
	line-height:26px;
}
h4{
	font-size:18px;
	color:#cf2808;
}
p{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:16px;	
	line-height:24px;
}
blockquote{
	font-family:Georgia, serif;
	font-size:16px;	
	line-height:24px;
	margin:0 20px 8px 20px;
}
cite{
	display:block;
	font-family:Georgia, serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin:0 20px 16px 20px;
}
address{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:16px;	
	line-height:24px;
	font-style:normal;
}
/* LISTS */
ul, ol{
	list-style-position:inside;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:16px;	
	line-height:24px;
}
.tickList{
	list-style-position:inside;
	list-style-image:url(../css/images/check_white_sml.jpg);
	line-height:35px;
}
/* MEMBERS UPGRADES */
div#upgrades{
	margin:16px 0 16px 0;
}
div#upgrades p{
	margin-top:0px;
}
ul.upgrades-nav{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.upgrades-nav li{
	display:inline;
}
ul.upgrades-nav li a{
	display:block;
	float:left;
	padding:20px;
	text-decoration:none;
	color:#eee;
	background:#5F0018;
	border:1px solid #5F0018;
}
ul.upgrades-nav li a.selected{
	color:#000;
	background:#5F0018 url("../css/images/pageHeader.jpg") repeat-x;
	border:1px solid #5F0018
}
div#upgrades-goldedition{
	clear:both;
	width:878px;
	padding:16px 20px 0 20px;
	border:1px solid #5F0018;
}
div#upgrades-hardcopy{
	clear:both;
	width:878px;
	padding:16px 20px 0 20px;
	border:1px solid #5F0018;
}
/* PRODUCT BOX */
h3.boxCap{
	clear:both;
	position:relative;
	height:52px;
	text-transform:none;
	margin:0;
	padding-left:20px;
	font-size:26px;
	line-height:52px;
	font-weight:normal;
	color:#fff;
	background:url(../css/images/boxhead.gif) repeat-x;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border:1px solid #5F0018;
}
h3.boxCap img{
	position:absolute;
	top:0;
	left:0;
	margin:5px 0 0 20px;
}
.red{
	color: #F00;
}
.black{
	color: #000;
}
.cross{
	text-decoration: line-through;
	font-size: 30px;
	}
.no-cross{
	text-decoration: none;
	font-size: 30px;
	}
div.contentFullwidth div.productBox{
	width:878px;
}
div.contentFullwidth div.productBox div.goldenLargeLeft{
	width:513px;
}
div.contentFullwidth div.productBox div.goldenSmallRight{
	width:350px;
}
div.productBox{
	float:left;
	width:918px;
	margin-bottom:16px;
	padding:16px 20px 0 20px;
	border:solid 1px #ccc;
}
div.productBox div.goldenSmallRight,
fieldset div.goldenSmallRight{
	float:left;
	width:370px;
	margin-left:5px;
}
div.productBox div.goldenLargeLeft,
fieldset div.goldenLargeLeft{
	float:left;
	width:533px;
	margin-right:5px;
}
/* TESTIMONIAL BOX */
div.testimonialBoxCap{
	width:719px;
	height:13px;
	margin:0 auto;
	background:url(../css/images/testimonialBoxCap.png) no-repeat;
}
div.testimonialBox{
	width:679px;
	margin:0 auto 1em auto;
	padding:16px 20px 32px 20px;
	background:url(../css/images/testimonialBoxBg.png) no-repeat bottom;
}
/* FLOWPLAYER */
.player{
	display:block;
	width:350px;
	height:250px;
}
.paypal{
margin-top: 40px;
}
#playlist{
	float:left;
	width:203px;
	height:300px;
	padding:0 10px 0 10px;
	background:#eee;
	overflow-y:auto;
	overflow-x:hidden;
}
/* TABLES */
table{
	width:100%;
	border-top:solid 1px #eee;
	border-right:solid 1px #eee;
	margin:0 0 16px 0;
	padding:0;
}
thead,
tfoot{
	text-align:left;
	font-weight:bold;
}
thead{
	background:#f1f1f1 url(../css/images/legend-bg.png) repeat-x 
}
th,
td{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:16px;	
	line-height:24px;
	padding:8px 10px 8px 10px;
	border-bottom:solid 1px #eee;
	border-left:solid 1px #eee;
	font-size:16px;
	line-height:24px;
}
table.no-border,
table.no-border th,
table.no-border td{
	border:0;
}
/* FORMS */
fieldset{
	padding:0 19px 0 19px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #ccc;
	overflow:hidden;
}
legend{
	margin:16px 0 16px 0;
	padding:16px 20px;
	font-size:24px;
	color:#eee;
	background:url("../css/images/pageHeader.jpg") repeat-x;
	border-top:solid 1px #eee;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
label{
	display:block;
	margin:0 0 4px 0;
	font-size:12px;
	font-weight:bold;
}
label.error{
	margin:-12px 0 16px 0;
	color:red;
}
input{
	display:block;
	width:200px;
	margin:0 0 16px 0;
	padding:8px;
	font-size:16px;
	border:solid 1px #ccc;
}
input[type='hidden']{
	display:none;
}
input[type='submit']{
	width:auto;
	padding:16px 20px;
	color:#274990;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	background:#FFC12F;
	border:solid 1px #AF7300;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
input[type='submit']:hover{
	cursor:pointer;
}
#FeedbackForm{
}
#FeedbackForm label{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:16px;	
	font-weight:bold;
	line-height:24px;
}
#FeedbackForm input[type='radio']{
	float:left;
	width:auto;
	margin:4px 10px 0 10px;
	border:0;
}
#changePass table,
#changePass table td,
#memberlogin table,
#memberlogin table td,
#forgotpassword table,
#forgotpassword table td{
	border:0;
}	
/* LINKS */
#freeLessonSignup{
	line-height:48px;
}
#footerContainer a:link,
#footerContainer a:visited,
#freeLessonSignup a:link,
#freeLessonSignup a:visited,
#top{
	color:#ddd;
}
#but a:link,
#but a:visited{
	color:#ddd;
	text-decoration:none;
}
#top a:link,
#top a:visited{
	color:#999;
	text-decoration:none;
}
#footerContainer a:hover,
#footerContainer a:focus,
#footerContainer a:active,
#freeLessonSignup a:hover,
#freeLessonSignup a:focus,
#freeLessonSignup a:active,
#top a:hover,
#top a:focus,
#top a:active{
	color:#000;
	text-decoration:none;
}
/* MISC */
.hide{
	display:none;
}
.no-margin{
	margin:0;
}
.no-padding{
	padding:0;
}
.no-border{
	border:0;
}
.clear{
	clear:both;
}
.pos-left{
	float:left;

}
.pos-right{
	float:right;
	padding-right: 20px;
}
.pos-center{
	margin:0 auto 16px auto;
	border:1px solid #ff3e05;
}
.margin-left{
	margin-left:10px;
}
.greyBorder{
	border:1px solid #ccc;
}
.padding-right{
	padding-right:20px;
}
/*PPC-BANNER-ADS PAGE STYLES*/
.containerFullWidth{
	width:680px;
	clear:right;
}	
.smallContentleft{
	width:330px;
	float:left;
	border:none;
	margin-right:10px;
}
.smallContentright{
	width:330px;
	float:right;
	border:none;
	margin-left:10px;
}
/*PPC-BANNER-ADS PAGE STYLES END*/
.button {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
    float: right;
    margin-top: 35px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000;
	font-family:arial;
    margin-right: 10px;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
}.button:active {
	position:relative;
	top:1px;
}
