@charset "UTF-8";
body   {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4b4b4b;
	padding-top: 188px;
	padding-bottom: 15px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(i/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	color: #068C7F;
	text-decoration: none;
}
a:hover {
	color: #D95116;
	text-decoration: underline;
}
#wideheader {
	height: 160px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header {
	padding: 0;
	height: 160px;
	overflow: hidden;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
} 
#header #mainlogo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	float: left;
}
#header .miniMenu {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}
#header ul.miniMenu {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#header .miniMenu li {
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDEDED;
	margin: 0px;
	padding: 0px;
}
#header .miniMenu li a {
	padding-right: 12px;
	padding-left: 12px;
}
#buttons {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 42px;
	width: 960px;
}
#menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	width: 900px;
}
#menu ul {
	z-index: 999999;
	margin:0;
	padding: 0;
	list-style:none;
	bottom: 6px;
	height: 42px;
	overflow: hidden;
	text-align: center;
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu ul li { float: left; }
#menu a span{
	display:inline;
	margin:0;
	padding: 0;
}
#menu a {
	background: url(i/tableft.png) no-repeat left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
	display: inline;
	float: left;
}
#menu a span {
	float:left;
	display:block;
	background: url(i/tabright.png) no-repeat right top;
	color: #000;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 3px;
	padding-left: 6px;
	height: 32px;
	line-height: 32px;
}
#menu a:hover span {
	color:#FFF;
}
#menu a:hover {
	background-position:0% -84px;
}
#menu a:hover span {
	background-position:100% -84px;
}
#menu #active a {
	background-position:0% -42px;
	color: #FFF;
}
#menu #active a span {
	background-position:100% -42px;
	color: #FFF;
	line-height: 26px;
}
#topboxes {
	height: 35px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu .online_doctor a:hover span{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 35px;
	text-align: left;
}
.topbox_left {
	background-image: url(i/topshade.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 24px;
	display: block;
	float: left;
}
.topbox {
	background-image: url(i/topshade_mid.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 35px;
	display: block;
	float: left;
	line-height: 45px;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}
.topbox ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.topbox ul li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(i/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.topbox ul .last {
	background-image: none;
}
.topbox_end {
	background-image: url(i/topshade_end.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 24px;
	display: block;
	float: left;
}
#dropboxes {
	height: 42px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#drop_search_surround {
	background-image: url(i/drop_box_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 42px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: left;
}
#drop_search {
	height: 42px;
	display: inline;
	float: left;
	line-height: 34px;
	font-variant: small-caps;
	background-image: url(i/drop_box_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
	margin: 0px;
	width: 250px;
}
.drop_mid {
	background-image: url(i/drop_box_mid.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 42px;
	margin: 0px;
	padding: 0px;
}
.drop_mid form {
	margin: 0px;
	padding: 0px;
}
.drop_mid form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#drop_basket .drop_mid span {
	float: right;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: right;
}
#drop_basket .drop_mid span.flags {
	float: left;
	height: 11px;
	display: block;
	line-height: 11px;
	text-align: left;
}
#drop_phone {
	font-size: 1em;
	color: #C00;
	width: 290px;
	float: left;
	height: 42px;
	overflow: hidden;
	display: block;
	margin: 0px;
	text-align: center;
	padding: 0px;
	line-height: 20px;
}
#drop_phone span {
	font-size: 2em;
}
#drop_basket_surround {
	background-image: url(i/drop_box_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 42px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	float: right;
	top: 0px;
}
#drop_basket {
	height: 42px;
	display: inline;
	float: left;
	line-height: 38px;
	font-variant: small-caps;
	background-image: url(i/drop_box_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
	margin: 0px;
	width: 250px;
}
.drop_midspan  {
	right: 30px;
	position: absolute;
}
#header #transact {
	float: right;
	clear: right;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#boxtop {
	background-image: url(i/box_t.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	margin: 0px;
	padding: 0px;
	height: 29px;
	display: block;
}
#box {
	background-image: url(i/box_m.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#boxbottom {
	background-image: url(i/box_b.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	display: block;
}
.textbox {
	border: 1px solid #DEF8F7;
	padding: 4px;
	margin: 4px;
	font-size: 0.8em;
	color: #333;
}

#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#breadcrumbs {
	padding-top: 0px;
	padding-bottom: 10px;
	color: #192121;
	display: block;
	height: 22px;
	padding-right: 0px;
	padding-left: 0px;
}
#breadcrumbs ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#breadcrumbs ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	background-image: none;
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	float: left;
	width: 220px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar1 .sidemid    {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}
#sidebar1 .sidetop     {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	background-image: url(i/side_t.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #54ACAB;
	text-shadow: white 0.0em 0.2em 0.2em;
	font-size: 1.5em;
	font-weight: normal;
}
#sidebar1 .sidelow     {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	background-image: url(i/side_b.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 35px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#sidebar1 .sidelow.deep {
	height: 24px;
}
.addthis_button {
	margin: 0px;
	padding: 0px;	
}
#sidebar1 ul {
	list-style-image: none;
	list-style-type: none;
	background-image: url(i/side_m.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sidebar1 ul ul {
	margin: 0px;
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 4px;
}
#sidebar1 ul li {
	text-decoration: none;
	height: 22px;
	background-image: url(i/side_menu.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#sidebar1 ul li .active {
	font-weight: bold;
	color: #29CFCF;
	background-image: url(i/menu_selected.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
#sidebar1 ul li ul {
	background-image: none;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar1 ul li ul li {
	margin: 0px;
	height: 20px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
#sidebar1 ul ul .drawer_hidden {
	display: none;
}
#sidebar1 ul .drawer-handle a {
	font-size: 1.2em;
	font-weight: normal;
}
#sidebar1 ul .drawer-handle.open a , #sidebar1 ul .active a{
	color: #D95116;
}
#sidebar1 ul ul .drawer.open a {
	color: #D95116;
	font-weight: normal;
}
#sidebar1 #logos ol {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 32px;
}
#sidebar1 #logos ol li {
	color: #2C6D6D;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#sidebar1 #logos ol li a {
	text-decoration: underline;
	color: #E10A2D;
}
#sidebar1 .sideflags {
	text-align: center;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-image: url(i/side_b.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#sidebar1 .sideflags .sidetop {
	height: 35px;
	width: auto;
	line-height: 35px;
	text-shadow: white 0.0em 0.2em 0.2em;
	font-size: 1.5em;
	font-weight: normal;
	color: #3D9C9B;
	background-image: url(i/side_t.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	width: 700px;
	float: right;
	margin: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
} 
#mainContent h1 {
	color: #54ACAB;
}
.featured_product {
	float: left;
	width: 226px;
	padding: 1px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.featured_product .featured_top {
	background-image: url(i/featured_top.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.featured_product .featured_mid {
	background-image: url(i/featured_mid.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
.featured_product .featured_low {
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(i/featured_low.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.featured_product .featured_mid p {
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	margin: 0px;
}
.featured_product .featured_mid p.name {
	height: 2em;
	font-size: 1em;
	line-height: 1em;
	display: block;
	font-weight: bold;
}
.featured_product .featured_mid .thumb {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.featured_product .featured_mid .thumb img {
	height: auto;
	width: 90px;
}
.featured_product .featured_mid .rrp{
	display: block;
	text-align: right;
	margin-right: 14px;
}
.featured_product .featured_mid .price {
	text-align: right;
	display: block;
	margin-right: 15px;
}
.featured3 {
	float: left;
	width: 226px;
	padding: 1px;
	margin: 0px;
	height: 124px;
}
.featured3 p {
	margin: 0px;
	padding: 0px;
}
.featured3 h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #26D5C9;
}
.featured3 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.featured3 ul  li{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#mainContent h1.featured {
	font-size: 1.6em;
	margin: 0px;
	padding-bottom: 2px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
}
.thirds {
	float: left;
	width: 30%;
	padding: 4px;
	border: 1px solid #DEF8F7;
	margin: 4px;
	height: auto;
}
.thirds p {
	margin: 0px;
	padding: 0px;
}
.thirds h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #26D5C9;
}
.thirds ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-image: url(i/tick.png);
	list-style-type: none;
}
.thirds ul  li{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.shop_cats {
	display: block;
	float: left;
	width: 300px;
	margin: 12px;
	padding: 12px;
	font-size: 1.6em;
	height: 220px;
	text-align: center;
	background-image: url(i/curve_low.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 32px;
}
.subcat {
	height: 50px;
	width: 160px;
	float: left;
	line-height: 18px;
	margin: 0px;
	padding-left: 12px;
}
.basket_thumb {
	height: auto;
	width: 100px;
}
.currency_1 { width: 98%; }
.currency_2 {
	float: left;
	width: 48%;
}
.currency_3 {
	float: left;
	width: 30%;
}
.currency_name { text-align: center; }
.currency_set {
	text-align: center;
	padding-bottom: 20px;
}
.currency_set.selected {
	padding-bottom: 20px;
	background-image: url(i/bullet_r.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.drproducts {
	margin: 4px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-bottom-color: #CCC;
	border-left-color: #EDEDED;
}
.drproducts .product_name  {
	width: 350px;
	float: left;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.drproducts span {
	float: right;
	padding: 4px;
	margin: 4px;
	display: block;
}
.drproducts .price { line-height: 32px; }
.drproducts .rrp { line-height: 32px; }
.inline.left {
	height: 200px;
	display: block;
	overflow: hidden;
	margin: 4px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-bottom-color: #CCC;
	border-left-color: #EDEDED;
}
.thumb_image {
	height: 100px;
	width: 100px;
	overflow: hidden;
	padding: 4px;
	margin: 0px;
	float: left;
}
.thumb_image img{
	height: 90px;
	width: auto;
	text-align: center;
	margin: 4px;
	padding: 0px;
}
.product_name  {
	line-height: 24px;
	font-size: 18px;
}
.inline.left span {
	text-align: right;
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	color: #D95116;
	display: block;
}
.searching.left span {
	text-align: right;
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	color: #D95116;
	display: block;
}
#searchDesc {
	margin: 4px;
	padding: 4px;
	border: 1px solid #EDEDED;
	overflow: auto;
	height: 50px;
}
#longDesc {
	margin: 4px;
	padding: 4px;
	border: 1px solid #EDEDED;
	width: 55%;
	float: left;
}
#techDesc {
	margin: 3px;
	padding: 3px;
	float: right;
	width: 40%;
	border: 1px solid #EDEDED;
}
#extraDesc {
	display: block;
	max-height: 350px;
	overflow: auto;
	margin: 4px;
	padding: 4px;
	border: 1px solid #EDEDED;
}
.pagetext {
	padding: 12px;
	margin: 12px;
	color: #666;
	text-align: justify;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EDEDED;
}
.pagetext h1 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
.buy {
	text-align: right;
}
.warning {
	font-weight: bold;
	color: #C00;
}
.rrp {
	font-size: 0.9em;
	text-decoration: line-through;
	color: #D95116;
}
.price {
	color: #54ACAB;
	font-size: 1.1em;
}
#footer {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	padding: 0;
} 
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer #address {
	float: right;
	width: 300px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EDEDED;
}
#legal {
	font-size: .8em;
	font-style: italic;
	color: #333;
	padding-left: 22px;
	background-image: url(i/sarrows.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: justify;
}
#copyright {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0px;
	font-size: .8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#copyright a {
	text-decoration: underline;
	color: #542F2F;
}
#copyright a:hover {
	text-decoration: none;
	color: #903;
}
#icons {
	text-align: center;
	display: block;
	margin-top: 20px;
	float: left;
	width: 630px;
}
#icons .spacer {
	width: 25px;
	display: inline;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.questions {
	text-align: left;
}
.questions fieldset {
	border: 1px solid #CCCCCC;
	padding-left: 12px;
	color: #333333;
	display: block;
	margin: 12px;
}
.questions ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.questions ul input {
	width: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.questions ol  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.questions li {
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 4px;
}
.questions span {
	display: block;
	font-weight: bold;
}
.questions input {
	width: 90%;
	border: 1px solid #CCCCCC;
}
.questions select {
	width: 90%;
}
.questions textarea {
	width: 90%;
	border: 1px solid #CCCCCC;
}
.questions .submit {
	width: 120px;
	height: 30px;
	float: right;
	margin-right: 60px;
}

#leftPane {
	float: left;
	width: 320px;
}
#rightPane {
	float: right;
	width: 310px;
}
#Contact_form {
	margin: 0px;
	padding: 0px;
}
#logos p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.fields {
	background-color: #EDEDED;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

