html {
	font-size: 62.5%;
}

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	color: #000;
	background: #B2F077 url(../images/bg.gif) repeat-x;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}


a {
	color: #400582;
}

a.anchorOnly {
	color: #000;
}

#logo:focus,
#nav a:focus,
a.trip:focus 
{
	outline: none;
}



#main {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#logo {
	position: absolute;
	top: 16px;
	left: 10px;
	width: 220px;
 	height: 77px;
 	background: url(/images/LeelaTravel.png);
 	text-indent: -1000px;
}
#logo { _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/LeelaTravel.png", sizingMethod="crop"); }

#nav {
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 61px;
	right: 34px;
	list-style: none;
	font-weight: bold;
	font-size: 1.6em;
}

#nav li {
	float: left;
	height: 38px;
	overflow: hidden;
	line-height: 1.3em;
}


#nav a {
	text-decoration: none;
	background: url(../images/tab.gif) 50% 0;
	display: block;
	float: left;
	height: 18px;
	padding: 10px 20px;
	color: #089005;
}
#nav li#Trips a {	background-position: 0 0; }
#nav li#ContactUs a {	background-position: 100% 0; }

#nav a:hover { background-position: 50% -38px; }
#nav li#Trips a:hover {	background-position: 0 -38px; }
#nav li#ContactUs a:hover {	background-position: 100% -38px; }

.trips #nav li#Trips a {	background-position: 0 -76px; }
.teachers #nav li#Teachers a,
.community #nav li#Community a,
.blog #nav li#Blog a,
.aboutUs #nav li#AboutUs a { background-position: 50% -76px; }
.contactUs #nav li#ContactUs a {	background-position: 100% -76px; }






#contentTop,
#contentBottom {
	position: relative;
	top: 99px;
	width: 960px;
	height: 11px;
	overflow: hidden;
	background: url(../images/contentTop.png);
}
#contentBottom {
	top: 99px;
	background: url(../images/contentBottom.png);
}

#content {
	position: relative;
	top: 99px;
	width: 725px;
	padding: 18px 27px 100px 210px;
	overflow: hidden;
	background: #fff;
}



.home #content {
	width: 942px;
	padding: 0 9px;
	height: 550px;
	background-repeat: no-repeat;
	background-position: 9px 0;
	background-image: url(../images/hp/00100.jpg);
}

.home #cornerTopLeft,
.home #cornerTopRight,
.home #cornerBottomLeft,
.home #cornerBottomRight {
	position: absolute;
	width: 5px;
	height: 5px;
	overflow: hidden;
	z-index: 10000;
}
.home #cornerTopLeft { background: url(../images/cornerTopLeft.png); top: 0; left: 9px; }
.home #cornerTopRight { background: url(../images/cornerTopRight.png); top: 0; right: 9px; }
.home #cornerBottomLeft { background: url(../images/cornerBottomLeft.png); bottom: 0; left: 9px; }
.home #cornerBottomRight { background: url(../images/cornerBottomRight.png); bottom: 0; right: 9px; }

.home #cornerTopLeft { _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.leelatravel.com/images/cornerTopLeft.png", sizingMethod="crop"); }
.home #cornerTopRight { _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.leelatravel.com/images/cornerTopRight.png", sizingMethod="crop"); }
.home #cornerBottomLeft { _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.leelatravel.com/images/cornerBottomLeft.png", sizingMethod="crop"); }
.home #cornerBottomRight { _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.leelatravel.com/images/cornerBottomRight.png", sizingMethod="crop"); }

.home #world {
	position: absolute;
	top: 20px;
	left: 405px;
	width: 450px;
	height: 507px;
	background: url(../images/world.png);
	z-index: 500;
}
.home #world { _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.leelatravel.com/images/world.png", sizingMethod="crop"); }

.home #mask {
	position: absolute;
	top: 0;
	left: 9px;
	width: 300px;
	height: 550px;
	background: url(../images/mask.png);
	z-index: 400;
}
.home #mask { _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.leelatravel.com/images/mask.png", sizingMethod="crop"); }

.home #intro {
	position: absolute;
	top: 0;
	left: 9px;
	width: 250px;
	padding: 35px 15px 15px 35px;
	height: 500px;
	z-index: 1000;
}

