html, body {
	text-align: center;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color:#FFFFFF;
	text-align: center;
}

/* HEADER STYLES */
#header_links {
	float: right;
	margin-right: 12px;
	text-align:right;
	padding:0px 12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:400px;
}
#quicklinks {
	text-align: right;
	float: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right:20px;
}
#header_links a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#page_header {
	/*height:140px;
	width: 774px;
	text-align:left;
	background:#2b3244;*/
	height: 58px;
	background:url(images/header_bg.gif) repeat-x;	
}
#logo {
	/*margin:0;
	padding:0;
	float:right;*/
	margin: 0px;
	padding:0px;
	padding-left:20px;
	float:left;	
}
#logo a {
	/*display:block;
	width:205px;
	height:57px;
	background:url(images/newlogo.jpg);
	text-indent: -900em;
	text-decoration:none;
	line-height:100%;
	margin:13px 13px 0*/
	display:block;
	background:url(images/zeboalogo.jpg);
	width:177px;
	height:58px;
	text-indent: -900em;
	text-decoration:none;
	line-height:100%;	
}
/* END HEADER STYLES */

/* SEARCH AREA STYLES */
#searcharea {
	height: 30px;
	background: url(images/topbar_bg.gif) repeat-x;
	color:#FFFFFF;
}
#searcharea #thedate {
	width: 200px;
	float: left;
}
#searcharea #memberstxt {
	width: 300px;
	float: right;
	clear:none;
}
#searcharea #searchbar {
	width: 400px;
}
#searcharea a {
	color:#FFFFFF;
	text-decoration:none;
}
/* END SEARCH AREA STYLES

/* TOP NAVIGATION */
#topnavigation {
	background-attachment: scroll;
	background-image: url(images/navigation_shadow.gif);
	background-repeat: repeat-x;
	height:27px;
}
/* END TOP NAVIGATION */

/* FOOTER STYLES */
#footer_text {
	text-align: right;
	margin-right: 5px;
	font-weight:bold;
}
#footer_text a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
}
#page_footer {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	height:34px;*/
	background:url(images/footer_bg1.gif) repeat-x;
	height:30px;
	padding-top:17px;

}
#footershadow {
	background-image: url(images/footer_shadow.gif);
	background-repeat: repeat-x;
	height:8px;
}
/* END FOOTER */

/* PRODUCT PAGE STYLES */
#price_pound {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0099FF;
	text-decoration: none;
}
#price_pence {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0099FF;
	text-decoration: none;
	vertical-align:text-top;
}
/* END PRODUCT PAGE STYLES */

/* BEGIN LEFT COLUMN */
#leftcolumn{
	float: left;
	width: 175px; /*Width of left column*/
	margin-left: -100%; /*Set left margin to -(MainContainerWidth)*/
	/*background:url(images/navigation_bg.gif) repeat-y;*/
	text-align:left;
	padding:0;
	
}
#leftcolumn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #153d71;
	text-decoration: none;
	/*padding-left: 10px;*/
	display:block;
}
#leftcolumn a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a72a6;
	text-decoration: none;
	padding-left: 15px;
	display:block;
}
#leftcolumn ul {
	margin:0;
	padding-left:10px;
}

#leftcolumn div ul a {
	margin:0;
	padding-left:10px;
	font-weight:normal;
}

#leftcolumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4a72a6;
	text-decoration: none;
	margin: 10px 0 0;
}
/* END LEFT COLUMN */

#pagewrapper {
	margin:0 auto;
	/*width: 774px;*/
	width:100%;
	background-color:#f3f3f3;
	/*background:url(images/wrapper_bg.gif) repeat-y right;*/
}
/*
#page_searchbar {
	width: 774px;
	/*background:url(images/header_bg2.gif) repeat-x;*/
	/*background: #6692C8;
	color:#FFFFFF;
}
#page_searchbar #date {
	float:left;
}


#maincontent {
	margin-right:260px;
	width: 650px;
	float:right;
	right:5px;
}*/
#sidenavigation {
	width:140px;
	float:right;
}
#mainwrap{
	/*background: url(images/main_bg.gif) repeat-y;*/
	width:774px;
}
#contentwrapper{
	float: left;
	/*width: 774px;*/
	width:100%;
	/*background: url(images/main_bg.gif) repeat-y;*/
}
#contentcolumn{
	margin:0 0 0 180px;
	/*margin-left: 175px;/*190px; /*Set left margin to LeftColumnWidth*/
	/*padding:10px;*/
	text-align:left;
}
#contentcolumn blockquote{
	margin:0px 0px 0px 30px;
}

/* CLASSES */
.latestprods {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4a72a6;
	text-decoration: none;
	margin: 10px 0 0;

}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.txtSiteDocs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.boxContent {
	border-top: 3px solid #CFE3F5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin:0 0 5px 5px;
}
.boxContent .h1tag {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.clear {
	clear:both;
}
/* END CLASSES */




.searchh1{
	margin:0;
	font-size:18px;
	color:#0066FF;
}

/* CHECKOUT TRACKER */
#trackerwrapper {
	width:470px;
	margin:0 auto;
	height:55px;
	text-align:left;
}

#trackerwrapper .deselected{
	font-size:12px;
	width:105px;
	float:left;
	margin:5px;
	color:#CCCCCC;
}

#trackerwrapper .selected{
	font-size:12px;
	width:105px;
	float:left;
	margin:5px;
	color:#000000;
}
#trackerwrapper .content{
	height:30px;
}
#trackerwrapper .underlay_de{
	height:5px;
	background-color:#FFFFFF;
}
#trackerwrapper .underlay_sel{
	height:5px;
	background-color:#0066FF;
}
#trackerwrapper .arrows{
	font-size:24px;
	float:left;
}
#trackerwrapper .number{
	font-size:20px;
	float:left;
	vertical-align:top
}
/* CHECKOUT TRACKER */