/* Form Details */
.fields  fieldset {
	padding-left: 4px;
	color: #FFF;
	display: block;
	margin: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields fieldset legend, .title {
	color: #333;
	font-weight: bold;
	display: block;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: larger;
}
.fields fieldset .rightMessage {
	font-weight: normal;
	text-align: right;
	font-size: .9em;
}
.fields ul, .feedback ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.fields ul input, .feedback ul input {
	width: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fields ol, .feedback ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.fields li, .feedback li {
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 4px;
}
.info {
	font-size: 0.7em;
	color: #999;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
.red {
	font-weight: bold;
	color: #900;
}
#map_canvas {
	border: 1px solid #A79264;
	text-align: left;
}
.directions {
	width: auto;
	padding: 4px;
}
.directions a {
	color: #C00;
	font-size: 0.8em;
}
.outlined {
	border: 1px solid #900;
	margin: 2px;
	padding: 2px;
}
.button   {
	background-image: url(i/ebutton.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: .9em;
	line-height: 50px;
	color: #2AA5CF;
	background-color: transparent;
	text-indent: 18px;
}
.button a {
	color: #2BA2CF;
	font-size: .9em;
}
.fields span {
	display: block;
	font-size: .9em;
	font-weight: bold;
	width: auto;
}
.fields fieldset ol li label, .feedback fieldset ol li label {
	width: 160px;
	color: #333;
}
.fields input {
	width: 160px;
	border: 1px solid #5FD9D9;
}
.fields .nowidth {
	width: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields .required {
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
	width: 90%;
}
.fields textarea {
	border: 1px solid #1D7FB2;
	width: 280px;
	height: 50px;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #6B1626;
	font-size: 1.2em;
}
.fields .submit {
	background-image: url(i/button.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 1.2em;
	line-height: 50px;
	margin: 0px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
	height: 50px;
	width: 300px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fields .submit a {
	color: #28CFCD;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 130px;
	margin-left: 160px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 50px;
	text-indent: 35px;
}
.fields .submit a:hover {
	color: #333;
	text-decoration: none;
}
.fields p #submit_button {
	display: block;
	text-align: right;
	margin: 4px;
	padding: 4px;
}
#submit_button {
	width: auto;
	font-weight: bold;
	font-size: 1.4em;
	margin: 4px;
	padding: 4px;
}
.feedback , .feedback fieldset {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.feedback fieldset{ text-align: left; }
.feedback fieldset legend {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
	margin: 0px;
	font-size: 1.4em;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.feedback p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#feedback_form {
	margin: 0px;
	padding: 0px;
}
.inline.left .details {
	float: left;
	width: 420px;
	text-align: left;
	padding: 5px;
}
.basket_error  {
	padding: 10px;
	background-color: #EDEDED;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	list-style-type: none;
	border: 1px solid #D95116;
}
.boxed {
	border: 1px solid #ECEDEF;
	margin-left: 30px;
	padding: 4px;
	margin-right: 30px;
	background-color: #E8E8E8;
}
.boxed p {
	padding-left: 20px;
}

.options ul {
	list-style-type: none;
}
.options  li {
	list-style-type: none;
	width: 33%;
	float: left;
	display: block;
	padding-bottom: 10px;
}
.options span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.sub_link  {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.map_heading {
	color: #1D7FB2;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}
.map_text {
	color: #1D7FB2;
	text-align: left;
}
.mailing li #email {
	width: 100px;
}
#Mailing_List .fields    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#Mailing_List fieldset   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Mailing_List .submit    {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 140px;
	text-align: center;
}
#sign-up-email {
	width: 180px;
	height: 132px;
	background-image: url(i/boxed.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding: 4px;
}
#sign-up-email .sidetop  {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-size: 1.4em;
	float: none;
	line-height: 22px;
	height: 22px;
	padding: 4px;
	color: #54ACAB;
	text-shadow: white 0.0em 0.2em 0.2em;
}
#sign-up-email p  {
	margin: 10px;
	padding: 0px;
}
#sign-up-email a  {
	display: block;
	height: 20px;
	width: 90px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: #3D9C9B;
	color: #FFF;
}
p.notop {
	padding: 0px;
	text-align: left;
	margin: 0px;
}
p .process {
	line-height: 32px;
	background-color: #ADEBEA;
	height: 32px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	color: #333;
	font-weight: normal;
	margin-bottom: 22px;
	margin-top: 0px;
	float: left;
	display: inline-block;
}
p .process.active , .process.active a{
	font-weight: bold;
	color: #C00;
	background-color: #5FD9D9;
}
.process.text { background-color: #FFF; }
.process.loggedin { color: #096; }
.col-2  {
	float: left;
	width: 320px;
	margin: 5px;
	padding: 5px;
	height: 300px;
	background-image: url(i/col2_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.col-2 h4  {
	font-size: 2em;
	font-weight: bold;
	color: #54ACAB;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.col-2 p {
	margin: 0px;
	padding: 8px;
}
.col-2 li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.col-2 .button-set {
	background-color: #5FD9D9;
	text-align: right;
	height: 55px;
	line-height: 50px;
	font-size: 2em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.col-2.new-users .button-set {
	margin-top: 86px;
}
.col-2 .button-set .form-button     {
	background-image: url(i/gobutton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	background-color: #78E0E0;
	list-style-image: none;
	list-style-type: none;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
#slider_area {
}
#sliding ul, #sliding li, #photos ul, #photos li {
	margin:0;
	padding:0;
	border: 0;
	width:690px;
	height:223px;
	overflow:hidden;
	list-style:none;
}
#sliding li, #photos li {
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:690px;
	height:223px;
	overflow:hidden;
	border: 0;
}	
#contentBack #portfolioWrap #leftArrow {
width:61px;
height:60px;
top:193px;
position:absolute;
left:0;
}

#sliding #leftArrow a {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: none;
}

#sliding #rightArrow {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: none;
}

#sliding #rightArrow a {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: none;
}

#sliding #leftArrow a:hover,#sliding #rightArrow a:hover {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: none;
}
.disc_bullet {
	list-style-type: disc;
	margin-top: 10px;
	font-weight: bold;
	margin-left: 20px;
}
.circle_bullet {
	list-style-type: circle;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 50px;
}
.rowh {
	background-color: #EDEDED;
}
.rowo, .row1 {
	background-color: #EDEDED;
}
.rowe, .row2 {
	background-color: #FFF;
}
.cart {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cart tr td p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.tableline {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.shopping_action     { text-align: center; }
.smallbox {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mailinglist #Call_me_now form .fields {
	background-color: #FFF;
	color: #333;
	background-image: none;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mailinglist #Call_me_now form .fields fieldset { color: #333; }
.mailinglist #Call_me_now form .fields fieldset legend {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mailinglist #Call_me_now form .fields fieldset .fields {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mailinglist #Call_me_now form .fields p .submit {
	height: 50px;
	width: 140px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.doctor_cats {
	float: left;
	width: 222px;
	margin: 3px;
	padding: 2px;
}
.doctor_cats h1 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
}
.doctor_cats .doctor_button {
	background-image: url(i/ebutton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 31px;
	width: 143px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.doctor_cats .doctor_button a {
	display: block;
	height: 40px;
	line-height: 12px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #0099CC;
	text-align: right;
	width: 88px;
	font-size: 11px;
	margin: 0px;
}
.voucher { margin: 14px; }
.voucher_
{
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #5FD9D9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.voucher_1 {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.voucher_2
{
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.voucher_3
{
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.voucher_4
{
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #6C3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.voucher_5
{
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.voucher_6
{
	background-image: url(i/voucher_colour_bar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.voucher_text {
	font-size: 1.6em;
	padding-bottom: 20px;
}
.voucher_code {
	background-color: #F60;
	display: block;
	float: left;
	font-size: 2em;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	font-weight: normal;
}
.voucher_code span {
	letter-spacing: .2em;
	font-style: italic;
}
.voucher_text .title {
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #F60;
}
.voucher_text .imager { float: right; }
.small { font-size: .8em; }
.grey { color: #666; }
.lined {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDED;
}
.nav_top , .nav_bottom  {
	float: right;
	font-size: 0.8em;
	margin: 2px;
	padding: 2px;
}
.nav_top a , .nav_bottom a  {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-decoration: none;
	background-color: #5FD9D9;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #333;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.nav_top a:hover, .nav_bottom a:hover
{
	text-decoration: none;
	background-color: #D95116;
	color: #FFF;
}
.nicebutton {
	font-weight: normal;
	font-style: normal;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-box-shadow: 0px 3px 4px #000;
	-webkit-box-shadow: 0px 3px 4px #000;
	box-shadow: 0px 3px 4px #000;
	background-color: #5FD9D9;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin: 4px;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	display: inline-block;
	cursor: pointer;
}
.nicebutton:hover {
	text-decoration: none;
	color: #FFF;
}

