﻿@import url('shopping.css');
@import url('misc.css');
@import url('jquery.lightbox-0.5.css');

body {
}

/* Type */

textarea 
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px;
}

input 
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px;
}

select 
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:11px;
}

td 
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:12px;
	margin-left: 80px;
}

th 
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:12px;
	margin-left: 80px;
}

body 
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:12px;
	margin-left: 80px;
}

ul 
{
    margin:0px 0px 10px 0px;
}

ol 
{
    margin:0px 0px 10px 0px;
}

table 
{
    margin:0px 0px 10px 0px;
}

p 
{
    margin:0px 0px 10px 0px;
}

h6 
{
    margin:0px 0px 10px 0px;
}

h5 
{
    margin:0px 0px 10px 0px;
}

h4 
{
    margin:0px 0px 10px 0px;
}

h3 
{
    margin:0px 0px 10px 0px;
}

h2 
{
    margin:0px 0px 10px 0px;
}

h1 
{
    margin:0px 0px 10px 0px;
}

h1 
{
    font-family:Georgia;
    font-size:24px;
    font-weight:normal;
    margin-bottom:10px;
    border-bottom:dashed 1px #CCCCCC;
    padding-bottom:0px;
}
h2 
{
    font-family:Georgia;
    font-size:20px;
    font-weight:normal;
    color:#333333;
    margin-bottom:10px;
    border-bottom:dashed 1px #CCCCCC;
    padding-bottom:0px;
}
h3 
{
    font-family:Georgia;
    font-size:16px;
    font-weight:normal;
    color:#333333;
    margin-bottom:10px;
    border-bottom:dashed 1px #CCCCCC;
    padding-bottom:0px;
}

/* Layout */

body 
{
    margin:0px;
    text-align:center;
    background-image:url(../design/body-bg.gif);
    background-repeat:repeat-x;
    background-color:#EAEBF2;
}

#wrapper 
{
    margin:10px auto 10px auto;
    text-align:left;
    width:960px;
    position:relative;
    border:solid 1px #EAEBF2;
}

#Masthead 
{
    height:80px;
    background-image:url(../design/masthead-bg.jpg);
}

#navigation 
{
    background-image:url('../design/navigation-bg.gif');
    background-repeat:repeat-x;
    padding:9px 5px 9px 5px;
    font-weight:bold;
    color:White;
}

#ContentWrapper 
{
    background-image:url(../design/ContentWrapper-bg.gif);
    background-repeat:repeat-y;
}

#LeftColumn 
{
    width:720px;
    float:left;
}
#LeftColumn .padding 
{
    padding: 5px 10px 5px 10px;
}
#RightColumn 
{
    width:236px;
    float:left;
}
#RightColumn .padding 
{   
    padding:5px;
}

#Footer
{
    background-image:url('../design/footer-bg.gif');
    background-repeat:repeat-x;
    padding:9px 5px 9px 5px;
    font-weight:bold;
    color:White;
}




#Footer a 
{
    color:#D7DAE8;
}




#navigation a 
{
    color:#D7DAE8;
}
#Footer a:hover
{
    color:White;
}


#navigation a:hover
{
    color:White;
}


a 
{
    color:Blue;
    text-decoration:none;
}
a:hover 
{
    text-decoration:underline;
}








/* Utility */

.Dialog
{
    margin:0px auto 0px auto;
}

.ClearBoth 
{
    font-family:Monospace;
    font-size:0px;
    padding:0px;
    margin:0px;
    line-height:0px;
    clear:both;
}
