/* 
title: ASRA Travels and World Himalayan Expedition
xhtml/css author: Ananda K. Maharjan
date: September 2008
document: master stylesheet
*/

/* 
Colour References:
dark red = #792934
dark blue = #2F2941
orange = #C67C35
light brown = #B7AB85
very light = #EDE6C1
*/

/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, font, ins, kbd, q, s, samp,small, strike, tt, var,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	margin			: 0;
	padding			: 0;
	border			: 0;
	outline			: 0;
	font-weight		: inherit;
	font-style		: inherit;
	font-size		: 100%;
	font-family		: inherit;
	vertical-align	: baseline;
}

body
{
	line-height	: 1;
	color		: black;
	background	: white;
}

ul
{
	list-style : none;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse	: separate;
	border-spacing	: 0;
}

caption, th, td
{
	text-align	: left;
	font-weight	: normal;
}

blockquote:before, blockquote:after,q:before, q:after
{
	content : "";
}

blockquote, q 
{
	quotes : "" "";
}

/******************
Overall Site Styles
******************/

/* General Styles */
body
{
	font-size			: 12px;
	font-family			: Georgia, "Times New Roman", Times, serif;
	color				: #000000;
	line-height			: 1.5em;
	background-color	: #ffffff;
	background-repeat	: repeat-x;
	background-position	: center top;
	
}

#container
{
	background-image	: url(../images/himalayabg.jpg);
	background-repeat	: no-repeat;
	background-position	: center top;
}

strong
{
	font-weight	: bold;
	font-size	: 13px;
}

.light
{
	color : #EDE6C1;
}

p
{
	padding-bottom	: 1em;
	line-height		: 1.5em;
}

h1
{
	font-size		: 20px;
	font-family		: Georgia, "Times New Roman", Times, serif;
	font-weight		: normal;
	color			: #792934;
	padding-bottom	: 0.5em;
}

h2
{
	font-size		: 18px;
	font-family		: "Lucida Sans Unicode" Arial, Helvetica, sans-serif;
	padding-bottom	: 5px;
	font-weight		: normal;
	color			: #C67C35;
}
	
.big
{
	font-size	: 14px;
	font-family	: "Lucida Sans Unicode" Arial, Helvetica, sans-serif;
	color		: #ffe4b8;
	font-weight	: bold;
}

h3
{
	font-family	: Tahoma, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	font-weight	: bold;
	color		: #C67C35;
}
	
.clearer
{
	clear : both;
}

/* Links */
a:link
{
	color			: #FFA044;
	text-decoration	: none;
}

a:visited
{
	color			: #FFA044;
	text-decoration	: none;
}

a:hover
{
	color			: #792934;
	text-decoration	: underline;
}

a:active
{
	color			: #792934;
	text-decoration	: underline;
}

/* menu */
#mainmenu
{
	width		: 940px;
	text-align	: left;
	margin		: 0 auto;
	padding		: 0;
	clear		: both;
	position	: relative;
}

#Navbar
{
	float			: left;
	margin-left		: 0px;
	margin-top		: 131px;
	margin-bottom	: 6px;
}

#Navbar ul
{
	list-style-type	: none;
	margin			: 0px;
	padding			: 0px;
}

#Navbar ul li
{
	display : inline;
}

#Navbar ul li a
{
	float			: left;
	text-decoration	: none;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 15px;
	text-transform	: uppercase;
	padding-top		: 8px;
	padding-bottom	: 8px;
	padding-left	: 11px;
	padding-right	: 11px;
	margin-right	: 16px;
	color			: #EDE6C1;
	font-weight		: bold;

}

#Navbar ul li a:hover
{
	color			 : #ffffff;
	display			 : block;
	background-color : #C67C35;	
}

#dropmenudiv
{
	position		 : absolute;
	background-color : #D1965D;
	z-index			 : 100;
}

#dropmenudiv a
{
	display				: block;
	text-indent			: 2px;
	text-decoration		: none;
	color				: #FFFFFF;
	font-family			: Arial, Helvetica, sans-serif;
	text-align			: left;
	height				: 30px;
	padding-top			: 1px;
	padding-right		: 5px;
	padding-bottom		: 1px;
	padding-left		: 10px;
	line-height			: 30px;
	font-size			: 12px;
	z-index				: -5;
	font-style			: normal;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-bottom-color	: #C98441;
}

#dropmenudiv a:hover
{
	color			:#792934;
	text-decoration	: underline;
}

