@charset "UTF-8";
/*------------------------------------------------------------------------------------------------*/
/* CSS Reset v1.0 | 20080212 */

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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------------------------------------------------------*/
/* Global | Containers | Pads */

html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	min-width:990px;
	margin:0px auto;
	padding:0px;
	position:relative;
	background:#f2f1f1;
}
.wrapper {
	width:975px;
	position:relative;
	margin:0px auto;
}
#chrome {
	width:100% !important;
	height:6px;
	background-color:#3b3b3b;
	clear:both;
}
#header {
	position:relative;
	margin:0px auto;
	padding:0px;
	width:100%;
	height:124px;
	background-image:url('../img/bg_header.gif');
	background-repeat:repeat-x;
	clear:both;
}
#nav_bar {
	width:100%;
	height:35px;
	background-color:#d4c0d0;
	position:relative;
	margin-top:0px;
	margin-bottom:-35px;
	z-index:999;
}
.inner {
	width:925px;
	height:auto;
	position:relative;
	margin:0px auto;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	clear:both;
}
#outter {
	position:relative;
	margin:0px auto;
	margin-top:35px;
	clear:both;
	height:auto;
	width:975px;
	background-image:url('../img/bg_outter.gif');
	background-repeat:repeat-y;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#631155;
	border-right:1px solid #cfcfcf;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#631155;
	border-right:1px solid #cfcfcf;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#3b3b3b;
	margin-bottom:18px;
}
a {
	text-decoration:none;
	color: #F57200;
}
a:hover {
	text-decoration:underline;
	color: #631155;
}
.nopad_left {
	margin-left:-8px;
}
.nopad_right {
	padding-right:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.noborder {
	border:none;
}
.clear {
	clear:both;
}
.white {
	background-color:#FFFFFF;
}
/*------------------------------------------------------------------------------------------------*/
/* Header | Logo | Newsletter Signup | Virtual Tour */

#logo {
	position:absolute;
	top:0;
	margin-left:25px;
}
#newsletter_signup {
	width:387px;
	height:28px;
	background-color:#d5bfd1;
	float:right;
	clear:both;
	margin-top:16px;
	padding-top:6px;
	padding-left:10px;
	margin-right:10px;
}
#newsletter_signup h2 {
	float:left;
	padding-right:6px;
	text-transform:uppercase;
	display:inline;
}
#newsletter_signup input {
	float:left;
	clear:right;
	width:146px;
	display:inline;
}
#newsletter_signup img {
	padding-left:6px;
	margin-top:1px;
	display:inline;
}
.loud a{
	color:#ca2d92;
	float:right;
	clear:both;
	border-right:none;
	margin-top:23px;
	margin-right:10px;
	text-decoration:none;
	text-transform:uppercase;
}
.form {
	border:none;
	border:1px solid #dedede;
	height:18px;
	margin-top:1px;
	padding-left:4px;
	color:#848484;
}
input {
	border:1px solid #dedede;
	color:#848484;
}
/*------------------------------------------------------------------------------------------------*/
/* Navigation */

#navigation {
	width:925px;
	margin:0px auto;
	padding-left:0px;
	z-index:999;
}
#navigation li {
	float:left;
	height:28px;
	border-right:1px solid #FFFFFF;
	padding-right:8px;
	padding-left:8px;
	margin-top:7px;
}
#navigation a, #navigation a:hover {
	font-size:14px;
	color:#3b3b3b;
	text-decoration:none;
	display:block;
	margin-top:5px;

}
#navigation a:hover {
	color:#631155;
}

/* define widths (top level nav) */

#nav_about {
	width:70px;
}

#nav_services {
	width:55px;
}

#nav_contact {
	width:73px;
}

#navigation ul {
	display:none;
	z-index:999;
	
}


/* dropdowns */

#navigation li:hover > ul {
	display: block !important;
} 

.dd a {
	width:205px;
	margin:0;
	padding:0;
	line-height:20px;
	margin-top:0px;
	
}
.dd {
	margin-top:9px;
	margin-left:-9px;
}
.dd li {
	clear:both;
	margin-top:0px !important;
	background-color:#d4c0d0;
	border-right:none;
	border-left:1px solid #ffffff !important;
	width:205px;
	
}

#nav_about .dd li a,
#nav_services .dd li a,
#nav_contact .dd li a {
	font-size:12px;
	font-family:"Trebuchet MS", verdana;
	line-height:28px;
}



.dd2 a {
	width:205px;
	margin:0;
	padding:0;
	
}

.dd2 {
	margin-left:206px;
	margin-top:-17px;
	z-index:1000;
}

.dd2 li {
	clear:both;
	height:30px;
	padding-top:0px;
	border-right:none;
	margin-left:8px;
	border-left:1px solid #d4c0d0 !important;
}

#nav_services .dd2 li a {
	font-size:12px;
	font-family:"Trebuchet MS", verdana;
	line-height:28px;
}

/*------------------------------------------------------------------------------------------------*/
/* Content formatting */

#content_left {
	width:630px;
	padding-bottom:15px;
	float:left;
}

