@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

html, body {height: 100%; background: url(../images/bkgd3.gif) repeat-x #fff6e5;}

p {
	line-height:26px;
	letter-spacing:0;
	font-size:14px;
	padding:15px 5px 5px 15px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#523929;	
	}

ul {
	line-height:22px;
	}

img {border: 0;}

h1{}

h2{
	font-size:18px;
	padding:25px 30px 15px 30px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#7d6759;
	}

h3{
	font-size:18px;
	padding:25px 0px 15px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#7d6759;
	}

a {
	color: #900;
	text-decoration:none;
	}	

a:hover {
	color: #039;
	text-decoration:none;
	}

#container {
	position:relative;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 20px; 
	width: 980px;
}

#header {
	height:160px;
	width:980px;
}

#top{
	width:980px;
	height:64px;
	background: #b31b21;
	}

#logo {
	background:url(../images/logo.png);
	margin:15px;
	height:178px;
	width:318px;
	z-index:1000;
}

#menu {
	width:980px;
	height:71px;
}

a.home {
    display: block;
    width: 95px;
    height: 71px;
    text-decoration: none;
    background: url("../images/home.jpg");
    }
a.home:hover {
    background-position: -95px 0;
    }

a.about {
	
    display: block;
    width: 99px;
    height: 71px;
    text-decoration: none;
    background: url("../images/about.jpg");
    }
a.about:hover {
    background-position: -99px 0;
    }
	
a.pharmacy {
    display: block;
    width: 133px;
    height: 71px;
    text-decoration: none;
    background: url("../images/pharmacy.jpg");
    }
a.pharmacy:hover {
    background-position: -133px 0;
    }	

a.homecare {
    display: block;
    width: 147px;
    height: 71px;
    text-decoration: none;
    background: url("../images/homecare.jpg");
    }
a.homecare:hover {
    background-position: -147px 0;
    }

a.gifts {
    display: block;
    width: 82px;
    height: 71px;
    text-decoration: none;
    background: url("../images/gifts.jpg");
    }
a.gifts:hover {
    background-position: -82px 0;
    }

a.contact {
    display: block;
    width: 130px;
    height: 71px;
    text-decoration: none;
    background: url("../images/contact.jpg");
    }
a.contact:hover {
    background-position: -130px 0;
    }

.displace {
    position: absolute;
    left: -5000px;
    }

#bttm{
	width:980px;
	height:25px;
	background: #fff6e2;
	}

#imageContainer {
	position:relative;
	margin:auto;
	width:980px;
	border:0px solid #000;
	z-index:1;
}

#slider{
	height:411px;
	width:980px;
	}

#title{
	height:130px;
	width:980px;
	}

#content{
	background:#fff6e5;
	width:980px;
	margin-top:0px;
	overflow:auto;
}

#sidebar
{
	margin:0;
	float: right;
	background:#fff6e5;
	width: 275px;
	min-height: 855px;
}

#sidebar-header
{
	width: 275px;
	background:#fff6e5;
	padding: 0;
	margin:0;
}

#sidebar-content
{
	width: 275px;
	background:#fff6e5;
	padding: 0;
	margin:0;
}

#check{
	line-height:36px;
	padding-left:25px;
	}

#check ul{
	list-style:none;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:none;
	color:#523929;
	}

#check li{
	background:url(../images/check.jpg) no-repeat;
	padding-left:35px;
	margin-top:10px;
	}
	
#check-home {
	line-height:36px;
	padding-left:50px;
	}

#check-home ul{
	list-style:none;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:none;
	color:#523929;
	}

#check-home li{
	background:url(../images/check.jpg) no-repeat;
	padding-left:35px;
	margin-top:10px;
	}	

#sidelinks a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8a9455;
	text-decoration:underline;
	line-height:28px;
	}

#sidelinks a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#acb775;
	text-decoration:none;
	}

#divider{
	float:right;
	background:url(../images/main_divider.jpg) repeat-y;
	width:30px;
	min-height:700px;
	margin-top:30px;
	}

#main {
	float: right;
	width: 670px;
	min-height:750px;
	margin: 0px;
}

#main-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#523929;
	padding: 0px 10px 10px 10px;
}

/* Contact Area */

#contact-area {
	margin:0;
	padding:0;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 80%;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	margin-left:0px;
	width: 100px;
}

#contact-area label {
	text-transform:uppercase;
	margin-left:0px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 0px;
}

.texta {
position: absolute;
text-align: left;
vertical-align: text-bottom;
margin-left: 5px;
margin-top: 22px;
width: 250px;
height: 20px;
font: 14px "Arial";
color: #00356B; 
background-color: #CCCCCC;
border: 1px solid #666666;
}

/* Contact Area */

#contact-area2 {
	padding:0;
	margin:0;
}

#contact-area2 input, #contact-area2 textarea {
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 5px 0px 10px 0px;
}

#contact-area2 textarea {
}

#contact-area2 textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area2 input.submit-button {
	margin-left:0px;
	width: 100px;
}

#contact-area2 label {
	text-transform:uppercase;
	margin-left:0px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 0px;
}

.texta {
position: absolute;
text-align: left;
vertical-align: text-bottom;
margin-left: 5px;
margin-top: 22px;
width: 250px;
height: 20px;
font: 14px "Arial";
color: #00356B; 
background-color: #CCCCCC;
border: 1px solid #666666;
}

#form_btn {
	background: #900;
	padding:5px;
	border:solid 2px #666;
	}
	
#form_btn a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	}	

#form_btn a:hover {
	color: #CCC;
	text-decoration:none;
	text-transform:uppercase;
	}

#main-bttm{
	float:left;
	margin: auto;
	width: 600px;
	}

/*If you are going to use floats then you will NEED to clear the
footer so it doesn't bunch the content up*/
.clear {clear:both;}

#footer {
	margin:auto;
	position: relative;
	height:115px;
	background: #295785;
	width:100%;
}

#footerbg {
	height:115px;
	width:950x;
	background:#295785;
	}

#footer-content {
	margin:auto;
	width:950px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #f3e2c0;
	text-align:left;
}

#footer-content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #f3e2c0;
	text-decoration:none;
}

#footer-content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	text-decoration:none;
}

#footer-small {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #f3e2c0;
	text-align:center;
}

#footer-small a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #f3e2c0;
	text-decoration:underline;
}

#footer-small a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	text-decoration:none;
}

#baseline {
	width:100%;
	height: 30px;
	background: #b31b21;
}