/* - - - - - - - - - - - - - - - - - - - - - - - -

Title		: West Midland Safari Park
URL 		: www.wmsp.co.uk

Created 	: December 2010

- - - - - - - - - - - - - - - - - - - - - - - - */

/* !--- GLOBAL --- */

BODY, TABLE, TD, TR, P, DIV {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #6c3a1c;
}

body {
   width: 7in;   
   color: #000000;
   font: 12pt/20pt Verdana,  Arial, Helvetica, sans-serif;
 }

#wrapper {
	margin: 0px auto;
	width: 7in;
}


A:LINK {
	color : #90532d; 
	font-weight: bold;
}
	
A:VISITED {
	color : #90532d; 
	font-weight: bold;
}

A:HOVER {
	color : #c77405; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
}

A.whitelink:LINK {
	color : #fff99d; 
	font-weight: bold;
}
	
A.whitelink:VISITED {
	color : #fff99d; 
	font-weight: bold;
}

A.whitelink:HOVER {
	color : #ffc600; 
	TEXT-DECORATION: none; 
	font-weight: bold; 
}

.text-browntitle {
	font-family : Georgia, Verdana,  Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #6c3a1c;
	font-weight: bold;
}

.text-whitetitle {
	font-family : Georgia, Verdana,  Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #FFFFFF;
	font-weight: bold;
}

.text-smallbrowntitle {
	font-family : Georgia, Verdana,  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #6c3a1c;
}

.text-brown {
	color : #6c3a1c;
}

.text-brownbold {
	color : #6c3a1c;
	font-weight: bold;
}

.text-white {
	color : #FFFFFF;
}

.text-whitebold {
	color : #FFFFFF;
	font-weight: bold;
}

.text-bold {
	font-weight: bold;
}

.text-bolditalic {
	font-weight: bold;
	font-style: italic;
}

hr {color : #90532d;
	margin:10px 0px 10px 0px;
}

hr.white {color : #FFFFFF;
	margin:10px 0px 10px 0px;
}

:focus, :active { outline: 0; }

.clear { clear:both; }

a img { border:0px; }

.fixed:after {
	clear:both;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}

.fixed { display:block; }

/*  \*/
.fixed { min-height:1%; }

* html .fixed {	height:1%; }

/*--- Font Size (em) Bug Fixing for IE ---*/

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */
INPUT, TEXTAREA, SELECT, TH, TD {font-size:1em}
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}



/* !--- CONTENT --- */

#bg {
	display: none;
}

#index #content { /*background: url(http://seaquarium.co.uk/js/images/bg_content.gif) no-repeat right center; min-height: 440px;*/ }

#content #contentLeft {
	
   width: 7in;   
   color: #000000;
   font: 12pt/20pt Verdana,  Arial, Helvetica, sans-serif;

}

#content #contentRight {
	display: none;
}

#content #imageHolderRight {
	float: right;
	margin: 0px 0px 3px 3px;
	width: 300px;
	z-index:100;
}

#content #contentRightBordered {
	display: none;
}

#content #contentFeatureRight {	
	display: none;
}


#content #contentTabs {
	display: none;
}

#content #textTitle {
	font-family : Georgia, Verdana,  Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : #8b5230;
	
	position: relative; 
	float: left;
	/*margin: 0px 5px 5px 0px;*/
	width: 98.5%;
	min-height:15px;
	background-color : #FFFFFF;
	padding: 5px 5px 5px 5px;
	
	/* CSS3 rounded corners */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	/*	CSS3 drop shadow */
	-moz-box-shadow: 0px 3px 4px #bd8d29;
	-webkit-box-shadow: 0px 3px 4px #bd8d29;
	box-shadow: 0px 3px 4px #bd8d29;
	
	/* CSS3PIE Fix for Internet Explorer*/ 
	behavior: url(http://seaquarium.co.uk/js/css3pie/PIE.htc);
}

#content #textBox {
	font-family :  Verdana,  Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #8b5230;
	
	float: left;
	margin: 0px 5px 5px 0px;
	width: 665px;
	min-height:15px;
	background-color : #FFFFFF;
	padding: 5px 5px 5px 5px;
	
	/* CSS3 rounded corners */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	/* CSS3PIE Fix for Internet Explorer */
	behavior: url(http://seaquarium.co.uk/js/css3pie/PIE.htc);
}

#content #textBoxBordered {
	font-family :  Georgia, Verdana,  Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #8b5230;
	
	margin: 0px auto 2px auto;
	width: 93%;
	min-height:15px;
	border:1px solid #999;
	background-image : url(http://seaquarium.co.uk/images/theme/arrowright_16.png);
	background-position : 0px 50% ;
	background-repeat : no-repeat;
	background-color : #f6f6f6;
	padding: 5px 5px 5px 30px;
	
	/* CSS3 rounded corners */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	/* CSS3PIE Fix for Internet Explorer */
	behavior: url(http://seaquarium.co.uk/js/css3pie/PIE.htc);
}

#content #textBoxBordered:HOVER {
	font-family :  Georgia, Verdana,  Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #8b5230;
	
	margin: 0px auto 2px auto;
	width: 93%;
	min-height:15px;
	border:1px solid #999;
	background-image : url(http://seaquarium.co.uk/images/theme/arrowright_16.png);
	background-position : 0px 50% ;
	background-repeat : no-repeat;
	background-color : #fdf5cf;
	padding: 5px 5px 5px 30px;
	
	/* CSS3 rounded corners */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	/* CSS3PIE Fix for Internet Explorer */
	behavior: url(http://seaquarium.co.uk/js/css3pie/PIE.htc);
}

#content #textBoxClear {
	font-family :  Verdana,  Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #8b5230;
	
	float: left;
	margin: 0px 5px 5px 0px;
	width: 665px;
	min-height:15px;
	background-color : #FFFFFF;
	padding: 5px 5px 5px 5px;
	
}

#content #patternDivider1 {	

	margin: 10px auto 10px 15px;
	width:675px;
	height:30px;
	background-image : url(http://seaquarium.co.uk/images/theme/patterndivider1.png);
	background-repeat : repeat-x;

}

#content #patternDivider2 {	
	float: right;
	margin: 10px 15px 10px 0px;
	width:210px;
	height:30px;
	background-image : url(http://seaquarium.co.uk/images/theme/patterndivider2.png);
	background-repeat : repeat-x;

}

#content #patternDivider3 {	
	margin: 10px auto 10px auto;
	width:675px;
	height:15px;
	background-image : url(http://seaquarium.co.uk/images/theme/patterndivider3.png);
	background-repeat : repeat-x;

}

#content #dottedDivider1 {	
	margin: 15px auto 15px auto;
	width:96%;
	border-bottom: 1px dotted #8b5230;

}

#content #dottedDivider2 {	
	float: right;
	margin: 15px auto 15px auto;
	width:210px;
	border-bottom: 1px dotted #FFFFFF;

}

#content #sliderFeature {	

   width: 7in;   
   color: #000000;
   font: 12pt/20pt Verdana,  Arial, Helvetica, sans-serif;
}

#content #contentFeature {	
   width: 7in;   
   color: #000000;
   font: 12pt/20pt Verdana,  Arial, Helvetica, sans-serif;
}

/* !--- NAVFOOTER --- */

#navFooter {
	display: none;
}

/* !--- TABS --- */

#tabFooter {
	display: none;
}



/* !--- HEADER --- */

#header {
	display: none;
	
}

/* !--- MENU --- */

#menu {
	display: none;
	
}

/* !--- FOOTER --- */

#footerBackground {
	display: none;
}

#footerWrapper {
	display: none;

}

#footer {
	display: none;
}