/* global style
----------------------------------------------------------------------------------*/
body {
	background-color: #000000;
	color: #CC99FF;
	text-align: center; 
	font-weight: normal;
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
}

/* layout div's
----------------------------------------------------------------------------------*/
#middle {
	width: 760px;
	height: 615px;
	margin-top: -307px;
	margin-left: -380px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
}

#container {
	position: relative;
	width: 760px;
	height: 490px;
	text-align: center;
	margin: 0 auto 0 auto;
	border: thin solid #FFFFFF;
	top: 1px;
	left: 1px;
}

#block {
	width: 638px;
	text-align: center;
	position: absolute;
	overflow: auto;
	height: 336px;
	top: 101px;
	left: 123px;
} 

#top {
	position: absolute;
	height: 99px;
	width: 119px;
	top: 0px;
	left: 0px;
	background-image: url(../images/border_01.jpg);
	background-repeat: no-repeat;	
}

#banner {
	position: absolute;
	height: 99px;
	width: 641px;
	top: 0px;
	left: 119px;
}

#side {
	position: absolute;
	height: 391px;
	width: 119px;
	left: 0px;
	top: 99px;
	background-image: url(../images/border_05.jpg);
	background-repeat: no-repeat;
}

#footer {
	height: 55px;
	width: 641px;
	left: 119px;
	top: 435px;
	font-size: 12px;
	position: absolute;
	background-image: url(http://www.goldiesparade.co.uk/images/menu-alt.jpg);
	background-repeat: no-repeat;
}

#google {
	left: 1px;
	top: 522px;
	width: 760px;
	position: absolute;
	text-align: center;
}

hr {
	height: 2px;
	width: 95%;
}

/* links
----------------------------------------------------------------------------------*/
body a:link, a:active, a:visited {
	color: #FF9900; 
	text-decoration: none;
	background-color: #000000;
} 

body a:hover {
	text-decoration: underline;
}

.link {
	text-align: left;
	color: #FF9900;
}
 
 /* text
----------------------------------------------------------------------------------*/
h1 {
	font-weight: bold;
	color: #ff9900;
	text-align: left;
	padding: 0px 10px;
	font-size: 14px; 
	line-height: 20px;
}

h2 {
	font-weight: bold;
	color: #ff9900;
	text-align: left;
	padding: 0px 10px;
	font-size: 10pt; 
	line-height: 20px;
} 

h3 {
	font-weight: bold;
	color: #ff9900;
	text-align: left;
	font-size: 10pt; 
	line-height: 20px;
} 

h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: #CC99FF;
	text-align: left;
	line-height: 25px;
	text-transform: uppercase;
	padding-left: 10px;
}

p {
	padding: 0px 10px;
	text-align: left;
}
 
ul {
	list-style: square;
	text-align: left;
}

ol {
	text-align: left;
}

.spanpurple {
	color: #CC99FF;
	background-color: #000;
}

.spanorange {
	color: #FF9900;
}
	
.listexpand-title {
	text-align: center;
	color: #FF9900;
	font-weight: bold;
}

.expand {
	border: 1px solid #CC99FF;
	float: left;
	margin: 10px;
	padding: 3px;
}

.listexpand-text {
	text-align: left;
	padding-left: 200px;
	color: #CC99FF;
	background-color: #000;
	font-weight: normal;
}

body.indent p {
	color: #FF9900;
	background-color: #000000;
	text-align: left;
	padding: 0px 25px 0px 180px;
}

body.popup #window {
	margin: 10px;
	text-align: left;
}

body.popup h1 {
	font-weight: bold;
	font-size: 12pt; 
	line-height: 20px;
}

body.popup h2 {
	font-weight: bold;
	font-size: 10pt; 
	font-style: italic; 
	line-height: 20px;
}

body.popup p {
	color: #cc99ff;
	background-color: #000;
}

.image {
	border: 1px solid #CC99FF;
	margin-right: 10px;
	float: left;
	padding: 3px;
}

a.cd {
	float: left;
	border: 1px solid #000000;
	margin-right: 2.5px;
	text-align: left;
} 

a.cd:hover {
	border: 1px solid #FF9900;
} 

.cdnoclick {
	float: left;
	border: 1px solid #000000;
	margin-right: 2.5px;
	text-align: left;
}

#pagelinks {
	text-align: left;
	padding: 0 0 0 10px;
	line-height: 20px;
}

#pagelinks a:link, #pagelinks a:active, #pagelinks a:visited {
	color: #FF9900; 
	padding: 1px;
	text-decoration: none;
} 

#pagelinks a:hover {
	text-decoration: none; 
	color: #000000; 
	background-color: #CC99FF;
}

#navfooter {
 	width: 641px;
    margin: 0;
	padding: 0;
}

#navfooter li {
	list-style: none;
	float: left;
}
   