h1 { font-size: 8px; line-height: 8px; margin: -8px 0 0 9px; color: #fff; }


h2 {
	margin: 0;
	font-weight: normal;
	color: #400582;
	font-size: 3em;
}
h2 span {
	display: block;
	font-size: .8em;
	line-height: 1em;
}
.trip h2 {
	font-size: 2em;
	padding-top: 7px;
}

h3 {
	margin: .8em 0;
	font-size: 2.4em;
	color: #39595E;
}
h3 a.anchorOnly {
	color: #39595E;
}

.trip h3 {
	font-size: 1.4em;
}

h4 {
	margin-top: 0;
	font-size: 2.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #39595E;
}
h4 span {
	display: block;
	font-size: .7em;
	line-height: 1.2em;
}
.trip h4 {
	font-size: 1.3em;
	margin-bottom: 0;
	font-weight: normal;
}
.trip h4 span {
	font-size: 1em;
}


h5 {
	margin: 0;
	padding: 20px 20px .5em 20px;
	font-size: 1.8em;
	color: #5B607B;
}


h5.rounded {
	width: 647px;
	background: url(../images/h5-rounded.png);
	margin-top: 2em;
}

ul.rounded {
	margin: 0;
	display: block;
	width: 607px;
	padding: 0 15px 1em 65px;
	font-weight: bold;
}

p,
ul,
ol {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000;
}

p.bigger {
	font-size: 2.6em;
}

#tinymce.home p.bigger {
	font-size: 1.8em;
}

li {
	line-height: 1.8em;
}

ul.rounded {
	background: url(../images/ul-rounded.png) 0 100%;
	padding-bottom: 2em;
	margin-bottom: 1em;
}

ul.pricingDetails {
	margin: 0;
	padding-left: 50px;
	list-style: none;
}

ul.pricingDetails li {
	line-height: 1.5em;
}


#tinymce.home h2,
.home #intro h2 {
	font-size: 2.4em;
	color: #FFA701;
}

#tinymce.home h3,
.home #intro h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
}

#tinymce.home ul,
.home #intro ul {
	width: 230px;
	padding: 10px 10px 0 20px;
	margin: 0;
	font-size: 1.5em;
	color: #FFA701;
}

#tinymce.home li,
.home #intro li {
	padding-bottom: 1em;
	line-height: 1.5em;
}

#tinymce.home li span,
.home #intro li span {
	color: #fff;
}

#tinymce.home p,
.home #intro p {
	font-size: 1.8em;
	color: #fff;
}

.orange {
	color: #FFA701;
}

#tinymce.home p.green,
#intro p.green,
.green {
	color: #089005;
}



.mainPic {
	float: right;
	margin: 0 0 9px 9px;
}

.pics {
	display: block;
	position: absolute;
	top: 18px;
	left: 18px;
	width: 170px;
	height: auto;
	overflow: hidden;
}

.community .pics {
	left: auto;
	right: 18px;
}

.pics img {
	float: left;
	margin-bottom: 18px;
}






.trip {
	padding: 20px;
	margin: 0 0 18px 0;
	display: block;
	position: relative;
	width: 680px;
	overflow: hidden;
	background: url(../images/trip.png) 0 100% repeat-x;
	border: 1px solid #B2F077;
	text-decoration: none;
}
.trip:hover {
	background: #FFFFE6;
}

.trip img {
	float: left;
	margin: 10px 30px 10px 10px;
}

.trip h2,
.trip h3,
.trip h4 {
	width: 470px;
	float: left;
}

.trip a {
	text-decoration: none;
}



.teachers .trip {
	margin-top: 36px;
}

.teachers .trip img {
	margin-right: 0;
}

.teachers .trip p,
.teachers .trip h2,
.teachers .trip h3,
.teachers .trip h4 {
	width: 340px;
	float: right;
	padding-left: 30px;
}





.community p {
	width: 500px;
}


.floatLeft {
	float: left;
	margin: 0 20px 20px 0;
}

.floatRight {
	float: right;
	margin: 0 0 20px 20px;
}








.aboutUs .trip {
	margin-top: 36px;
	margin-bottom: 0;
}

.aboutUs .trip p,
.aboutUs .trip h2,
.aboutUs .trip h3,
.aboutUs .trip h4 {
	width: 340px;
	float: right;
	padding-left: 30px;
}

.aboutUs .trip h2 {
	margin: 0;
}

.aboutUs .trip p.under {
	width: auto;
	padding-left: 0;
}

.aboutUs .trip img {
	float: left;
	margin-right: 0;
}

.aboutUs .trip.partner img {
	margin-left: 90px;
}

h3.partner {
	margin-top: 100px;
}




.contactUs img {
	float: right;
}

.contactUs h2 {
	font-size: 2em;
	margin-bottom: 0;
}

.contactUs p {
	margin: 0 0 1.4em 0;
}




