﻿body
{
   margin: 0px;
   font-family: Verdana, Arial, Serif;
   font-size: 10px;
}

td
{
   vertical-align: top;
}

td.fieldname
{
   text-align: right;
}

.GridviewTable
{
	padding: 0px 10px 0px 10px;
}

hr
{
   color: Maroon;
}

#logo {
	background-color: #fdea12;
	background: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	border: 0;
	float: left;
}

#container
{
   background-color: #ffb487;
}

#container2
{
   background-color: #8d2d23;
   margin-right: 200px;
}

#header
{
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 150px;
   background-image: url(images/HeaderSlice.gif);
}

#header2
{
   padding: 0px;
   margin: 0px;
   width: 260px;
   height: 150px;
   background-image: url(images/Header.gif);
}

#headermenu
{
   position: absolute;
   top: 124px;
   left: 245px;
   width: 700px;
   padding: 2px 2px 2px 2px;
}

#breadcrumb
{
   background-color: #4e1e1a;
   color: white;
   padding: 3px;
   font-size: 10px;
   padding-left: 5px;
}

#breadcrumb a
{
   color: #c0c0c0;
}

#footermenu
{
   text-align: center;
   padding-top: 10px;            
}

#footertext
{
   text-align: center;
   padding-top: 3px;            
}

#footer
{
   border-top: solid 2px #000000;
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 62px;
   background-color: #cc66cc;
   visibility: hidden;
}

#nav 
{
}
#nav li {
	display: inline; /* for IE5 and IE6 */
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	display: block;
	width: 99.99%; /* for IE5 */
	color: #fdea12;
	text-decoration: none;
	padding: 0.25em 0.5em 0.25em 0.5em;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	color: #000099;
	background-color: #fdea12;	
}

.dynamicMenu {
    background-color:#000099;
    border-color: #fdea12;
    border-style: solid;
    border-width: 1px;
}
.dynamicMenuItem
{
    background-color: #000099;
    border-color: #fdea12;
    border-style: solid;
    border-width: 1px;
}
        
#sidebar
{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 200px;
	background-color: #cc66cc;
}

#content
{
   position: relative;
   margin-left: 200px;
   padding: 0px;
   background-color: white;
   height: 500px;
}

#contentcontent
{
   padding: 15px 6px 15px 6px;
}

#contentcontent div.sectiontitle, #contentcontent .sectiontitle span
{
   font-weight: bold;
   font-size: larger;
   color: Maroon;
}

#contentcontent div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

.footermenulink
{
   font-family: Arial, Serif;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;        
}

.footermenulink a
{
   text-decoration: none;
   color: #8d2d23; 
}

.headermenulink
{
   font-family: Impact;
   font-size: 17px;  
}

.headermenulink a
{
   text-decoration: none;
   color: black; 
}

.headermenulink a:hover
{
   text-decoration: underline overline;
   color: #8d2d23; 
}

.shoppingcartbox
{
   font-size: 11px;
}

.shoppingcartboxcontent
{
   padding: 6px;
}

