@charset "utf-8";
/* CSS Document */

#TopNavigation
{
	
}

*html #TopNavigation
{
	
}

#Homepage > span:first-child {
    color: #A59B92 !important;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}


.home-page-heading {
    color: #A59B92;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}

.style1
{
	color: #A59B92;
	display: block;
	font-size: small;
	text-transform: uppercase;
}
.style2
{
	color: #A59B92;
	display: block;
	font-size: small;
	text-transform: uppercase;
    font-size: x-small;
}

#navmainbody
{
	margin-top:0px;
}
#MainContentCell
{
	/*background:url(../../images/TemplateImages/Home-Page-Banner.png) top left no-repeat;
	padding-top:282px;	*/
}

*html #MainContentCell
{
	padding-top:283px;	
}

#LeftSideNav, #td1_AO
{
	display:none;
}

.BestSellers
{
	background:#FFFFFF url(../../images/TemplateImages/best-sellers.gif) top left no-repeat;	
	width: 41px;
	height: 190px;
}

#Homepage {
	color: #A59B92;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 100%;
}

.HomePageCampaign
{
	margin-left:-21px;
	/* margin-top:25px;	 */
	padding-left: 10px !important;
}

*html .HomePageCampaign
{
	margin-top:25px;
}

.CampaignHeader
{
	color:#01245e !important;
	font-size:14px;
	font-weight:bold;
	margin-left:50px;
	padding-top: 25px;
}

.CampaignProduct
{
	width:250px;
	background:#FFFFFF;
	border:1px solid #dbdbdb;
	margin-left:18px;
	margin-top:0px;
}
.CampaignProduct table
{
	width:240px;
	margin:10px;
	margin-top:10px;	
}
.CampaignProduct .CampaignProductImage
{
	margin-right:5px;
	cursor:pointer;
}
.CampaignProduct .CampaignProductInformation
{
	vertical-align:top;
}
.CampaignProduct .ProductDescription, .CampaignProduct .CampaignProductCode
{
	font-weight:bold;
	color:#01245e !important;
	margin-left:5px;
	font-size:14px;
}
.CampaignProduct .CampaignProductPrice
{
	font-weight:bold;
	color:#a99d87;
	margin-left:5px;
}
.CampaignProduct .CampaignProductAvailability
{
	color:#a99d87;
	margin-left:5px;
}
.CampaignProduct .ProductDescription a:link, .CampaignProduct .ProductDescription a:visited, .CampaignProduct .CampaignProductCode a:link, .CampaignProduct .CampaignProductCode a:visited
{
	font-weight:bold;
	color:#01245e;
	font-size:14px;
}
.CampaignProduct .ProductDescription a:hover, .CampaignProduct .ProductDescription a:active, .CampaignProduct .CampaignProductCode a:hover, .CampaignProduct .CampaignProductCode a:active
{
	text-decoration:underline;
}
.CampaignProduct .ProductPrice
{
	color:#045e4c;
	font-size:12px;
}
.CampaignProduct .ProductAddToOrderButton
{
	display:block;
	width:127px;
	height:23px;
	border:none;
	background:url(../../Images/TemplateImages/Product-Buy-Now-Button.jpg) top left no-repeat;
	margin-top:10px;
	cursor:pointer;
}