body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*letter-spacing: -1px;*/
	color: #252525;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

h1, h1 a {
	color: #d1302f;
	font-size: 20px;
	font-weight: normal;
}

h2, h2 a {
	font-size: 14px;
	line-height: 1.4em;
	color: #252525;
}

/* LOGO */

#logo {
	background: url(../images/logo.gif) no-repeat left center;
	text-indent:-9999px;
	display: block;
	height: 88px;
	margin: 40px 0 20px 0;
}

/* NAVIGATION */

}

#nav li {
	display: inline;
}

#nav li a {
	margin: 0 20px 0 0;
	color: #252525;
	font-size: 14px;
}

/* style the outer div to give it width */
div#nav {
}

/* remove all the bullets, borders and padding from the default list styling */
div#nav ul {    
    padding:0 0 0 0;
    margin: 0 0 0 1px;
    list-style-type:none;
    height: 34px;
    border-top: 1px solid #d1302f;
	border-bottom: 1px solid #d1302f;
}

/* style the sub-level lists */
div#nav ul ul {
    padding: 0;
    margin: 0 0 0 0;
    background-color: #FFFFFF;
    border-left: 1px solid #d1302f;
    border-right: 1px solid #d1302f;
    border-bottom: 1px solid #d1302f;
    border-top: none;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
div#nav ul li {
    float:left;
    display: inline;
}

div#nav ul li a{
    color: #000;
    text-decoration: none;    
    padding: 10px 10px 10px 0px;
    margin: 0 20px 0 0;
	color: #252525;
	font-size: 14px !important;
	text-transform: lowercase;
}

div#nav ul li a:hover{
	color: #d1302f;
}

/* style the sub level list items */
div#nav ul ul li {
    width:200px;
    height:auto;
    position:relative;
    line-height:1em;
    border: none;
}

/* style the links for the top level */
div#nav a, div#nav a:visited {
    display:block;
    float:left;
    height:100%;
    font-size:1em;
    text-decoration:none;
}

/* style the sub level links */
div#nav ul ul a, div#nav ul ul a:visited{
    display:block;
    width:200px;
    height:100%;
    line-height:1em; 
    padding:7px 10px 7px 11px;
    background: #FFF;
    font-size: 12px !important;
}

div#nav ul ul a:hover {
	background: #d1302f;
}

div#nav ul table ul a, div#nav ul table ul a:visited  {
    width:18.45em; 
    w\idth:17.45em;
}


/* style the table so that it takes no part in the layout - required for IE to work */
div#nav table {
    position:absolute; 
    left:0; 
    top:0; 
    font-size:1em; 
    z-index:-1;
}

div#nav ul ul table {
    lef\t:-1px;
}

div#nav ul ul table ul.left {
    margin-lef\t:2px;
}

div#nav li:hover {
    position:relative;
}

* html div#nav a:hover {
    position:relative;
}

/* style the third level background */
div#nav ul ul ul a, div#nav ul ul ul a:visited {
}

/* style the fourth level background */
div#nav ul ul ul ul a, div#nav ul ul ul ul a:visited {
}
/* style the sub level 1 background */
div#nav ul :hover a.sub1 {
}
/* style the sub level 2 background */
div#nav ul ul :hover a.sub2 {
}

/* style the level hovers */
/* first */
div#nav a:hover {
    color:#000;
}

div#nav :hover > a {
    color:#000;
}

/* second */
div#nav ul ul a:hover{
    color:#000; 
}

div#nav ul ul :hover > a {
    color:#000;
}

/* third */
div#nav ul ul ul a:hover {
    background:#79C120;
}

div#nav ul ul ul :hover > a {
    background:#ddd;
}

/* fourth */
div#nav ul ul ul ul a:hover {
    background:#eee;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
div#nav ul ul {
    visibility:hidden;
    position:absolute;
    height:0;
    top:2.95em;
    left:0;
    width:18.45em;
    margin: -1px 0 0 0 !important;
    }

/* position the third level flyout menu */
div#nav ul ul ul{
    left:18.45em;
    top:0;
    width:14em;
}

/* position the third level flyout menu for a left flyout */
div#nav ul ul ul.left {
    left:-18.45em;
}


/* make the second level visible when hover on first level list OR link */
div#nav ul li:hover ul, div#nav ul a:hover ul {
    visibility:visible; 
    height:auto; 
    background:transparent;
    }

/* keep the third level hidden when you hover on first level list OR link */
div#nav ul :hover ul ul{
    visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
div#nav ul :hover ul :hover ul ul{
    visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
div#nav ul :hover ul :hover ul{
    visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
div#nav ul :hover ul :hover ul :hover ul {
    visibility:visible;
}

/* BODY */

#body {
	border-bottom: 1px solid #d1302f;
}

#body h1 {
	margin: 0 0 20px 0;
}

#body p {
	margin: 0 0 20px 0;
	line-height: 1.4em;
	font-size: 12px;
	word-spacing: 0.20em;
}

#image {
	margin: 20px 10px 20px 10px;
}

/* FOOTER */

#footer {
	font-size: 10px;
	letter-spacing: normal;
}

#affiliate {
	border-bottom: 1px solid #d1302f;
	padding: 20px 0 20px 0;
	margin: 0 0 10px 0;
	text-align: center;
}