#navfooter li a {
	display: block;
	padding: 3px 0px;
	margin: 2px;
	text-decoration: none; 
	color: #ffffff;
	width: 120px;
	text-align: center;
	background: #182661;
	font-weight: bold;
	border: #ffffff 1px solid;
 	filter: alpha(opacity=70);
	 -moz-opacity: 0.70;
	 -khtml-opacity: 0.70;
	 opacity: 0.70;
}
   
#navfooter li a:hover {
	background-color: #000066;
}

#navfooter li ul {
	display: none;  }
	
#navfooter li:hover ul, #navfooter li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navfooter li:hover li, #navfooter li.hover li {
}

#navfooter li:hover li a, #navfooter li.hover li a {
	background: #2C48A9;
}

#navfooter li li a:hover {
	background: #000099;
}

/* tour page layout
----------------------------------------------------------------------------------*/
body.tours #block {
	width: 641px;
	position: absolute;
	overflow: auto;
	height: 336px;
	top: 98px;
	left: 119px;
	color: #1459A4;
	background-color: #ffffff;
}

#tourslides {
	position: absolute;
	height: 99px;
	width: 373px;
	top: 0px;
	left: 128px;
}

body.tours #banner {
	position: absolute;
	height: 99px;
	width: 641px;
	top: 0px;
	left: 119px;
	background-image: url(../images/tourbanner.jpg);
}

body.tours #top {
	position: absolute;
	height: 99px;
	width: 119px;
	top: 0px;
	left: 0px;
	background-image: url(../images/tourborder_01.jpg);
	background-repeat: no-repeat;	
}

body.tours #side {
	position: absolute;
	height: 391px;
	width: 119px;
	left: 0px;
	top: 99px;
	background-image: url(../images/tourborder_05.jpg);
	background-repeat: no-repeat;
}

body.tours #block img {
	border: 2px solid #1459A4;
	margin-right: 2.5px;
	padding: 2px;
	float: left;
}

body.tours table {
    width: 620px;
    border: 0;
	padding: 0;
} 


body.tours #footer {
	background-image: url(../images/tourborder_08.jpg);
}


body.tours #block a:link, a:active, a:visited {
	color: #1459A4; 
	text-decoration: underline; 
	background-color: #ffffff;
} 

body.tours #block a:hover {
	text-decoration: none; 
} 

body.tours p {
	color: #1459A4;
	background-color: #ffffff;
	width: 600px;
}
	
body.tours h1 {
	color: #1459A4;
	background-color: #ffffff;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

body.tours h2 {
	font-weight: bold;
	color: #FFFFFF;
	width: 600px;
	text-align: left;
	background-color: #1459A4;
	line-height: 25px;
}

body.tours td {
	height: 25px;
}

body.tours th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1459A4;
	text-align: center;
	line-height: 25px;
}

tr.off {
	background: #FFFFFF;
	color: #1459A4;
}

tr.on {
	background: #3ca3de;
	color: #FFFFFF;
}

/* home page layouts and styles
----------------------------------------------------------------------------------*/
body.home #container {
	margin: 0 auto;
	width: 654px;
	text-align: center;
	border: 0;
}

body.home #content {
	width: 482px;
	position: absolute;
	text-align: center;
	top: 26px;
	left: 3px;
	color: #CC99FF;
	background-color: #000;
	text-align: center;
	border: 1px solid #CC99FF;
}

body.home #google {
	left: 490px;
	top: 26px;
	width: 160px;
	position: absolute;
	border: 1px solid #CC99FF;
}

body.home  li {
	font-size: 9pt; 
	line-height: 20px;
}

body.home  ul {
	list-style: none;
}

body.home li a:link, li a:active, li a:visited {
	font-weight: bold;
	color: #FF9900; 
	padding: 1px;
	text-decoration: none; 
} 

body.home li a:hover {
	color: #000000; 
	background-color: #CC99FF;
}

body.home a:link, a:active, a:visited {
	color: #FF9900; 
	text-decoration: none;
	background-color: #000000;
} 

body.home a:hover {
	text-decoration: underline;
}

body.home h1 {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000;	
	text-align: center;
	margin-top: 5px;
}

body.home h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: #CC99FF;
	text-align: left;
	line-height: 25px;
	text-transform: uppercase;
	padding-left: 10px;
}

/* navigation bar
----------------------------------------------------------------------------------*/
#navBar {
	position: relative;
	font-size: 9pt;
	width: 100%;
	height: 25px;
	text-align: center;
}

#navBar a:link, #navBar a:active, #navBar a:visited {
	color: #FFFFFF;
	background-color: #000;
	text-decoration: none;
}

#navBar a:hover {
	text-decoration: underline;
}

/* forms
----------------------------------------------------------------------------------*/
.form {
	float: right;
}

.formb {
	float: left;
}

.sideform {
	float: left;
	padding-left: 50px;
}

.input {
   color: #CC99FF;
   background-color: #000000;
   font-size: 84%;
   height: 21px;
   width: 100px;
   font-weight: bold;
   border: 1px solid #CC99FF;
}

.input.rollover {
   color: #000000;
   background-color: #CC99FF;
}

