
/* ---------------------------------------------------------------
Title:    DAVID PEDLEY
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     12 JUNE 2009

© COPYRIGHT 2010, PRACTICE CAFE, LLC | ALL RIGHTS RESERVED
--------------------------------------------------------------- */

body  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background-color: #F0EEE8;
	margin: 0; 
	padding: 0;
	text-align: center;
	min-width: 980px;
}

/* BRANDING BACKGROUND */

#brandingbg  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg-top.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 980px;
}

#wrapper {
	width: 960px;
	height: 230px;
	margin: 0 auto;
	text-align: right;
}

/* ADDRESS: This is for the address info */

div.appointment {
	width: 650px;
	float: right;
	margin: 90px 30px 0 0;
	text-align: right;
	border-bottom: 1px dotted #548FB5;
}

/* ADDRESS: This is for the address info */

#address {
	float: left;
	width: 220px;
	margin-left: 0;
	padding-bottom: 10px;
	padding-right: 0;
	text-align: center;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #548FB5;
}

/* PHONE NUMBER */

#phone {
	width: 220px;
	height: 28px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-size: 30px;
	color: #548FB5;
	border-bottom: 1px dotted #F0EEE8; 
}

#phone .floatlft-sb {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
}

/* LOGO */

#logo {
	display: block;
	float: left;
	width: 221px;
	height: 159px;
	padding-top: 25px;
	margin-bottom: 0;
	margin-left: 3px;
}

#logo a {
	background: url(../images/logo.jpg) no-repeat center top;
	float: left;
	width: 221px;
	height: 159px;
}

#logo a span {
	visibility: hidden;
}

/* GET DIRECTIONS */

#directions {
	display: block;
	background: url(../images/map-button.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 54px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

#directions a {
	background: url(../images/map-button.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 54px;
	padding: 0px;
}

#directions a:hover {
	background: url(../images/map-button2.jpg) no-repeat center top;
}

#directions a span {
	visibility: hidden;
}

/* NEW PATIENT SPECIAL */

#special-button {
	display: block;
	background: url(../images/special-button.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 64px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

#special-button a {
	background: url(../images/special-button.jpg) no-repeat center top;
	float: left;
	width: 240px;
	height: 64px;
	padding: 0px;
}

#special-button a:hover {
	background: url(../images/special-button2.jpg) no-repeat center top;
}

#special-button a span {
	visibility: hidden;
}

/* BRANDING: This is the different header images */

#banner {
	float: left;
	background: url(../Headers/header.jpg) no-repeat left top;
	width: 620px;
	height: 267px;
	padding-right: 30px;
	text-align: left;
}

#banner1 {
	float: left;
	background: url(../Headers/header1.jpg) no-repeat left top;
	width: 620px;
	height: 267px;
	padding-right: 30px;
	text-align: left;
}

#banner2 {
	float: left;
	background: url(../Headers/header2.jpg) no-repeat left top;
	width: 620px;
	height: 267px;
	padding-right: 30px;
	text-align: left;
}

#banner3 {
	float: left;
	background: url(../Headers/header3.jpg) no-repeat left top;
	width: 620px;
	height: 267px;
	padding-right: 30px;
	text-align: left;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav-container {
	float: left;
	margin: 0;
	padding-left: 30px;
}

#horNav {
	float: right;
	margin-top: 40px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 590px;
}

#horNav ul a {
	display: block;
	float: left;
	margin-right: 8px;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	background: #D9D5C4;
	color: #5C2B24;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#horNav li {
	float: left;
}

#horNav ul a:hover {
	background: #8CADC8;
	color: #F0EEE8;
}

#horNav ul a:active {
	background: #548FB5;
	color: #F0EEE8;
}

#horNav ul .first a {
	border-left: hidden;
}

#home #horNav .home a,
#about #horNav .about a,
#services #horNav .services a,
#smiles #horNav .smiles a,
#contact #horNav .contact a {
	background: #5C2B24;
	color: #8CADC8;
	cursor: default;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* HORIZONTAL FOOTER NAVIGATION MENU */

#footerNav {
	float: left;
	margin-top: 20px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 590px;
}

#footerNav ul a {
	display: block;
	float: left;
	margin-right: 8px;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	background: #4C231F;
	color: #8CADC8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#footerNav li {
	float: left;
}

#footerNav ul a:hover {
	background: #8CADC8;
	color: #5C2B24;
}

#footerNav ul a:active {
	background: #8CADC8;
	color: #5C2B24;
}

#footerNav ul .first a {
	border-left: hidden;
}

#home #footerNav .home a,
#about #footerNav .about a,
#services #footerNav .services a,
#smiles #footerNav .smiles a,
#contact #footerNav .contact a {
	background: #8CADC8;
	color: #5C2B24;
	cursor: default;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* CONTENT BACKGROUND */

