/*
	Style sheet for Foot Care Supplies
	Last updated: 21/04/2008
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #333;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #f1f7fb;
	width: 100%;
	text-align: center;
	font-size: 80%; 
    /*background-image: url('/media/wrapperbg.gif'); */
	/*background-repeat: repeat-y;*/
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width: 990px;	 
	background: #fff;
	text-align: left;
	vertical-align: top;
	}

#header {
	margin: 0;
	padding: 0;
	height: 108px;
	background:#000;
	color:#000;
	background-image: url('/media/headerbg.gif');
	background-repeat: no-repeat;
	}

#navigation {
	padding: 2px 0 0 0;
	margin: 0;
	background:#3399cc;
	height: 100%;
	}

#sidenavigation {
	width:160px;
	padding: 10px 0 10px 0;
	height: 100%;
	}

#maincontent{
	padding: 10px 20px 20px 15px;
	width: 575px;
	}

#rightnavigation{
	margin: 0;
	padding: 0;
	width: 180px;
	}

#footer {
	margin: 0;
	padding: 0;
	font-size: 85%;
	background:#000;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #3399cc;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}


#footer p {
	padding:5px;
	color: #fff;
	text-align: center;
	}

.small{
	font-size:85%;
	}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #3399cc;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #3399cc;
	background-color: transparent;
    }


#footer a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	color: #3399cc;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


td{
	vertical-align:top;
	text-align:left;
	}

.strapline{
	font-size:120%;
	color:#cc0033;
	}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #ccc;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #3399cc;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #3399cc;
	}

.center {  
    text-align: center;
    }


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#3399cc;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #3399cc 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


#sidenavigation form{
	font-size:85%;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0 0 5px 5px;
	text-align:center;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 2px 5px;
	text-decoration: none;
	color: #fff;
	font-size:11px;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #3399cc;
	}

#topnav a:hover {
	color: #ccc; 
	}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#sidenav{
	padding: 0;
	margin: 0;
	width: 160px;
	}

#sidenav li {
	list-style: none;
	margin: 2px 2px 0 0;
	color: #005bac;
	}

#sidenav li a {
	display: block;
	padding-left: 4px;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	}

#sidenav li.sub {
    font-size:91%;
	list-style: circle;
	list-style-position: outside;
	margin: 0 2px 2px 6px;
	border: none;
	text-align: left;
	}

#sidenav ul.sub {
	margin: 0px 0 2px 14px;
	}

#sidenav li.subsub {
    font-size:91%;
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 2px -3px;
	border: none;
	text-align: left;
	color: #3399cc;
	}

#sidenav ul.subsub {
	margin: 0px 2px 2px -13px;
	}

#sidenav li a:link {
	color: #3399cc; 
}

#sidenav li a:visited {
	color: #3399cc; 
	}

#sidenav li a:hover{
	border-color: #3399cc;
	color: #3399cc;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */