@charset "UTF-8";

/* 
----------------------------------------------------
Author: Chip Martucci
© 2008 Craftwork Media LLC, All Rights Reserved 
---------------------------------------------------
*/


/* 
MAIN INTRO 
--------------------------------------------- 
*/

#main {
	padding: 0px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/dec_eyecare-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #003333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 115px;
}


/* 
PAGE-SPECIFIC ADDITIONAL
--------------------------------------------- 
*/


#testimonials {
	width: 210px;
	float: right;
	/*
	background-image: url(../images/dec_right-column_divider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding: 20px 0px 20px 20px;
}
#testimonials p {
	width: 225px;
	/*float: right;*/
}

#testimonials blockquote {
	color: #78BFDF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	margin-top: 0px;
	padding-top: 0px;
}

