/*--------------------------------------------------------------------------------
//
//	Arrow Pharmacy
//
//	by MSM DesignZ - http://www.msmdesignz.com
//
//  Copyright 2007 MSM DesignZ This code cannot be redistributed without
//  permission from http://www.msmdesignz.com
//
//	Date: 08/11/07
//
// ---------------------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------------- */

* {
	margin: 0 ;
	padding: 0;
}

body {
	font: 62.5%/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background: url(../images/bg.jpg) repeat-x top #F3F3F5;
}

#wrapper {
	width: 755px;
	margin: 20px auto;
	background: url(../images/shadow.jpg) repeat-y;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}

/*--------------------------------------------------------------------------
//
//	Top Content
//
// ---------------------------------------------------------------------- */

#topContent, #logo, #banner, #banner ul, #bannerImage, #column1, #contactDetails {
	float: left;
}

#topContent, #banner{
	width: 744px;
}

#topContent {
	border-top: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 2px;
	background: url(../images/logo-bg.jpg) no-repeat;
	height: 125px;
}

#logo {
	width: 190px;
}

#strapline {
	font-size: 1.7em;
	line-height: 1.5em;
	text-align: right;
	padding: 15px 20px;
	width: 300px;
}

#strapline, #column2 {
	float: right;
}

/*--------------------------------------------------------------------------
//
//	Banner & Main Nav
//
// ---------------------------------------------------------------------- */

#banner {
	padding: 0px 0px 3px 7px; 
	height: 190px;
}

#banner ul, #subNav, #copyright {
	text-align: right;
}

#banner ul {
	background: url(../images/menu-bg.jpg) no-repeat;
	width: 210px;
	height: 180px;
	margin-right: 3px;
	padding: 5px;
	font-size: 1.2em;
}

#banner li {
	padding: 9px 5px;
	border-bottom: 1px solid #EB5463;
	display: block;
	height: 18px;
}

#banner a:link, #banner a:active, #banner a:visited {
	color: white;
} 

#banner a:hover, .yellow {
	color: yellow;
}

#bannerImage {
	width: 520px;
	height: 190px;
}

/*--------------------------------------------------------------------------
//
//	Main Content
//
// ---------------------------------------------------------------------- */

#contentContainer {
	clear: left;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: -3px 4px 0px 7px;
	padding-top: 3px;
	background: url(../images/medicine.jpg) bottom left no-repeat;
	width: 743px;
}

#column1 {
	width: 520px;
	padding: 10px 10px 110px 10px;
}

#column1 p {
	padding: 5px 0px;
	line-height: 16px;
}

#column1 ul {
	padding: 5px;
}

#column1 li {
	background: url(../images/arrow.jpg) left top no-repeat;
	padding-left: 7px;
}

#column1 a {
	text-decoration: underline;
	color: #232F84;
}

#column1 a:hover {
	text-decoration: none;
}


#column2 {
	width: 200px;
}

.image {
	height: 238px;
}

#contactDetails {
	background: url(../images/contact-bg.jpg) repeat-x bottom #283890;
	padding: 10px;
	margin-bottom: 3px;
	width: 180px;
	height: 260px;
}

#contactDetails p {
	padding: 3px 0px;
}

#contactDetails, #subNav, #strapline {
	color: white;
}

#map {
	border: 1px solid #EEEEEE;
	padding: 4px;
	width: 325px;
	height: 180px;
}

/*--------------------------------------------------------------------------
//
//	Copyright & Sub Nav
//
// ---------------------------------------------------------------------- */

#subNav {
	clear: both;
	width: 603px;
	margin-left: 130px;
	background: url(../images/footer-bg.jpg) repeat-x #972733;
	padding: 5px;
	height: 19px;
}

#subNav li {
	display: inline;
}

#subNav a:link, #subNav a:active, #subNav a:visited, #contactDetails a:link, #contactDetails a:active, #contactDetails a:visited  {
	color: white;
}

#subNav a:hover, #contactDetails a:hover {
	color: yellow;
	text-decoration: underline;
}

#copyright {
	clear: both;
	padding: 10px 5px;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: red;
}

#copyright a:hover {
	color: black;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------
//
//	Headings
//
// ---------------------------------------------------------------------- */

h1, h2, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

h2 {
	color: #232F84;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 10px 0px;
}

h3 {
	font-size: 1em;
	padding: 5px 0px;
}

h4, h5 {
	color: yellow;
	font-size: 1.4em;
}

h5 {
	border-bottom: 1px dotted white;
	border-top: 1px dotted white;
	padding: 5px 0px;
	margin: 5px 0px;
}

h4 {
	border-bottom: 1px dotted white;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------------
//
//	Other Styles
//
// ---------------------------------------------------------------------- */

.red {
	color: #BF1E2D;
}