﻿body
{
	background-color: #f5fafc;
	background-image: url(Images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
}

.DavidHallam .Container
{
	width:900px;
	margin:auto;
	padding-top:5px;
}

.DavidHallam .AdditionalTwo
{
	background-image: url(Images/splash.jpg);
	background-repeat:no-repeat;
	height:88px;
	width:331px;
	z-index:10;
	position:relative;
	top:-15px;
	left:588px;
	border:solid 0px Red;
}

.DavidHallam .topSplash
{
	height: 169px;
	overflow: hidden;
	background-image: url('images/splishsplash.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 10px;
}

/**********/
/* Tables */
/**********/
table.beauty
{
    background-color: #fdfdfd;
    border: 1px #d5d6d6 solid;
    padding:0px;
}

table.beauty td
{
    background-color: #fdfdfd;
    padding: 3px;
    color: #656565;
    font-weight: normal;
    text-align:left;
}

table.beauty td.yo
{
	background-image: url(Images/tdLine.gif);
	height:10px;
	background-repeat:no-repeat;
	background-position:center;
}

table.beauty td.text
{
	text-align:right;
	width:35%;
}

table.beauty th
{
    background-color: #314D96;
    background-image: url(Images/ThGrad.gif);
    padding: 4px;
    font-weight: bold;
    color: #656565;
    text-align:left;
    height:32px;
}

h1
{
	font-size:18px;
	font-weight:bold;
	width:100%;
	color:#1E5373;
	border-bottom:dotted 1px #CCCCCC;
	padding:2px;
	margin:0px;
	margin-bottom:5px;
}

/*********/
/* Boxes */
/*********/
.GrayBox
{
	border:solid 1px #CCCCCC;
}

/**********/
/* Button */
/**********/
.Button
{
	margin:5px;
	margin-left:0px;
	margin-right:5px;
	padding:5px;
	border-left:solid 1px #d6d6d6;
	border-right:solid 1px #d6d6d6;
	border-top:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
	background-color:#efefef;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	font-size:10px;
	display:inline-block;
	margin-bottom: 10px;
}

a .button
{
	height: 100px;
}

.Button:hover
{
	color:#20a8e6;
}

/**********/
/* Header */
/**********/
.DavidHallam .Container .Header
{
	background-image: url(Images/DHlogo.gif);
	background-repeat:no-repeat;
	height:50px;
	width:470px;
	margin-top:20px;
}

/*****************/
/* Shopping Cart */
/*****************/
.DavidHallam .Container .ShoppingCart
{
	float:right;
	width:190px;
	position:relative;
	left:9px;
	z-index:100;
}

/**********/
/* Search */
/**********/
.DavidHallam .Container .Search
{
	float:right;
	width:190px;
	position:relative;
	top:58px;
	left:103px;
	z-index:100;
}

/**************/
/* Navigation */
/**************/
.DavidHallam .Container .Navigation
{
	font-family:Arial;
	color:#207DB9;
	font-weight:bold;
	font-size:13px;
	position:relative;
	top:25px;
	right:5px;
	margin-left: 5px;
}

.DavidHallam .Container .Navigation ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	background-image:url(Images/bottomfade.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:34px;
}

.DavidHallam .Container .Navigation ul li
{	
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	top:-3px;
}

.DavidHallam .Container .Navigation ul li a
{
	color:#207DB9;
	text-decoration:none;
	border-right:solid 2px #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	padding-left:5px;
	height:30px;
	height:300px;
}

.DavidHallam .Container .Navigation ul li a.First
{
	padding-left:0px;
}

.DavidHallam .Container .Navigation ul li a.Last
{
	border:0px;
}

.DavidHallam .Container .Navigation ul li a:hover
{
	text-decoration:underline;
}

/*********************/
/* Content Container */
/*********************/
.DavidHallam .Container .ContentContainer
{
	clear:both;
	float:none;
	position:relative;
	width:900px;
	top: 150px;
}

/********/
/* Left */
/********/
.DavidHallam .Container .ContentContainer .Left
{
	float:left;
	width:170px;
	overflow: hidden;
}

/***********/
/* Content */
/***********/
.DavidHallam .Container .ContentContainer .Content
{
	float:left;
	width:520px;
	padding:10px;
}

/*********/
/* Right */
/*********/
.DavidHallam .Container .ContentContainer .Right
{
	float:right;
	width:171px;
	position:relative;
	top:0px;
}

/**********/
/* Footer */
/**********/
.DavidHallam .Container .ContentContainer .Footer
{
	width:100%;
	border-top:solid 1px #81C1F5;
	float:none;
	clear:both;
	font-family:Arial;
	font-size:13px;
	color:#207DB9;
	font-weight:bold;
	background-image: url('images/sparta.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 72px;
}

.DavidHallam .Container .ContentContainer .Footer ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.DavidHallam .Container .ContentContainer .Footer ul li
{
	float:left;
	padding-top:8px;
}

.DavidHallam .Container .ContentContainer .Footer ul li a
{
	color:#1E5373;
	text-decoration:none;
	border-right:solid 2px #1E5373;
	padding-left:10px;
	padding-right:10px;
}

.DavidHallam .Container .ContentContainer .Footer ul li a.first
{
	padding-left:0px;
}

.DavidHallam .Container .ContentContainer .Footer ul li a.last
{
	border-right:0px;
}

.DavidHallam .Container .ContentContainer .Footer ul li a:hover
{
	text-decoration:underline;		
}

/******************/
/* Additional One */
/******************/
.DavidHallam .Container .AdditionalOne
{
	margin-top:-150px;
	clear:both;
	float:none;
}

/* This is for the ViewProducts.aspx page */
.breadcrumTrail
{
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-image: url('images/breadcrumBg.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}

.breadcrumTrail a
{
	text-decoration: none;
	color: #207db9;
}


.breadcrumTrail a:hover
{
	text-decoration: underline;
}


.endBreadcrumTrailNode
{
	font-weight: bold;
}

/* This is for the search page */
.searchResult
{
	width: 100%;
	height: 75px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
}

.searchResult:hover
{
	background-color: #e1f3ff;
}

.searchHighlight
{
	background-color: Yellow;
	color: Black;
	font-weight: bold;
}

.searchThumb
{
	width: 60px;
	text-align: center;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: White;
	margin: 5px;
	overflow: hidden;
}

.searchThumb img
{
	margin: 5px;
	border: 0px none;
}

.searchResult .searchHeader
{
	font-weight: bold;
	margin-top: 4px;
	color: #207db9;
}

.searchResult .smallDesc
{
	line-height: 12px;
	font-size: 12px;
	color: #737373;
}

.pagingNumberSelected
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	color: #2c84b0;
}

.pagingNumber
{
	font-size: 12px;
	text-decoration: none;
	color: Black;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}

.pagingNumber:hover
{
	text-decoration: underline;
}


.pageNumberSection
{
}

.goBackAccount
{
	background-image: url('images/arrow_left_blue.png');
	background-repeat: no-repeat;
}

.goBackAccount a
{
	margin-left: 20px;
	text-decoration: none;
	color: #1e5373;
	font-weight: bold;
}

.goBackAccount:hover
{
	background-image: url('images/arrow_left_bluen.png');
	background-repeat: no-repeat;
}
.goBackAccount:hover a
{
	text-decoration: underline;
}


/* Homepage Product Stuff */
.homepageProduct
{
	width: 140px;
	float: left;
	height: 180px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

.homepageProduct:hover
{
	background-color: #e1f3ff;
}


.homepageProduct p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #1e5373;
}


.homepageProductThumb
{
	height: 110px;
	width: 110px;
	margin: auto;
	border: 1px solid red;
	text-align: center;
	vertical-align: middle;
	line-height:110px;
	font-size:110px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	overflow: hidden;
}

.homepageProductMoreInfo
{
	margin: auto;
	font-family: Arial;
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	margin-top: 5px;
}


.homepageProductMoreInfo a
{
	font-family: Arial;
	text-decoration: none;
	color: Black;
}

.homepageProductName
{
	height: 40px;
	display: table;
	overflow: hidden;
}

.productsTitle
{
	font-size:16px;
	font-weight:bold;
	width:100%;
	color:#1E5373;
	border-bottom:dotted 1px #CCCCCC;
	padding:2px;
	margin-bottom:5px;
}


.myAccountSection a
{
	color: #207dcf;
	font-weight: bold;
	text-decoration: none;
}

.myAccountSection a:hover
{
	color: #1e5373;
	font-weight: bold;
	text-decoration: underline;
}

.myAccountSection ul li
{
	color: #757373;
	margin-bottom: 10px;
}