/********************** Plananu Site styles */
body { font: 12px/14px verdana, sans-serif; }
.wrapper,  .footer-container { 
    width:765px;
    max-width: 765px;
    margin: 0 auto;
}
.wrapper {
    padding-top: 10px;
}

/********************** Home */
.cms-home .middle {
	min-height: 0;
}
#home-products {
    overflow: hidden;
	margin-bottom: 20px;
}
#home-products .home-col {
    width: 150px;
    float: left;
    margin: 15px 0 0 25px;
    font-size: 10px;
    line-height: normal;
}
#home-products .home-col a {
    display: block;
    margin-bottom: 10px;
}
#home-products .home-col a img {
    border: 0;
}
#home-products .home-col h4 {
    font-size: 10px;
    margin-bottom: 5px;
    background: inherit;
    text-transform: uppercase;
}
.home-col h4 a {
    color: black;
}
.home-col h4 a:hover {
	text-decoration: underline;
}
#home-products .home-col p {
    font-style: normal;
    line-height: 15px;
    color: #76787a;
}

a#introtext {
	display: block;
	background: #fff url(../images/layout/home_introtext.gif) no-repeat 0 0;
	height: 50px;
	margin: 20px 0;
	overflow: hidden;
}
a#introtext:hover {
	background-position: 0 -50px;
}
a#introtext span {
	display: none;	
}

hr.home-hr {
	border: 0;
	border-top: 1px solid rgb( 198, 199, 201 );
	visibility: visible;
}
/********************** Breadcrumbs */
.breadcrumbs {  
    font:11px/13px verdana, sans-serif; 
    text-transform: lowercase;
    color: #7f8183;
	padding: 20px;
    border-bottom: 1px solid #c6c7c9;
}
.breadcrumbs a:link, .breadcrumbs a:visited { color: #7f8183; }
.breadcrumbs a:hover { color: #a2ad00; }

/********************** About Us and other */
#main.col-main h3 { color: #a2ad00; }

/********************** Catalog Landing */
body.catalog-category-view p.category-description {
	padding: 20px;
	font: 15px Verdana, sans-serif;
	color: #76787a;
	letter-spacing: 1px;
	line-height: 17pt;
	margin-bottom: 35px;
}
body.catalog-category-view p.category-description em {
	color: #010101;
	font-style: normal;
}
body.catalog-category-view .breadcrumbs { margin-bottom: 0 ;}

#products .prod-row {
/*    border-bottom: 1px solid #c6c7c9;*/
	height: 260px;
}
#products .prod-row h2 { 
    background: #a2ad00;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font: 14px/17px verdana, sans-serif;
	padding: 4px 6px;
    margin: 0;
}
#products .prod-row .product {
	float: left;
/*    border-right: 1px solid #c6c7c9;*/
/*    padding: 20px 25px;*/
/*    margin: 0px;*/
	/*width: 270px;*/
	padding: 5px 0px;
	margin: 0px 0px 15px 22px;
}
#products .prod-row .product .prod-img {
    margin: 0; padding: 0;
} 

/********************** Catalog Product View */
.description-box {
	padding-bottom: 15px;
	line-height: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c6c7c9;
}
#form-special-links, .add-to-holder {
	margin-left: 20px;
	float: right;
}
#form-special-links, .add-to-holder, .ratings-request a {
	font-size: 10px;
}
#form-special-links, .ratings-request a {
	text-transform: uppercase;
}
#form-special-links .add-to-box li {
	display: inline;
	margin-left: 10px;
}
#form-special-links .add-to-box a:link, #form-special-links .add-to-box a:visited,
.ratings-request a:link, .ratings-request a:visited { 
	color: #7f8183;
	text-decoration: none;
}
#form-special-links .add-to-box a:hover,
.ratings-request a:hover {
	color: #a2ad00;
}
.add-to-holder .add-to-cart-box { 
	display: table-cell;
}
.add-to-holder .add-to-cart-box * {
	vertical-align: middle; 
}	
.clright { clear: right; }
/********************** footer additional */
/*.footer #assist > ul li:first-child { border: 1px solid green; }*/
.footer #assist div ul {
	margin-left: 0;
}
.footer #assist div ul li a {
	text-transform: lowercase;
}
/* vim600: set foldenable foldmethod=marker foldmarker={,} fcl=all : */

