/* CSS Document */

/* -------------------------------------------------------------------------------- 
Title:     Horse Palace
Site:      www.horsepalace.ca

Colors: 
Fonts: 

Copyright: (c)2009 , 
Updated:   
-----------------------------------------------------------------------------------*/

/* = RESET CODE
	 the following code just nicely resets all the default CSS 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 30pt;
	background: transparent;
	color: #000000;
	font: Times;
}

body {
	line-height: 33.5pt;
	font-family: Times;
	font-size:0px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration:none;
	vertical-align: middle;
}


#center {margin:0 auto; width:1000px;}


/* HEADER 
================================================================*/
.header {
	color:white;
	float:left;
	background: black url(img/header/header_bg.jpg) top left no-repeat;
	padding-top:112px;
	margin-top:0px;
	width:100%;
}

#mainNav{
width: 100%;
}

#mainNav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
#mainNav ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#mainNav ul li a{
	display: block;
	background: black;
	color: white;
	padding: 6px 6px;
	color: #2d2b2b;
	text-decoration: none;
	font-size:14px;
}

#mainNav ul li li a{border-right: 1px solid #778;}

* html #mainNav ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

#mainNav ul li a:link, #mainNav ul li a:visited{
	color: #CCCCCC;
	font: Georgia;
	letter-spacing: 6px;
}

#mainNav ul li a:hover{
	background: black; /*tab link background during hover state*/
	color: #CCCCCC;
	font: Georgia;
	font-size: 14px;
}
	
/*1st sub level menu*/
#mainNav ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin: 0% 0 0 48%;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#mainNav ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainNav ul li ul li ul{
	top: 0;
	margin: 3% 0 0 0%;
}

/* Sub level menu links style */
#mainNav ul li ul li a{
font: normal 14px Georgia;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

#mainNavz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 5px;
right: 2px;
}

.rightarrowclass{
position: absolute;
top: 4px;
right: 5px;
}

/* CONTENT
=============================================*/
.content{
	float:inherit;
	width:100%;
}
.content p{line-height:18px; font-size:12px;}
.intro p{
	width:500px;
	margin-top:30px;
	clear:none;
	float:left;
	margin-left:40px;
	font-size: 14pt;
	letter-spacing: 2px;
}
.intro img{
	float:left;
	clear:none;
	margin-top: 6.33px;
}
