* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #10558F;
	background-image: url(../images/sitebg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 960px;
	float: left;
	padding: 0px;
	height: 90px;
	background-image: url(../images/sitedesign.png);
	background-repeat: no-repeat;
	margin: 0px;
}
#home {
	float: left;
	width: 960px;
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 409px;
	background-image: url(../images/sitedesign.jpg);
	background-repeat: no-repeat;
}
#aboutus {
	float: left;
	width: 960px;
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 218px;
	background-image: url(../images/subpages.jpg);
	background-repeat: no-repeat;
}

#traveltradebg {
	float: left;
	width: 960px;
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 218px;
	background-image: url(../images/traveltrade.jpg);
	background-repeat: no-repeat;
}

#personaltravelbg {
	float: left;
	width: 960px;
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 218px;
	background-image: url(../images/personaltravel.jpg);
	background-repeat: no-repeat;
}

#specialgrouptravelbg {
	float: left;
	width: 960px;
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 218px;
	background-image: url(../images/specialgrouptravel.jpg);
	background-repeat: no-repeat;
}

#contactbg {
	float: left;
	width: 960px;
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 218px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
}

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px;
 float: left;
}

#rightcolumn {
	float: right;
	color: #333;
	margin: 0px;
	height: 350px;
	width: 530px;
	display: inline;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#content {
	float: left;
	width: 910px;
	color: #FFF;
	margin: 0px;
	background-image: url(../images/sitedesign-03.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#contentsubpages {
	float: left;
	width: 910px;
	color: #333;
	margin: 0px;
	background-image: url(../images/subpages-03.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	line-height: 20px;
}


#footerhome {
	width: 910px;
	clear: both;
	color: #FFF;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0px;
	height: auto;
	text-align: center;
}

#footer {
	width: 910px;
	clear: both;
	color: #FFF;
	background-image: url(../images/subpages-04.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0px;
	height: auto;
	text-align: center;
	background-position: 0px -15px;
}

/* Main Menu */
#menu {
	width: 605px;
	color: #333;
	padding: 0px;
	height: 30px;
	margin-top: 38px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	overflow: hidden;
	float: right;
}
#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}
#menu a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu a:hover {
	background-position: 0 -30px;
}
#menu a:active, #menu a.current {
	background-position: 0 -60px;
}
#about a {
	width: 78px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu.png) top left no-repeat;
}

#traveltrade a {
	width: 120px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-02.png) top left no-repeat;
}

#personaltravel a {
	width: 144px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-03.png) top left no-repeat;
}

#specialgrouptravel a {
	width: 175px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-04.png) top left no-repeat;
}

#contact a {
	width: 87px;
	height: 30px;
	margin-left: 0px;
	background: url(../images/menu-05.png) top left no-repeat;
}


#wrapper #contentsubpages h1 {
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 10px;
	color: #10558F;
}
#wrapper #rightcolumn p {
	font-size: 13px;
	line-height: 20px;
}
/* Footer */
#wrapper #footer p {
	font-size: 11px;
	line-height: 15px;
	color: #543C24;
	height: 300px;
}

.footercolumnleft  {
	width: 200px;
	float: left;
}

.footercolumn  { 
  width: 550px; 
  float: left;
  margin-right: 10px; 
}

#wrapper #footer .footercolumn a {
	color: #543C24;
	margin-right: 5px;
	margin-left: 5px;
}
.right {
	float: right;
	padding-left: 50px;
}
h2 {
	font-size: 175%;
	color: #F90;
	margin-top: 20px;
	margin-bottom: 10px;
}
.product {
	background-color: #DACCAC;
	padding: 25px;
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}

.date {
	font-size: 50%;
	font-style: italic;
	color: #000000;
}
.product img {
	float: right;
	border: 2px solid #10558F;
	margin-left: 25px;
}
.product .pricing {
	font-family: georgia, serif;
	color: #17558E;
	float: right;
	font-size: 175%;
	margin-top: 20px;
	clear: right;
}
