
::selection, ::-moz-selection {
    background: #aaa;
    color: #000; /* Safari and Opera */
	border: 1px solid #000;	
}



body, html {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #000;

	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
}

h1, h2, h3, h4 {
    font-weight: 300;
    color: #111;
}

h2 {
    font-size: 1.9em;
    line-height: 1.367em;
    letter-spacing: -0.01em;
    font-weight: bold;
    color: #fff;
    padding: 3px 0 10px 2px;
    text-shadow: 1px 1px 3px #333;
}

.background {
    background-image: url(images/background.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

.header {
    height: 108px;
}

.header img {
    position: relative;
    left: 0;
    top: 15px;
}

.xtramenu {
    height: 28px;
}

.path {
    font-size: 10px;
    width: auto;
    padding-left: 15px;
    padding-top: 7px;
    position: relative;
    text-align: right;
    padding-right: 7px;
    border: 0px #ff5 dotted;
}

.path, .path a {
    color: #eee;
    text-decoration: none;
}

.xtramenu img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.background {
}

.slide {
    height: 230px;
    padding-top: 5px;
	overflow-y: hidden;
}

.top {
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.top_start {
    background-image: url(images/header_start.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.content {
    color: #444;
}

.content a {
    color: #111;
}

.footer {
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0 0 0 0;
    height: 140px;
}

.footer .container {
    padding-top: 30px;
    text-align: center;
}

.footer .container, .footer .container a {
    color: #ddd;
    text-decoration: none;
}

.footer .container img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.bottom {
    background-image: url(images/bottom.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 00px 0 0 00px;
    margin: 0 0 0 0;
    height: 190px;
}

.bottom .container {
    padding-top: 30px;
    text-align: center;
}

.bottom .container, .bottom .container a {
    color: #A5A38E;
    text-decoration: none;
}

.bottom .container img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.container {
}

/* Ticker */ 
#ticker {
    width: 790px;
    height: 90px;
    display: block;
    overflow: hidden;
    position: relative;
	line-height: 1.2em;
} #ticker a {
    text-decoration: none;
	color: #333;
	
} #ticker #tickerhorizontal {
    width: 790px;
    height: 90px;
    display: block;
    list-style: none;
    margin: 00px;
    padding: 0px;
} #ticker ul li {
	overflow: hidden;
    display: block;
    width: 251px;
    height: 76px;
    color: #222;
    margin: 0px;
    padding: 10px;
    float: left;
	border-right: 1px solid #aaa;
	border-left: 1px solid #eee;
	text-align:left;
} #ticker .title {
    font-size: 12px;
    font-weight: bolder;
	text-shadow: #fff 1px 1px 0px;
} #ticker .text {
    display: none;
} #ticker .pic {
    float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
    margin-right: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #ccc;
    background-color: #eee;	
} #ticker .link {
    font-size: 10px;
    font-weight: normal;
	float: left;
} #ticker .time,  #ticker .date {
	display: none;
} #ticker .eventdate {
	display: none;
}
