/* Global Reset */
html{}
body{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/page-bg.jpg) repeat-x left top #dfddd1;
}
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
img { margin:0; padding:0; border:0; text-decoration: none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

li{ list-style:none; float:left; }

a img { border:none; }

a { cursor:pointer; outline:none; }
input, textarea, select{ outline:none;}

/* General Styles */
.clear { clear:both; overflow:hidden; width:100%; }
.fltlft{ float:left; }
.fltrt{ float:right; }

/* H1 to H6 type Styles */
h1, h2, h3, h4, h5, h6 { font-weight:normal;}

/* Page Holder */
.container{
	padding: 0;
	margin: 0 auto;
	width: 940px;
}

#header,
#wrapper,
#footer {
	width: 100%;
	text-align:left;
	clear:both;
}


/* Header */
#header {
	height:193px;
}
#header #header-top{
	clear:both;
	overflow:hidden;
	height:36px;
	line-height:35px;
	color:#fff;
}
#header #header-top .fltlft{
	float:left;
	padding:0 0 0 70px;
}
#header #header-top a{
	color:#fff;
}
#header #header-top a:hover{
	text-decoration:underline;
}
#header #header-content{
	clear:both;
	overflow:hidden;
	height:157px;
	background:url(../images/bg-header.jpg) no-repeat left top;
}
#header #logo{
	float:left;
	padding:43px 0 0 0;
}

/*menu css here*/
#header #menu{
	float:right;
	padding:68px 0 0 0;
	line-height:22px;
}
#header #menu li{
	padding:0 0 0 9px;
}
#header #menu li a{
	float:left;
	background:url(../images/menu-left.png) no-repeat left top;
	padding:0 0 0 13px;
	height:22px;
	color:#fff;
}
#header #menu li a span{
	float:left;
	background:url(../images/menu-right.png) no-repeat right top;
	padding:0 12px 0 0;
	height:22px;
}
#header #menu li a:hover, #header #menu li.inpage a{
	color:#000;
}

/* Footer */
#footer {
	padding:0 0 33px 0;
}
#footer .container{
	clear:both;
	overflow:hidden;
	width:799px;
	background:#e7e5dc;
	border-top:1px solid #f2f1f6;
	border-bottom:1px solid #d5d3cb;
	padding:25px 0 20px 0;
	text-align:center;
}
#footer p{
	clear:both;
	overflow:hidden;
	color:#b0aca5;
}
#footer ul{
	clear:both;
	overflow:hidden;
	text-align:center;
	padding:0 0 25px 0;
	line-height:21px;
}
#footer ul li{
	float:none;
	display:inline;
	padding:0 15px;
}
#footer ul li a{
	display:inline-block;
	background:url(../images/footer-menu.jpg) no-repeat left top;
	padding:0 0 0 15px;
	height:22px;
	color:#a09b97;
}
#footer ul li a span{
	display:inline-block;
	background:url(../images/footer-menu.jpg) no-repeat right top;
	height:22px;
	padding:0 15px 0 0;
}
#footer ul li a:hover, #footer ul li.active-page a{
	color:#625f5b;
}
/* Content */
#wrapper {}

