body {
	margin: 0 auto;
	padding: 0 0;
	text-align: center;
	font-family: georgia, 'Times New Roman', times, serif;
}

img {
	border: 0;
}

p, h1, h2, h3, h4, h5, ul, li, dl, dd, dt, img, form {
	margin: 0;
	padding: 0;
}

/*----------Structural DIVs----------*/

#wrap {
	margin: 0 auto;
	text-align: left;
  	width: 770px;
}

#breadcrumbs {
	height: 17px /*38px*/;
	padding: 10px 0 0 15px;
	font-size: 11px;
	color: #818174;
}

#viewBasket {
	float: right;
	width: 109px;
	padding-top: 10px;
}

#header {
	background: #88bbba;
	height: 107px;
	overflow: hidden;
}

#mainNav {
	height: 21px;
	background: #88bbba;	
	line-height: 21px;
	vertical-align: middle;
	color: #fff;
	margin-top: 2px;
}

#content {
	float: left;
	width: 770px;
	margin: 14px 0 0 0;
	display: inline;
}

#footer {
	margin-top: 13px;
	height: 33px /*57px*/;
	width: 755px /*770px*/;
	padding: 11px 0 13px 15px;
	background: #88bbba;
	color: #fff;
	clear: both;
	float: left;
	font: bold 11px/16px verdana, arial, helvetica, sans-serif;
}

#copyright {
	width: 755px /*770px*/;
	padding: 9px 0 16px 15px;
	margin-right: -3px;
	clear: both;
	float: left;	
	font: normal 12px/16px georgia, 'Times New Roman', times, serif;
	color: #818174;
}

/*----------Other DIVs and elements----------*/

#logo {
	height: 107px;
	overflow: hidden;
	padding-top: 7px;	
}

#logo dd {
	display: inline;
	text-align: right;
	font: normal 18px/30px georgia, 'Times New Roman', times, serif;
	color: #fff;
}

#logo dt {
	float: left;
	width: 602px /*107px*/;
	padding: 0;
	display: inline;	
	margin-top: -7px;	
}

#viewBasket a {
	font: bold 11px/11px verdana, arial, helvetica, sans-serif;	
	color: #535341;
	background: url(../images/icons/basket.gif) no-repeat 0 0; 
	padding-left: 18px;
}

ul#navmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 21px !important;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 13px;
}

ul#navmenu a {
  padding: 0 17px;
  float: left; /*For IE*/
  display: block;
  color: #fff;
  font: bold 14px/20px georgia, 'Times New Roman', times, serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  height: 20px !important;
  line-height: 20px !important;
  border-right: 1px solid #fff;
  background: url(../images/backgrounds/mainNav.gif) repeat-x;	
}

ul#navmenu li.last a {
	border: 0;
}

ul#navmenu a:hover {
	background: #76B1B0;
}

#footerStructure {
}

#footerStructure input {
	vertical-align: middle;
}

#footerStructure dd {
	display: inline;
	font: bold 11px/5px verdana, arial, helvetica, sans-serif;
	color: #fff;
	width: 215px;
}

#footerStructure dt {
	float: left;
	width: 540px /*602px*/;
	padding: 0;
	display: inline;	
}

/*----------Typography----------*/



/*----------Link Styles----------*/
a:link, a:active, a:visited, a:hover {
	color: #4d706f;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

#logo a ,
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #fff !important;
	text-decoration: none;
}

#mainNav a:link, #mainNav a:active, #mainNav a:visited {
	font: bold 14px/20px georgia, 'Times New Roman', times, serif;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