#content_right {
	width:283px;
	padding-bottom:15px;
	float:left;
	clear:right;
	padding-left:12px;
}
#content_left img, #content_right img {
	border:1px solid #dedede;
}
#content_left p {
	padding-bottom:18px;
	border-right:1px solid #cfcfcf;
	margin-bottom:0px;
	padding-right:10px;
}
#content_left h1 {
	border-right:1px solid #cfcfcf;
	text-transform:uppercase;
}
.hero, object, embed {
	margin-bottom:30px;
}
#quote_request {
	width:280px;
	height:236px;
	border:1px solid #cfcfcf;
	background-color:#f0f0f0;
	clear:both;
	background-image:url('../img/bg_save5percent.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}
#quote_request .box_top {
	height:38px;
	background-color:#631155;
}
#quote_request .box_top h2 {
	color:#ffffff;
	line-height:38px;
	padding-left:20px;
	border-right:none;
}
#quote_left {
	width:132px;
	padding-left:18px;
	margin-top:6px;
	clear:left;
	float:left;
}
#quote_right {
	float:right;
	clear:right;
	width:80px;
	margin-top:6px;
	padding-right:20px;
}
#quote_right img {
	float:right;
	margin-top:27px;
	padding-left:4px;
	border:none;
}
.go {
	border:none;
	margin-top:13px;
}
label {
	font-family:Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	font-size:12px;
	clear:both;
	margin-top:10px;
	margin-bottom:4px;
	position:relative;
	display:block;
}
.calendar {
	float:left;
	margin-top:30px;
}
.city, .departuredate {
	clear:both;
	width:130px;
	border:none;
	border:1px solid #dedede;
	height:18px;
	padding-left:4px;
	color:#848484;
}
.groupsize {
	clear:both;
	width:130px;
	border:none;
	border:1px solid #dedede;
	height:18px;
	padding-left:4px;
	color:#848484;
	width:54px;
}
.province {
	width:157px;
	height:18px;
	border:none;
	border:1px solid #dedede;
	background-color:#ffffff;
}
#why_choose {
	width:263px;
	height:225px;
	float:right;
	margin-right:1px;
	margin-top:31px;
	background-color:#631155;	
}

#why_choose img {
	border:none;
}
#why_choose h2 {
	color:#ffffff;
	line-height:35px;
	margin-left:17px;
	border-right:none;
	font-size:14px;
	text-transform:uppercase;
}
#why_choose a {
	color:#ffffff;
	margin-left:17px;
}
#why_choose ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#ffffff;
	margin-left:36px;
	list-style-image:url('../img/check.jpg');
	
}
#why_choose p {
	padding-top:4px;
}
#toursport{
	width:263px;
	height:64px;
	margin-right:1px;
	margin-top:20px;
	background-color:#ffffff;	
	float:right;
}
#toursport img {
	border:none;
}
#testimonials {
	width:263px;
	height:150px;
	float:right;
	margin-right:1px;
	margin-top:20px;

}

#testimonials h2 {
	color:#666;
	line-height:35px;
	border-right:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-align: left;
}
#testimonials p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
	font-style:italic;
	}
#testimonials a {
	text-decoration:none;
	color: #F57200;
}

#testimonials a:hover {
	text-decoration:underline;
	color: #631155;
}

/*------------------------------------------------------------------------------------------------*/
/* Content Bottom */

#content_bottom {
	height:228px;
	width:100%;
	background-color:#d5bfd1;
	border-bottom:1px solid #ffffff;
}
#bottom_1, #bottom_2, #bottom_3 {
	float:left;
	width:287px;
	margin-top:-8px;
	position:relative;
}
#bottom_2 {
	margin-left:28px;
}
#bottom_3 {
	margin-left:28px;
}
#bottom_1 h2, #bottom_2 h2, #bottom_3 h2 {
	border-right:none;
	margin-bottom:6px;
}
#bottom_1 img {
	margin-bottom:5px;
}
#content_bottom p {
	line-height:18px;
}
#content_bottom a {
	color:#631155;
}
.quote {
	color:#631155;
	margin-bottom:5px;
	font-style:italic;
}
#content_bottom .box_top {
	height:26px;
	background-color:#7b366f;
}
#content_bottom .box_top h2 {
	color:#ffffff;
	line-height:27px;
	padding-left:6px;
	border-right:none;
	font-size:12px;
	text-transform:uppercase;
}
/*------------------------------------------------------------------------------------------------*/
/* Sitemap | Address | Copyright */

#sitemap {

	height:210px;
	width:100%;
	background-color:#631155;
	border-bottom:1px solid #ffffff;
}
.column {
	float:left;
	padding-right:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
}
.column li, .column a {
	padding-bottom:3px;
	height:10px;
	color:#ffffff;
}
address, #contact p, #contact a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	margin-top:8px;
	font-style:normal;
	line-height:14px;
	text-align:right;
}
address {
	margin-top:-18px;
}
#contact a:hover {
	text-decoration:underline;
}
#copyright {
	padding-top:4px;
}
/*------------------------------------------------------------------------------------------------*/
/* Footer */

#footer {
	height:148px;
	width:100%;
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}
#footer p {
	color:#535353;
	line-height:14px;
	font-size:10px;
	width:600px;
	float:left;
	clear:left;
}
#logos {
	width:270px;
	float:right
}
#logos img {
	padding-left:13px;
}

