/* 	Copyright 2007 Gemini Total Solutions
	Developed by Gemini Total Solutions

	Date: October 6, 2007
	Version: 1.x
	
	This is a stylesheet for Dental Fill-Ins&#153;, Ltd website.
*/

body { 
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	margin-top: 0px;
	margin-left: 0px;
	padding:0px;
	background-color: #cfaf66;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}

/* DIV ID and subclass definitions used for the page layout */
#wrap {
	position: relative;
	top:1px;
	width:900px;
	margin: 0px auto 0px auto;
}
#header {
	position: absolute;
	width:900px;
	height:148px;
	top:0px;
}
#headerPicture {
	position:absolute;
	top: 148px;
	height:201px;
	width:900px;
	background-image:url(../images/header_mid_bg.jpg);
	background-repeat:no-repeat;
}
.headerRegionPicture {
	float: left;
	width:197px;
	margin-left:67px;
	margin-top:2px;
	z-index:1;
}
#container {
	position: absolute;
	width:900px;
	top: 349px;
	background-image:url(../images/main_vert.jpg);
	background-repeat:repeat-y;
}
#homeInsert {
	float:left;
	padding-top:5px;
	margin-left:65px;
}
#mainLayer {
	width: 900px;
	min-height:100px;
	float: left;
	background-image:url(../images/main_top.jpg);
	background-repeat:no-repeat;
}
.mainTextLayer {
	float: left;
	width:750px;
	padding-bottom: 15px;
	margin-left: 75px;
	padding-top: 5px;
}
#sidebar {
	float:left;
	width:195px;
	height:auto;
	position:relative;
	top:0px;
	display:inherit;
	margin: 0px;
	padding-top:5px;
	padding-left:3px;
}
#footer {
	width: 900px;
	float: left;
	color: #084c9d;
	padding-top: 13px;
	height: 75px;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
}

/* Structural Elements */
h1 {
	color: #1c4e8b;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18pt;
	font-weight: bolder;
	text-align: left;
	text-transform: uppercase;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: no-repeat;
	background-x-position: left;
	background-y-position: center;
	padding-top: 2px;
	padding-left: 5px;
	height: 34px;
	margin-top: 0px;
	margin-right: 205px;
	margin-bottom: 0px;
	margin-left: -5px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 40px;
	padding: 5px;
	font-size: 111%;
	color: #14388b;
}
form {
	display:inline;
}
hr {
	height: 1px;
	background-color: #f0f0f0;
	color: #660000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
p {
	color: #14388b;
	font-size: 111%;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
table {
	border: 1px solid #ccc;
	border-collapse:collapse;
	margin-left:40px;
}
th {
	font-weight:bold;
	font-size: 111%;
	text-align:center;
	background-color:#660000;
	color:#ffffff;
	vertical-align:middle;
	padding: 3px 7px;
	border: 1px solid #ccc;
}
td {
	font-size: 111%;
	color:#14388b;
	text-align:center;
	vertical-align:middle;
	padding: 3px 7px;
	border: 1px solid #ccc;
}

/* Anchors */
a:link {
	color: #B22222;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #B22222;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #EE3B3B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

/* Elements used to highlight text */
em {
	background-color: #BCD2EE;
	font-style: normal;
}

/* General subclasses */
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.stripe {
	background-color: #BCD2EE;
}
