html {
    padding: 0;
    margin: 0;
}

#main_body {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

#container {
	position: relative;
    margin: auto;
    width: 870px;
	height: 650px;
	background-color:#b5f4ee;
}

h3 {
	color:#265753;
	padding-bottom:-10px;
	margin-bottom:-10px;
}


#nav_container {
    position: relative;
	width:870px;
    top: 0px;
    background-color:#FFFFFF;
}

#footer {
	position: absolute;
	top:651px;
	left:0px;
	width:870px;
	margin: 0 5px 0 5px;
	margin:auto;
}

#footer_text {
    text-align: left;
    padding: 0px 0px 0px 0px;
	color:b5f4ee;
	font-size:9px;
}

#header {
    padding: 0; 
    width: 870px;
    height: 87px;
	background-color:#FFFFFF;
}

#shopbut {
	position:absolute;
	left: 0px;
	top:290px;
	width: 140px;
	margin: 0 0 0 0;
	height: -11px;
	background-color: #249e95;
	padding: 0px;
	}


#left_col {
	position:absolute;
	left:0px;
	top:125px;
	margin: 0 0 0 0;
	width: 140px;
	height: 525px;
	background-color: #249e95;
	padding: 0px;
}

#right_col {
    position:absolute;
	left: 730px;
	top:125px;
	margin: 0px 0 0 0;
	width: 140px;
	height: 525px;
	background-color: #249e95;
	padding: 0px;
}

.rclist {
	line-height:11px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
}

#content_container {
	position:absolute;
	top: 125px;
	width: 580px;
	left: 149px;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	height: 525px;
}

/**/

#main_nav_container {
	position: relative;
	background-color:#b5f4ee;
}

#main_nav_left {
  width: 12px;
  height: 24px;
}

#main_nav_right {
	position: relative;
	left: 0px;
    width: 12px;
    height: 24px;
	background-color:#b5f4ee;
}

#main_nav_list {
	margin-top: 0px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    height: 24px;
    padding-right: 1px;
}

#main_nav_list a {
	background-repeat: repeat-x !important;
    padding: 0;
    display: block;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    width: 140px;
    text-align: center;
	background-color:#b5f4ee;
}



/**/

#slogan {
    margin-bottom: 15px;
}

/* colour*/

#main_nav_container {
	background: url(navimages/main_nav.gif) repeat;
	padding-left:10px;
}
#main_nav_left {
	background: url(navimages/main_nav_left.gif) no-repeat;
}
#main_nav_right {
	background: url(navimages/main_nav_right.gif) no-repeat;
}
#main_nav_list li {
    background: url(wsb5210711801/images/static/main_nav_separator.gif) no-repeat right top;
}

#main_nav_list a.main_nav_item {
    color: #000000;
	background: url(navimages/main_nav_active.gif) repeat;
	text-decoration:none;
}

#main_nav_list a.main_nav_item:hover {
    color: #ffffff;
    background: url(navimages/main_nav_active.gif) repeat-x top;
}

#main_nav_list a.main_nav_active_item {
    color: #ffffff;
    background: url(navimages/main_nav_active.gif) repeat-x top;
	text-decoration:none;
}

#main_nav_list a.main_nav_active_item:hover {
    color: #ffffff;
    background: url(navimages/main_nav_active.gif) repeat-x top;
	text-decoration:none;
}

/*nav colours*/
