/*THIS CSS IS SPECIFIC TO ALL PAGES ON HAUNTEDHOUSE.CA DOMAIN*/
#headerbar
{
	background-image:url(images/interface-darkbrushedbar.png);
	background-repeat:repeat;
	height:100px;
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	margin:0px;
}

#container 
{
	background-image: url(images/navback-brighter.JPG);
	position:absolute;
	width: 900px;
	padding:0px;
	margin-top:40px;
	top: 0px;
} 

#topbar 
{
	position:absolute;
	width:900px;
	padding:0px;
	height:80px;
	left:0px;
	top:0px;
	margin:0px;
}

#content 
{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	left: 0px;
	margin-top:105px;
	margin-bottom:0px;
	padding:0px;
	min-height:300px;
	background-color:#FFFFFF;
}

#footer 
{
	position:relative;
	width:900px;
	height:20px;
	top: 0px;
	left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#cartbar
{
	background-image:url(images/interface-cartbarback.JPG);
	position:absolute;
	width:900px;
	height:20px;
	top: 85px;
	left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

body
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/background.JPG);
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: sans-serif, Arial, Verdana;
	font-size: 11px;
}

a img 
{
	border: none; 
} 

.f11-black, .f11-black a:link, .f11-black a:visited, .f11-black a:hover, .f11-black a:active 
{ 
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	line-height: 14px; 
	margin-top: 0px; 
	text-align: justify;
	font-weight: normal;
}

.f11-white
{ 
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px; 
	margin-top: 0px; 
	text-align: justify;
	font-weight:normal;
}

.f11-white a:link, .f11-white a:visited
{ 
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11px;
	color: #E0EEFC;
	line-height: 14px; 
	margin-top: 0px; 
	text-align: justify;
	text-decoration: underline;
	font-weight:bold;
}

.f11-white a:hover, .f11-white a:active 
{ 
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	line-height: 14px; 
	margin-top: 0px; 
	text-align: justify;
	font-weight:bold;
}

.f12-white-bold, .f12-white-bold a:visited, .f12-white-bold a:link
{
	font-family: sans-serif, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:0px;
}

.f12-white-bold a:active, .f12-white-bold a:hover
{
	font-family: sans-serif, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	letter-spacing:0px;
}

p
{ 
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11px;
	color: #3F392E;
	line-height: 14px; 
	margin-top: 0px; 
	text-align: justify;
}

p a:link, p a:visited
{ 
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11px;
	color: #E0EEFC;
	line-height: 14px; 
	margin-top: 0px; 
	text-align: justify;
	text-decoration: none;
}

p a:hover, p a:active 
{ 
	font-family: sans-serif, Arial, Helvetica;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	line-height: 14px; 
	margin-top: 0px; 
	text-align: justify;
}

h1, h1 a:link, h1 a:visited
{ 
	font-family: sans-serif, Arial, Helvetica;
	font-size:11px;
	color: #A4AA84;
	font-weight: bold;
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	color: #727560;
}

h1 a:hover, h1 a:active
{ 
	font-size:11px;
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	color: #727560;
	text-decoration: underline; 
}

h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{ 
	font-size:11px;
	font-family: sans-serif, Arial, Helvetica;
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	color: black;
}

h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active
{ 
	font-size:11px;
	font-family: sans-serif, Arial, Helvetica;
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	margin-top: 0px; 
	color: white;
}

.clearit 
{
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 900px;
	height: 27px;
	top: 80px;
	margin-top: -5px;
	padding: 0px;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 8px;
	float: left;	
	text-decoration: none;
	font-family: sans-serif, Arial, Helvetica;
	font-size:14px;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:0px;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 6px;
	padding-right: 9px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}

/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

