/* Css Default */

@import url("boxes.css");
@import url("custom_styles.css");

/* Modules */

@import url("quotes.css");
@import url("catalog.css");
@import url("news.css");
@import url("profile.css");
@import url("search.css");

html,body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #b9b9b9;
    font-family: Verdana,Helvetica,sans-serif;
    text-align: left;
    height: 100%;
}

body.catalogBackground {
    height: 100%;
    background-image: url(/userfiles/backgrounds/3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#shuffleContainer {
    width: 100%;
    height: auto;
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

/* Heading */
H1 { color: #b9b9b9; font-size: 30px; margin-bottom: 10px; line-height: 24px; font-weight: normal; font-family: Georgia;  }
H2 { color: #b9b9b9; font-size: 16px; line-height: 16px; margin-bottom: 5px; font-weight: normal; }
H3 { color: #b9b9b9; font-size: 12px; line-height: 14px; font-weight: bold; }

H2.blockTitle { color: #5a5b5d; font-size: 24px; margin-bottom: 10px; line-height: 24px; font-weight: normal;}
H2.blockTitleSmall { color: #5a5b5d; font-size: 16px; margin-bottom: 5px; line-height: 24px; font-weight: normal;}

/* Paragraph */
p { font-size: 11px; line-height: 20px; }

/* Lists */
ul { line-height: 24px; margin: 0; list-style: disc; }
ul.sitemap { line-height: 24px; padding: 0 0 0 14px; margin: 0; list-style: disc; }
.sitemap li { padding: 2px 0 2px 0; font-size: 12px;}

/* Links */
a:link, a:visited { color: #938390; text-decoration: underline; }
a:hover { color: #938390; font-weight: normal; text-decoration: underline; }

/* Image */
img { border: none; }

div#overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    overflow: hidden;
}

#transparent {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/transparent-overlay.png)scroll;
    z-index: 999;
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 980px;
}

div#leftWrapper {
    float: left;
	width: 195px;
    height: 592px;
    background-image: url(/images/transparent.png);
    z-index: 1000;
    position: relative;
}

div#searchWrapper { float: left; width: auto; height: auto; margin: 18px 0 0 10px; }

.logo {
    display: block;
    float: left;
    width: auto;
    margin: 0 auto;
    margin: 10px;
    height: auto;
}

div#mainWrapper{
    float: left;
    width: 775px;
    min-height: 350px;
    margin: 0 0 0 10px;
    padding: 0;
    z-index: 1000;
    position: relative;
}

    div#mainTop {
        float: left;
        width: 775px;
        height: 182px;
        background-image: url(/images/transparent.png);
        padding: 0;
        margin: 0 0 10px 0;
    }

    div#mainContent {
        float: left;
        margin: 0;
        padding: 20px;
        width: 215px;
        min-height: 360px;
        background-image: url(/images/transparent.png);
    }

    #CU3ER {
        float: left;
        width: 510px;
        height: 400px;
        margin: 0 0 0 10px;
    }

    div#header {
        float: left;
        width: 510px;
        height: 400px;
        margin: 0 0 0 10px;
    }

    div#form {
        float: left;
        width: 510px;
        height: 400px;
        margin: 0 0 0 10px;
        background-image: url(/images/transparent.png);
    }

    div#productWrapper {
        float: left;
        width: 510px;
        height: 400px;
        margin: 0 0 0 10px;
        background-image: url(/images/transparent.png);
    }

div#catalogWrapper {
    float: left;
    width: 775px;
    min-height: 652px;
    margin: 0;
    padding: 0;
    background-image: url(/images/transparent.png);
}

div#catsAndBrands {
    float: left;
    width: auto;
    height: auto;
    margin: 0;
}

div.contentBoxes {
    width: auto;
    height: 160px;
    background-color: #f4f4f4;
    border: Solid 1px #d8d8d8;
    padding: 20px;
    margin: 20px 0 0 0;
}

li.last {
    float: left;
    width: 220px;
    height: auto;
    padding: 0;
    margin: 0 0 0 0;
}


div#footerWrapper {
    float: left;
    width: 980px;
    height: 170px;
    margin: 0;
    background-image: url(/images/footer-bg.png);
    background-repeat: repeat-x;
    margin: 10px 0 0 0 ;
    z-index: 1000;
    position: relative;
}

.footerTitleBottom {
    display: block;
    clear: left;
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin: 13px 0 0 0;
}

ul.footerLeft {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: auto;
    list-style: none;
    font-size: 11px;
    line-height: 18px;
    padding: 10px;
}

.footerLeft li {
    clear: left;
}

div#footerMiddle {
    float: left;
    width: auto;
    margin: 0 0 0 100px;
}

div#footerRight {
    float: right;
    width: 210px;
}

div#bottom {
    float: left;
    clear: left;
    width: 960px;
    padding: 10px;
    margin: 20px 0 0 0;
}

    .copyright {
        display: block;
        float: left;
        width: auto;
        color: #777;
        font-size: 10px;
    }

    .copyright a:link, .copyright a:visited {
        color: #777;
        text-decoration: none;
    }

    ul.bottomNav {
        float: right;
        width: auto;
        font-size: 11px;
        color: #777;
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 14px;
    }

   .bottomNav li {
       float: left;
       padding: 0 5px 0 5px;
       border-right: #777 Solid 1px;
   }

   .bottomNav li a:link, .bottomNav li a:visited { color: #777; text-decoration: none;}

   #footerWrapper a:hover { color: #938390; }

