/* -------------------------------------------------------------------
Filename : base.css
Title : Primary CSS file for Namxan River Tour Website
Author : Aloundeth Panekham
URL : http://www.namxanrivertour.com
License : Copyright 2007, Namxan River Tour, All Rights Reserved.
Description : This base style sheet imports other style sheets and provides basic styling for XHTML elements for Namxan River Tour website.
----------------------------------------------------------------------- */

@import url("reset.css");

body {
	margin:0;
	padding:0;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#363636;
}

img {
	border-style:none;
}

#wrapper {
	text-align:center;
	width:774px;
	margin:10px auto 0 auto;
	position:relative;
	overflow:visible;
}

#header-wrapper {
	background-image:url(../images/bg_shadow_h_1.png);
	background-repeat:no-repeat;
	/*width:774px;*/
	/*height:182px;*/
}

#header {
	padding: 20px 2px 0 0;
}

#body-wrapper {
	background-image:url(../images/bg_shadow_b_2.png);
	background-repeat:repeat-y;
	text-align:left;
	/*width:774px;
	height:auto;
	margin:auto auto;*/
	padding: 2px 0 0 0;
	overflow:visible;
}

#navImg1 {
	background-image:url(../images/Layout_03_1.png);
	background-repeat:no-repeat;
	width:128px;
	height:41px;
	position:absolute;
	margin-left:14px;
}

#navImg2 {
	background-image:url(../images/Layout_04_2.png);
	background-repeat:no-repeat;
	width:150px;
	height:42px;
	position:absolute;
	margin-left:144px;
}

#navImg3 {
	background-image:url(../images/Layout_05_3.png);
	background-repeat:no-repeat;
	width:465px;
	height:17px;
	position:absolute;
	margin-left:293px;
}

#navigation {
	margin-left:292px;
	padding-top:17px;
	width:465px;
}

#content {
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
}

#content-main {
	width:70%;
	/*padding-top:44px;
	margin-left:214px;*/
	float:right;
}

#content-text {
	width:92%;
	text-align:justify;
	margin: 0 auto 0 auto;
	
}

#slide-bg {
	background: url(../images/slide_bg_1.png) no-repeat;
	width: 518px;
	height: 300px;
	margin: 0 auto 0 auto;
}

.imageSlideshowHolder,.imageSlideshowHolder_left {
	margin:auto;	/* "Air" */
	/*float:left;*/ /* Floating gallery at the right side of other web page content */		
	width:482px;	/* Image width */
	height:300px;	/* Image height */
		
	position:relative;	/* Don't remove this line */
}

.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:15px;
}

#email-wrapper {
	background-color:#D6E6F3;
	width:28%;
	/*height:550px;*/
	margin:2px 0 0 14px;
	/*position:absolute;*/
	float:left;
}

#email-header {
	border-bottom:thin #363636 solid;
	font-size:16px;
	font-weight:bold;
	padding: 5px 0 0 0;
	margin-left: 5px;
}

#email-hotmail {
	margin: 15px 5px 0 5px;
	text-align:right;
}

#email-yahoo {
	margin: 5px 5px 0 5px;
	text-align:right;
}

#email-namxan {
	margin: 5px 5px 10px 5px;
	text-align:right;
}

#email-wrapper label {
	display:block;
	font-size:10px;
	font-weight:bold;
	margin-right: .5em;
}

#email-wrapper input {
	width: 9em;
}

#email-wrapper input.submit {
	width:auto;
	float:right;
	margin: .5em .5em .5em 0;
}

#footer-wrapper {
	background-image:url(../images/bg_shadow_f_3.png);
	background-repeat:no-repeat;
	width:774px;
	height:84px;
	clear:both
}

#footer {
	padding: 0 16px 0 0;
	text-align:right;
}
#copyright {
	padding: 10px 0 0 0;
}
#copyright p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

sidenavi {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.title {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.formLabel {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.formTitle {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.packageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.packageInfo {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF0000;
	font-size:13px;
}