@charset "utf-8";
/* CSS Document */

body {
    text-align: center;
    margin: 0px;
    background-image: url(../../images/page/bg.png);
    background-repeat: repeat-x;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.5em;
    font-size: 12px;
    color: #494949;
}

#page {
    margin: auto;
    width: 1000px;
    text-align: left;
    padding: 0px;
}

#header {
    width: 1000px;
    height: 161px;
    background-image: url(../../images/page/header.png);
    margin: 0px;
    padding: 0px;
}

#carousel-wrapper {
    width: 342px;
    height: 210px;
    overflow: hidden;
}

#carousel-content {
    width: 5814px;	
}

#carousel-content .slide {
    float: left;
    width: 342px;
    height: 210px;
}

#footer {
    margin: auto;
    width: 1000px;
    height: 156px;
    background-image: url(../../images/page/footer.png);
    text-align: left;
}

#footercontainer {
    margin-top: 10px;
    width: 100%;
    background-image: url(../../images/page/bg_footer.png); 
}

#footer div.left {
    width: 210px;
    float: left;
    font-size: 14px;
    margin-top: 10px;
}

#footer a {
    color: #959494;
    text-decoration: none;
}

#footer div.right {
    margin-left: 452px;
    float: left;
    width: 338px;
    text-align: center;
    margin-top: 65px;
    font-size: 11px;
    font-weight: bold;
}

.clear {
    clear: both;	
}

img {
    border: 0px;	
}

h1 {
    background-image: url(../../images/page/arrow.png);	
    background-position: 0px 6px;
    background-repeat: no-repeat;
    font-size: 18px;
    padding-left: 10px;
}

ul {
    list-style-image: url(../../images/page/arrow.png);	
}

a {
    text-decoration: none;	
    color: #49ccd6;
}

a:hover {
    text-decoration: underline;	
}