


body {
	margin: 0; 	padding: 0;
	background: white url(images/bg.gif) repeat center;
	/* needed for IE 5.5 as it doesn't respect the 'margin: 0px auto;'  of parents */
	text-align: center; 
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #8d8d8d;
}

#abuelo {	
	width: 1106px;
	margin: 0px auto 0;
	background: url(images/page_bg.png) repeat-y center;
	/* set back after IE 5.5 fix in body */
	text-align: left; 
}

h1 {
  font-weight: normal;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 34px;
  padding: 14px 8px 16px 0;
}

h2 {
  font-weight: normal;
  font-size: 30px;
  color: #669999;
}

a {
  color: #8d8d8d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

a img {
	border: none;
}

input {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #8d8d8d;
}

textarea {
  width: 380px;
  height: 67px;
  font: normal 14px Arial, Helvetica, Tahoma, sans-serif;
  overflow:hidden;
}
 
strong {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

hr {
  border: #a2a2a2 solid 1px;
  color: #a2a2a2;
  height: 0px;
  margin-bottom: 4px;
}

/**************************
      Header Structure
 *************************/

#header {
  height: 133px;
  overflow: hidden;
}

#header_logo {
  float: left;
  width: 600px;
  height: 133px;
  padding: 15px 0 0 43px;
}

#header_tools {
  float: right;
  width: 400px;
  height: 133px;
  padding: 18px 46px 0 0;
  text-align: right;
}

#search_bar {
  overflow: hidden;
  padding-right: 4px;
  padding-right: 4px;
}

.search_box {
	background: url(images/search_bg.gif) no-repeat center;
  width: 177px;
  height: 16px;
  padding: 8px;
  margin-right: 4px;
  border: 0;
}

.search_go {
}

#header_links {
  padding: 0 4px 4px 0;
  text-align: right;
}

#cart_box {
  float: right;
	background: url(images/top_right_box.gif) no-repeat center;
  width: 229px;
  height: 44px;
  padding: 5px 0 0 7px;
  text-align: left;
  color: black;
}

#items_summary {
  padding-left: 16px;
}

.cart_box_price {
  color: #d70030;
}

#header_menu {
  margin-left: 10px;
}

.header_menu_item {
  padding-right: 24px;
}


/**************************
      Top Menu Bar
 *************************/

#top_menu_bar {
	background: url(images/top_menu_bg.gif) no-repeat;
  width: 997px;
  height: 25px;
  margin: 13px 43px 0 43px;
  padding: 0 10px 6px;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: white;
}

#top_menu_bar a {
  color: white;
}

#top_menu_bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#top_menu_bar ul  li {
  float: left;
}

#top_menu_bar ul  li a {
  float: left;
  height: 21px;
  padding: 4px 4px 0;
}

#top_menu_bar ul  li  span{
  float: left;
  height: 21px;
  padding: 4px 4px 0;
}

#top_menu_bar ul  li.selected {
	background: url(images/top_menu_highlight_bg.gif) repeat-x;
}

#site_links {
  float: left;
}

#shop_links {
  float: right;
}

/**************************
      Main Structure
 *************************/

#main {
	background: url(images/content_gradient_bg.jpg) repeat-x top  #dbdbdb;;
  margin: 0 32px 0 30px;
  overflow: hidden;
}

#content {
  

}

#left_col {
  float: left;
  margin: 0 0 0 6px;
}

#center_col {
  float: left;
  width: 829px;
}

#footer {
  padding: 15px;
  overflow: auto;
  font-size: 11px;
}

#footer_left {
  float: left;
}

#footer_right {
  float: right;
  padding-right: 2px;
}


/**************************
      Categories Nav
 *************************/
 
 /*
 #categoryBody ul  li.nav1 a { 
  display:block;
  font-size:12px;  
  padding:5px 0px 4px 14px;
  line-height:1;
}

#categoryBody ul  li.nav2 a { 
  display:block;
  font-size:12px;  
  padding:6px 0px 5px 14px;
  line-height:1;
}

#cat_nav {
  background: url(images/cat_box_bg.png) no-repeat;
  width: 192px;

  padding: 9px 0 0 14px;
}

 
 */
 
 
 #categoryHead { 
 	background: url(images/cat_box_bg_head.png) no-repeat;
  width: 192px;
  height:24px;
  padding: 9px 0 0 14px;
 }
 
 #categoryHead h2 { 
   padding: 0;
  margin: 0 0 0 10px;
  color: white;
  font-size: 13px;
 }
 
  #categoryBody ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#categoryBody ul  li.nav1 {
  padding: 0; margin:0;
  background:url(images/navbg-1.gif) no-repeat;
  min-height: 22px; 
  line-height:1;

}