/* wrapbanner */
#wrapbanner
{
	width				: 940px;
	height				: 290px;
	background-image	: url(../images/bannerbg.jpg);
	background-repeat	: no-repeat;
	background-position	: center top;
	margin-top			: 6px;
}

#bannermenu
{
	width		: 224px;
	float		: right;
	text-align	: right;
	margin-top	: 30px;
}

.country
{
	font-family		: Georgia, "Times New Roman", Times, serif;
	font-size		: 30px;
	font-style		: italic;
	font-weight		: bold;
	color			: #EDE6C1;
	margin-bottom	: 10px;
	line-height		: 1.2em;
}

.slogan
{
	font-family		: Georgia, "Times New Roman", Times, serif;
	font-size		: 18px;
	font-style		: italic;
	color			: #EDE6C1;
	line-height		: 1.2em;
	margin-bottom	: 20px;
}

#bannermenu ul#topmenuleft
{
	padding	: 0;
	margin	: 0;
	float	: right;
	
}
#bannermenu ul#topmenuright
{
	padding			: 0;
	margin			: 0;
	float			: right;
	margin-right	: 15px;
}
	
#bannermenu ul li
{
	width			: 100px;
	display			: block;
	font-family		: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	text-transform	: uppercase;
	color			: #EDE6C1;
}

#bannermenu ul li a
{
	display				: block;
	color				: #909182;
	height				: 22px;
	line-height			: 22px;
	text-decoration		: none;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-bottom-color	: #09080C;
}

#bannermenu ul li a:hover
{
	color			 : #EDE6C1;
	background-color : #3C3453;
}

