﻿@charset "utf-8";

/* --- GENERAL --- */
html { margin: 0; }

body {
	background: #4f4f4f url(../images/common/bg.gif) no-repeat fixed center top; 
/*	background-color: #5c5c5c; */
	font-size: 75%;
	font-family: Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
	margin: 0;
	color: #000;
}

img {
	border: 0;
	display: inline;
}

sub, form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

p { margin: 0 0 20px 0; }

a { color: #999; text-decoration: none; }
a:hover { color: #000; }

em { 
    color: #cc3333; 
    font-weight: bold;
    text-decoration: none; 
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-left: 16px;
    background-image: url('../images/common/bg-bullet-content.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
}

h1 {
	padding: 0px 0 10px 0;
	margin: 0;
	font-size: 170%;
}

h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 120%;
}

h3 {
	padding: 0;
	margin: 10px 0 0 0px;
	font-size: 100%;
}

h4 {
	padding: 0;
	margin: 15px 0 0px 0px;
	font-size: 90%;
	color: #adada0;
}

/* --- CONTAINER --- */
#container {
    background-color: #fff;
    background-image: url('../images/common/bg-sidebar.gif');
    background-repeat: repeat-y;
    background-position: 0 0;
    /* width for 800
	width: 760px; */
    /* width for 1004 */
	width: 984px;
	margin: 0 auto;
	border-bottom: solid 5px #000;
}

/* --- HEADER --- */
#header {
	height: 94px;
    background-image: url('../images/common/bg-header.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
	padding: 20px 40px;
	border-top: solid 5px #000;
	background-color: #333;
	color: #999; 
	font-size: 11px;
}

    #header em { 
        position: absolute;
        margin: 50px 0 0 350px;
        font-style: normal;
        text-transform: uppercase;
    }
    
    #header img.plant { 
        position: absolute; 
        margin: -20px 0 0 667px;
    }

    #header img.order { 
        position: absolute; 
        margin: 63px 0 0 690px;
    }

/* --- MENU --- */
#menu {
    /* width for 800
	width: 129px; */
    /* width for 1024 */
    width: 984px;
	padding: 0px;
	text-transform: uppercase; 
	background-color: #333;
	font-family: Georgia, Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif; 
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin: 0;
}

    #menu ul {
        height: 23px;
	    padding: 0;
	    margin: 0;
    }

    #menu ul li { 
	    list-style: none;
	    float: left;
        margin: 0;
        padding: 0 14px;
        background-image: url('../images/common/bg-menu-items.gif');
        background-repeat: repeat-y;
        background-position: bottom right;
    }
    
    #menu ul li.home { padding: 0 8px; }    
    #menu ul li.last { padding: 0 13px; }

    #menu ul li a {
        margin: 0;
        padding: 5px 5px 5px 5px;
	    display: block;
	    text-decoration: none;
    }
    
    #menu ul li.home { width: 25px; height: 23px; }
    #menu ul li.homeselected { width: 30px; height: 23px; }    
    #menu ul li.home img { position: absolute; }
        
    #menu ul li.selected { 
        background-color: #cc3433; 
    }

        #menu ul li.selected a { 
            color: #fff;
            padding-left: 22px;
            background-image: url('../images/common/star.gif');
            background-repeat: no-repeat;
            background-position: 0px 2px;
        }
        
    #menu ul a:hover { color: #cc3433; }

        #menu ul.submenu {
            font-size: 0.8em;
	        margin: 0;
        }

        #menu ul.submenu li {
	        margin: 0;
	        padding: 0; 
        }

        #menu ul li ul.submenu li a { margin: 0; padding: 5px; }

/* --- BOX --- */
#box {
    background-image: url('../images/common/bg-visual.gif');
    background-repeat: repeat-y;
    background-position: top right;
    margin: 0;
    padding: 0;
}

