﻿
/*SDS Stylesheet for main master*/

body
{
	margin:20px auto 10px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	width:884px;
	background-color:#000;
	font-size:10px;
	position:relative;
}

/*Clear existing settings for elements*/
p,a,h1,h2,h3,h4,h5,h6,div,span,img
{
	margin:0px;padding:0px;
}
a
{
	text-decoration:none;
}
img
{
	border:none;
}
h1
{
	margin:5px;
}
p
{
	margin:5px;
}

.wrap
{
	background-color:#fff;
	width:884px;
	height:100%;
	border:solid 4px #fff;
}

.header
{
	background-color:#000;
	height:170px;
	width:884px;
}
.header .text
{
	float:left;
	margin-top:55px;
	margin-left:20px;
}
.header .texttop
{
	background-image:url(../images/header/texttop.gif);
	background-repeat:no-repeat;
	width:535px;
	height:27px;
	margin-bottom:10px;
}
.header .textbottom
{
	background-image:url(../images/header/textbottom.gif);
	background-repeat:no-repeat;
	width:458px;
	height:26px;
}
.header .logo
{
	float:right;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	height:107px;
	width:198px;
	margin-right:30px;
	margin-top:30px;
}

.navigation
{
	position:relative;
	height:36px;
	width:884px;
	margin-top:4px;
	margin-bottom:4px;
}
.navigation li.firstchild
{
	margin-left:0px;
}
.navigation ul
{
	margin:0px;
	padding:0px;
}
.navigation li
{
	position:relative;
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	width:107px;
	height:36px;
	margin-left:4px;
}
.navigation ul.popup
{
	display:none;	
}
.navigation li:hover ul.popup
{
	position:absolute;	
	top:36px;
	left:-4px;
	display:block;
}
ul.popup li
{
	padding:0px 4px 0px 4px;
	margin:0px;	
	border-bottom:solid 4px #fff;
	border-left:solid 4px #fff;
	border-right:solid 4px #fff;
	font-size:.85em;
	background-color:#a7a9ac;
	line-height:normal;
	height:25px;
	width:103px;
	text-align:center;
	padding:2px;
	
}
ul.popup li:hover
{
	background-color:#cdced0;
}
ul.popup li:first-child
{
	border-top:solid 4px #fff;
}
ul.popup li a
{
	padding:0px;
	margin:0px;
	color:#000;
	font-weight:normal;
}
ul.popup li a:visited
{
	color:#000;
	font-weight:normal;
}


.main
{
	height:340px;
	color:#000;
	background-image:url(../images/home-background.jpg);
	background-repeat:no-repeat;
	margin-bottom:3px;
	overflow:auto;
}

.footer
{
	background-color:#000;
	width:100%;
	height:50px;
}
.footer .logo
{
	clear:both;
	width:236px;
	height:25px;
	float:left;
	margin-left:15px;
	margin-top:8px;
}
.footer .links
{
	float:right;
	margin-right:15px;
	margin-top:18px;
}
.footer .links a
{
	font-family:Arial,Sans-Serif;
	color:#ffffff;
	font-size:1.1em;
	padding-left:8px;
	padding-right:8px;
	border-left:solid 1px #c3ab60;
}
.footer .links a:first-child
{
	border-left:none;
}
.footer .links a.selected
{
	color:#c3ab60;
}
.footer .links a:hover
{
	color:#c3ab60;
}

.hotchilli
{
	text-align:right;
	color:#fff;
	padding:0px;
	margin:0px;
	width:100%;
	margin-right:-4px;
	margin-top:5px;
}

.hotchilli a
{
	margin-top:0px;
	color:#fff;
	font-size:8pt;
}
.hotchilli a:visited
{
	color:#fff;
}
.hotchilli p
{
	padding:0px;
	margin:0px;
	font-size:8pt;
}
