/*----------------------------------
*Filename: text.css
*Description: typography
*Author: Greg Rafferty
*Date: 2009-12-08
*Website: www.themedicinecabinet.co.uk
----------------------------------*/

/**********************************
Colours

*Text*
Header Text: #0A3369;
Link/Active Text: #74BFF8;
Main Text: #9A9A9A;
Nav Text: #9A9A9A;
Footer Text: #FFF;

*Outlines*
Borders: #E6E6E6;
Category Top: #E6E6E6;
Category Bottom: #FFF;


**********************************/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#9A9A9A;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a:link,a:visited
{
	color:#74BFF8;
	text-decoration:none;
}

a:hover,a:active
{
	color:#74BFF8;
	text-decoration:underline;
}




/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6
{
	color:#0A3369;	
	margin:10px 0;
}

h1 {
	font-size: 28px;
	margin:0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

/** Navigation **/

#nav a:link, #nav a:visited
{
	color:#9A9A9A;
	font-weight:bold;
}

#nav a:hover, #nav a:active
{
	color:#9A9A9A;
	font-weight:bold;
	text-decoration:underline;
}

/** Footer **/
#footer
{
	color:#0a3369;
}

#footer a:link, #footer a:visited
{
	color:#0a3369;
}

#footer a:hover, #footer a:active
{
	color:#0a3369;
	text-decoration:underline;
}

/** Promo Pods **/
.promo-image .hd a,
.promo-image .hd 
{
	color:#74BFF8;
	font-weight:bold;
	font-size:15px;
}

.promo-image .hd a
{
	background:transparent url(../images/LinkArrow.png) no-repeat 190px 5px;
	display:block;
}

.prices th
{
	font-weight:bold;
	font-size:13px;
	text-align:left;
}

.small-print
{
	font-size:11px;
}


.small-print-strong
{
	font-size:11px;
	font-weight:bold;
}