﻿body
{
	color: #56595c;
	background-color: #ca0919;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
}
A
{
	color: #cb0b20;
}
A:hover
{
   text-decoration: none;
}

.container {
  width: 944px;
  margin: 0 auto;
  background-image: url('../images/content_bg.png');
}

.leftcolumn
{
	width: 226px;
	background-image: url('../images/left_bg.png');
	background-repeat: no-repeat;
	vertical-align: top;
}

.maincolumn
{	
	width: 718px;
	background-image: url('../images/right_bg.png');
	background-repeat: no-repeat;
	vertical-align: top;
}

.headMenu
{
	height: 27px;
}

.headMenu A
{
	color: White;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	
}

#cart, #professionals, #retailers, #contact, #cartIcon
{
	margin-top: 4px;
	float: right;
} 

#cart
{
	width: 100px;
}
#cartIcon
{
	width: 18px;
}
#professionals
{
	width: 144px;
}
#retailers
{
	width: 109px;
}
#contact
{
	width: 98px;
	
}

.menu
{
	width: 217px;
	margin-left: 9px;
	display: block;
	background-color: White;
	background-image: url('../images/menu_bg.png');
	background-repeat: repeat-y;
}


.menuItem A
{
	padding-left: 5px;
	padding-right: 3px;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #c90016;
	text-align: left;
}

.selMenuItem A
{
	padding-left: 5px;
	padding-right: 3px;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	background-image: url('../images/selmenu_bg.png');
}

.selMenuItem
{
	padding-left: 5px;
	padding-right: 3px;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	background-image: url('../images/selmenu_bg.png');
}


.menuSeparator
{
	border-top: solid 1px #fbc0c5;
}
.menuEnd
{
	border-top: solid 5px #13c9de; height: 5px;
}

.ads
{
	width: 217px;
	margin-left: 9px;
	background-color: White;
}
.footer
{
	margin: 0 auto;
	height: 257px;
	width: 926px;
	background-image: url('../images/footer_bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

.emailTxt
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.bottomMenuItem
{
	float: left;
	font-size: 12px;
	color: #80080f;
}
.bottomMenuItem A
{
	color: #80080f;
}
.bottomMenuSeparator
{
	float: left;
	font-size: 12px;
	color: #80080f;
	margin-left: 9px; 
	margin-right: 9px;
}

.title 
{
	 font-size: 22px;
	 color:  #c90016;
}

.categoryLink
{
	color: #cb0b20;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
.gridNormalTxt
{
	font-size: 14px;
	line-height: 16px;
}
.gridSmallTxt
{
	font-size: 10px;
	line-height: 12px;
}

.gridSeparator
{
	margin-top: 12px; 
	margin-bottom: 12px; 
	height: 1px; 
	width: 674px;
	background-image: url('../images/grid_separator.png');
}
.tab
{
	background-color: #e9e9e9;
	font-size: 15px;
	font-weight: bold;
	background-image: url('../images/tab_separator.png');
	background-repeat: no-repeat;
	width: 155px;

}

.tabOne
{
	background-color: #e9e9e9;
	font-size: 15px;
	font-weight: bold;
	width: 155px;
}

.tab A
{
	text-decoration: none;
	color: #56595c;
}
.tabOne A
{
	text-decoration: none;
	color: #56595c;
}

.selectedTab
{
	background-color: White;
	color: #cb0b20;
	font-size: 15px;
	font-weight: bold;
	width: 155px;
}
.selectedTab A
{
	text-decoration: none;
	 
}

.tabContainer
{ 
	/*margin-left: 7px; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	margin-right: 7px;*/
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	background-color: white;
}

.dotLine
{
	height: 1px; 
	width: 674px;
	background-image: url('../images/grid_separator.png');
}
.box
{
	position: absolute;
	margin: auto;
	border-style: solid; 
	border-color: #80080f; 
	border-width: 1px;
	width:auto;
	padding-top: 5px; 
	padding-bottom:15px; 
	padding-left:20px; 
	padding-right:20px;
	background-color: White;
	
}

.videoBox
{
  position: absolute;
	margin: auto;
	border-style: solid; 
	border-color: #80080f; 
	border-width: 1px;
	width: auto;
	padding-top: 5px; 
	padding-bottom:5px; 
	padding-left:20px; 
	padding-right:20px;
	background-color: White;
}

.modalBg
{
	background-color:gray;
	background-image: url('');
	font-family: Arial;
	font-size: 12px;
	filter:alpha(opacity=75);
	opacity:0.75;
	margin: 0 auto;
}

.errorMsg
{
  color: #cb0b20;
  font-weight: bold;
  display: none;
}