html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	padding: 0 0 15px 0;
	line-height: 1.5;
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a {
	color: #3f3872;
}

small {
	font-size: 10px;
}

h1, h1 a, h2, h2 a {
	font-size: 30px;
	font-weight: bold;
	color: #3f3872;
	text-decoration: none;
	margin: 0 0 20px 0;
	line-height: 1.25;
}

h2, h2 a {
	font-size: 22px;
	color: #3f3872;
	font-weight: normal;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.entry ul {
	list-style: disc;
}

.entry ol {
	list-style: decimal;
}

#header {
	background: #fff;
}

#header .container {
	padding: 5px 15px;
	height: 160px;
	width: 930px;
}

#header .container #logo {
	display: block;
	margin: 25px 0 0 0;
	height: 86px;
	width: 288px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999px;
}

.quick-call {
	font-size: 24px;
	color: #cacaca;
	font-style: italic;
	font-weight: bold;
	line-height: 140px;
}
.quick-call span {
	color: #e5352d;
}

#header .container .sitename, #header .container .tagline {
	font-family: 'CabinRegular';
	font-size: 30px;
	color: #fff;
	padding-left:20px;
}

#header .container .sitename {
	padding-top: 30px;
	padding-bottom: 5px;
}

#header .container .tagline {
	font-size: 18px;
}

.slideshow {
	text-align: center;
	z-index: 0;
	margin: 0 auto -285px auto;
	background: #000;
}

.slideshow img { left: 50% !important; margin-left: -700px; }

.twitter, .facebook {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/twitter.png) no-repeat;
	text-decoration: none;
}

.facebook {
	background: url(../images/facebook.png) no-repeat;
}

#menu {
	position: relative;
	margin: -25px 0 0 0;
	z-index: 99999;
}

#menu .container {
	background: url(../images/menu_bg.png) repeat-x top;
	
	border: solid 1px #1d1748;
	border-bottom: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menu .sf-menu {
	margin-bottom: 0;
	width: 100%;
	font-size: 0;
}

#menu .sf-menu li {
	background: url(../images/menu_spacer.png) no-repeat top right;
	display: inline-block;
	float: none;
}

#menu .sf-menu li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}

#menu .sf-menu li:last-child {
	background: none;
}

#menu .sf-menu li:last-child a {
	background: none;
}

#menu .sf-menu li:last-child a:hover {
	background: url(../images/menu_bg.png) repeat-x bottom !important;	
}
#menu .sf-menu .sub-menu li:last-child a:hover {
	background: none !important;
}


#menu .sf-menu a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border: none;
	padding: 0 15px;
	line-height: 48px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	/*background: url(../images/menu_spacer.png) no-repeat top right;*/
	white-space: nowrap;
	margin-right: 2px;
}

#menu .sf-menu a:hover, #menu .sfHover a {
	background: url(../images/menu_bg.png) repeat-x bottom;
}

#menu .sf-menu .sub-menu {
	background: #3e3962;
	top: 48px;
	width: 240px;
	
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;	
	
	padding: 0 10px;
}

#menu .sf-menu .sub-menu li a:hover {
	text-decoration: underline;
	background: none;
}

#menu .sf-menu .sub-menu li a {
	background: none;
	white-space: normal;
	margin-right: 10px;
	line-height: 1.5;
	text-align: left;
}

#menu .sf-menu .sub-menu li {
	background: url(../images/sub-menu_bg.gif) repeat-x bottom;
	padding: 10px 0;
}

#menu .sf-menu .sub-menu li:last-child {
	background: none;
}

#menu .sf-menu .sub-menu .children {
	top: 0;
	left: 250px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0px 5px 5px 5px;
border-radius: 0px 5px 5px 5px;	
}

#slider {
	margin-top: -26px;
	background: #fff url(../images/background.png) repeat-x bottom;
}

#slider .container .book-button {
	display: inline-block;
	position: absolute;
        margin-top: 20px;
	font-size: 18px;
	padding: 17px 20px;
	border: solid 1px #c4c4c4;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #fff url(../images/button.gif) repeat-x bottom left;
	
	-webkit-box-shadow: 0px 0px 15px 0px #fff;
	-moz-box-shadow: 0px 0px 15px 0px #fff;
	box-shadow: 0px 0px 15px 0px #fff;
	
	text-decoration: none;		
}

#slider .container {
	position: relative;
	height: 400px;
	overflow: hidden;
}

.small_slider {
	background: #fff url(../images/background.png) repeat-x bottom !important;
}
.small_slider .container {
	width: 930px !important;
	text-align: left !important;
	color: #2b2463;
	padding: 0 15px;
}

