
/* ---------------------------------------------------------------
Title:    BELLA VITA SMILES
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     11 NOVEMBER 2009

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

body  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background-color: #ede7d9;
	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) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 980px;
}

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

strong {
	font-weight: normal;
}

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

.appointment {
	float: right;
	margin: 0 auto;
	padding-top: 0;
	text-align: right;
}

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

#address {
	float: right;
	width: 250px;
	margin-left: 0;
	padding: 10px 10px 0 10px;
	text-align: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #808D6C;
}

/* PHONE NUMBER */

#phone {
	width: 530px;
	height: 60px;
	margin: 15px 30px 0 0;
	float: right;
	text-align: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 60px;
	color: #782418;
	border-top: 1px solid #DBD2B7; 
}

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

/* LOGO */

#logo {
	display: block;
	float: left;
	width: 260px;
	height: 119px;
	padding-top: 30px;
	margin-bottom: 0;
	margin-left: 40px;
}

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

#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 {
	width: 560px;
	float: right;
	margin: 0;
}

#horNav {
	float: left;
	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: left;
	width: 560px;
}

#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: #FAF8EA;
	color: #670024;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transition: background-color .4s linear;
}

#horNav li {
	float: left;
}

#horNav ul a:hover {
	background: #DBB952;
	color: #670024;
}

#horNav ul a:active {
	background: #DBB952;
	color: #670024;
}

#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: #DBB952;
	color: #670024;
	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: #82373C;
	color: #350115;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transition: background-color .4s linear;
}

#footerNav li {
	float: left;
}

#footerNav ul a:hover {
	background: #DBB952;
	color: #782418;
}

#footerNav ul a:active {
	background: #DBB952;
	color: #782418;
}

#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: #DBB952;
	color: #782418;
	cursor: default;
	font-weight: bold;
	border-radius: 10px;
	-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: 920px;
	margin: 0 auto;
	padding: 0 40px 0 0;
	text-align: left;
}

/* CONTENT */

#content {
	width: 580px;
	float: left;
	margin: 0;
	padding: 0 0 0 40px;
	text-align: left;
}

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

#content h2 {
	padding-left: 3px;
	padding-top: 3px;
	margin: 20px 20px 0 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	color: #758461;
	border-bottom: 1px solid #DBD2B7;
}

#content h3 {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	background: #F8F5E3;
	color: #758461;
	border-top: 1px solid #DBD2B7;
	border-bottom: 1px solid #DBD2B7;
}

#content h4 {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	background: #F8F5E3;
	color: #758461;
	text-align: center;
	border-top: 1px solid #DBD2B7;
	border-bottom: 1px solid #DBD2B7;
}

#content p {
	padding-right: 10px;
	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;
}

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

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

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

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

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

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

ul.servicelist 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: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #670024;
	border-bottom: 1px solid #DBD2B7;
}

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

/* -----------------( CONTAINER )----------------- */

div.container {
	margin: 20px 0 1.5em 0;
	padding: 0 15px 15px 15px;
	background: #fff;
	border: 5px solid #F8F5E3;
}

ul.hours {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.hours li {
	background: none;
	list-style: none;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #670024;
	border-bottom: 1px solid #DBD2B7;
}

ul.hours li em {
	float: right;
	width: 150px;
	padding-left: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #758461;
	border-left: 1px solid #DBD2B7;
}

ul.hours .underline {
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #BCB291;
}

div.container ul.hours .underline:before {
	content: "\00BB \0020";
}

/* 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 */

.testimonial {
	width: 360px;
	float: right;
	margin: 0;
	padding: 0;
}

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

blockquote {
	width: 350px;
	float: right;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #542577;
	border-bottom: 2px solid #E6E4D1;
}

/* 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 {
	margin: 10px;
	padding: 10px;
	float: left;
	font-size: 14px;
	border: 2px solid #DBD2B7;
}

#content .smile-gallery p {
	margin-top: 5px;
	margin-bottom: 0;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	color: #782418;
}

/* SLIDESHOW */
	
#slideshow {
	width:570px;
	height:398px;
	margin: 0 0 10px 0;
	padding: 0;
	float: left; 
}


/* SIDE LIST */

#sidelist { 
	width: 270px;
	float: right;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	text-align: left;
	border: 2px solid #DBD2B7; 
}

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

#sidelist li {
	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: #808D6C;
}

#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: -.6em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #DBD2B7;
}

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

#sidelist p {
	padding: 0 20px 0 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: 20px 0 0 0;
	padding: 10px 20px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background: #ede7d9;
	color: #782418;
	border-top: 2px solid #DBD2B7;
	border-bottom: 2px solid #DBD2B7;
}

#sidelist h2 {
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background: #ede7d9;
	color: #782418;
	border-top: 2px solid #DBD2B7;
}

#sidelist .floatlft {
	float: left;
	padding: 10px 10px 0 20px;
}

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

#sidelist ul.hours li {
	background: none;
	list-style: none;
	display: block;
	padding-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #670024;
	border-top: 2px solid #DBD2B7;
	border-bottom: none;
}

#sidelist ul.hours li em {
	float: right;
	width: 120px;
	padding-left: 10px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #758461;
	border-left: 2px solid #DBD2B7;
}
	

/* 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: #ede7d9;
	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: #ECE7D9;
}

#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: #350115;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

.floatmap {
	float: left;
	padding: 20px 15px 0 0;
}

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

/* ---------------( CONTACT FORM )--------------- */

#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: #670024;
	text-shadow: #CCCCCC 0px 2px 3px;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 550px;
	padding: 5px;
	font-size: 1.2em;
	background: #ede7d9;
	border: none;
	border-top: 1px solid #DBD2B7;
	border-left: 1px solid #DBD2B7;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	outline: none;
	border: 1px solid #DBD2B7;
}

#comment-form .form-input-button {
	width: 188px;
	height: 53px;
	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: #DBB952; 
}

#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 solid #DBD2B7; 
}

/* ------------( 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: #DBB952; 
}

#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 solid #DBD2B7;
}


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

/* NORMAL */

a:link, a:visited {
	color: #137896;
	text-decoration: underline;
}
a:hover, a:active {
	color: #DBB952;
	text-decoration: none;
}

/* 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, a.designer:visited {
	color: #350115;
	text-decoration: none;
}
a.designer:hover, a.designer:active {
	color: #DBB952;
	text-decoration: underline;
}

/* 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;
}
