/* universal settings */

* { margin: 0; padding: 0; }

/* general settings */
body {
	background: #fff url(../images/trip.png) repeat-x top left;
	font: 1em verdana, arial, sans-serif;
	color: #333;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}

h1 {
	margin: 0;
	padding: 130px 0 0 428px;
	font: 0.8em verdana, arial, sans-serif;
	color: #690;
	letter-spacing: 0.03em;
	line-height: 1.6em;
}

h2 {
	background: transparent;
	margin: 0;
	padding: 15px 0 0px 0px;
	border-bottom: 1px solid #eee;
	font: 26px verdana, arial, sans-serif;
	font-weight: normal;
	color: #777;
}
h3 {
	font: 0.9em verdana, arial, sans-serif;
	font-weight: bold;
	color: #777;
	padding: 0;
}
h4{
	font: 0.7em verdana, arial, sans-serif;
	color: #777;
	padding: 5px 0 3px 5px;
	letter-spacing: 0.02em;
}
p { font: 0.8em verdana, arial, sans-serif; color: #333; }
/* main container */
#container {
	background: transparent;
	position: relative;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 880px;
}
/* header */
#header {
	background: transparent url(../images/headpose.png) no-repeat bottom right;
	width: 880px;
	height: 310px;
	margin: 0;
}
/* multi menu end of here */
.menu {
	padding: 0 0 0 25px;
	margin: 0;
	list-style: none;
	height: 40px;
	width: 850px;
	background: transparent;
	position: relative;
	font-family: verdana, verdana, sans-serif;
}

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {
	left: 95px;
	top: -4px;
	background: #fff;
	padding: 3px 0;
	border: 1px solid #eee;
	white-space: nowrap;
	width: 100px;
	z-index: 200;
	height: auto;
}
.menu :hover ul li:hover > a.fly {/* down menu with sub menu */
	background: #f60;
	color: #333;
}
.menu :hover ul.sub { /* down menues which don't have sub menu*/
	left: 2px;
	top: 40px;
	background: #fff;
	padding: 3px 0;
	border: 1px solid #eee;
	white-space: nowrap;
	width: 100px;
	height: auto;
}
.menu :hover ul.sub li {
	display: block;
	height: 20px;
	position: relative;
	float: left;
	width: 98px;
}
.menu :hover ul.sub li a {
	display: block;
	font-size: 10px;
	letter-spacing: 0.03em;
	height: 20px;
	width: 98px;
	line-height: 20px;
	text-indent: 5px;
	color: #000;
	text-decoration: none;
	border: 3px solid #fff;
	border-width: 0 0 0 3px;
}
.menu :hover ul.sub li a.fly {
	background: #fff url(../images/arrow.gif) 85px 7px no-repeat;
}
.menu :hover ul.sub li a.fly:hover {
	background: #f60;
	color: #fff;
}
.menu :hover ul.sub li a:hover { background: #f60; color: #fff; }

/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover { visibility: visible; }
.menu li a.top_link {
	display: block;
	float: left;
	height: 40px;
	line-height: 33px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.06em;
	padding: 0 0 0 16px;
	cursor: pointer;
}
.menu li a.top_link span {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 40px;
}
.menu li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 40px;
}
.menu li a.top_link:hover {
	color: #fff;
	background: transparent;
}
.menu li a.top_link:hover span {
	color: #ffc;
	background: #000;
}
.menu li a.top_link:hover span.down {
	color: #ffc;
	background: #000;
}
.menu li.top { display: block; float: left; position: relative; }
.menu li:hover { position: relative; z-index: 200; }
.menu li:hover > a.top_link { color: #fff; background: transparent; }
.menu li:hover > a.top_link span {
	background: transparent url(../images/down.gif) top left no-repeat;
}
.menu li:hover > a.top_link span.down {
	background: transparent url(../images/down.gif) top left no-repeat;
}
.menu table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* wrapper */
#wrapper { float: left; width: 880px; background: transparent url(../images/wrapper.png) no-repeat bottom right ; }
/* left content */
#content {
	background: transparent;
	float: left;
	width: 625px;
	padding: 10px 20px 20px 20px;
	border: 1px solid #eee;
}
.bold{
	font-weight:bold;
}
#content a{
	color: #690;
	font: 1em Verdana, Arial, Sans-serif;
	letter-spacing: 0.06em;
	line-height: 1.8em;
	text-decoration: none;
	text-transform: uppercase;
	
}
#content a:hover {
	color:#f60;
}
#content img { border: none; padding: 5px; }

