/* 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;
	background-color: #00209f;
	margin-bottom: 15px;
	margin-top: 15px;
}

.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: #FFFFFF;
	padding-bottom: 8px;
	padding-top: 70px;
}

/* for h1 headings with 2 lines of text - like the welcome to...... */

h1.twolines {
	font-size: 27px;
	color: #FFFFFF;
	padding-top: 32px;
}

h2 {
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #007229;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #007229;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #007229;
	font-weight: bold;
}

/* the sub headings background area  */

td.subhead {
	height: 123px;
	padding-left: 32px;
	padding-right: 15px;
}

/* paragraph text */

p {
	font-size: 12px;
	line-height: 160%;
	padding-top: 6px;
	padding-bottom: 6px;
}
.green-text {
	color: #007229;
}

/* text lists with 'tick' */

#content-list
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 80%;
	line-height: 200%;
	margin-top: 6px;
	margin-bottom: 6px;
}

#content-list li 
{
	padding-left: 18px;
	background-image: url(../graphics/li-pharm-logo.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style-type: none;
	font-size: 12px;
}

#content-list-li-pharm 
{
	padding-left: 18px;
	background-image: url(../graphics/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style-type: none;
	font-size: 12px;
}



/* the main content area  */

td.content {
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;	

}

/* copyright text  */

.copyright {
	font-size: 65%;
	color: #666666;
	display: block;
}


/* copyright link (OPG)  */

.copylink:link, .copylink:visited, .copylink:active	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-top: 25px;
} 

.copylink:hover	{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: -25px;
} 

/* general form styles  */

.inputbox {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #000033;
	background-color : #FFFFFF;
	border           : 1px solid #B4B4B4;
}

.formtext {
	font-size: 11px;
	color: #000000;
}

.formtextgrey {
	color: #4D4D4D;
}

.terms-conditions{
	color: #990000;
	font-size: 11px;
	border: 1px solid #990000;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #FFFFFF;
}

/******* contact form *******/

#contact-form {
	border: 1px solid #999999;
	font-size: 11px;
	background-color: #F1f1f1;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 480px;
	color: #FFFFEC;
}
.prescriptions {
	font-size: 12px;
}

/******* prescriptions form  *******/



#repeat-form {
	border: 1px solid #CCCCCC;
	width: 550px;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#personal, #drugs, #bottomform {
	padding: 15px;
	border: 1px solid #999999;
	font-size: 11px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #f1f1f1;
}

/******* quote form *******/

#quote {
	padding: 15px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 520px;
}

#quote-form {
	border: 1px solid #999999;
	font-size: 11px;
	background-color: #F1f1f1;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 480px;
	color: #FFFFEC;
}

.prescription:link, .prescription:visited, .prescription:active	{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
} 

.prescription:hover	{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
} 

/******* how to find us page  *******/

#map {
	height: 300px;
	width: 350px;
	border: 1px solid #999999;
	margin-right: 15px;
	overflow: hidden;
}

.tabletext {
	font-size: 12px;
}

/* this is the popup bubble on the google map  */

div#popup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:200px;
	font-size: 13px;
}


/*- Menu Tabs B--------------------------- */

    #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: Arial, Helvetica, sans-serif;
	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:#00209f;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 8px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
	color:#007229;
	background-image: url(../graphics/tabrightB.gif);
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }

#details-home {
	width:700px;
	top: 900px;
}
#hours {
	position:relative;
	padding:5px 0px 5px 5px;
	width:280px;
	text-align:left;
	height: 240px;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
}

#pharmacist {
	position:absolute;
	margin:0 auto;
	padding:5px;
	width:400px;
	text-align:left;
	height: 230px;
	float: left;
}

.interiorpic{
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	margin-left: 14px;
	margin-top: 8px;
	margin-right: 3px;
}

.allaboutlogo{
	float: right;
	margin-bottom: 4px;
	margin-left: 14px;
	margin-top: 8px;
}
