/* Style sheet for Palmetto Window Designs */
/* SpyderWeb Concepts 2006 */

/* Text Styles */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	line-height: 1.5;
}

.body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	line-height: 1.5;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #EBEDC7;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #d66d3d;
	line-height: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #d66d3d;
	line-height: normal;
}

h6  {
	font-size:12px;
	font-weight: bold;
	color:#cc6633;
	line-height: 1.5;
}

.HeadText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.SmallestText  {
	font-size: 8px;
	color:#EBEDC7;
}

.caption  {
	font-size:10px;
	font-style:italic;
	color:#cc6633;
}

/* Table Styles */
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 6;
	margin: auto;
	list-style-position: outside;
	list-style-image: url(images/Bullet1.gif);
	list-style-type: circle;
	line-height: 1.5;
}

.Table2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: medium groove #d66d3d;
	background-color: #FFFFFF;
	font-size: 9px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

li {
	list-style-image: url(images/Bullet1.gif);
	list-style-type: circle;
	list-style-position: outside;
	line-height: 1.5;
}

td {
	line-height:100%;
}

.no-repeat {
	background-repeat:no-repeat;
	background-position:0% 0%;
}

.new {
	background-repeat:no-repeat;
	background-position:50% 0%;
}

/* Image Styles */
.img-wrapper {
	float:left;
	clear:left;
	margin: 10px 10px 10px 15px;
	background: url(../images/image shadow.gif) no-repeat bottom right; !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../image shadow.gif'); /* the MS alpha filter */
	line-height:0;
}

.img-wrapper img {
	position:relative;
	bottom: 8px;
	right: 8px;
	border: 0px solid #000000;
	border-color: #000000;
	padding:0px 0px 0px 0px; /* gives us the white area - but not in IE5 + IE5.5 */
	background:#ffffff;
	margin: 0px;	
	}