@charset "UTF-8";
/* CSS Document */



/* Css Reset */
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: #ababab;
	background:url(images/bg_slice.jpg) repeat-x;
	background-color:#000000;
	font: normal 14px/16px Verdana, Arial, Helvetica, sans-serif;
}
	
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: "" "";
}
/* Site Structure */

#container {
	width:850px;
	background:url(images/main-content-bg.jpg) repeat-y;
	margin: 0 auto;
}

a {
color:#fff;
}

#header {
	width:850px;
	height:128px;
}
#header_left {
	width:725px;
	height:128px;
	float:left;
}
#header_right {
	width:125px;
	height:128px;
	float:left;
}
#header_right a {
	width:125px;
	height:128px;
	background:url(images/header_right_sprite.jpg) no-repeat;
	display:block;
}
#header_right a:hover {
	background:url(images/header_right_sprite.jpg) 0 -128px no-repeat;
}
#main-nav {
	height: 62px;
	background:url(images/nav_bg.jpg) repeat-x;
	padding-left:238px;
}
#main-nav li a:hover {
	color: #680017;
	text-decoration: none;
}
#main-nav li, #main-nav a {
	height: 62px;
	display: block;
	text-align: center;
	text-indent:-9999px;
}
#main-nav li {
	padding-top: 0;
	float: left;
	list-style: none;
	display: inline;
	position:relative;
	height: 62px;
}

#form{
	margin: 12px 30px 10px 10px;
	width:629px;
}
#btn-01 {
	width: 100px;
	background: url(images/nav_sprite.jpg) no-repeat;
	height:62px;
}
#btn-02 {
	width: 144px;
	background: url(images/nav_sprite.jpg) -100px 0 no-repeat;
}
#btn-03 {
	width: 202px;
	background: url(images/nav_sprite.jpg) -244px 0 no-repeat;
}
#btn-04 {
	width: 144px;
	background: url(images/nav_sprite.jpg) -446px 0 no-repeat;
}
#btn-01 a:hover {
	width: 100px;
	background: url(images/nav_sprite.jpg) 0 -62px no-repeat;
}
#btn-02 a:hover {
	width: 144px;
	background: url(images/nav_sprite.jpg) -100px -62px no-repeat;
}
#btn-03 a:hover {
	width: 202px;
	background: url(images/nav_sprite.jpg) -244px -62px no-repeat;
}
#btn-04 a:hover {
	width: 144px;
	background: url(images/nav_sprite.jpg) -446px -62px no-repeat;
}
#main-content {
}
#left-col {
	width:211px;
	float:left;
	background:#000;
}
#side-nav {
	height: 281px;
	width: 211px;
	background:#000;
}
#side-nav li a:hover {
	color: #680017;
	text-decoration: none;
}
#side-nav li, #side-nav a {
	width: 211px;
	display: block;
	text-align: center;
	text-indent:-9999px;
}
#side-nav li {
	/*padding-top: 8px;*/
	list-style: none;
	display: block;
	position:relative;
	width: 211px;
}
#side-btn-01 {
	width: 211px;
	height:68px;
	background: url(images/sidebar_nav_sprite.jpg) no-repeat;
}
#side-btn-01 a{
	width: 211px;
	height:68px;
}

#side-btn-02 {
	width: 211px;
	height:68px;
	background: url(images/sidebar_nav_sprite.jpg) 0 -69px no-repeat;
}

#side-btn-02 a{
	width: 211px;
	height:68px;
	
}
#side-btn-03 {
	width: 211px;
	height:69px;
	background: url(images/sidebar_nav_sprite.jpg) 0 -138px no-repeat;
}
#side-btn-03 a{
	width: 211px;
	height:68px;
}
#side-btn-04 {
	width: 211px;
	height:68px;
	background: url(images/sidebar_nav_sprite.jpg) 0 -206px no-repeat;
}
#side-btn-04 a{
	width: 211px;
	height:68px;
}
#side-btn-01 a:hover {
	width: 211px;
	background: url(images/sidebar_nav_sprite.jpg) -211px 0px no-repeat;
}
#side-btn-02 a:hover {
	width: 211px;
	background: url(images/sidebar_nav_sprite.jpg) -211px -69px no-repeat;
}
#side-btn-03 a:hover {
	width: 211px;
	background: url(images/sidebar_nav_sprite.jpg) -211px -138px no-repeat;
}
#side-btn-04 a:hover {
	width: 211px;
	background: url(images/sidebar_nav_sprite.jpg) -211px -206px no-repeat;
}
#right-col {
	float:left;
	width:639px;
}

#fadeshow1 {
	margin: 8px 0 0 8px;
}

#right-col p {
	margin: 5px 10px 25px 10px;
}

#right-col ul {
	margin: 5px 10px 10px 8px;
}

#footer {
	height:33px;
	background:url(images/footer_bg.jpg) repeat-x;
	position:relative;
}
#footer-left {
	height:33px;
	width:319px;
	background:url(images/footer_graphic.jpg) no-repeat;
	position:absolute;
	left:269px;
	top:0;
}
#footer-right {
	float:right;
}
#footer-right img {
	padding-right:10px;
}

.home-title-img {
	margin: 8px 0 0 8px;
}

.clear {
	clear:both;
}
