@charset "UTF-8";
/* CSS Document Sightline Tours Booking */

/* RESET STYLES */

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, img, ins, kbd, q, samp,
small, strong, sub, sup, tt, var,
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;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0}

/* END RESET STYLES */

body {
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	background: url(../decor/bax-body.png) #3a486f top center repeat-x;
	color: #000;
	}

#container {
	width: 960px;
	margin: 0 auto;
	}

#header {
	width: 960px;
	height: 75px;
	margin: 0 auto;
	background: url(../decor/bax-header.png) top center no-repeat;
	}

#left-col {
	width: 760px;
	height: 530px;
	float: left;
	background: url(../decor/bax-leftcol.png) bottom center repeat-x #f4f4f4;
	}

	#left-col iframe {
		height: 510px;
		width: 740px;
		margin:10px;
		background: #fff;
		border: 0px;
		}


#right-col {
	width: 200px;
	float: right;
	background: url(../decor/bax-rightcol.png) bottom right no-repeat #f4f4f4;
	height: 530px;
	}
	
	#right-col img {
		margin: 20px 0 10px 0;
		}

	#right-col h1 {
		color: #3a486f;
		font-weight: normal;
		font-size: 15px;
		margin-bottom: 10px;
		}
		
	#right-col h4 {
		color: #3a486f;
		font-weight: bold;
		font-size: 12px;
		margin: 10px 0 5px 0;
		}
	
	
	#right-col p {
		font-size: 12px;
		line-height: 1.5em;
		}

	#CallCenterStatus {margin-left: -8px; height: 90px;}
	
	p#terms {
		font-size: 10px;
		}
	
	#terms a {
		color: #3a486f;
		text-decoration: none;
		border-bottom: 1px dotted #3a486f;
		}
		
		#terms a:hover {
		border-bottom: 1px solid #3a486f;
		}
	
		#intellagent {
			margin: 25px 0 0 10px;
			}
			
		#intellagent a img {
			outline: 0;
			}


#footer {
	width: 960px;
	height: 40px;
	background: url(../decor/bax-footer.png) bottom center no-repeat;
	clear: both;
	}
