body {
	font: 100% "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #897583;
	background: url(../images/bgBody.jpg) top left repeat-x #ffffff;
	margin: auto;
}
html {
	border: 0px;
}
p {
	margin-bottom: 10px;
	line-height: 1.5;
}
a { 
	text-decoration: none;
	color: #993366;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ff0066;
	font-weight: bold;
}

h1 {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	color: #897583;
	margin: 15px 0;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #897583;
	margin: 5px 0;
}

img {
	border: 0px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
}


#container {
	width: 980px;
	margin: auto;
}

#header {
	height: 217px;
	background: url(../images/bgHeader.jpg) bottom no-repeat;
}
/*
.headMenu {
	width:600px; 
	height:32px; 
	position:relative; 
	z-index:100;
	border-right:1px solid #000000;
}
 remove all the bullets, borders and padding from the default list styling */
 .headMenu {
	width:600px; height:20px;
	margin: 8px ;
	float: right;
	position:relative; 	
}
.headMenu ul {padding:0;margin:0;list-style-type:none;float: right;  }
.headMenu ul ul {}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.headMenu li {
	float:left;
	position:relative;
	left: 27px ;
	font-size: 16px; 
	color: #ffffff;
	font-weight:bold; 
	padding-left:5px;
}

/* style the links for the top level */
/*.headMenu a, .headMenu a:visited { 
	display:block;
	font-size:16px;
	text-decoration:none; 
	color:#ffffff;  
	height:30px; 
	border:0px solid #000000; 
	border-width:0px 0 0px 0px; 
	padding-left:10px; 
	line-height:29px; 
	font-weight:bold;
}  */
.headMenu a, .headMenu a:visited {
	display:block;
	font-size: 16px; 
	color: #ffffff; 
	height:25px;
	font-weight:bold;  
	padding-left:10px; 
}

/* style the second level background */
.headMenu ul ul a.drop,.headMenu ul ul a, .headMenu ul ul a.drop:visited {
	background-color : #431b36; 
	width:125px; 
	border:1px solid #260f1f;
}
/* style the second level hover */
.headMenu ul ul a.drop:hover{
	background-color : #260f1f; 
	width : 125px
}
.headMenu ul ul a:hover{ 
	background-color : #260f1f;
}
/* style the second level links */
.headMenu ul ul a{
	background-color: #431b36;
}
/* make the second level visible when hover on first level list OR link */
.headMenu ul li:hover ul, .headMenu ul a:hover ul {
	visibility:visible; 
	width : 125px
}

/* style the third level background */
.headMenu ul ul ul a, .menu ul ul ul a:visited {background-color : #431b36; width : 125px}
/* style the third level hover */
.headMenu ul ul ul a:hover {width : 125px; background-color: #260f1f;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.headMenu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;border-top:0px solid #000;}

/* position the third level flyout menu */
.headMenu ul ul ul {
	left:110px; 
	top:-1px; 
	width:125px;
}
/* position the third level flyout menu for a left flyout */
.headMenu ul ul ul.left {
	left: -149px;
}

/* keep the third level hidden when you hover on first level list OR link */
.headMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.headMenu ul :hover ul :hover ul{ visibility:visible;}




#content {
	background: url(../images/bgContent.jpg) repeat-y;
}

/*** Left-Hand Menu ***/

#colLeftMenu {
	float: left;
	width: 210px;
}
#colLeftMenu a {
	text-decoration: none;
}
#colLeftMenu ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}
#colLeftMenu li {
	display:block;
	float:left;
	list-style-type:none;
}
#btnL1 a {
	background-image: url(../images/btnL1.jpg);
	display: block;
	height: 51px;
	width: 210px;
}
#btnL1 a:hover {
	background-position: 0 -51px;
}
#btnL2 a {
	background-image: url(../images/btnL2.jpg);
	display: block;
	height: 51px;
	width: 210px;
}
#btnL2 a:hover {
	background-position: 0 -51px;
}
#btnL3 a {
	background-image: url(../images/btnL3.jpg);
	display: block;
	height: 51px;
	width: 210px;
}
#btnL3 a:hover {
	background-position: 0 -51px;
}
#btnL4 a {
	background-image: url(../images/btnL4.jpg);
	display: block;
	height: 51px;
	width: 210px;
}
#btnL4 a:hover {
	background-position: 0 -51px;
}
#btnL5 a {
	background-image: url(../images/btnL5.jpg);
	display: block;
	height: 51px;
	width: 210px;
}
#btnL5 a:hover {
	background-position: 0 -51px;
}
#btnL6 a {
	height: 51px;
	width: 210px;
	background-image: url(../images/btnL6.jpg);
	display: block;
}
#btnL6 a:hover {
	background-position: 0 -51px;
}			