/* --- SIDEBAR --- */
#sidebar {
    clear: left;
    /* width for 800
	width: 129px; */
    /* width for 1024 */
	width: 200px;
	padding: 0px;
	float: left;
	display: inline;
	font-size: 0.8em;
    background-image: url('../images/common/bg-sidebar-top.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
}

    #sidebar ul {
	    padding: 0px;
	    margin: 28px;
    }
    
    #sidebar ul li.bracketstop, #sidebar ul li.bracketsbottom { 
        width: 140px;
        height: 10px;
        background-repeat: no-repeat;
    }
    #sidebar ul li.bracketstop { background-image: url('../images/common/sidebar-brackets-top.gif'); }
    #sidebar ul li.bracketsbottom { background-image: url('../images/common/sidebar-brackets-bottom.gif'); }
    
    #sidebar li { 
	    list-style: none;
        margin: 0;
        padding: 0;
    }
    
    #sidebar ul li a {
    	text-transform: uppercase; 
        color: #000;
        margin: 0;
        padding: 5px 10px;
	    display: block;
	    height: 1%;
	    text-decoration: none;
    }

    #sidebar ul li a:hover, #sidebar ul li.selected a { 
        color: #cc3433;
    }

    #sidebar div.cart {
        background-image: url('../images/common/bg-sidebar-line2.gif');
        background-repeat: no-repeat;
        background-position: 0 0;
        padding: 20px;
        font-style: normal;
    }

    #sidebar div.login {
        background-image: url('../images/common/bg-sidebar-line1.gif');
        background-repeat: no-repeat;
        background-position: 0 0;
        padding: 20px;
        font-style: normal;
    }

    #sidebar address {
        background-image: url('../images/common/bg-sidebar-line3.gif');
        background-repeat: no-repeat;
        background-position: 0 0;
        padding: 20px;
        font-style: normal;
    }
    
    #sidebar input.input { width: 115px; }
    
    #sidebar input.login { 
        position: absolute; 
        margin: -50px 0 0 125px;
    }

    #sidebar ul.list { margin: 5px 0 0 0px; }
        
        #sidebar ul.list li { 
            padding: 0px 0px 5px 17px;
            list-style-type: none; 
            background-image: url('../images/common/bg-bullet-content.gif');
            background-repeat: no-repeat;
            background-position: 0 0;
        }    
        
            #sidebar ul.list li a { 
                text-transform: none;
                padding: 0; 
            }	
            	
/* --- CONTENT --- */
#content {
	display: inline;
    /* width for 800
	width: 570px; */
    /* width for 1024 */
	width: 460px;
	min-height: 475px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	float: left;
	background-image: url('../images/common/bg-content.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-position: 0px 0px;
}

    div.small { display: inline; width: 564px !important; }
        
    #content a.moreback {
	    color: #3b99d2;
	    display: block;
	    line-height: 100%;
	    margin: 0;
	    text-decoration:none;
    }

    #content a:hover.moreback { color: #000; }

    #content H1, H2, H3, H4 {
    	font-family: Georgia, Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif; 
	    letter-spacing: 1px;
	    font-variant: small-caps;
	    margin-left: 0;
    }

        #content H1 { color: #666633; }
    
    #content ul { margin-left: 20px; }
        
        #content ul li { 
            padding-left: 20px;
            list-style-type: none; 
            background-image: url('../images/common/bg-bullet-content.gif');
            background-repeat: no-repeat;
            background-position: 0 0;
        }

    #content .head { 
        height: 70px; 
    }
    
        #content div.head h1 { position: absolute; margin-left: -2000px; }
                
/* --- VISUAL --- */
#visual {
    color: #fff;
    float: left; 
    width: 283px; 
}    

    #visual img { 
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    #visual h1, #visual h2, #visual h3, #visual h4, #visual p, div.cafes { margin: 20px; }
    
        #visual div.cafes h2, div.cafes h4 { margin: 15px 0 0 0 !important; }
        
    #visual ul { margin: 0 0 0 20px; padding: 0; }
        
        #visual ul li { 
            padding: 0 0 0 20px;
            margin: 0;
            list-style-type: none; 
            background-image: url('../images/common/bg-bullet-visual.gif');
            background-repeat: no-repeat;
            background-position: 0 0;
        }