/* CSS Document */

body
{
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	background-image:url(Images/bg_body.gif);
	background-repeat:repeat-x;
	background-color:#6B6B6B
}

#Container
{
	/*border:1px solid #7A7A7A;*/
	text-align:center;
}

#TopHeader
{
	background:url(Images/bg_topmenu.jpg) repeat-x;
	height:27px;
	border-bottom:1px solid #999999;
}

#Menubar
{
	background:url(Images/bg_menubar.jpg) repeat-x;
	height:22px;
}

#MenuButton
{
	font-family:Tahoma;
	color:#DF0228;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-left:10px;
	text-decoration:none;
}

#MenuButton:hover
{
	font-family:Tahoma;
	color:#FE9B16;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-left:10px;
	text-decoration:underline;
}

#BodyText
{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;
}

#Date
{
	font-family:Tahoma;
	color:#FFFF00;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

#ReadMore
{
	font-family:Tahoma;
	color:#FF0000;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	text-decoration:none;
}

#ReadMore:hover
{
	font-family:Tahoma;
	color:#FFFF00;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	text-decoration:underline;
}

#Divider
{
	background:url(Images/bg_divider.gif) repeat-x;
	height:8px;
}

#SearchTextField
{
	width:90px;
	text-align:left;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	color:#999999;
	text-decoration:none;
	border:1px solid #000000;
	
}

#SearchBox
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	color:#FFFFFF;
	text-decoration:none;
}

#InnerTitle
{
	font-family:Arial, Tahoma;
	color:#FFFF00;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

.ProductBox
{
	border:1px solid #FBEC00;
}
.ProductBoxText
{
	font-family:Tahoma, Arial;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-left:5px;
}

.ProductTitle
{
	font-family:Tahoma;
	color:#DF0228;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	text-decoration:none;
}

.VerticalMenu
{

	display: block;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	font-family:Tahoma;
	text-decoration:none;
}

.VerticalMenu:hover
{

	display: block;
	font-weight:normal;
	font-family:Tahoma;
	text-decoration:none;
	color:#E6E6E6;
}


.VerticalMenubarText
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	color:#414141;
	text-decoration:none;
}

.VerticalMenubarText:hover
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	color:#999999;
	text-decoration:underline;
}

.ProductListLink
{
	font-family:Tahoma, Arial;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-left:5px;
}

.ProductListLink:hover
{
	font-family:Tahoma, Arial;
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-left:5px;
}

.FeaturedProducts
{
	font-family:Tahoma, Arial;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-left:10px;
}

.BlackDivider
{
	background:url(Images/blackdivider.jpg) repeat-x;
	height:22px;
}