img
{
	border : none;
}
img.double-border { border:1px solid #ccc; padding:2px; background:#eee; }
.banner
{
	width	 : 693px;
	height	 : 249px;
	overflow : hidden;
	float	 : left;
}

.banner img
{
	float		 : left;
	padding-top	 : 0px;
	padding-left : 6px;
	border		 : none;
	z-index		 : 5;
}

/* contents*/
#wrapper
{
	width		: 940px;
	text-align	: left;
	margin		: 0 auto;
	padding		: 0;
	clear		: both;
}

#leftcontents
{
	width		 : 220px;
	float		 : left;
	margin-top	 : 15px;
	margin-right : 15px;
}

#welcome p
{
	font-size	: 16px;
	color		: #792934;
	line-height	: 1.6em;
	font-family	: Georgia, "Times New Roman", Times, serif;
	font-style	: italic;
}

#welcome
{
	margin-bottom : 20px;
}

/* links and buttons */
.buttonone
{
	float		 : right;
	text-indent	 : -9999px;
	margin-right : 10px;
}

.buttonone a
{
	width				: 109px;
	height				: 26px;
	background-image	: url(../images/aboutus.gif);
	display				: block;
	background-repeat	: no-repeat;	
	background-position	: left top;
}

.buttonone a:hover
{
	background-position : left bottom;
}

.buttontwo
{
	float		: right;
	text-indent	: -9999px;
}

.buttontwo a
{
	width				: 109px;
	height				: 26px;
	background-image	: url(../images/whywithus.gif);
	display				: block;
	background-repeat	: no-repeat;	
	background-position	: left top;
}

.buttontwo a:hover
{
	background-position : left bottom;
}

.separator
{
	clear				: both;
	background-image	: url(../images/dot.gif);
	background-repeat	: repeat-x;
	background-position	: left top;	
	text-indent			: -99999px;
	margin-bottom		: 6px;
}
.continue
{
	float		: left;
	text-indent	: -9999px;
	margin-top	: 15px;
}

.continue a
{
	width				: 148px;
	height				: 26px;
	background-image	: url(../images/continue.gif);
	display				: block;
	background-repeat	: no-repeat;	
	background-position	: left top;
}

.continue a:hover
{
	background-position : left bottom;
}

.continuemore
{
	float		: left;
	text-indent	: -9999px;
	margin-top	: 15px;
}

.continuemore a
{
	width				: 195px;
	height				: 26px;
	background-image	: url(../images/readmoretesti.gif);
	display				: block;
	background-repeat	: no-repeat;	
	background-position	: left top;
}

.continuemore a:hover
{
	background-position : left bottom;
}


.more
{
	font-size	: 14px;
	color		: #fff;
	font-weight	: normal;
	font-family	: Georgia, "Times New Roman", Times, serif;
}

.more a:link, .more a:visited
{
	font-size		: 14px;
	color			: #FFA044;
	text-decoration	: none;
	font-style		: italic;
}

.more a:hover
{
	color			: #792934;
	border-bottom 	: 1px solid #fcaf17;
}

.morethree
{
	font-size	: 14px;
	color		: #530100;
	float		: right;
	font-weight	: normal;
	font-family	: Georgia, "Times New Roman", Times, serif;
}

.morethree a:link, .morethree a:visited
{
	font-size		: 14px;
	color			: #530100;
	text-decoration	: none;
	font-style		: italic;
}

.morethree a:hover
{
	color			: #ce781a;
	border-bottom	: 1px solid #c36215;
}
	
.moretwo
{
	font-size	: 11px;
	color		: #c36215;
	font-family	: Arial, Helvetica, sans-serif;
}

.moretwo a:link, .moretwo a:visited
{
	font-size		: 11px;
	color			: #c36215;
	text-decoration	: underline;
}

.moretwo a:hover
{
	color			: #530100;
	text-decoration	: none;
}

/* Body Contents */
#contentblock
{
	width			: 700px;
	float			: right;
	margin-top		: 15px;
	margin-bottom	: 20px;
}

#featured
{
	color : #000000;
}		

#featured .fourtrips
{
	float		 : left;
	width		 : 220px;
	color		 : #000;
	margin-right : 14px;
}	

#featured .fourtrips p
{
	padding-bottom : 15px;
}	
		
#featured .fourtrips img
{
	float				: left;
	padding-top			: 3px;
	padding-bottom		: 18px;
	padding-right		: 12px;
	background-image	: url(../images/imagebg.jpg);
	background-repeat	: no-repeat;
}	

#featured .lasttrips
{
	float : right;
	width : 220px;
	color : #000;
}	

#featured .lasttrips p
{
	padding-bottom : 15px;
}	
		
#featured .lasttrips img
{
	float				: left;
	padding-top			: 3px;
	padding-bottom		: 18px;
	padding-right		: 12px;
	background-image	: url(../images/imagebg.jpg);
	background-repeat	: no-repeat;
}	

/* threecolm */
#threecolm
{
	width				: 700px;
	float				: left;
	margin-top			: 30px;
	margin-bottom		: 15px;
	background-image	: url(../images/doty.gif);
	background-repeat	: repeat-y;
	background-position	: center top;
}
		
.firstblock
{
	width		 : 215px;
	margin-right : 30px;
	float		 : left;
}

.lastblock
{
	width : 210px;
	float : right;
}

/* SearchTrips */
#searchtrips
{
	width			 : 226px;
	height			 : 150px;
	background-color : #6f6251; 
	margin-bottom	 : 14px;
	padding			 : 10px;
}

select
{
	width			 : 226px;
	height			 : 20px;
	background-color : #9d9382;
	font-family		 : Arial, Helvetica, sans-serif;
	font-size		 : 12px;
	color			 : #FFFFFF;
	margin-bottom	 : 10px;
	border			 : 1px solid #b7a48a;
}

/* Footer */
#footer
{
	clear				: both;
	background-color	: #2F2941;
	background-image	: url(../images/footerbg.jpg);
	background-repeat	: repeat-x;
	background-position	: center top;
	text-align			: center;
	padding-bottom		: 15px;
}

#insidefooter
{
	width		: 960px;
	margin		: 0 auto;
	text-align	: left;
	padding-top	: 20px;
	font-family	: Tahoma, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	color		: #855e47;
}

#insidefooter p
{
	font-family	: Tahoma, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #855e47;
}

#insidefooter ul
{
	padding	: 0;
	margin	: 0;
}

#insidefooter ul li
{
	width	: 140px;
	display	: block;
}

#insidefooter ul li a
{
	color				: #855e47;
	text-indent			: 10px;
	display				: block;
	height				: 22px;
	line-height			: 22px;
	text-decoration		: none;
	border-bottom-width	: 1px;
	border-bottom-style	: solid;
	border-bottom-color	: #201C2C;
}

#insidefooter ul li a:hover
{
	color			 : #c08061;
	background-color : #792934;
}

#insidefooter ul#footermenuone
{
	float		 : left;
	margin-right : 20px;
}

#insidefooter ul#footermenutwo
{
	float		 : left;
	margin-right : 20px;
}

#insidefooter ul#footermenutwo li a
{
	border-bottom-color : #201C2C;
}

#insidefooter ul#footermenuthree li a
{
	border-bottom-color : #201C2C;
}
#insidefooter ul#footermenuthree li a:hover
{
	background-color : #792934;
}

#insidefooter ul#footermenuthree
{
	float		 : left;
	margin-right : 20px;
}

.leftfooter
{
	float : left;
}

.rightfooter
{
	float : right;
	color : #855e47;
}

#footer .rightfooter a
{
	color : #855e47;
}

#footer .rightfooter a:hover
{
	color : #ffe4b8;
}

#footer .rightfooter .light a
{
	color			 : #ffe4b8;
	display			 : inline-block;
	background-color : #792934;
	padding-left	 : 4px;
	padding-right	 : 4px;
}

#footer .rightfooter .light a:hover
{
	color			 : #fff;
	background-color : #C88137;
	text-decoration	 : none;
}

/*innerpages */

/* sidebar */
#sidebar
{
	width			: 270px;
	float			: left;
	margin-top		: 15px;
	margin-left		: 10px;
	margin-right	: 15px;
	display			: inline;
	margin-bottom	: 20px;
}

#greenbar
{
	width				: 268px;
	background-color	: #EEE9D7;
	border				: 1px solid #C7C3B4;
	margin				: 0;
	padding				: 0;
	background-image	: url(../images/menubg.jpg);
	background-repeat	: repeat;
	background-position	: left top;
}

#greenbar .sidebarinner
{
	padding		: 12px;
	font-family	: Georgia, "Times New Roman", Times, serif;
	font-size	: 12px;
	color		: #2F2941;
}

#greenbar .sidebarinner p
{
	font-family	: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #2F2941;
	font-style	: italic;
	margin-top	: 10px;
}

#greenbar h1
{
	color				: #eddaba;
	font-style			: italic;
	font-weight			: bold;
	background-color	: #990000;
	background-image	: url(../images/menutop.jpg);
	background-repeat	: repeat;
	background-position	: left center;
	display				: block;
	padding-top			: 10px;
	padding-left		: 6px;
}

#greenbar img
{
	padding		: 0;
	border-top	: 1px solid #6d791c;	
}

#sidebar ul
{
	margin	: 0;
	padding	: 0;
}

#sidebar ul li
{
	height			: 32px;
	border-bottom	: 1px solid #D7D3C2;	
	
}

#sidebar ul li a
{
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			: 13px;
	color				: #2F2941;
	padding-left		: 35px;
	background-image	: url(../images/bullet.gif);
	background-repeat	: no-repeat;
	background-position	: 14px 10px;
	display				: block;
	padding-top			: 6px;
	height				: 26px;
}

#sidebar ul li a:hover
{
	color				: #FFFFFF;
	background-image	: url(../images/bullethover.gif);
	background-repeat	: no-repeat;
	background-color	: #792934;
	text-decoration		: none;
	background-position	: 14px 10px;
}
	
/* Main contents */
#maincontents
{
	width		 	: 612px;
	float		 	: right;
	margin-top		: 15px;
	margin-right 	: 22px;
	display		 	: inline;
}

#maincontents h1
{
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size		: 18px;
	text-transform	: uppercase;
	color			: #792934;	
}

#maincontents h2
{
	font-family	: Tahoma, Arial, Helvetica, sans-serif;
	font-size	: 13px;
	font-weight	: bold;
	color		: #73880a;
}

#featuredtrips
{
	margin-top	: 10px;
	position	: relative;
}

#featuredtrips .edge
{
	position	: absolute;
	top			: 0px;
	right		: 2px;
}

.trip
{
	width				: 198px;
	float				: left;
	background-image	: url(../images/photoholder.jpg);
	background-repeat	: no-repeat;
	background-position	: left top;	
	margin-right		: 8px;
}

.tripright
{
	width				: 198px;
	float				: right;
	background-image	: url(../images/photoholder.jpg);
	background-repeat	: no-repeat;
	background-position	: left top;	
}

#featuredtrips img
{
	margin-top		: 8px;
	margin-left		: 9px;
	margin-bottom	: 8px;
}

#featuredtrips h3
{
	color		: #73880a;
	margin-left	: 4px;
}

#featuredtrips p
{
	margin-left : 4px;
}

.separator
{
	background-image	: url(../images/dot.gif);
	background-repeat	: repeat-x;
	background-position	: left top;	
	height				: 2px;
	margin-top			: 10px;
	margin-bottom		: 10px;
	clear				: both;
}

.tripone
{
	width				: 580px;
	margin-top			: 8px;
	padding				: 12px;
	background-color	: #feffe8;
	background-image	: url(../images/opacbg8.jpg);
	background-repeat	: repeat;
	background-position	: left bottom;
	border				: 1px solid #deccae;
}

.tripone img
{
	padding			 : 4px;
	float			 : left;
	background-color : #FFFFFF;
	border			 : 1px solid #deccae;
	margin-right	 : 15px;
	margin-bottom	 : 10px;
}

.tripone p
{
	float		: left;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 1.4em;
}

.tripbox 
{
	width : 320px;
	float : left;	
}

.tourleft 
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	line-height		: 1.4em;
	float			: left;
	width			: 46%;
	margin-right	: 15px;
}

