/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, th
{
	margin:  0;
	padding : 0;
}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }

/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/****** main site styles ******/

/* main body - background colour and margins */

body{
	font-family:Verdana,Geneva,Arial,helvetica,sans-serif;
	margin-bottom:15px;
	margin-top:15px;
	background-color: #FFFFFF;
	background-image: url(../graphics/bg.gif);
	background-repeat: repeat-x;
}

.intro{
	font-size: 14px;
	line-height: 20px;
}

a:link {
	color: #00458D;
}
a:visited {
	color: #663366;
}
a:hover {
	color: #000000;
}
a:active {
	color: #00458D;
}


/* main naviagtion  */

.main:link, .main:visited, .main:active	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	line-height: 25px;
	display: block;
	padding-top: 1px;
}

.main:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 1px;
} 

/* sub headings */

h1,h2,h3,h4  {
font-weight: normal;
}

h1{font-size:26px;color:#fff;padding-bottom:8px;padding-top:70px}

/* for h1 headings with 2 lines of text - like the welcome to...... */

h1.twolines{font-size:28px;color:#fff;padding-top:32px}

h2{font-size:13px;font-weight:bold;padding-top:6px;padding-bottom:6px;color:#009958}

/* the sub headings background area  */

td.subhead{height:123px;padding-left:32px;padding-right:15px}

/* paragraph text */

p{font-size:12px;line-height:20px;padding-top:6px;padding-bottom:6px}

/* text lists with 'tick' bullet */

#content-list{margin-left:0;padding-left:0;list-style:none;font-size:12px;line-height:24px;margin-top:6px;margin-bottom:6px}

#content-list li{background:url(../graphics/tick.gif) no-repeat 0 6px;padding-left:18px;list-style-type:none}

/* text lists with 'check box' bullet */

#content-check{margin-left:0;padding-left:0;list-style:none;font-size:12px;line-height:24px;margin-top:6px;margin-bottom:6px}

#content-check li{background:url(../graphics/check.gif) no-repeat 0 8px;padding-left:18px;list-style-type:none}


/* the main content area  */

td.content{
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

/* copyright text  */

.copyright{font-size:65%;color:#666;display:block}


/* copyright link (OPG)  */

.copylink:active,.copylink:visited,.copylink:link{font:11px arial,helvetica,sans-serif normal;text-decoration:none;color:#666;padding-top:-25px}

.copylink:hover{font:11px arial,helvetica,sans-serif normal;text-decoration:underline;color:#000;padding-top:-25px}

/* general form styles  */

.inputbox{font:11px verdana,arial,helvetica,sans-serif;background:#fff;color:#003;border:1px solid #b4b4b4}

.formtext {
	font-size: 11px;
	color: #000000;
}

.formtextgrey {
	color: #4D4D4D;
}

.terms-conditions{padding:8px 8px 8px 15px;margin:5px 2px;color:#900;font-size:11px;border:1px solid #900}

/******* contact form *******/

#contact-form{background:#fff;padding:10px 15px;margin:10px 0 0;border:1px solid #ccc;font-size:11px;width:480px;color:#ffffec}

/******* prescriptions form  *******/

#bottomform,#drugs,#personal{background:#fff;margin:12px 0;padding:15px;border:1px solid #ccc;font-size:11px}

#repeat-form{background:#fff;padding:10px 15px;margin:10px 0 0;border:1px solid #ccc;width:550px;font-size:11px}
/******* how to find us page  *******/

#map{height:300px;width:350px;border:1px solid #999;margin-right:15px;overflow:hidden}

.tabletext {
	font-size: 13px;
}

/* this is the popup bubble on the google map  */

div#popup{background:#efefef;border:1px solid #999;margin:0;padding:7px;width:200px;font-size:13px}


/*- MAIN TABS NAVIGAION */

    #tabsB {
	float:left;
	width:100%;
	background-color: #EFEFEF;
	margin-top: -7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
      }
    #tabsB ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 8px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
	float:left;
	background:url("../graphics/tableftB.gif") no-repeat left top;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
      }
    #tabsB a span {
	float:left;
	display:block;
	background:url("../graphics/tabrightB.gif") no-repeat right top;
	color:#006699;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 4px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