#contentbg  {
	background: url(../images/bg-content.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 980px;
}

/* CONTENT WRAPPER */

#contentwrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* CONTENT */

#content {
	width: 650px;
	float: right;
	margin-top: 0;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

#content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #5C2B24;
	text-shadow: #CCCCCC 0px 2px 3px;
}

#content h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #8CADC8;
	border-bottom: 1px dotted #C5C3AA;
}

#content h2 .reg {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #B92616;
}

#content h3 {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #948164;
	border-top: 2px solid #EBE6DB;
	border-bottom: 2px solid #EBE6DB;
}

#content p {
	padding-right: 30px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5C2B24;
}

#content .normal {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5C2B24;
}

p .reg{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: .7em;
}

#content p .map-details{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #548FB5;
}

#content img {
	color: #F0EEE8;
	border-color: #F0EEE8;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* -------------------------------------------------- */

#content ul {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	list-style-type: none;
}

#content li {
	background: url(../images/bullet.jpg) no-repeat 0 50%;
	list-style: none;
	display: block;
	padding-left: 2em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #5C2B24;
	border-bottom: 1px dotted #8CADC8;
}

#content li .reg {
	font-size: 10px;
	line-height: 18px;
	color: #636365;
}

/* TEAM */

.team-photo {
	width: 175px;
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #E6E4D1; 
}

.team-bio {
	width: 360px;
	float: right;
	margin: 0;
	padding: 0;
}

.team-bio p {
	margin-top: 0;
	margin-bottom: 10px;
}

.doctor-name {
	color: #DF9331;
}

/* TESTIMONIALS */

div.testimonial {
	width: 600px;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #F0EEE8;
	border: 2px solid #EBE6DB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .testimonial p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #5C2B24;
}

/* Note */

div.note {
	width: 520px;
	height: 810px;
	margin-left: 30px;
	padding: 70px 30px 20px 30px;
	background: url(../images/note-bg.jpg) no-repeat top;
}

#content .note p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #5C2B24;
	border-bottom: 1px solid #ccc;
}

#content .note h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #5C2B24;
	text-shadow: #CCCCCC 0px 2px 3px;
	border-bottom: 1px solid #ccc;
}

/* COLUMNS */

#column-left {
	width: 290px;
	float: left;
	margin: 0;
	padding: 0;
}

#column-left p {
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #636365;
	
}

#column-right {
	width: 230px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	background: #D9D5C4;
	border: 5px solid #EBE6DB;
}

#column-right p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #48311A;
	
}

/* CONTACT US TODAY BUTTON */

#forms-button {
	display: block;
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 230px;
	height: 75px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EBE6DB;
}

#forms-button a {
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 230px;
	height: 75px;
	padding: 0;
	margin: 0;
}

#forms-button a:hover {
	background: url(../images/new-patient-forms2.jpg) no-repeat center top;
}

#forms-button a span {
	visibility: hidden;
}

/* FAQ CONTENT */

#faq-content {
	width: 650px;
	float: right;
	margin-top: 0;
	padding-right: 30px;
	text-align: left;
}

#faq-content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #48311A;
}

#faq-content p {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #48311A;
}

/* SMILE GALLERY */

.smile-gallery {
	width: 285px;
	margin: 8px;
	padding: 10px 10px;
	float: left;
	font-size: 14px;
	border: 1px solid #EBE6DB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .smile-gallery p {
	padding: 0;
	margin-bottom: 5px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5C2B24;
}

/* SLIDESHOW */
	
#slideshow {
	width:620px;
	height:456px;
	margin: 0;
	padding: 0;
	float: left; 
}

#dr-slideshow {
	width:250px;
	height:340px;
	margin: 0;
	padding: 0 15px 0 0;
	float: left; 
}


/* SIDE LIST */

#sidelist { 
	width: 220px;
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left; 
}

#sidelist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidelist ul a {
	width: 200px;
	display: block;
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #59302A;
	text-decoration: none;
	list-style: none;
	border-bottom: 1px dotted #F0EEE8;
}

#sidelist li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #6D643C;
}

#sidelist .details {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #513F3D;
}

#sidelist .underline {
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	border-bottom: 1px dotted #F0EEE8;
}

#sidelist .underline:before {
	content: "\00BB \0020";
}

#sidelist ul a:before {
	content: "\00BB \0020";
}

#sidelist ul a:hover {
	background: #f1eee9;
	color: #548FB5;
}

html>body #sidelist ul a {
	margin: auto;
}

