/* CSS Document */

body{
margin:0;
padding:0;
border:0;
background-color:#fff;
}

.inner{
width:960px;
margin:0 auto;
padding:0 10px 20px 10px;
}

#banner{
background:url(../images/banner-hp.png) no-repeat top center;
height:185px;
width:100%
}

	#slideshow{
	position:absolute;
	width:475px;
	height:400px;
	border:0;
	padding:0;
	top:0px;
	margin:0 0 0 500px;
	}

.drive{
margin-top:70px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/*-------------------
	Navigation------*/

#nav-bar{
width:500px;
margin:3px -10px 0 0;
padding:0;
border:0;
}

/*--------------------
	Footer ---------*/
	
#footer{
margin:10px auto;
width:100%;
background-color:#b70213;
color:#fff;
}

	#services #footer{
	margin-top:400px;
	}

#footer-left{
width:300px;
float:left;
margin:0 15px 0 0;
}

.footer-right{
float:right;
width:350px;
margin:10px 0 0 15px;
}

	#footer a:link{
	display:block;
	width:395px;
	color:#fff;
	text-decoration:none;
	}

	#footer a:hover{
	background-color:#fff;
	color:#333;
	display:block;
	width:395px;
	}
	
	#footer a:visited{
	display:block;
	width:395px;
	color:#fff;
	text-decoration:none;
	}

/*---------------------
	Form Classes-----*/
	
label {
position:absolute;
margin:0 0 0 10px;
}

input {
background-color:#fff;
margin-left:10em;
margin-bottom:.2em;
line-height:1.4em;
}

#presciptions input{
margin-left:13em;
}

textarea{
background-color:#fff;
margin-left:45px;
}

/*---------------------
	General Classes  -*/
	
.clear{
clear:both;
}

.float-right{
float:right;
margin:10px 0 10px 15px;
}

	#pharmacy div .float-right,
	#jcpenney-page div .float-right,
	#photo-page div .float-right{
	margin-top:-60px;
	}

.float-left{
float:left;
margin:10px 10px 10px 0;
}
	#services .float-left{
	width:300px;
	padding:20px;
	}
	
	#store div .float-right{
	width:420px;
	}

.inner a img{
border:0;
margin:10px 0 10px 15px;
}

/*-----------------------------
	Specials Page
	-------------------*/

#specials .box{
border:dashed 3px #333;
width:100%;
height:210px;
border:dashed 3px #333;
}

#specials .box img{
float:right;
margin-right:10px;
}

#specials .box p{
margin-top:10px;
}