#copyright {
	position: relative;
	margin-top: 99px;
	padding: 15px 0;
	font-size: 1.3em;
	color: #50C246;
	text-align: center;
}
#copyright a {
	text-decoration: underline;
}






#photoCredit {
	color: #fff;
	opacity: .6;
	position: absolute;
	top: 647px;
	right: 15px;
}






input {
	margin: 0;
}







/* zc */

#indexCategories .categoryListBoxContents,

.buttonRow.back.update,
.button_shipping_estimator,
#shoppingCartDefault br.clearBoth,
#createAcctDefaultLoginLink,
#cartAdd br,
h4.optionName.back,
#attribsOptionsText,
#productPrices,
#productMainImage,
#productName,
.indexDefaultHeading,
.greeting {
	display: none;
}

br.clearBoth {
	display: block;
	height: 1px;
	overflow: hidden;
	clear: both;
}



.wrapperAttribsOptions label {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2.5em;
	display: block;
	float: left;
	width: 500px;
	position: relative;
	overflow: hidden;
	padding-left: 6px;
}

.wrapperAttribsOptions input {
	float: left;
	clear: both;
	display: inline;
	margin-top: 10px;
}
.wrapperAttribsOptions input {
	_margin-top: 5px;
}

.wrapperAttribsOptions {
	padding: 0 0 10px 50px;
	position: relative;
	overflow: hidden;
	width: 682px;
}


#cartAdd {
	margin: 0;
	padding: 20px 20px .5em 20px;
	font-size: 1.8em;
	color: #5B607B;
	font-weight: bold;
}

#cartAdd input {
margin: 0 0 0 10px;

	text-align: center;
	font-size: .8em;
}

#shoppingCartDefault form {
	display: block;
}

#shoppingCartDefault h1 {
	margin: 0;
	font-weight: normal;
	color: #400582;
	font-size: 2.2em;
	line-height: normal;
}

#guests,
#checkoutSuccessContactLink,
#cartInstructionsDisplay,
#cartSubTotal {
	font-size: 1.3em;
	line-height: 1.5em;
}

#cartInstructionsDisplay,
#cartSubTotal {
	margin: 1em 0;
}

.back {
	float: left;
}

.forward {
	float: right;
}

.buttonRow.back {
	padding-right: 18px;
}

.buttonRow.forward {
	padding-left: 18px;
}


#infoShoppingCart div {
	margin: 20px;
	padding: 20px;
	background-color: #fff;
}

#cartContentsDisplay {
	border-collapse: collapse;
	width: 726px;
}

#cartContentsDisplay td,
#cartContentsDisplay th {
	padding: 0;
	margin: 0;
	border: 1px solid #B2F077;
	padding: 10px;
	vertical-align: top;
}


#cartContentsDisplay th {
	font-size: 1.5em;
	color: #39595E;
	background: #FFFFE6;
}

#cartContentsDisplay tr:hover {
	background: #FFFFE6;
}


#cartContentsDisplay td {
	font-size: 1.3em;
}

.cartProductDisplay ul {
	font-size: .9em;
}

.cartRemoveItemDisplay {
	width: 50px;
}

.cartProductDisplay a {
	text-decoration: none;
}

#cartImage {
	margin: 0 10px 0 0;
}

#cartProdTitle {
	font-size: 1.5em;
	line-height: 2em;
}

#cartSubTotal {
	text-align: right;
}

.cartAttribsList {
	clear: both;
}

.cartAttribsList ul {
	margin: 0;
	padding: 0 0 0 62px;
	list-style: none;
}

.cartAttribsList ul li {
	line-height: normal;
}


.cartQuantityUpdate {
	text-align: center;
}


.cssButton,
.cssButtonHover {
	font-family: "Trebuchet MS";
	color: #400582;
	margin-bottom: 30px;
}
.cssButton, .cssButtonHover{
	width: 7em !important;
}


.buttonRow .cssButton,
.buttonRow .cssButtonHover {
	font-size: 1.3em;
}

.buttonRow a {
	text-decoration: underline;
}



.instructions {
	display: block;
	clear: both;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
}



fieldset {
	border: 1px solid #B2F077;
	padding: 20px;
	clear: both;
	margin-bottom: 1em;
}

legend {
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
}


fieldset label {
	display: block;
	float: left;
	width: 200px;
	font-size: 1.3em;
	line-height: 1.5em;
}

fieldset input {
	margin-right: 0.3em;
}

fieldset select, fieldset input {
	margin-bottom: 0.5em;
}








#checkoutBillto {
	display: block;
	float: none;
}

