@charset "utf-8";
/* 
http://ibusolutions.com
v2.0 2009-7-29
Author: Justin Lascelle
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}
body { 
		font-family: Tahoma, Verdana, Arial, sans-serif;
        line-height:1;
		background: url(../images/body-bg.png) #010101 top center no-repeat;
		text-align: center;
}

ul {padding: 0px 0px 20px 40px;}
li {padding: 4px 0px 4px 0px;}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
        display:block;
}

nav ul {
        list-style:none;
}

blockquote, q {
        quotes:none;
}

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

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
		color: #ff19f6;
		text-decoration: none;
}

ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
        vertical-align:middle;
}

/*Structural elements*/

#container{
	width: 940px;
	margin: 0 auto 0 auto;
	text-align: left;
	overflow: hidden;
}

#header {
	width: 922px;
	height: 100px;
	background: url(../images/header-bg.png) top center no-repeat;
	overflow: hidden;
	text-align: right;
    padding-right: 18px;
}

#slideshow {
	margin: 10px auto;
	border: 2px solid #ff8afb;
}

/*Menu*/

#menu {margin-top: 50px;}

#menu li:first-child {border: none;} /*removes border from first menu item.*/

#menu li {
    margin-top: 45px;
	display: inline;
	list-style-type: none;
	border-left: 1px solid #fff;
	font-size: 14px;
    text-transform: uppercase;
}

#menu li a {
	color:#fff; 
	text-decoration: none;
	margin: 0;
    padding: 0px 10px 0px 10px;
}

#menu li a:hover {text-decoration: underline;}

#footer #menu {margin: 0;}

/*Typography*/

h1, h2 {
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 2px solid #bfbfbf;
	width: 100%;
	font-weight: bold;
	color: #ff0ff6;
	font-size: 22px;
	letter-spacing: -1px;
}

.jdGallery .slideInfoZone h2 {
	text-transform: none;
	border: none;
	padding: 0;
	margin: 0;
	}

p {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 20px;
}

.left {float: left;}
.right {float: right;}

/*Structural Elements*/
#content-head {
	background: url(../images/content-head.png) top center no-repeat;
	margin: 0;
	padding: 0;
	width: 940px;
	height: 24px;
}

#content {
	padding: 20px;
	margin: 0;
	background: #fff url(../images/main-content-bg.png) bottom repeat-x;
	overflow: auto;
}

#footer {
	padding: 20px;
	height: 51px;
	color: #fff;
	margin: 12px 0px 20px 0px;
	background: #ff19f6 url(../images/footer-bg.png) top repeat-x;
	clear: both;
}

#content-left {
	width: 567px;
	margin:0;
	padding: 0px 30px 0px 0px;
	float: left;
}

#content-right {
	width: 302px;
	margin:0;
	padding:0;
	float: left;
}

#homelink {
	float: left;
	margin-top: 25px;
	padding: 0;
}

p.ibu{color:#fff; font-size: 9px; margin:0; padding:0;}