﻿html, body {
	background-color:#ae8925;
    font-size:18px;
    margin:0px auto;
	font-family:Garamond;
	font-weight:bold;
}
A:Link, A:Visited, A:Active
{
    color:Black;
}
#leftBorder, #rightBorder
{
	width:100px;
	height:100%;
	background-image: url(images/border.gif);
}
#main 
{
	height:100%;
	width:1000px;
	vertical-align: top;
	margin: 0 auto;
	overflow: hidden;
}

#footer
{
	text-align:center;
}

/************ BEGIN Home Image **************/

#homeImg
{
    border:solid 2px red;
    vertical-align:middle;
}

/************ END Home Image ***************/

/* BEGIN: Header ================== */
#header
{
    width:800px;
}

/* END: Header ================== */


/* BEGIN: Menu ===================== */

#menu
{
    width:165px;
    background-color:#7f5e1d;
    height:500px;
}

#menu a
{
    text-decoration:none;
    display: block;
    color:Black;
    padding-left: 10px;
    padding-top: 8px;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li
{
    position: relative;
    background-color:#7f5e1d;
    border-bottom:solid 1px Black;
}

#menu li:hover 
{
    background-color:#977122;
}

#menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
	width:300px;
}

div#menu ul ul, div#menu ul li:hover ul
{
    display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul
{
    display: block;
}

#EditMenuTree{
    float:left;
    width:200px;
    position:relative;
    z-index:999;
}

#EditMenu {
    float:left;
    width:200px;
    position:relative;
    z-index:1;
}

/* END: Menu =================== */

/* BEGIN: Left Side ================== */

#leftSide{
    float:left;
    width:165px;
    background:#a2c7ea;
    position:relative;
    z-index:999;
}

/* END: Left Side ================== */

/* BEGIN: Content Area ================== */

#content {
    float:left;
    width:650px;
    padding:0 10px 10px;
    position:relative;
    z-index:1;
    min-height:400px;
}

/* END: Content Area ================== */

/* BEGIN: Gallery =================== */

.GalleryName, .InventoryLabel
{
    font-size:20px;
    text-decoration:underline;
}

#GalleryPaging 
{
    float:right;
}

#GalleryPaging A 
{
    text-align:center;
    padding-right: 5px;
}

#GalleryPaging .UnSelectedPageNumber 
{
    background-color:inherit;
}

#GalleryPaging .SelectedPageNumber 
{
    background-color: #7f5e1d;
}

#GalleryPaging .Previous
{
    padding-right: 5px;
}

#GalleryPaging .Next
{
    padding-right: 0px;
    padding-left: 5px;
}

#GalleryProductList
{
    margin-top:20px;
}

.GalleryList
{
    
}

.GalleryProduct
{
    list-style: none;
    vertical-align:top;
    margin-bottom: 40px;
    width: 200px;
}
.GalleryProductLabel
{
    font-weight:bold;
    width: 100px;
    text-align:left;
    white-space:nowrap;
}

.GalleryProductDetailLink 
{
    font-size:13px;
    font-weight:normal;
}

.GalleryProductImage
{
    display: block;
    height: 200px;
}

.SelectedProductImage 
{
    border: solid 2px red;
}

.GalleryProductName 
{
    vertical-align:top;
    height:50px;
}

/* END: Gallery =============== */

#loginArea
{
    padding-top:50px;
}

.ProductDetailThumbnail, .SelectedProductDetailThumbnail 
{
    margin-left:10px;
}

.ProductDetailThumbnail 
{

}

.SelectedProductDetailThumbnail 
{
    border-color:#912727;
    border-style:solid;
    border-width:2px;
}

#ProductDetailsPage 
{
    width:225px;
}

.ProductName 
{
    font-size:18px;
    font-weight:bold;
    padding-bottom: 20px;
}

#ProductDetails
{
    width: 350px;
    padding-left: 50px;
}

.ProductDetailLabel
{
    font-weight:bold;
    width: 150px;
}

#ProductDetails span 
{
    display:block;
}

#ProductImages 
{
    clear:both;
    margin-top: 50px;
}

.ProductInventory 
{
    color:Red;
}
 

/******** BEGIN TRACKING ************/
.TrackingGridIDColumn 
{
    width: 50px;
}
.TrackingGridTitleColumn 
{
    width: 400px;
}
.TrackingGridHitsColumn 
{
    width: 50px;
}

/******** END TRACKING ********/

/******* BEGIN PAGING *************/

#ProductPager
{
    width:300px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/********** END PAGING ***********/


/******* ERRORS ***********/
.userErrors{
	padding:4px 0px 8px 35px;
	color:#dc2013 !important
}

.userErrors strong{
	font-size:18px;
	font-weight:bold
}

.userErrors li{
	padding:0 0 0 20px;
	font-size:12px
}
/********* END ERRORS **************/