body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p
{
	text-align:justify;
}

.errorlabel
{
	color: Red;
}

h1
{
	font-size:14px;
	font-weight: bold;
}

.faqQuestion
{
	font-size:12px;
	font-weight: bold;
}
.faqAnswer
{
	font-style:italic;
}

.modalPopup {
	background-color: White;
	background-image: url(images/module_orange.jpg); 	
	background-position:bottom; 	
	background-repeat: repeat-x; 	
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.container
{
	width:930px;
	text-align: left;
}

.header
{
	width:930px;
	height: 50px;
	text-align:left;
}

.mainmenu
{
	float: left;
	width: 170px;
	background-color: #E6E6E6;
	border: solid 1px #848484;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.menuitem
{
	text-decoration: none;
	width:170px;
	padding-left: 5px;
	height: 20px;
	background-color:#DF0101;
	color: #FFF;
	margin-bottom: 2px;
}

.menuitemhover
{
	background-color:#FE2E2E;
}

.catmenuitem
{
	text-decoration: none;
	width:170px;
	padding-left: 5px;
	height: 20px;
	background-color:#DF0101;
	color: #FFF;
	margin-bottom: 2px;
}

.catmenuitemhover
{
	background-color:#FE2E2E;
}

.specialsheader
{
	text-align: center;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color:#DF0101;
	color:#FFF;
	width:730px;
}

.specialsheader a
{
	color:#FFF;
	font-weight: normal;
	font-style: italic;
}

.catlistitem
{
	margin-top: 5px;
	vertical-align: middle;
	padding-left: 5px;
	background-color:#DF0101;
	color: #FFF;
}
.content
{
	margin-top: 10px;
	width:730px;
}

.footer
{
	width:100%;
	height: 20px;
	margin-top:10px;
	padding-top: 5px;
	background-color: #6E6E6E;
	text-align: center;

	bottom:0;
}

.footer ul
{
	padding-left: 10px;
	padding-right: 10px;
	
}
.footer ul li
{
	display: inline;
}
.footer ul li a
{
	text-decoration: none;
	color: #FFF;
}
.footer ul li a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

.aboutusimg
{
	float: left;
	height: 180px;
	padding-right: 10px;
}
.companyimage
{
	float: left;
	padding-right: 10px;
}
.basketimage
{
	float: left;
	padding-left: 500px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.sitemaplinks ul
{
	margin: 0px 5px 0px 10px;
}
.sitemaplinks ul li
{
	margin: 0px 5px 0px 10px;
}
.sitemaplinks ul li a
{
	color: #000;
}

.usefullink
{
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
	color: #FFF;
}

.editsubcatname
{
	width: 610px;
	float: left;
	padding-left: 10px;
}

.itemlistheader
{
	background-color:#DF0101;
	color: #FFF;
}

.itemlisthover
{
	background-color: #F6CECE;
}

.catimageitem
{
	width:240px; 
	height:250px; 
	border: solid 1px #F6CECE;
}
.catimageedit
{
	width:200px; 
	height:280px; 
	border: solid 1px #F6CECE;
}
.catimageitemtitle
{
	font-weight: bold;
	text-decoration: underline;
}
.catimageitemdesccontainer
{
	height:70px;
	font-size: smaller;
	overflow: auto;
}

.pricefield
{
	background-color:	#F6CECE;
	font-weight: bold;
}

.itemdetailsdesccontainer
{
	width:100%;
	height:100%;
	overflow: scroll;
}
