/* Start of CMSMS style sheet 'tdl_layout' */
/* tdl layout */
/*
name: layout.css
site: technicare dental
author: patrick goff, patrick.goff@gmail.com
date: june 2009
*/

/* floats */
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
   clear: both;
}

/* jquery added classes */
li.first-item {
   background: none !important;
   padding: 0 !important;
}
ul.quickLinks li.last-item {
   background: transparent url(../img/quickLinksBottom.gif) no-repeat 0 bottom !important;
   padding-bottom: 25px;
}
ul.quickLinks li.last-item a {
   background: #fff;
   border-bottom: none !important;
}

body {
	background: #000 url(../img/background.gif) repeat-x 0 0;
	color: #333399;
	font-family: sans-serif;
}
#index #pageSurround {
	background: #fff url(../img/indexPageBack.jpg) no-repeat 0 0;
	height: 684px;
	margin: 20px auto 10px;
	width: 946px;
}
#content #pageSurround {
	background: #fff url(../img/contentTop.jpg) no-repeat 0 0;
	margin: 20px auto 0;
	min-height: 500px;
	width: 946px;
}
#pageInner {
	background: red url(../img/pageInnerBack.gif) no-repeat 0 0;
	clear: both;
	height: 13px;
	margin: 0 auto 10px;
	width: 946px;
}
#header {
	height: 100px;
	position: relative;
}
#logo {
	background: url(../img/logoBack.gif) no-repeat 0 0;
	height: 78px;
	position: absolute;
	text-indent: -9999px;
	top: 17px;
	left: 17px;
	width: 303px;
}
#phoneNumber {
	background:	url(../img/phoneNumberBack.gif) no-repeat 0 0;
	height: 54px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 15px;
	width: 368px;
}
#index .content,
#content .content {
   float: right;
   padding: 20px;
   width: 580px;
}
#sideBar {
        float: left;
	padding: 22px 0 20px 16px;
	width: 262px;
}
#sideBar #image {
   background: url(../img/image.jpg) no-repeat 0 0;
	position: relative;
}
#sideBar #image,
#sideBar #imageFrame {
	height: 173px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
#sideBar #imageFrame {
	background: url(../img/imageFrameClear.gif) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 262px;
}
/* main navigation */
#mainNav {
	background: url(../img/mainNavBack.jpg) no-repeat 0 0;
	height: 26px;
	position: absolute;
	right: 1px;
	text-align: right;
	top: 75px;
	width: 582px;
}
ul.mainNav {
	color: #fff;
   float: right;
	font-size: 1.4em;
	font-weight: bold;
	list-style: none;
	margin: 0 15px 0 0;
	text-transform: uppercase;
}
ul.mainNav li {
	background: url(../img/mainNavBullet.gif) no-repeat 2px 9px;
	float: left;
	line-height: 26px;
	padding: 0 0 0 11px;
}
ul.mainNav li a {
	color: #fff;
   display: block;
   padding: 0 5px;
	text-decoration: none;
}
ul.mainNav li a:hover {
     background: #fff;
   color: #CD181D;
}
ul.mainNav li a.currentpage {

}

/* quick links navigation */
#quickLinks {
	font-size: 1.2em;
}
h3.quickLinks {
	background: url(../img/quickLinksTop.gif) no-repeat 0 0;
	height: 26px;
	text-indent: -9999px;
}
ul.quickLinks {
        background: url('../img/quickLinksBack.gif') repeat-y 0 0;
	color: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0 ;
}
ul.quickLinks li {
   display: block;
}
ul.quickLinks li a {
	border-bottom: 1px solid #d3d9ea;
	color: #19307a;
	display: block;
	margin: 0 25px 0 20px;
	padding: 10px 8px;
	text-decoration: none;
}
ul.quickLinks li a:hover {
   text-decoration: underline;
}
#footer {
	color: #fff;
	margin: 0 auto;
	width: 700px;
}

/* End of 'tdl_layout' */

