/* CSS Document */
@import url('style.css');

.photo-right {
	float: right;
	padding: 0 0 14px 20px;
}

.photo-left {
	float: left;
	padding: 0 20px 14px 0;
}

#home h1 em {
	color: #444444; /*#555555;*/
}

#home-catchtext {
	float: left;
	width: 100%;
	margin-right: -350px;
}

#home-catchtext-wrapper {
	margin-right: 320px;
	padding: 0 30px;
	
}

#home-catchtext h2 {
	font-size: 30pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #408077; /*#000000;*/
}

#home-catchtext p {
	font-size: 12pt;
}

#home-catchtext p.text-decl {
	font-family: Times New Roman, Sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	color: #53617d;
}

#home-specials {
	float: right;
	display: inline;
	margin-bottom: 2em;
}

#home-specials .featured {
	background-color: #ffffff;
	border: 1px solid #53617d;
}

#home-specials .featured-text {
	display: block;
	padding: 5px;
	background-color: #CFD6E6; /*#e6e7fb;*/ /*#fff3dd;*/
	border-bottom: 1px solid #53617d;
	text-align: center;
}

#home-specials .featured-text span {
	font-weight: bold;
	font-size: 14pt;
	color: #800000; /*#33415d;*/
}

#home-specials .featured-product {
	padding: 10px;
}

#home-specials .featured-product span {
	display: block;
}

#home-specials .featured-product-name {
	font-weight: bold;
	text-align: center;
}

.home-special {
	text-align: center;
}

#home-text {
	clear: both;
	border-top: 1px solid #53617d;
	padding-top: 3em;
}

#home-text  h2 {
	clear: left;
	margin-top: 2em;
	font-family: Verdana, Sans-serif;
	font-size: 13pt;
	color: #53617d;
	font-weight: bold;
	text-transform: uppercase;
}

#home-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: justify;
}

#home-text p strong {
	font-weight: bold;
	color: #0d2d40;
}

#home-products-head {
    padding: .2em;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    background-color: #b6b7cb;
    color: #ffffff;
    font-weight: bold;
}

#home-products {
	margin: 0 auto;
}

#home-products-head span {
	margin-left: 1em;
}

#home-products-list {
	text-align: center;
}

.home-products-item {
	float: left;
	width: 32%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: .2em 0;
}

.home-products-item a:link, .home-products-item a:visited {
    color: #000000;
    text-decoration: none;
}

.home-products-item a:hover {
    color: #aabbdd;
    text-decoration: underline;
}

.home-products-item-img {

}

.home-products-item-price-reg {
	text-decoration: line-through;
}

.home-products-item-price-sale {
	color: #ff0000;
	font-weight: bold;
}

