body	{
	margin: 0;
	padding: 0;
	color: #000;
	font: 77%/1.5 arial, helvetica, sans-serif;
	height:100%;
	}
html {
	height:100%;
}
	
/* Use these for links */
a {
	color: #000066;
	background: url(/imgs/uline.gif) bottom left repeat-x;
	text-decoration: none;
}
a:hover {
	color: #0000e1;
	background: transparent;
	text-decoration: underline;
}
a.footer {
	color: #000066;
	background: url(/imgs/uline_g.gif) bottom left repeat-x;
	text-decoration: none;
}
a.footer:hover {
	color: #000066;
	background: transparent;
	text-decoration: underline;
}

/* for the 2 columns */
div#leftpage {
	float: left;
	width: 29.95%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #ccccfe;

}
div#rightpage {
	float: right;
	width: 69.95%;
	background: #FFFF99 url(../imgs/dot.gif) repeat-y left top;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
	position: relative;
}
/* iebug */
div#justincase {
	background: #ffff99 url(/imgs/dot.gif) repeat-y left top;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

/* H line in r col */
div#line {
	position: absolute;
	width: 500px;
	height: 2px;
	background: transparent url(/imgs/line.gif) left top no-repeat;
	top: 193px;
	left: 1px;
	z-index: 6;

}

/* ourlogo style */
#logo {	
	z-index: 3;	
	position: absolute;
	top: 20px;
	right: 0;
	width: 200px;
	height: 113px;
	overflow: hidden;
	margin: 0;
}
#logo h1 {
	font-size: x-small;
	margin: 0;
	padding: 0;
}
#logo h1 span#logoimg {
	background: #ccccfe url(/imgs/logocolour111.gif) no-repeat center top;
	z-index: 2;
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
}

/* DAT line */
#strap {	
	z-index: 2;	
	position: absolute;
	top: 168px;
	right: 0;
	width: 191px;
	height: 27px;
	overflow: hidden;
	margin: 0;
}
#strap h2 {
	font-size: x-small;
	margin: 0;
	padding: 0;
color: #ccccfe;}
#strap h2 span#strapimg {
	background: url(../imgs/digital_audio_tours.gif) no-repeat left top;
	z-index: 5;
	width: 191px;
	height: 27px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* Nav */
 #navigation dl {	
 	position: absolute;
	top: 220px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 1.4em Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0em;
	text-transform: capitalize;
}

#navigation dt { 
	height: 0;
	width: 0;
	overflow: hidden;
}
#navigation dd { 
	margin: 0 0 3px 0; 
}
#navigation a {
	display: block;
	padding: 2px 2px 2px 30px;
	border: none;
	width: 150px;
	text-decoration: none;
	background: none;
	margin: 0;
}
/* for selected items */
#navigation dd.selected {
	background: #ffff99 url(../imgs/nav_tab.gif) no-repeat top left;
color: #000066;
font-family: Verdana, Helvetica, Arial, sans-serif;}

#navigation dd.selected a {
	color: #000066;
}
/* Hover */
#navigation a:hover, #navigation dd.selected a:hover  {
	background: #000066 url(../imgs/nav_tab.gif) no-repeat top left;
	color: #fff;
}
	

/*  TEMPLATE  */

/* The top row images */
div#images {
	position: absolute;
	top: 20px;
	left: 12px;
	z-index: 2;

}
div#images img {
	margin: 0 0 0 7px;
}

/* Holds all the content */
div#content {
	width: 492px;
	padding: 0 0 40px 0;
	margin: 0;
}
/* Paddding top */
div#space {
	height: 216px;
}

/* Footer */
hr {
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	margin: 30px 0 0 0;
}
p#footer {
	width: 480px;
	color: #000066;
	text-align: center;
	border-top: 1px #000066 solid;
	margin: 40px 0 0 20px;
	padding: 10px 0 0 0;
}


/*     @@@@         CONTENT    @@@@           */


/* Page title */
div#rightpage h2 {
	position: absolute;
	top: 166px;
	left: 31px;
	font: bold 1.6em/1.5 Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0em;
	margin: 0;
	padding: 0;
	color: #000066;
	z-index: 5;


}


div#rightpage h3 {
	font: normal 1.5em/1.5 Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: t0.05em;
	margin: 0 0 0.8em 20px;
	padding: 0.4em 0 0 0;
}

div#rightpage h4 {
	font: normal 1.3em/1.5 normal Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	margin: 0 0 0.8em 20px;
	padding: 0.4em 0 0 0;
}