.tourright
{
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 1.4em;
	float		: left;
	width		: 46%;
}

.tripbuttons
{
	float		: right;
	width		: 90px;
	margin-top	: 26px;
}

.buttons a
{
	text-align			: center;
	height				: 21px;
	display				: block;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 10px;
	background-image	: url(../images/menutop.jpg);
	background-repeat	: repeat;
	background-position	: left top;
	margin-bottom		: 7px;
	color				: #FFFFCC;
	line-height			: 21px;
	border-top-width	: 1px;
	border-right-width	: 1px;
	border-bottom-width	: 1px;
	border-left-width	: 1px;
	border-top-style	: solid;
	border-right-style	: solid;
	border-bottom-style	: solid;
	border-left-style	: solid;
	border-top-color	: #f0ebe2;
	border-right-color	: #b5a68e;
	border-bottom-color	: #b5a68e;
	border-left-color	: #e1d6c3;
	background-color	: #990000;
}

.buttons a:hover
{
	color				: #FFFFFF;
	background-color	: #CC6600;
	background-image	: url(../images/sidebarmenubg.jpg);
	background-repeat	: repeat;
	background-position	: center top;
	text-decoration		: none;
}

.shadow
{
	clear				: both;
	display				: block;
	height				: 20px;
	background-image	: url(../images/tripshadow.jpg);
	background-repeat	: no-repeat;
	background-position	: center top;
	margin-bottom		: 5px;
}

