@charset "UTF-8";

/***************************************************************************/
/*							ERIC MEYER'S RESET CSS						   */
		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,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline;
		}
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		body {
			line-height: 1;
			color: black;
			background: white;
		}
		ol, ul {
			list-style: none;
		}
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: separate;
			border-spacing: 0;
		}
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: "";
		}
		blockquote, q {
			quotes: "" "";
		}
/*																		   */
/***************************************************************************/


body {
	font: 10pt  Helvetica,Verdana,Arial,sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center
	color: #000000;
}

#header {
	background-image:url(../images/header_bg.png);
	background-repeat:repeat;
	width: 100%;
	/*border: 1px solid;*/
}

#header-bottom {
	background-image:url(../images/header_bg.png);
	background-repeat:repeat;
	height: 10px;
	width: 100%;
}

#header-spacer {
	height: 1px;
	width: 100%;
}

#header .container, #main-menu, #main-bg{
	margin: 0px auto; 
	width: 1024px; 
}

#header img {
	display: block;
	margin-left: 80px;
}

#header .container {
	padding: 5px 0px;
	text-align: left;
}

#main-bg {
	width: 1024px;
	background-image:url(../images/main_bg.png);
	background-repeat:no-repeat;
	height: 768px;
}

#main-menu .container {
	float: right;	
	position: relative;
	z-index:1;
	margin-right: 80px;
}

#main-menu  li	{
	float: left;
	display: inline;
	color: #990;
}

#main-menu a {
	display: block;
	text-decoration: none;
	padding: 3px 30px;
}

#drop_down_menu .main a{
	color: #0098f7;
}
				
.sel, #menu a:hover { 
	background-color: #0098f7;
	color: #FFF;
}

.sel a {
	color: #FFF;
}

.links a { 
	color: #0098f7;
}

#main-menu a:hover { 
	background-color: #88d0fc;
	color:#FFF;
}

#main-content, #main-image {
	float: left;
	position: absolute;
	width: 1024px;
}

#main-image {
	top: 70px;
}

#main-image .container {
	margin: 0px auto;
	margin-top: 60px;
	width: 840px;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	-moz-border-radius:5pt;
  	-webkit-border-radius:5pt;
	padding: 14px;
	height: 312px;
}

#main-content  {
	top: 450px;	
}

#main-content .container{
	margin: 0px auto;
	margin-top: 90px;
	width: 554px;
	font-size: 12px;
}

#drop_down_menu {
	text-align:left;
	list-style-type:none;
	text-align:center;
}
#drop_down_menu li {
	float:left;
	cursor:pointer;
}
#drop_down_menu li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#drop_down_menu li ul li {
	display:block;
	float:none;
	clear:both;
	background-color:#FFF;
}
#drop_down_menu li ul li a {
	text-decoration:none;
	display:block;
}

h1{
	font-size: 24px;
	color: #fff;
}




