/* Enter your CSS3 Styles Here */

#footerCredits { /* for making w3now web design centered at bottom */
text-align:center;
margin-bottom:30px;
}



#PageBodyDiv p {  
        line-height:25px;
	text-rendering: optimizeLegibility;
        font-size: 15px;
} 

#PageBodyDiv ul li {line-height:25px;}


/* OVERRIDE 4 things TO MAKE THIS WHOLE SITE 100% WIDTH: */
#SiteBodyDiv, 
#footerCredits,
table#tableMainContent,
TABLE.tableLayoutFixed {
   width:100%;
} 


/* Also default all ID="pageBodyTable" to be 100%, UNLESS you put CLASS="make1024" (below) on them */
table#pageBodyTable,table#PageBodyTable {
width:100%;
}


/* THEN, USE THIS CLASS ON pageBodyTables TO MAKE THEM 1024 CENTERED, (THIS IS ADJUSTED IN THE MOBILE CSS TO MAKE IT 100% INSTEAD, so they will not be 1024 on a phone, see Mobile CSS ) */
.make1024 {
  width:1024px !important;
  margin:0 auto 0 auto !important;
}

#smCompleteMenu{
width:1024px;margin:0 auto 0 auto;
}


/* CONTAINER FOR WIDE PICS ON EACH PAGE, this is fine for mobile also */
.widePic,
.widePic img {
width:100%;
height:auto;
}


/* FOR ROUNDED RED BUTTONS : USE  LIKE: <a class="aRoundButtonRed">  */
a.aRoundButtonRed {
    color: #d32228 !important;
    border: 2px solid #d32228;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 30px;
-moz-border-radius:30px;
    font-size: 16px;
    padding: 10px 20px;
text-decoration:none !important;
}
a.aRoundButtonRed:hover {
  background-color: #d32228;
  color:#ffffff !important;
}
/* END RED BUTTON CODE */





/* FOR ROUNDED WHITE BUTTONS : USE  LIKE: <a class="aRoundButton">  */
a.aRoundButton {
    color: #ffffff !important;
    border: 2px solid #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 30px;
-moz-border-radius:30px;
    font-size: 14px;
    padding: 10px 20px;
text-decoration:none !important;
}
a.aRoundButton:hover {
  background-color: #ffffff;
  color:#2c2724 !important;
}
/* END WHITE BUTTON CODE */




#FooterMenuDiv SPAN { 
text-transform:uppercase;
}
table.sitemapElemOut tr td div a { /* sitemap links */
text-transform:uppercase;
}


#TopMenuDiv #topMenuTable tr td SPAN {  
	margin-left:8px;
	margin-right:8px;
}

H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:normal;   
	font-size:36px; 
	font-family: Quicksand,sans-serif;  
        color:#000000;
    margin-top:0px;
	margin-bottom:15px;
	padding-top:15px; /* do with padding, not top margin, so it does not put space above the h1 tag on the site */ 
	text-align:center; 
}


#TopMenuDiv .TopMenuOn {
	background:#d32228; 
} 

#TopMenuDiv .TopMenuOver {
	background:#d32228; 
}

.anylinkcss ul li:hover {
background:#d32228;
}

.selectedanchor 
	background:#d32228;
}

.anylinkcss ul li:hover {
	background:#d32228;
}

.kristiTopSubDiv {   
        background:#d32228;
}

.anylinkSubMenuItem {
           background:#d32228;
}

.anylinkcss{
	width: 300px;
} 


.img-circle {
    border-radius: 50%;
}

.shadow {
     box-shadow: -7px -5px 10px #000000;
 }

a.thisGroupOfLinks {color:#ffffff !important;}

a.thisGroupOfLinks:hover {color:#cccccc !important;}

a.thisGroupOfLinksHome {color:#bbbbbb !important;}

a.thisGroupOfLinksHome:hover {color:#ffffff !important;}

div#blog-article-list
{ width:1024px;margin:0 auto 0 auto;}

table.blogMainTable
{ width:1024px;margin:0 auto 0 auto;}

H2.blogArticleTitle {
      font-weight:normal;
white-space:normal !important;
}

#blogMoreButton p {
      font-weight: normal;
}

#blogMoreButtonOver p {
      font-weight :normal;
}

table.W3ShoppingCart_prodFormMainTable
{ width:1024px;margin:0 auto 0 auto;}

div#product_container
{ width:1024px;margin:0 auto 0 auto;}

.W3ShoppingCart_ProductName {
    margin-bottom: 3px;
    font-weight: normal;
    font-size: 30px;
}
