@charset "utf-8";
/* CSS Document */

#wrapper {
 margin:auto;
 width:880px;
 height:auto;
 min-height:600px;
 background-color:#FFF;
 border:#69C 1px solid;
 padding:10px;
 overflow:hidden;

 }
#section {
	 clear:both;
	 height:auto;
	 width:100%;
	 }
#header {
	height:82px;
	width:100%;
}
#logo {
	background:url(../images/logo.gif);
	width:200px;
	height:82px;
	float:left;
}
#bluebar {
	width:70%;
	height:22px;
	background:#00AEEF;
	float:right;
	padding:1px 2px 3px 12px;
	color:#FFF;
	
}
#strapline {
	
	float:left;
	padding-left:60px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00AEEF;
	font-size:2em;
}
#cartlinkimage {
	width:61px;
	height:51px;
	float:right;
	margin-bottom:5px;
}
#cartlinkimageup {
	background:url(../images/basketimage.jpg) no-repeat;
	display:block;
	width:61px;
	height:51px;
}
#cartlinkimageup:hover {
	background:url(../images/basketimageover.jpg) no-repeat;
	
}
#search {
	float:left;
}
.a2z {
	float:right;
	}
.a2z a{
	color:#FFF;
	padding-right:15px;
	text-decoration:none;
	}
	.a2z a:hover{
	text-decoration:underline;
	}
#columnA {
	overflow:hidden;
	display:inline-block;
	width:170px;
	float:left;
	
}
#columnB {
	width:79%;
	margin-top:5px;
	background:#FFF;
	border:#69C 1px solid;
	overflow:hidden;
	display:inline-block;
	float:right;
	}
#columnC {
	width:79%;
	margin-top:5px;
	background:#FFF;
	overflow:hidden;
	display:inline-block;
	float:right;
	clear:right;
}
#breadcrumbs {
	padding:5px;
}
#breadcrumbs a {
}
#breadcrumbs a:hover {
	
}
#breadcrumbsale {
	padding:5px;
	margin:2px;
	display:block;
	background-color:#C30;
	color:#FFF;
	font-size:1.5em;
	text-align:center;
}
#footer {
	margin:auto;
	margin-top:5px;
	width:902px;
	height:100%;
	background-color:#CBCCDC;
	padding-bottom:10px;
	
}
#footertext {
	clear:both;
	color:#000;
	font-size:1em;
	margin:5px;
	padding-top:15px;
	text-align:center;
}
#footertext a {
	color:#000;
}
#footerboxA {
	width:240px;
	height:60px;
	background-color:#F5F2EC;
	display:inline-block;
	border:#FFF solid 2px;
	margin-right:10px;
	margin-top:8px;
	margin-left:50px;
	float:left;
	padding:5px;
}
#footerboxB {
	width:240px;
	height:60px;
	background-color:#00AEEF;
	display:inline-block;
	border:#FFF solid 2px;
	margin-right:10px;
	margin-top:8px;
	padding:5px;
	float:left;
}
#footerboxC {
	width:240px;
	height:60px;
	background-color:#7F3F98;
	display:inline-block;
	border:#FFF solid 2px;
	margin-top:8px;
	padding:5px;
	float:left;
}
.footeradd1text {
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	line-height:19px;
}
.footeradd2text {
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	line-height:19px;
	color:#FFF;
}
.footerbuttontext1 {
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	top:10px;		
}
.footerbuttontext1 a{
	color:#FFF;
	text-decoration:none;
}
.footerbuttontext1 a:hover {
	text-decoration:underline;
}
.footerbuttontext2 {
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	top:10px;		
}
.footerbuttontext2 a{
	color:#000;
	text-decoration:none;
}
.footerbuttontext2 a:hover {
	text-decoration:underline;
}
