﻿.Italic{
	font-style:italic;
}
.BoldItalic{
	font-style:italic;
	font-weight:bold;
}
.BoldRedItalic{
	font-style:italic;
	color:#FF0000;
	font-weight:bold;
}
#Content{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}
.VertSpacer
{
	width:40px;
	height:100%;
	float:left;
}
#LeftMenu
{
	width:250px;
	height:100%;
	float:left;
	font-size:12px;
}
#LeftMenuTop{
	height:32px;
	width:250px;
}
.LeftMenuItem{
	line-height:32px;
	width:250px;
	margin: 0;
	padding: 0;
}
.LeftMenuItem li{
	padding-left:10px;
	list-style-type: none;
	background-image:url('../Images/LeftMenu_BG.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}
.LeftMenuItem li:hover{
	background-color:#F2F2F2;
}
.LeftMenuItem li a{
	width:235px;
	padding-right:5px;
	display:block;
}
.LeftMenuItem li a:hover{
	background-image:url('../Images/LeftMenu_Arrow.gif');
	background-repeat:no-repeat;
	background-position:right center;
}
.LeftMenuSelection{
	background-color:#F2F2F2;
}
.LeftMenuSelection a{
	background-image:url('../Images/LeftMenu_Arrow.gif');
	background-repeat:no-repeat;
	background-position:right center;
}
#ContentContainer
{
	width:690px;
	float:left;
}
#Intro{overflow:auto;}
#Intro h1
{
	font-size:24px;
	width:100%;
	font-weight:normal;
}
#Intro p{
	font-size:14px;
	line-height:20px;
}
.Image{
	width:300px;
	height:190px;
	float:right;
	margin:5px;
	position:relative;
	display:inline;
}
.Image img
{
	position:absolute;
	left:0;
	top:0;
	margin:0px;
	width:300px;
	height:190px;
}
.Line
{
	height:5px;
	background-image:url('../Images/LeftMenu_BG.gif');
	background-position:bottom;
	background-repeat:repeat-x;
}
.SmallText{
	font-size:10px;
	line-height:normal;	
	}
.CategoryTileContainer{
	width:690px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	overflow:auto;
}
.ItemContainer{
	width:590px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	overflow:auto;
}
.ItemContainer span{
	float:right;
	text-align:right;
	font-size:14px;
	width:590px;
	line-height:28px;
}
.ItemContainer h2
{
	font-size:18px;
	font-weight:normal;
}
.ItemContainer p{
	font-size:12px;
	line-height:140%;
}
.ItemContainer ul{
	margin:0;
	padding:0;
}
.ItemContainer ul li{
	font-size:12px;
	line-height:140%;
	list-style-type: none;
	margin: 0;
	padding: 3px 0 3px 0;
}
.ItemSpacer
{
	margin-left:auto;
	margin-right:auto;	
	background-image:url('../Images/Body_Line.gif');
	background-position:center;
	background-repeat:repeat-x;
	width:100%;
	height:30px;
}
.CategoryContainer{
	float:left;
	width:220px;
	height:180px;
	padding:5px;
	background-image:url('../Images/Category_CategoryBG.png');
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	position:relative;
	display:inline;
}
.CategoryContainer img{
	position:absolute;
	left:23px;
	top:59px;
	margin:0px;
	width:174px;
	height:116px;
}
.CategoryContainer .Overlay{
	display:none;
	background-image:url('../Images/Category_CategoryBG_Hover.png');
	background-repeat:no-repeat;
}
.CategoryContainer:hover .Overlay{
	display:block;
	position:absolute;
	z-index:1;
	width:220px;
	height:180px;
	top:0;
	left:0;
	padding:5px;
	}
.CategoryContainer h2{
	padding-left:0px;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	text-align:center;
	font-size:20px;
	font-weight:normal;
}
.ButtonGift{	
	float:right;
	height:28px;
	width:115px;
	background-image:url('../Images/Button_GiftIcon.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
.ButtonGift p{
	height:28px;
	padding:0;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
}
.ButtonGift p a{
	display:block;
	line-height:28px;
	width:115px;
}
.ButtonGift:hover{
	background-position:left bottom;
}
.ButtonAppt{	
	float:right;
	height:28px;
	width:165px;
	background-image:url('../Images/Button_ApptIcon.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
.ButtonAppt p{
	height:28px;
	padding:0;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
}
.ButtonAppt p a{
	display:block;
	line-height:28px;
	width:165px;
}
.ButtonAppt:hover{
	background-position:left bottom;
}
.ButtonSpacer{
	float:right;
	width:20px;
	height:28px;
}