#content li{
	color: #333;
	font: 1em Verdana, Arial, Sans-serif;
	letter-spacing: 0.03em;
	line-height: 2.2em;
	margin: 0 30px;
}

#content p{
	color: #333;
	font: 0.8em Verdana, Arial, Sans-serif;
	letter-spacing: 0.03em;
	line-height: 2.2em;
	padding: 10px 0 5px 0;
	text-align: justify;
}

#content ul{
	color: #333;
	font: 0.8em Verdana, Arial, Sans-serif;
	letter-spacing: 0.03em;
	line-height: 2em;
	font-weight: bold;
	padding: 5px 35px;
}

/* Price page */
#pro-content{
	width:360px;
}
table.protable { 
width: 100%; 
padding: 0; 
border: none; 
}
table.protable td { 
font-size: 10px; 
border-bottom: 1px dotted #eee; 
vertical-align: top; 
padding: 3px; 
}
table.protable td .bold {
	font-size: 12px;
	font-weight: bold;
}
table.protable tr.special td { 
padding: 4px 0;
border-top: 1px solid #690;
border-bottom: 1px solid #690;
}
#contentform {
	width:600px;
}
table.mytable { 
width: 100%; 
padding: 0; 
border: none; 
}
table.mytable td { 
font-size: 10px; 
border: none; 
vertical-align: top; 
padding: 3px 0; 
}
table.mytable td .bold {
	font-size: 12px;
	font-weight: bold;
}
table.mytable tr.special td { 
padding: 4px 0;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}

/* right side and menu */
#right { float: right; width: 190px; 	background: transparent; }
#right p {
	padding: 0;
	font: 0.7em Verdana, Arial, sans-serif;
	color: #333;
	line-height: 2.2em;
	letter-spacing: 0.06em;
}
#right img { border: none; }
/* right side according menu */
.photo ul :hover table {
	/* hover table */
	padding: 0;
	margin-top: 0px;
	display: block;
}

.photo ul :hover table a {
	/* hover table link font*/
	color: #690;
	background: transparent  url(../images/arrowgreen.gif) center left no-repeat;
	padding: 0 0 0 15px;
	font: 11px Verdana, Arial, Sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.4em;
text-decoration: none;
}

.photo ul :hover table a:hover {
	/* hover table link submenu FONT in hover*/
	color: #333;
	background: transparent url(../images/arrow.gif) center left no-repeat;
}

.photo ul :hover ul {
	margin: 0;
	width: 187px;
	overflow: visible;
	height: 160px;
	background: transparent; /* hover table background color */
	border-right: 1px solid #bbb;
}

.photo ul :hover ul li {
	/* hover table font background color */
	float: left;
	display: block;
	margin: 2px 0px;
	background: transparent;
}

.photo ul li {
	width: 190px;
	background: transparent; /* open up table behind background */
	float: left;
}

.photo ul li a.set {
	display: block;
	text-align: left;
	padding: 10px 0 0 15px;
	height: 20px;
	letter-spacing: 0.04em;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	background: transparent  url(../images/arrow.gif) center left no-repeat;
	font: 0.7em verdana, arial, sans-serif;
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
}

.photo ul li table { margin: 0; padding: 0px; display: none; border: none;}

.photo ul li:hover a.set {
	/* open up top main menu "alternative" */
	background: transparent url(../images/arrowdown.gif) center left no-repeat;
	color: #000;
	border-right: 1px solid #000;
}

.photo ul, .photo ul ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	width: 190px;
}
/*wrapper end*/

/* footer */
#footer{
	height: 208px;
	background: transparent url(../images/foot1.png) bottom left no-repeat;
	clear: both;
	width: 880px;
}
#footer p{
	color: #690;
	font: 0.7em Verdana, Arial, Sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	padding: 0px 0 0 20px;
}
#footer a{
	color: #690;
	font: 0.8em Verdana, Arial, Sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	border-bottom: 1px dotted #690;
	text-decoration: none;
}
#footer a:hover { color: #f60;
	border: none;
}
#footer ul{ background: transparent; width: 880px; padding: 145px 0 0 20px;}
#footer ul li{
	display: inline;
	background: transparent;
	list-style: none;
	padding: 0;
}
#footer ul li a{
	background: transparent;
	list-style: none;	
	font: 0.7em verdana, sans-serif;
	color: #690;
	text-transform: capitalize;
	font-weight:normal;
}
#footer ul li a:hover { color: #f60;}
