/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #6ec1f3 url(../img/home/bkgrnd.gif) 0 0 repeat-x;
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, sans-serif;
}

div#wrapper {
	width: 780px;
	margin: 0 auto 10px auto;
	text-align: left;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	position: relative;
}

div#container {
	position: relative;
	width:780px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	z-index: 1;
}

div#header {
	width: 780px;
	height: 99px;
}

div#content {
	position: relative;
	background: #fff;
	width: 780px;
	min-height: 385px;
	height: auto !important;
	height: 385px;
	margin: 0;
}

div#copyright {
	position: relative;
	background: #6ec1f3;
	height: 30px;
	width: 780px;
	text-align:center;
	margin-top:40px;
}

div#copyright p { 
	font-size: 1.2em; 
	color: #fff; 
}

div#copyright p a,
div#copyright p a:visited { 
	color:#fff; 
	text-decoration: none; 
}

a.shopnow {
	position:absolute;
	top: 560px;
	left: 390px;
	width: 242px;
	height: 56px;
	background: url('../img/home/shopnow_new.gif') 0 0 no-repeat;
	float: right;
}

a.shopnow:hover, a.shopnow:visited:hover {
	width: 242px;
	height: 56px;
	background: url('../img/home/shopnow_new.gif') 0 -56px no-repeat;
	float: right;
}

a.dentalspecial {
	position:absolute;
	top: 560px;
	left: 130px;
	width: 242px;
	height: 56px;
	background: url('../img/home/dentalspecial.gif') 0 0 no-repeat;
	float: right;
}

a.dentalspecial:hover {
	width: 242px;
	height: 56px;
	background: url('../img/home/dentalspecial.gif') 0 -56px no-repeat;
	float: right;
}

a#facebook {
	background:url(../img/home/facebook.png) 0 0 no-repeat;
	position: absolute;
	width:103px;
	height:29px;
	left: 200px;
	top: 454px;
}