address {
	margin: 1em 0;
	font-size: 1.3em;
	font-style: normal;
}

#orderTotals,
.important,
.floatingBox.important.forward {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 1em 0;
}


#checkoutOrderTotals div div {
	font-size: 1.3em;
	line-height: 1.5em;
}

#otshipping {
	display: none;
}

#ottotal {
	font-weight: bold;
}

#checkoutConfirmDefaultPaymentTitle,
#checkoutConfirmDefaultPayment,
#checkoutShipto {
	display: none;
}

.important div.back {
	padding-right: 6px;
	font-weight: bold;
}


hr {
	visibility: hidden;
	height: 18px;
	overflow: hidden;
}



#checkoutConfirmDefaultHeadingComments {
	font-size: 1.5em;
}



#checkoutSuccessOrderNumber {
	display: none;
}





#loginDefault fieldset {
	width: 300px;
	clear: none;
}

#loginDefault fieldset#cowoaCustomer legend, 
#loginDefault fieldset legend,
#loginDefault fieldset div.information {
	font-size: 1.3em;
	line-height: 1.5em;
}






span.price {
	display: block;
	position: absolute;
	top: 0; right: 0;
	width: 200px;
	text-align: right;
}

span.price span {
	font-weight: normal;
}










/* hack */




#loginDefault fieldset#cowoaCustomer {
	width: 682px;
}









#checkoutShippingHeadingAddress {

	display: none;
	
}











/* tips */


.zoom {
	padding: 18px;
	background: #B2F077 url(../images/bg.gif) repeat-x;
}

.tip-title {
	background-color: #400582;
	color: #fff;
	font-size: 1.5em;
	padding: 3px 10px;
	text-align: right;
}


.tip-text {
	line-height: .1px;
}









/* subscribe */

#trigger {
	background: url(../images/subscribe.png) no-repeat;
	padding-left: 56px;
	height: 25px;
	display: block;
	cursor: hand;
}
#trigger { _background-image:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.leelatravel.com/images/subscribe.png", sizingMethod="crop"); }

a#trigger {
 	text-decoration: none;
 	font-weight: bold;
 	font-size: 15px;
 	line-height: 24px;
}

#intro a#trigger {
	color: yellow;
 	font-size: 1em;
 	line-height: 1.3em;
}


#contactUsForm,
#subscribe {
	position: absolute;
	top: 200px;
	left: 350px;
	overflow: hidden;
	width: 330px;

	visibility: hidden;
	opacity: 0;
	
	margin: 0;
	padding: 0;

	z-index: 33333;

}

#contactUsForm fieldset,
#subscribe fieldset {
	padding: 15px;
	margin: 0;
	background: #fff url(../images/trip.png) 0 100% repeat-x;
	border: 1px solid #B2F077;
}

#contactUsForm label,
#subscribe label {
	width: 100px;
}

#contactUsForm textarea,
#subscribe textarea {
	width: 145px;
	height: 4em;
}

#contactUsSubmit,
#contactUsSubmit,
#cancelSubmit,
#subscribeSubmit {
	float: right;
	margin: 1em 1em 0 0;
}


textarea,
input {
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: arial;
}




/* tos */


#createAcctDefault .buttonRow.forward {
	display: none;
}

ol li {
	padding-bottom: 1.5em;
}


ol li p {
	font-size: 1.3em;
	line-height: 1.5em;
}





/* wp */


#menu {
	position: absolute;
	top: 120px;
	left: 0;
	width: 170px;
	padding: 0 18px;
	
}

#menu ul,
#menu ul ul {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}


#menu ul ul {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 20px;
}



.blog .feedback,
.blog .meta,
.blog h2 {
	font-size: 1.3em;
	line-height: 1.5em;
}

.blog h3 {
	font-size: 1.6em;
	line-height: 1.5em;
	margin: 0;
}

.blog h3 a {
	text-decoration: none;
}

.post {
	padding-bottom: 5em;
}




#commentform textarea {
	font-family: "Trebuchet MS";
	font-size: 13px;
	width: 500px;
}

#commentform input {
	font-size: 13px;
}








/* cart/tinymce */

#tinymce {
	position: relative;
	width: 725px;
	padding: 18px 27px 100px 210px;
	overflow: auto;
	background: transparent;
}


.subtitle {

}

/* static tinymce */


body#tinymce {
}



.edit #content {
	width: 962px;
	padding: 18px 0 100px 0px;
}

#tinymce.home body,
#intro form {
	background-color: transparent;
}

body#tinymce.home {
	padding: 0;
	width: 250px;
}