.triptwo
{
	width				: 580px;
	margin-top			: 8px;
	padding				: 12px;
	background-color	: #fff;
	background-image	: url(../images/opacbg6.jpg);
	background-repeat	: repeat;
	background-position	: left bottom;
	border				: 1px solid #cebea2;
}


.triptwo img
{
	padding			 : 4px;
	float			 : left;
	background-color : #FFFFFF;
	border			 : 1px solid #cebea2;
	margin-right	 : 15px;
	margin-bottom	 : 10px;
}

.triptwo p
{
	float		: left;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 1.4em;
}

/* page number */
#numbering
{
	clear			: both;
	text-align		: right;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;	
	margin-top		: 12px;
	margin-bottom	: 12px;
	vertical-align	: middle;
}

#numbering .pgno a
{
	text-align			: center;
	vertical-align		: middle;
	display				: inline-block;
	height				: 12px;
	padding-left		: 5px;
	padding-right		: 5px;
	padding-top			: 1px;
	padding-bottom		: 5px;
	background-color	: #990000;
	color				: #fff;
	border-top-width	: 1px;
	border-right-width	: 1px;
	border-bottom-width	: 1px;
	border-left-width	: 1px;
	border-top-style	: solid;
	border-right-style	: solid;
	border-bottom-style	: solid;
	border-left-style	: solid;
	border-top-color	: #f3e7d2;
	border-right-color	: #d0bfa3;
	border-bottom-color	: #d0bfa3;
	border-left-color	: #f3e7d2;
}

#numbering .pgno a:hover
{
	background-color : #CC6600;
	color			 : #FFFFFF;
}

/*Testimonials */
.testibox
{
	width			: 618px;
	clear			: both;
	padding			: 0;
	margin-bottom	: 20px;
}

.testibox img
{
	float			: left;
	margin-left		: 45px;
	margin-right	: 15px;
	margin-bottom	: 5px;

}

.testione
{
	width				: 588px;
	padding				: 15px;
	background-color	: #FFFFFF;
	background-image	: url(../images/quote1.gif);
	background-repeat	: no-repeat;
	background-position	: 15px 15px;	
}