#colMainHome {
	float: left;
	width: 519px;
	margin-left: 25px;
	margin-right: 24px;
	margin-top: 25px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
}
#colMainHome p, #colMainHome h1 {
	margin-left: 20px;
	margin-right: 20px;
}
#homeGrass {
	height: 170px;
	width: 519px;
	background-image: url(../images/bgHome.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#colRight {
	float: left;
	width: 190px;
	margin-top: 25px;
}
#colWide {
	float:left;
	margin-left: 25px;
	margin-top: 25px;
 	width:725px;	
}
.columnDesc {
	float:left;
 	width:725px;
	margin-left: 25px;
	margin-top: 25px;	
}
.columnDesc p {	
	line-height: 1.6;
}


#titleBar {
	background: url(../images/bgTitleBar.jpg) top center repeat-y;
	height: 100px;
	text-align: right;
	padding: 10px 20px 0 20px;
	margin-bottom: 10px;
	color: #ffffff;
	border: 1px solid #d9d9d9;
}


#footWrap {
	background: #cacaca;
	text-align: center;
	margin: auto;
	padding: 10px 0;
	border-top: 1px solid #b4b4b4;
}
#footer {
	height: 75px;
	width: 960px;
	margin: auto;
	text-align: justify;
	font-size: 12px;
	color: #696969;
} 
#footer a {
	color: #696969;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footerLinks {
	float: right;
}
.footerLinks a {
	margin-left: 20px;
}

#forgotPass {
	height: 100%;
	width: 100%;
	padding: 30px 20px 0px 20px;
	background-image: url(../images/bgForgotPassword.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #897583
}




#aspnetForm {
	margin-bottom: 0;
}
.divAdd {
	width: 170px;
	height:45px;
	float:right;
	/*padding: 5px;  
	z-index: -5;
	position: relative;*/
	background-image: url(../images/bgAddToBasket.jpg); 
	font-size: 0.8em;
	text-align: center;
	color: #ffffff;
	margin: 10px 10px 315px 0;
	padding: 10px 15px;
	/** border: 1px solid #ff0000; **/
	display :none;	
}

.logoHome {
	float: left;
	margin-left: 19px;
	margin-top: 60px;
}
.logoTwitter {
	float: left;
	margin-left: 94px;
	margin-top: 107px;
}
.logoFacebook {
	float: right;
	margin-top: 107px;
	margin-right: 88px;
}

.offerBox {
	margin-bottom: 25px;
}

#colWide .orderID {
	width: 240px;
	float: left;
}
#colWide .orderInfo {
	float: right;
	width: 460px;
}
.refreshPrompt
{
		float:left;
		font-size:x-small;
		width:80px;	
		vertical-align:bottom;
		
}

#basketSummary
{
		background-image: url(../images/bgBasket.jpg);
		background-repeat :no-repeat;	
		background-position: 0px 0px;
		
		color: black !important;
		
}

.basketli, .basketli a
{
	width:151px;
	height:25px;
	text-indent:-17px;
	text-align: center;
	color: black inherit !important;
	
	
}
