/* CSS Document */

/*Top Menu */
.TopMenu a:Link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	
}
.TopMenu a:visited{
    font-size: 15pt;
	color: #0000FF;
	
}
.TopMenu a:active{
    font-size: 15pt;
	color: #0000FF;
	
}
.TopMenu a:hover{
    font-size: 15pt;
	color: red;
	
}
	
/*Left Side Menu*/
.LeftSideMenu {width:140px;}
/*.buttonscontainer {width:140px;}*/
.buttons a {color: #FFFFFF;
	background-color: #0000FF;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #0099CC;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}

.buttons a:hover {
border-left: 10px solid #0000FF;
text-decoration: none;
color: #FFFFFF;}

/*NewsMenu*/
.NewsMenu {
	border: thin solid #0000CC;
	height: auto;
	width: 50%;
	background-attachment: scroll;
	position: relative;
	clear: none;
	background-position: center;
}
	
/*Image Product Title- Headline for Products with Image*/
.ImageProductTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399FF;
	height: auto;
	width: auto;
}	
	
/*Non Image Product Title */
.NonImageProductTitle a:Link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	
}
.NonImageProductTitle a:visited{
    font-size: 10pt;
	color: #0000FF;
	font-style: normal;
	font-weight: bold;
	color:  
	
}
.NonImageProductTitle a:active{
    font-size: 10pt;
	color: #0000FF;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	
}
.NonImageProductTitle a:hover{
    font-size: 10pt;
	color: red; 
	font-style: normal;
	font-weight: bold;
	
	
}

/*Image Product Description - used for description of items with an image*/	
	.ImageProductDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Non Image Product Description - used for description on items without an image*/	
	.NonImageProductDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}

/* Read More Product Description - used for description on Read More Page*/	
	.ReadMoreProductDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
}

/*Price Display on own product pages*/
.Prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: blue;
}

/*ItemDistance - distance from  next product*/
.ItemDistance {margin-bottom:5in;}
.DistanceBorder {
	padding-bottom: 25px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-style: none;
	border-top-color: #999999;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	padding-top: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
}
.DistanceBorder2 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}
.DistanceBorder3 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	text-align: center;
	width: 50%;
}



/*ItemDistance2 - distance from  next product*/
.ItemDistance2 {margin-bottom:5in;}
.DistanceBorder {
	padding-bottom: 10px;
}.Text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.Text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.Text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: lighter;
}
.Testimonial1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
}
.CategoryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