.testione p
{
	font-family	 : Georgia, "Times New Roman", Times, serif;
	font-size	 : 11px;
	font-style	 : italic;
	color		 : #736a5a;
	padding-left : 45px;
}

.testione h2
{
	color		 : #000;
	padding-left : 45px;
}

.testiname
{
	height				: 36px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	color				: #FFFFFF;
	float				: left;
	padding-right		: 28px;
	clear				: both;
	background-image	: url(../images/testiarrow.jpg);
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-bottom		: 20px;
}

.testiname h3
{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	color				: #FFFFFF;
	padding-top			: 11px;
	background-image	: url(../images/testiname1.jpg);
	background-repeat	: repeat-x;
	padding-left		: 10px;
	padding-right		: 10px;
	background-position	: left top;	
}

.date
{
	float		: right;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #736a5a;
}


.testitwo
{
	width				: 588px;
	padding				: 15px;
	background-color	: #ffebc8;
	background-image	: url(../images/quote2.gif);
	background-repeat	: no-repeat;
	background-position	: 15px 15px;	
}

.testitwo p
{
	font-family	 : Georgia, "Times New Roman", Times, serif;
	font-size	 : 11px;
	font-style	 : italic;
	color		 : #736a5a;
	padding-left : 45px;
}

.testitwo h2
{
	color		 : #000;
	padding-left : 45px;
}

.testinametwo
{
	height: 36px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	color				: #FFFFFF;
	float				: left;
	padding-right		: 28px;
	clear				: both;
	background-image	: url(../images/testiarrow2.jpg);
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-bottom		: 20px;
}

.testinametwo h3
{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	font-weight			: bold;
	color				: #FFFFFF;
	padding-top			: 11px;
	background-image	: url(../images/testiname2.jpg);
	background-repeat	: repeat-x;
	padding-left		: 10px;
	padding-right		: 10px;
	background-position	: left top;	
}

#bodySection
{
	width				: 940px;
	text-align			: left;
	margin				: 0 auto;
	padding				: 0;
	clear				: both;
	background-color	: #ffffff;
	background-repeat	: repeat-x;
	background-position	: center top;
	margin-bottom		: 20px;
}

.testimonialAuthor
{
	font-family	: Tahoma, Arial, Helvetica, sans-serif;
	font-size	: 13px;
	color		: #73880a;
	text-align  : right;
}

.tripDetail
{
	font-family	: Tahoma, Arial, Helvetica, sans-serif;
	font-size	: 13px;
}

/* Form Design */
#boxtext
{
	width			 : 450px;
	padding			 : 10px;
	color			 : #827260;
	background-color : #f5e9cc;
	margin-bottom	 : 20px;
}

#boxtext a
{
	color : #000;
}

#boxtext a:hover
{
	color : #827260;
}

#boxtext p
{
	font-family	: Georgia, "Times New Roman", Times, serif;
	font-size	: 11px;
	font-style	: italic;
	margin		: 0;
	padding		: 0;
}
#boxtext img
{
	float			: left;
	margin-right	: 9px;
	border			: 6px solid #e3d8bd;
	margin-bottom	: 10px;
}

#boxtext .bookTripForm p
{
	width			: 445px;
	margin			: 0;
	padding-left	: 22px;
	height			: 1%;
	padding-bottom	: 12px;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-style		: normal;
	margin			: 2px;
	padding			: 2px;
}

.bookTripForm label
{
	font-weight		: bold;
	float			: left;
	width			: 120px;
	text-align		: right;
	padding-right 	: 5px;
}

.inputBox
{
	width		: 160px;
	height		: 16px;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	font-weight	: normal;
	color		: #463000;
}

.bookTripForm textarea
{
	width		: 280px;
	height		: 80px;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	font-weight	: normal;
	color		: #463000;
}

.bookTripForm select
{
	width			 : 165px;
	height			 : 20px;
	background-color : #B7AB85;
	font-family		 : Arial, Helvetica, sans-serif;
	font-size		 : 12px;
	color			 : #463000;
	margin-bottom	 : 5px;
	border			 : 1px solid #000000;
}

.formButton
{
	width				: 90px;
	height				: 25px;
	background-color	: #792934;
	border-bottom-style	: groove;
	color				: #f5e9cc;
	text-transform		: capitalize;
	font-weight			: bold;
	float		 		: right;
	margin-right		: 10px;
	display				: block;
	text-align			: center;
}