#sidelist .dark {
	display: block;
	background-color: #FBE89A;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #F0EEE8;
	border-bottom: 1px solid #F0EEE8;
}

#sidelist p {
	padding-left: 0;
	padding-right: 20px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #6D643C;
}

#sidelist h1 {
	margin-left: 0px;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #59302A;
	border-top: 1px dotted #F0EEE8;
}

#sidelist h1 .details{
	list-style: none;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}

#sidelist h2 {
	margin-left: 0px;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #59302A;
	border-top: 1px dotted #C2D1DF;
}

#sidelist .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-right: 10px;
}

/* SERVICE LIST */

#servicelist {
	width: 510px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#servicelist ul {
	margin-left: 10px;
	margin-right: 40px;
	padding: 0;
	list-style-type: none;
}

#servicelist li {
	list-style: none;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #2F3D7B;
	border-bottom: 1px solid #B2B2CA;
}

#servicelist li .reg {
	font-size: 10px;
	line-height: 18px;
	color: #636365;
}

#servicelist li:before {
	content: "\00BB \0020";
}

#servicelist h2 {
	margin-right: 20px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #596495;
	border-top: 1px solid #B2B2CA;
	border-bottom: 1px solid #B2B2CA;
}
	

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	background-color: #8CADC8;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	color: #1D2258;
	min-width: 980px;
}

/* ENDING FOOTER AREA */

#end {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	padding: 30px 0;
}

#address-footer {
	float: left;
	width: 560px;
	margin: 0 auto;
	padding-left: 10px;
	padding-top: 0;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	color: #D9D5C4;
}

#practicecafe-link {
	float: right;
	width: 250px;
	margin: 0 auto;
	padding-right: 20px;
	padding-top: 10px;
	text-align: right;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #4389B1;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
}

.floatrt {
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 20px;
}

/* CONTACT FORM: This contains the contact form so there is a margin on the left side. */

#contactform {
	width: 370px;
	float: left;
	margin: 0;
	padding: 0;
}

#comment-form fieldset {
	margin: 0 0 15px 0;
	border: none;
}

#comment-form fieldset label {
	display: block;
	margin: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #59302A;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 346px;
	padding: 5px;
	font-size: 14px;
	border: none;
	background: #F0EEE8;
	border: 1px solid #EBE6DB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#comment-form fieldset textarea {
	height: 200px;
}

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
}

#comment-form .form-input-button {
	width: 188px;
	height: 58px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	border: none;
	color: #fff;
	text-shadow: 0px -1px 0px #374683;
	background: url(../images/submit-btn.jpg) center top no-repeat;
}

.message-text {
	font-size: 20px;
	color: #AD0E16;
	font-weight: bold;
}

/* ------------( PHONE NUMBER ON CONTACT PAGE )------------ */

#phone-number {
	float: left;
	width: 225px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 0;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #5C2B24; 
}

#phone-number .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 5px;
}

#phone-number .details{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5C2B24;
	border-top: 1px dotted #8CADC8; 
}

/* ------------( FAX NUMBER ON CONTACT PAGE )------------ */

#fax-number {
	float: left;
	width: 225px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 0;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #5C2B24; 
}

#fax-number .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

#fax-number .details{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #5C2B24;
	border-top: 1px dotted #8CADC8;
}


/* ---------- LINKS ---------- */

a:hover, a:active { outline: none; }

/* NORMAL */

a:link {
	color: #548FB5;
	text-decoration: underline;
}
a:visited {
	color: #548FB5;
	text-decoration: underline;
}
a:hover {
	color: #5C2B24;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* LINK2 */

a.link2:link {
	color: #F0EEE8;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:visited {
	color: #F0EEE8;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:hover {
	color: #5C2B24;
	text-decoration: none;
	font-size: 12px;
}
a.link2:active {
	color: #5C2B24;
	text-decoration: underline;
	font-size: 12px;
}

/* DESIGNED BY */

a.designer:link {
	color: #4389B1;
	text-decoration: none;
}
a.designer:visited {
	color: #4389B1;
	text-decoration: none;
}
a.designer:hover {
	color: #EBE6DB;
	text-decoration: underline;
}
a.designer:active {
	color: #EBE6DB;
	text-decoration: none;
}

/* IMAGE */

a.image:link {
   color: #F0EEE8;
	text-decoration: underline;
}
a.image:visited {
	color: #F0EEE8;
	text-decoration: underline;
}
a.image:hover {
	color: #C6C1A8;
	text-decoration: none;
}
a.image:active {
	text-decoration: underline;
}

a.image:link img {
	border: 5px solid #F0EEE8;
}

a.image:visited img {  
	border: 5px solid #F0EEE8;
}

a.image:hover img {  
	border: 5px solid #C6C1A8;
}