p {
	margin: 0 0 10 10;
	padding: 0;	
}
p.box {
	margin: 20px 0 1em 20px;
	padding: 0px 10px 10px;	
	border: #000066 #000066 #000066;
background: #ccccfe;}

p.error {
	margin: 0 0 1em 20px;
	padding: 10px;	
	border: 1px dotted #BAAF78;
	background: #FBF9F0;
	color: red;
	font-weight: bold;
}

/* Lists */
ul {
	margin: 0 0 1em 25px;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0 0 10px 20px;
	list-style: none;
	background: transparent url(/imgs/bullet.gif) no-repeat left top;
}

/* for ordered lists */

ol {
	margin: 0 0 1em 0px;
	padding: 0 0 0 0px;
}
ol li {
	margin: 0;
	padding: 0 0 10px 2px;
}

/* Images within content */
div#content img {
	float: right;
	display: block;
	margin: 0 0 20px 20px;
}

/* INDIVIDUAL PAGES */



/* HOMEPAGE */

/* INSET BOXES */
div#inset {
	width: 170px;
	float: right;
	margin: 0 0 20px 0px;
	padding: 0;
}
div#inset h3 {
	margin: 0 0 6px 10px;
	padding: 0;
}
#content #xsnazzy {
	background: transparent; 
	margin: 0;
	}
#content #xsnazzy p {
	margin: 0;
	padding: 5px 10px;	
	}
.xboxcontent {
	display: block;
	background: #ccccfe;
	border-top: 0 #000066 #000066;
	border-right: 1px #000066 #000066;
	border-bottom: 0 #000066 #000066;
	border-left: 1px #000066 #000066;

}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: #ccccfe; border-right: 1px #ccccfe solid}
.xb1 {margin:0 5px; background: #ccccfe}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;
background-color: #ccccfe;}




/* buttons */

/* DL SAMPLE TOUR */
div#download_demo_but h4 a {
	background: url(../imgs/but_download_tour_sample.gif) no-repeat left top;
	display: block;
	width: 273px;
	height: 29px;
	text-decoration: none;
}

div#download_demo_but h4 a:hover {
	background: url(../imgs/but_download_tour_sample_anim.gif) no-repeat left top;
}

div#download_demo_but h4 span {
	display: block;
	text-indent: -5000px;
}



/* BUY DOWNLOAD NOW */
#but_buy_download_now {	
	z-index: 2;	
	position: relative;
	width: 273px;
	height: 29px;
	overflow: hidden;
	margin: 0 0 10px 20px;
}
#but_buy_download_now h4 {
	font-size: x-small;
	margin: 0;
	padding: 0;
}
#but_buy_download_now h4 span#but_buy_download_now_img {
	background: url(/mainwebsite_html/imgs/but_buy_now.jpg) no-repeat left top;
	z-index: 5;
	width: 273px;
	height: 29px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;	
	cursor: pointer;
}


/* ORDER CD  - not needed with OSC */
#but_order_cd {	
	z-index: 2;	
	position: relative;
	width: 273px;
	height: 29px;
	overflow: hidden;
	margin: 0 0 10px 20px;
}
#but_order_cd h4 {
	font-size: x-small;
	margin: 0;
	padding: 0;
}
#but_order_cd h4 span#but_order_cd_img {
	background: url(../imgs/but_order_CD.gif) no-repeat left top;
	z-index: 5;
	width: 273px;
	height: 29px;
	display: block;
	position: absolute;
	top: 1px;
	left: 0px;	
	cursor: pointer;
}




/* TABLES */
table {
	border-collapse: collapse;
	padding: 0;
	font-size: small;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
}
th {
	font: 1.3em Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	font-variant: small-caps;
	background: #FFFF99;
	color: #fff;
	border: 1px #ffff99 solid;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	text-align: center;
}

td {
	border: 0px #000066 solid;
	padding: 2px;
	vertical-align: top;
	margin: auto;

}

/* FORM stuff */
form {
	border: 0;
	padding: 0;
	margin: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
label {
	letter-spacing: 0.05em;
	font-variant: small-caps;
	display: block;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
label span {
	letter-spacing: 0.05em;
	text-transform: none;
	color: #333;
	position: absolute;
	top: 8px;
	left: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
input, textarea, select {
	font: 100%/1.5 arial, helvetica, sans-serif;
	padding: 4px;
	background: #FFFFFF;
	color: #000;
	border: 1px solid #BAAF78;
}
input.button {
	padding: 0 0 0 0px;
	background: none;
	border: none;
}
input.checkbox, input.radio {
	display: inline; 
}.optionblue {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCFF;
}
.p1tableimages {
	padding: 3px;
}
.skiplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000066;
	cursor: hand;
	filter: Invert;
}.skiplinkHover {
	background-color: ccccfe;
}
.imgfloat {
	position: absolute;
}
.homepagefooter {
	color: #000066;
	background: url(/imgs/uline_g.gif) repeat-x center bottom;
	text-decoration: none;
	position: absolute;
	left: auto;
	background-color: #FFFF99;


}