#categoryBody ul  li.nav2 {
  padding: 0; margin:0;
  background:url(images/navbg-2.gif) no-repeat; 
  min-height: 22px; line-height:1;
}

#categoryBody ul  li.top{ 
  min-height: 12px; line-height:1;
  color: #000;
  display: block; float: left; clear: left;
  width: 204px;
}
#categoryBody ul  li.top a{ 
  color: #000;
  font-size:12px;  
  padding:5px 0px 5px 14px;
  display: block; float: left; clear: left;
  cursor: pointer; width: 192px;
}
#categoryBody ul  li.nav1 a { 
	font-size:12px;	
	padding:5px 0px 5px 14px;
  display: block;
}

#categoryBody ul  li.nav2 a { 
	display:block;
	font-size:12px;	
	padding:5px 0px 5px 14px;
}

#categoryBody ul.children{
  margin: 0px; padding: 0px;
  clear: left;
}
#categoryBody ul.children li{ 
  margin: 0px; padding: 0px;
  height: 12px;
  display: block; float: left; clear: left;
}
#categoryBody ul.children li a{ 
  color: #df3642;
  display: block;
  width: 195px;
  font-size:11px;
}

#cat_nav {
	background: url(images/cat_box_bg.png) no-repeat;
  width: 192px;

  padding: 9px 0 0 14px;
}

#cat_nav  h2 {
  padding: 0;
  margin: 0 0 10px;
  color: white;
  font-size: 13px;
}

#cat_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cat_nav ul  li {
  padding: 0;
  margin-top: 7.2px;
}


/**************************
     Splash Page
 *************************/
 
.splash_main {
	background: url(images/splash_bg.jpg) repeat-x top #dbdbdb;
}
 
#splash_box {
	background: url(images/splash_box_bg.jpg) no-repeat;
  width: 801px;
  height: 274px;
  margin-left: 6px;
  padding: 21px 0 0 15px;
}

#splash_text {
  height: 200px;
  padding-left: 7px;
}


#splash_text h2 {
  color: #df3642;
  font-size: 25px;
  font-weight: bold;
}

h1.title { 
  color: #df3642;
  font-size: 25px;
  font-weight: normal;
  margin:0;
}

h1.titlebold { 
  color: #df3642;
  font-size: 25px;
  font-weight: bold;
  margin:0;
  padding:0;
}


#splash_text p {
  width: 267px;
}

#splash_ads  img {
  padding-right: 4px;
}


/**************************
     GP Splash Page
 *************************/
 
.gp_splash_box {
	background: url(images/gp_splash_box_bg.jpg) no-repeat !important;
}


/**************************
     NHS Splash Page
 *************************/
 
.nhs_splash_box {
	background: url(images/nhs_splash_box_bg.jpg) no-repeat !important;
}


/**************************
 2 row product preview box
 *************************/
 
.prod_prev_box {
  width: 820px;
  height: 348px;
  margin-left: 6px;
  font-size: 11px;
}

.prod_prev_item {
	background: url(images/prod_prev_box_large.png) 3px 3px no-repeat;
  float: left;
  width: 225px;
  height: 238px;
  padding: 10px 15px 1px;
  margin: 0 0 10px 0px; /*  Added to force 3 per row   */
}

.prod_prev_item strong {
  font-size: 12px;
  color: #d60b31;
  font-weight: normal;
  font-style: normal;
}

.prod_prev_item a {
  color: #d60b31;
}

.prod_prev_text {
  padding: 2px 3px 2px 3px;
}


/**************************
        Home Page
 *************************/
 
#home_boxes {
	background: url(images/home_boxes_bg.jpg) no-repeat;
  width: 817px;
  height: 695px;
  margin-left: 6px;
}
.offer-01 {
	width: 700px;
	text-align: center;
}
.home_4_box {
  float: left;
  width: 382px;
  height: 341px;
  padding: 18px 10px 0px 13px;
}

