﻿
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/PageBackground.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9F9F9F;
}

.ImageGallery ul {
    list-style: none; 
    margin: 0px;
    padding: 0px;
    }
    
.ImageGallery li {
    float: left;
    margin: 2px;
    margin-left: 2px;
    height: 175px;
    line-height: 0.75; 
    background-color: #efefef;
    }
    
.ImageGallery img {
    padding: 3px;
    }

.ImageGallery p, .ImageGallery { 
    line-height: 1;
    }
    
.ClientDashboard ul {
    list-style: none;
    padding: 0px;
    margin: 1px; 
    }

.ClientDashboard li {
    float: left;
    height: 160px;
    width: 140px;
    padding: 4px;
    text-align: center;
    border: solid 1px #dedede;
    background-color: #efefef;
    margin: 5px; 
    vertical-align: middle;
    }
.ClientDashboard a { font-size: 10pt; }

#ProductCategoryList a, a:visited {
 color: #7bc143;
 text-decoration: none; 
}

#ProductCategoryList a:hover {
 color: #454545;
 text-decoration: underline; 
 
}

#ProductCategoryList ul {
 list-style: none;
 margin: 0px;
 }

#ProductCategoryList li {
 margin: 0px;
 }

.homepage 
{
    background-image: url(/content/images/template/homepage/PageBackground.jpg); 
    background-repeat: repeat-x;
}

#MainContainer
{   width: 958px;
    margin: 10px auto 0px auto;
}

#Header
{
    width: 898px;
    margin: 0px auto 0px auto;
}
#ContentContainer
{
    width: 897px;
    margin: 0px auto 0px auto;
    padding: 0px 31px 0px 30px;
    background-image: url(images/ContentBackground.png);
    background-repeat:repeat-y;
}

#LeftColumnArea 
{
    width: 260px;
    float: left;
    padding: 20px;
    height: 400px;
    }

#MainContentArea2Column, .MainContentArea2Column  
{
    float: none;
    width: 569px;
    margin-left: 300px; 
    margin-right: 10px;
    padding: 10px;
    }

#MainContentArea1Column  
{
    width: 850px;
    margin-left: 30px;
    padding: 10px;
    }

#MainContentArea1Column {}


#MainFooter  
{
    float: none;
    width: 958px;
    margin: 0px auto 0px auto;
    height: 150px;
    background-image: url(images/ContentFooter.png);
    background-repeat: no-repeat;
    padding: 50px 0px 50px 0px;

              }

#TextFooter 
{
    width: 480px;
    margin: 10px auto 10px 380px;
    }
    
#CartTotals 
{
    width: 400px; }
