/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:left;
background-color:black;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#0066cc;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#0099ff;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.small {font-size:11px;}
.small-center {font-size:11px;text-align:center;font-style:italic;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #CCCCCC 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-main, .img-center {text-align:center;margin-bottom:6px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:6px;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
        ul li {
        line-height:18px;
        list-style:none;
        margin-top:0;
        padding-top:0;
        padding-bottom:7px;
        margin-left:0;
        padding-left:20px;
        background-image:url(../images/point.gif);
        background-position:5px 7px;
        background-repeat:no-repeat;
        }




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:960px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:960px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


        /* MAIN HEADER */
        #header {
        height:70px;
        background-color:#6699cc;
        }
        
                #header #logo {
                float:left;
                display:inline-block;
                }
                
                
                
        /* MAIN NAVIGATION */
        #navigation {
        height:40px;
        line-height:40px;
        color:#ffffff;
        background-color:#000000;
        padding-left:20px;
        }
                #navigation ul {
                margin:0 0 0 0;
                padding:0 0 0 0;
                }
                        #navigation ul li {
                        float:left;
                        display:inline-block;
                        line-height:40px;
                        list-style:none;
                        margin-top:0;
                        padding-top:0;
                        padding-bottom:0;
                        margin-left:0;
                        padding-left:0;
                        background:none;
                        position:relative;
                        }
        
                #navigation a {
                color:#66ccff;
                font-weight:bold;
                }
                        #navigation a:hover,
                        #navigation .over {
                        color:#ffffff;
                        }
                        
                        #navigation .on {
                        color:#ffffff;
                        }
                        
                        #navigation .nav-div {
                        display:inline-block;
                        float:left;
                        width:1px;
                        font-size:0;
                        background-image:url(../images/nav_div.gif);
                        background-position:center;
                        background-repeat:no-repeat;
                        line-height:40px;
                        height:40px;
                        padding:0 0 0 0;
                        margin:0 auto;
                        border:none;
                        }
                                #navigation .sub-nav {
                                position:absolute;
                                top:40px;
                                display:none;
                                font-family:Arial, Helvetica, sans-serif;
                                font-size:12px;
                                font-weight:normal;
                                text-transform:none;
                                line-height:14px;
                                z-index:6000;
                                }
                                        #navigation .sub-nav li {
                                        width:180px;
                                        line-height:14px;
                                        }
                                                #navigation .sub-nav a {
                                                float:left;
                                                display:inline-block;
                                                width:180px;
                                                line-height:14px;
                                                border-right:none;
                                                color:#ccfff8;
                                                background:none;
                                                padding:8px 13px;
                                                background-color:#000000;
                                                border-bottom:solid #000000 1px;
                                                }
                                                        #navigation .sub-nav a:hover {
                                                        color:#ffffff;
                                                        background-color:#6699cc;
                                                        }

                
                
                
        /* MAIN SHOPPING LINKS */
        #cart-nav {
        float:right;
        height:30px;
        line-height:30px;
        color:#bcbeb4;
        background-color:#ffffff;
        padding-right:20px;
        padding-left:20px;
        }
        
                #cart-nav a {font-weight:bold;}
                #cart-nav a:hover {}
                
                
                
                
                
        /* FLASH IMAGE */        
        #flash {
        position:relative;
        }
                
                #flash #flash-over {
                position:absolute;
                left:0px;
                top:0px;
                z-index:800;
                }
                
                #flash table {
                position:absolute;
                left:0px;
                top:0px;
                z-index:600;
                display:none;
                }
                

                
        
        
        /* MAIN CONTENT */
        #main {
        line-height:18px;
        padding:20px;
        }




        
        
        /* MAIN FOOTER */
        #footer {
        line-height:18px;
        font-size:12px;
        color:#ffffff;
        text-align:left;
        padding:15px 20px 15px 20px;
        background-color:#000000;
        }
        
                #footer a {color:#66ccff;}
                #footer a:hover {color:#ffffff;}
                
                
                
                
                
                /* NEXT PREVIOUS PAGES */                
                .nextprev {float:right;}
                        .nextprev .num {
                        color:#333333;
                        background-color:#E0E0E0;
                        padding:0 4px 0 4px;
                        margin-left:3px;
                        }
                        .nextprev .cur {
                        font-weight:bold;
                        background-color:#B5B5B5;
                        }
                        .nextprev .np {
                        color:#ffffff;
                        background-color:#000000;
                        padding:0 4px 0 4px;
                        margin-left:3px;
                        }
                        .nextprev .se {
                        color:#A0A0A0;
                        background-color:#F3F3F3;
                        }
                        .nextprev a:hover {
                        text-decoration:none;
                        color:#CCCCCC;
                        background-color:#000000;
                        }
                        
                        
                /* Login PAGES */        
                #login {}
                        #login .login-form {}
                        
                                #login .login-form li {
                                padding-left:0px;
                                background:none;
                                }
                                
                                        #login .login-form li label {
                                        display:inline-block;
                                        width:200px;
                                        }
                


                /* MAIN FORM */
                form {
                margin:0 auto; 
                padding:0 0 0 0;
                }
                                        
                        form .req {
                        color:#D60309;
                        font-weight:bold;
                        font-size:12px;
                        }
                
                        form .label {
                        clear:both;
                        float:left;
                        width:140px;
                        font-size:12px;
                        font-weight:bold;
                        color:#353535;
                        line-height:16px;
                        text-align:right;
                        margin-top:2px;
                        margin-right:10px;
                        margin-bottom:6px;
                        }
                        
                        form .label2 {
                        clear:both;
                        float:left;
                        width:140px;
                        font-size:14px;
                        font-weight:bold;
                        color:#353535;
                        line-height:16px;
                        text-align:right;
                        margin-top:2px;
                        margin-right:10px;
                        margin-bottom:6px;
                        }
                        
                        form .label-details {
                        font-weight:normal;
                        font-size:11px;
                        color:#666666;
                        line-height:15px;
                        }
                        
                        form .input {
                        float:left;
                        width:240px;
                        height:25px;
                        }
                                form .input input {
                                font-size:12px;
                                width:200px;
                                }
                                
                        form .select {
                        float:left;
                        width:240px;
                        height:25px;
                        }
                                form .select select {
                                font-size:12px;
                                width:205px;
                                }
                                
                        form .checkbox {
                        float:left;
                        width:250px;
                        }
                        
                        form .radio {
                        float:left;
                        width:250px;
                        }
                        
                        form .textarea {
                        float:left;
                        font-size:11px;
                        width:250px;
                        height:113px;
                        }
                                form .textarea textarea {
                                font-size:12px;
                                width:240px;
                                height:100px;
                                }
                                form .textarea img {
                                padding-top:3px;
                                }
                        
                        form .button {
                        margin-top:2px;
                        padding-left:150px;
                        padding-bottom:5px;
                        }
                
                
                .form-under {font-size:11px;color:#666666;}
                
                
                
                
                
                
