body {
    margin: 0px;
    padding: 0px;
    background: #FFF;
}

body, td, th, a, select, input, option, textarea {
    font-family: arial, verdana, tahoma;
    font-size: 12px;
}

body, td, th {
    color: #000;
}

h1, h2, h3 {
    font-family: arial, verdana, tahoma;
    font-size: 24px;
    font-weight: normal;
}

select, input, option, textarea {
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

.siteWrapper {
    margin: 0 auto;
    width: 980px;
    min-height: 500px;

}
.logo {
    padding-top: 15px;
}
.topMenu {
    width: 445px;
    margin-bottom: 7px;
}
.topMenuItem {
    padding: 3px;
    text-align: center;
    float: left;
}   
.topMenuItem .cartIcon {
    background: url('../img/shopping-bag.png') no-repeat left;
    padding-left: 20px;
}
.siteHeader {
    width: 980px;
    height: 142px;

}
.siteMenu {
    height: 26px;
    background: #D2708C;
    margin-bottom: 5px;
    padding-left: 60px;
}

.facebookIcon {
    width: 21px;
    height: 21px;
    float: right;
    background: url('../img/facebook-logo.png') no-repeat;
    cursor: pointer;
}
.siteMenuItem {
    padding: 4px;
    float: left;
    width: 150px;
    text-align: center;
}
.siteMenu2 {
    border-top: 1px solid #B2B2B2; border-bottom: 1px solid #B2B2B2; margin-bottom: 5px;
}
.siteMenuItem2 {
    width: 320px; text-align: center; color: #DDD; float: left; padding: 2px;
}
.siteMenuItem2 a {
    color: #555;
}
.siteMenu a {
    color: #fff;
    font-weight: bold;
}
.leftBox1 {
    width: 263px; background: url(../img/right-image-1.png) no-repeat top;
}
.leftBox2 {
    width: 263px; background: url(../img/right-image-2.png) no-repeat top;
}

.leftBoximg, .leftBoximg img {
    height: 197px;
}

.leftBoxtxt1 {
    color: #fff; padding: 17px;
    margin-bottom: 5px;
    background: #BD6985;
}
.leftBoxtxt2 {
    color: #000; padding: 18px;
    background: #F3EEDC;
}

.contentContainer {
    margin-bottom: 5px;
    min-height: 400px;
}

.pathLinks {
    background: url('../img/homesmall.gif') no-repeat left;
    padding: 5px 5px 5px 20px;
}

.productNav {
    padding: 0px 10px 10px 0px; background: #F2F2F2; text-align: center;
}
.productNavTitle {
    font-size: 16px; font-weight: bold;
}

.leftBar {
    padding: 5px; width: 200px; border-right: 1px solid #b2b2b2; min-height: 250px;
}
.checkboxItem {
    float: left; width: 95px; padding: 0px;
}
.checkboxSize {
    height: 100px;
}

.productItem {
    width: 240px; float: left; border-bottom: 1px solid #b2b2b2; margin: 8px;
}

.productName {
    text-align: center; padding: 3px; font-weight: bold;
}
.productImage {
    text-align: center;
}
.productPrice {
    text-align: center; padding: 3px; 
}

.siteFooter {
    color: #000;
    padding: 5px 0px 5px 0px;
    text-align:center;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
}
.siteFooterInner {
    padding: 5px;
    text-align: center;
    background: #F2F2F2;
}
.siteFooter a {
    color: #000;
    text-decoration: none;
}
.siteFooter a:hover {
    text-decoration: underline;
}


.cake-sql-log {
    margin-top: 10px;
}

.cake-sql-log td {
    border-bottom: 1px solid #DDD;
    padding: 3px;
}

#flashMessage {
    padding: 8px;
    border: 1px solid #CCCC66;
    background: #FFFFBB;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}

div.pagination a:hover, div.pagination a:active {
	text-decoration: underline;
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 1px;
    font-weight: bold;
    background-color: #000;
    color: #FFF;
}
div.paginationCounter {
    padding-top: 5px;
}

.siteBaseInner {
    padding: 5px;
    text-align: center;
}
.siteBase a {
    color: #000;
    text-decoration: none;
}

.bottomBanner {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}