/*banner css here*/
#banner{
	clear:both;
	overflow:hidden;
	padding:30px 0;
	width:794px;
	height:230px;
	margin:0 auto;
}
#banner div#rotator {
	position:relative;
	width:538px;
	height:218px;
	border:6px solid #3b3a36;
	float:left;
}
#banner div#rotator ul li {
	float:left;
	position:absolute;
	left:0;
	top:0;
	list-style: none;
}
#banner div#rotator ul li img {
	clear:both;
	display:block;
}
#banner div#rotator ul li.show {
	z-index:500
}
#banner div#rotator h2.feature-title{
	background:url(../images/slider-title.png) repeat left top;
	width:530px;
	height:39px;
	position:absolute;
	right:0;
	bottom:13px;
	z-index:222;
	font-size:22px;
	color:#fff;
	line-height:39px;
	text-align:right;
	padding:0 10px 0 0;
}
#banner #banner-right{
	float:right;
	width:226px;
}
#banner #banner-buttons{
	clear:both;
	overflow:hidden;
	background:url(../images/banner-links.gif) no-repeat left top;
	width:226px;
	height:114px;
	font-size:14px;
}
#banner #banner-buttons a{
	display:block;
	width:216px;
	height:56px;
	margin-bottom:1px;
	padding:0 0 0 10px;
	background:url(../images/arrow_1.png) no-repeat 203px center;
	line-height:53px;
	color:#c7c4bf;
}
#banner #banner-buttons a:hover{
	background:url(../images/arrow_2.png) no-repeat 203px center;
	color:#fff;
}
#banner .banner-rgtcontent{
	clear:both;
	overflow:hidden;
	padding:24px 0 0 0;
}
#banner .banner-rgtcontent div{
	background:url(../images/banner-link2.png) no-repeat left top;
	width:226px;
	height:71px;
	clear:both;
	overflow:hidden;
	text-align:center;
	padding:22px 0 0 0;
	color:#a0a094;
	line-height:17px;
}
#banner .banner-rgtcontent div span{
	clear:both;
	overflow:hidden;
	display:block;
	padding-bottom:2px;
}
#banner .banner-rgtcontent div a{
	background:url(../images/banner-arrow2.gif) no-repeat right center;
	padding:0 18px 0 0;
	display:inline;
	color:#73c7d2;
}
#banner .banner-rgtcontent div a:hover{
	background:url(../images/banner-arrowhover.gif) no-repeat right center;
	color:#fff;
}

#content{
	clear:both;
	display:table;
	width:794px;
	margin:0 auto;
	padding:30px 0;
	line-height:18px;
	color:#333;
}
#content .videos-row1{
	clear:both;
	overflow:hidden;
	padding:0 0 30px 0;
}
#content .videos-row-last{
	padding-bottom:0;
}
#content .video1{
	width:384px;
}
#content .video1 .video-holder{
	clear:both;
	overflow:hidden;
	width:373px;
	height:217px;
	border:1px solid #c1beb1;
	background:#fff;
	padding:4px;
}
#content .video1 .video-content{
	clear:both;
	overflow:hidden;
	padding:15px 0 0 0;
	
}
#content .video1 .video-content h2{
	float:left;
	color:#226075;
	line-height:20px;
	font-size:18px;
}
#content .video1 .video-content h2 strong{
	font-weight:normal;
	color:#78715b;
	font-size:14px;
}
#content .video1 .viewvideo-button{
	float:right;
	background:url(../images/viewvideo-button.png) no-repeat left top;
	width:124px;
	height:33px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-indent:8px;
	line-height:32px;
	text-transform:uppercase;
}
#content .video1 .viewvideo-button:hover{
	color:#000;
}

#content h1{
	font-size:24px;
	color:#226075;
	line-height:24px;
}

#content h2{
	font-size:18px;
	color:#226075;
	line-height:18px;
}

#content input{
	border: 1px solid #AEC9C5;
    height: 30px;
    vertical-align: middle;
    width: 347px;
	line-height:30px;
}


.books-list1 {
	clear:both;
	padding:0 0 15px 0;
	text-align:center;
}
.books-list1 li{
	float:none;
	padding:0 10px;
	display:inline-block;
	margin:0 -80px 0px -80px;
	position:relative;
}
.books-list1  .vipgetway-tooltip{
	position:absolute;
	left:100px;
	top:0;
	z-index:99999999999999;
	background:url(../images/pop-up.jpg) repeat-x left top #fff;
	width:390px;
	text-align:left;
	border:3px solid #5f5c51;
	
	display:none;
}
.books-list1  .vipgetway-tooltip .tooltip-wrp{
	border:1px solid #fff;
	width:368px;
	padding:10px ;
}
.x-icon1{
	float:right;
}
.books-list1 .popup-content1{
	clear:both;
	overflow:hidden;
}
.books-list1 .popup-content1 img{
	float:left;
	padding-right:20px;
}
.books-list1 .popup-content1 div{
	float:left;
	padding:15px 0 0 0;
	width:190px;
	line-height:16px;
}
.books-list1 .popup-content1 div h5{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#333;
	padding-bottom:8px;
}
.book-now-button{
	background:url(../images/book-now-button.gif) no-repeat left top;
	width:114px;
	height:33px;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-indent:10px;
	
#nav {
	background:url(../images/nav-bg.gif) no-repeat left top;
}