.home_4_box strong {
  font-size: 24px;
  color: #df3642;
  font-weight: bold;
  font-style: normal;
  letter-spacing: -0.1em;
}

.home_4_box a {
  color: #df3642;
}

.box_containter {
  position: relative;
  height: 311px;
}

.prod_prev_item,
.home_4_box,
.box_containter { 
	cursor:pointer
}

.box_text {
  position: absolute;
  left: 0;
  bottom: 0;
}


/**************************
     Product Page
 *************************/
 
#pp_order_box {
  float: left;
	background: url(images/pp_order_box.jpg) no-repeat 6px 0px;
  width: 408px;
  height: 515px;
  padding-left: 6px;
}

#pp_order_text {
  padding: 10px 24px 0 24px;
}

#pp_order_text p {
  line-height: 22px;
  font-size: 13px;
}

#pp_order_text a {
  color: #df3642;
}

#pp_order_text strong {
  color: #df3642;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}

#pp_order_text  li {
  list-style-position: inside;
  padding: 2px 0 6px;
}

#pp_order_text  input.textbox {
  display: inline;
  width: 22px;
  height: 22px;
  margin: 0 1px 0 17px;
  vertical-align: middle;
  border: 1px solid #8d8d8d;
}

#pp_order_text  input.image_button {
  display: inline;
  vertical-align: middle;
}

#pp_order_text img {
  margin: 0;
  padding: 0;
}

#pp_image_box {
  float: left;
	background: url(images/pp_image_box.jpg) no-repeat;
  width: 398px;
  height: 398px;
  padding:10px 0 0 10px;
}

#pp_info_box {
  float: left;
	background: url(images/pp_info_box.jpg) no-repeat;
  width: 408px;
  height: 107px;
}

#pp_info_box p {
  margin: 29px 0 0 29px;
  padding: 0;
}

#pp_info_box strong {
  color: #df3642;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}

#pp_info_box img {
  margin: 5px 0 0 -5px;
}

.prod_prev_1row_box_supply {
  width: 820px;
  margin-left:-2px;
  font-size: 11px;
}

.prod_prev_1row_box {
  width: 820px;
  margin-left: 6px;
  font-size: 11px;
}

td.content-right {
	background:url(images/content-border-right.png) repeat-y;
}

td.content-left { 
	background:url(images/content-border-left.png) repeat-y;
}

span.redlarge { 
	color:#df3642;
	font-size:16px;
}
span.large { 
  font-size:16px;
}

.red,
span.redlarge a { 
	color:#df3642;
}


#distributors-page { 
	background:url(images/bg-distributors.jpg) no-repeat top #f5f5f5;
	width:100%;
	padding-top:356px;
}

#about-page { 
	background:url(images/bg-about.jpg) no-repeat top #f4f4f4;
	width:100%;
	padding-top:356px;
}

#podiatry-page { 
	background:url(images/podiatry.jpg) no-repeat top #f4f4f4;
	width:100%;
	padding-top:493px;
}

ul.conditions { 
	margin:0 0 10px 15px;
	padding:0;
}

ul.conditions li a { 
	color:#df3642;	
}

#nextpage { 
	text-align:right;
	font-size:10px;
}

#nextpage a { 
	color:#df3642;
}

td.bg-podiatry { 
	background:url(images/bg-podiatry.png) no-repeat;
	height:293px;
	vertical-align:top;	
}

td.bg-gp { 
	background:url(images/bg-gp.png) no-repeat;
	height:293px;
	vertical-align:top;	
}

td.bg-nhs { 
	background:url(images/bg-nhs.png) no-repeat;
	height:293px;
	vertical-align:top;
}

div.nhs-text { 
	margin:20px 0 0 20px;
	width:500px;
}

div.nhs-text p { 
	margin-top:0;
	width:450px;
}

#out-stock { 
	font-weight:bold;
	font-size:14px;
	color:#ff0000;
}

div.newsWrapper p{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}

#sociallinks { 
	text-align:center;
}

#sociallinks img { 
	margin-top:21px;
}

.main p a:hover{ color: #df3642; }
