body, div, a, td
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}

body
{
	background-color : #FFFFFF;
}

A:link {text-decoration: underline; color:white;}
A:visited {text-decoration: none; color:white;}
A:active {text-decoration: none; color: pink;}
A:hover {text-decoration: underline; color: gray;}

.product A:link {text-decoration: underline; color:white;}
.product A:visited {text-decoration: none; color:white;}
.product A:active {text-decoration: none; color: white;}
.product A:hover {text-decoration: underline; color: white;}

.product-list A:link {font-size:14px; font-face: georgia; text-decoration: none; color:white;}
.product-list A:visited {font-size:14px; font-face: georgia; text-decoration: none; color:white;}
.product-list A:active {font-size:14px; font-face: georgia; text-decoration: none; color: white;}
.product-list A:hover {font-size:14px; font-face: georgia; text-decoration: none; color: white;}

.blackmenu A:link {text-decoration: underline; color:black;}
.blackmenu A:visited {text-decoration: none; color:black;}
.blackmenu A:active {text-decoration: none; color: black;}
.blackmenu A:hover {text-decoration: underline; color: black;} 

.category
{
color: white;
} 

#header
{
	background-color : black;
	height : 64px;
}

#leftbar
{
	background-color : #8E1D1f;
	font-size : 10px;
	width : 154px;
	border-left : 1px solid #B83E52;
	border-right : 1px solid #B83E52;
	height : 100%;
	font-color : white;
}

#leftbar input
{
	font-size : 10px;
}

/* for IE's box model */
* html #leftbar
{
	width: 156px;
}

#menubar
{
	border-bottom : 1px solid #B83E52;
	padding : 5px 0px 5px 7px;
}
form
{
	margin : 0;
}

.leftmenu
{
	padding-left : 20px;
}

.leftmenu a, #menubar a, .catmenu a
{
	text-decoration : none;
	font-size : 11px;
}

.leftmenu a:hover, #menubar a:hover, .catmenu a:hover
{
	color : #B83E52;
}

#footer
{
	font-size : 9px;
	border-top : 1px solid #B83E52;
	padding-top : 3px;
	padding-bottom : 3px;
	clear : both;
}

#footer a
{
	font-size : 10px;
}

#rightbar
{
	border-left : 1px solid #B83E52;
	border-right : 1px solid #B83E52;
	width : 138px;
	background-color : #E5E5E5;
	height : 100%;
}

#rightbar input
{
	font-size : 10px;
}

/* for IE's box model */
* html #rightbar
{
	width: 140px;
}

.red
{
	color : #B83E52;
}

.itemTitle
{
	font-weight : bold;
	text-decoration : none;
}

#featured
{
	clear : both;
	border-top : 1px solid #B83E52;
}

h1
{
	font-family : arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	margin : 0px;
color : white;
}

h2
{
	font-family : arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	margin : 0px;
color : white;
}

#top
{
	padding : 5px 5px 5px 0px;
	height : 200px;
}

* html #top
{
	height : 210px;
}

#pageheader
{
	background-color : #F3EBC0;
	border-bottom : 1px solid #B83E52;
	font-size : 15px;
	color : #B83E52;
	font-style: italic;
	padding : 5px;
}

#menuleft
{
	border-right : 1px solid #B83E52; 
	height: 190px; 
	margin-top: 10px; 
	padding-left: 25px; 
	line-height : 17px;
}

#menuright
{
	height: 190px; 
	margin-top: 10px; 
	padding-left: 25px; 
	line-height: 17px;
}

.required
{
	color : #B83E52;
	font-size : 12px;
}

.cartItems
{
	background-color: #FFFFFF;
	width : 50px;
}

.cartPrice
{
	background-color: #FFFFFF;
	width : 50px;
	border-left: 1px solid #EDDA98;
}

.yellowcolumn
{
	background-color : #F9F5E0;
}

#pricegrid 
{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#pricegrid td
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}

#pricegrid .FooterStyle
{
	font-size : 10px;
}