#content {
	padding: 40px 0;
	color: #444444;	
}

#content #body {
	width: 640px;
}

#content #sidebar {
	width: 300px;
}

#sidebar .free_lesson #free-lesson-form {
	background: #ff5500;
	padding: 20px 30px;
	border-top: 1px solid #ff993e;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#sidebar .free_lesson #free-lesson-form h1 {
	font-family: 'CabinRegular';
	font-size: 33px;
	padding: 0 0 5px 0;
	color: #000;
	margin: 0;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

#sidebar .free_lesson p {
	text-align: center;
}

#sidebar .free_lesson #free-lesson-form input[type="text"] {
	/*line-height: 37px;*/
	background: url(../images/textbox.png) no-repeat top;
	border: none;
	padding: 11px 5px;
	width: 198px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
}

#sidebar .free_lesson #free-lesson-form input[type="submit"] {
	background: url(../images/submit1.png) no-repeat top left;
	width: 187px;
	height: 87px;
	border: none;
	text-indent: -99999;
	cursor: pointer;
}

#sidebar .free_lesson #free-lesson-form p {
	padding: 0 0 10px 0;
}

#sidebar {
	padding: 0 !important;
}

.home-left, .home-right {
	width: 290px;
	margin: 0 45px 0 0;
	float: left;
}

.home-right {
	float: right;
	margin: 0;	
}

.widget_text table tr td {
	vertical-align: top;
	padding-bottom: 7px;
	line-height: 1.5;
}

#content ul, #content ol {
	padding: 0 0 15px 20px;
}

#content ul li, #content ol li {
	line-height: 1.5;
}

#content .top .widget, 
#content .middle .widget,
#content .bottom .widget {
	width: 290px;
	float: left;
	margin-left: 45px;
	margin-bottom: 20px;
}

#content .top .widget:first-child, 
#content .middle .widget:first-child,
#content .bottom .widget:first-child {
	margin-left: 0;
}

#content .top .widget h1, 
#content .top .widget h1 a, 
#content .moddle .widget h1, 
#content .middle .widget h1 a,
#content .bottom .widget h1, 
#content .bottom .widget h1 a  {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 10px 0;
}

#content .top .widget h1 a, 
#content .middle .widget h1 a,
#content .bottom .widget h1 a {
	text-decoration: none !important;	
}

.graybox {
	background: #fefefe url(../images/gray.gif) repeat-x bottom;
	border: solid 1px #dddad3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	font-size: 22px;
	font-weight: bold;
	color: #737373;
	line-height: 100px;
	padding: 0 40px;
	margin: 0 0 50px 0;
}

.yellow-button {
	background: url(../images/yellow-button.png) no-repeat;
	display: block;
	line-height: 51px;
	width: 224px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #252525;
}

.black-border {
	border: solid 1px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	color: #626262;
	background: #e0e0e0;
	padding: 20px 0;
}

#footer .container {
	width: auto;
	padding: 0 20px;
}

#footer a {
	font-size: 12px;
}

#jigowatt_membership_form .checkbox { }
#jigowatt_membership_form p { padding: 0 !important; margin: 0 0 0 !important; }

.helvetica {
	font-family: 'HelveticaNeue35Thin';
	color: #2b2463;
	font-size: 48px;
}

label {
	width: 150px;
	display: inline-block;
}
table.tbl_default_form_style{
	width:100%;
}
table.tbl_default_form_style tr td{
	padding: 5px;
}
table.tbl_default_form_style tr td.txt_label{
	text-align:left;
	vertical-align:top;
}
table.tbl_default_form_style tr td.input_txt{

}
table.tbl_default_form_style tr td.input_txt input{
	width:80%;
	padding:5px 0px;
}
table.tbl_default_form_style tr td.chckbox{
}
table.tbl_default_form_style tr td.chckbox .wpcf7-list-item{
	clear:both;
	display:block;
}
table.tbl_default_form_style tr td.chckbox .wpcf7-list-item label{
	display:inline;
}
table.tbl_default_form_style tr td.textarea textarea{
	width:80%;
	padding:5px 0px;
	resize: none;
}
table.tbl_default_form_style tr td.btn_submit{
	text-align:right;
}
table.tbl_default_form_style tr td.btn_submit input{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:none;
	background:#bb681c;
	color:#FFF;
	padding:5px 10px;
	text-align:right;
}
table.tbl_default_form_style tr td img.wpcf7-captchac{

}