@charset "utf-8";
/* CSS Document */

/* ====================BASE STYLES==================== */

html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}
	
body {
	height: 100%;
	text-align: center;
	margin: 0;
	background: #fff url(../images/structural/floral.gif) repeat;
	color: #515151;
	font-size: 82%;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, serif;
	}
	
/* --------------------text-------------------- */	

p {
	padding: 7px 0 15px 0;
	margin: 0;
	}
	
h1 {
	color: #962e1a;
	font-size: 1.7em;
	letter-spacing: -0.1em;
	padding: 0;
	margin: 0 0 13px 0;
	}
	
h2 {
	font-weight: lighter;
	padding: 0;
	margin: 0 0 13px 0;
	font-size: 1.3em;
	}

.txtSmall {
	font-size: 0.9em;
	}
	
/* --------------------images-------------------- */	
	
img {
	border: 0;
	}
	
.right {
	float: right;
	padding: 7px 0 20px 20px;
	}
	
.left {
	float: left;
	padding: 7px 20px 20px 0;
	}
	
/* --------------------links-------------------- */

a {
	color: #b62965;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/* --------------------forms-------------------- */

form {
	height: 100%;
	min-height: 100%;
	}
	
input,
select,
textarea {
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #75725c;
	}

/* --------------------tables-------------------- */

table  {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	font-size: 100%; /* IE hack */
	}
	
/* --------------------lists-------------------- */



/* --------------------misc-------------------- */

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}
	
/* ====================MASTER LAYOUT==================== */

#container {
	text-align: left;
	margin: 0 auto;
	width: 880px !important;
 	width /**/: 1000px;
	border: 0;
	padding: 25px 60px;
   	voice-family: "\"}\"";
   	voice-family: inherit;
	font-size: 0.9em;
	background: url(../images/structural/bg.png) repeat-y;
	}

html>body #container {

	}
	
#header {
	width: 880px;
	padding: 0;
	margin: 0;
	}
	
#mainHome {
	width: 880px;
	padding: 0;
	margin: 35px 0;
	background: url(../images/structural/bg-main-home.gif) repeat-y;
	}
	
#main {
	width: 880px;
	padding: 0;
	margin: 35px 0;
	background: url(../images/structural/bg-main.gif) repeat-y;
	}
	
#left {
	float: left;
	padding: 0 62px 0 0;
	width: 252px !important;
 	width /**/: 314px;
	}
	
#middle {
	float: left;
	padding: 0 62px 0 0;
	width: 252px !important;
 	width /**/: 314px;
	}
	
#rightHome {
	float: left;
	padding: 0;
	width: 252px;
	}
	
#right {
	float: left;
	padding: 0;
	width: 566px;
	}
	
#footer  {
	padding: 0;
	width: 880px;
	}

/* ====================HEADER ELEMENTS==================== */

/* --------------------banner-------------------- */

#bannerHome {
	width: 967px;
	height: 325px;
	}
	
#banner {
	width: 967px;
	height: 160px;
	}
	
/* ====================CONTENT ELEMENTS==================== */

/* --------------------nav-------------------- */

#navLinks {
	float: left;
	width: 191px;
	}
	
#navImg {
	float: left;
	width: 61px;	
	}
	
/* --------------------features-------------------- */

#testimonialFeature {
	margin: 30px 0 25px 0;
	}
	
#contactFeature {
	margin: 25px 0 0 0;	
	}
	
#toursFeature {
	margin: 0 0 40px 0;
	}

	
/* --------------------tours-------------------- */

	
#tourList {
	
	}

#tourListLinks {
	float: left;
	width: 191px;
	padding: 20px 0 0 0;
	}

#tourListImg {
	float: left;
	width: 61px;	
	}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 252px;
	height: 292px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0; /*margin around each panel*/
	width: 252px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.tourSummary {
	width: 566px;
	padding: 20px 0 10px 0;
	}

.tourImg {
	float: left;
	padding: 0 17px 0 0;
	width: 112px !important;
 	width /**/: 129px;
	}

.tourTxt {
	float: left;
	width: 437px;
	padding: 12px 0 0 0;
	}
	
p.tourLink {
	font-size: 1.4em;
	padding: 0 0 0 0;
	}
	
	
/* --------------------gallery-------------------- */	
	
#galleryWrapper {
	padding: 20px 0 0 0;
	}

.thumb {
	float: left;
	width: 112px !important;
 	width /**/: 129px;
	padding: 0 17px 17px 0;
	}
	
.thumbRight {
	float: left;
	width: 112px;
	padding: 0 0 17px 0;
	}
	
.thumb a {
	display: block;
	padding: 0 0 0 0;
	background: #fff;
	}
	
.thumb a:hover {
	display: block;
	background: #fff;
	}
		
.thumbRight a {
	display: block;
	padding: 0 0 0 0;
	background: #fff;
	}
	
.thumbRight a:hover {
	display: block;
	background: #fff;
	}

/* ====================FOOTER==================== */

#logoMini {
	float: left;
	padding: 25px 10px 0 0;
	width: 37px !important;
 	width /**/: 47px;
	}
	
#footerTxt {
	float: left;
	width: 485px;
	padding: 20px 0 0 0;
	}
	
#visitScotland {
	float: left;
	padding: 20px 15px 0 0;
	width: 91px !important;
 	width /**/: 106px;
	}
	
#tripAdvisor {
	float: left;
	padding: 15px 15px 0 0;
	width: 102px !important;
 	width /**/: 117px;
	}
	
#addThis {
	float: left;
	padding: 27px 0 0 0;
	width: 125px;
	}

#footer a {
	color: #515151 !important;
	}