/* CSS layout */

html, body {
  margin: 0px;
  padding: 0px;
}

#masthead
{
  height: 150px;
padding: 0 0 15px 0;
  background: url('../images/PinksTopnew.jpg') no-repeat;
}

.error
{
  font-weight: bold;
  color: #0000FF;
  font-size: small;
  background-color: #FFFF99;
  width: 100%;
}

#content {
	margin: 0 auto;
	width: 800px;
}

#container
{
  width: 100%;
  min-height: 450px;
}
#left_col {
  width: 220px;
  float: left;
}

.navimg{
	padding: 20px 0;
}

#page_content {
  float: right;
  width: 580px;
/*margin-left: 220px;*/
}

body {
	background-color: #FDE7EF;
	color: rgb(166,43,38);
}


#footer
{
  position: relative;
padding-top:10px;
  background-color: #f58bb1;
  height: 60px;
  color: white;
  text-align: center;
  font-size: x-small;
  display: block;
  clear: both;
  font-weight: bold;    
      font-family: sans-serif;  
      font-size: 0.75em;
      
}

#footer a:link {
	color: white;
	text-decoration: none;

}

#footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}


/*Nav Links */

.navLink {
  background-position: left bottom;
 /* background-image: url('../images/LinkSlash.png');*/
  background-color: #FDE7EF;
  height: 100%;
  width: 200px;

      font-family: sans-serif;  
  font-weight: bold;
  font-size: 1em;
  background-repeat: no-repeat;
  	color: #f58bb1;
  	margin-bottom: 15px;
}

a.navLinkText {
    font-family: sans-serif;  
font-weight: bold;
font-size: 1em;

	color: #f58bb1;
}


/*
a.navLinkText:link {
font-family: sans-serif;  
font-weight: bold;
	color: #f26c9c;
	text-decoration: none;
	
}
*/
a.navLinkText:visited {
font-family: sans-serif;  
font-weight: bold;
	color: #f58bb1;
}

a.navLinkText:hover {
	font-family: sans-serif;  
font-weight: bold;
	color: #f58bb1;
	text-decoration: underline;
}

a.topnavLinkText{
font-family: sans-serif;  
font-size: medium;
font-weight: bold;
	color: #f26c9c;
	text-decoration: none;

}

a.topnavLinkText:Hover{
	text-decoration: underline;

}

.navLinkShop
{
  background-position: left bottom;
  /*background-image: url('../images/LinkSlash.png');*/
  background-color: #FDE7EF;
  width: 200px;

    font-family: sans-serif;  
font-weight: bold;
font-size: 1em;
  color: #f26c9c;
  background-repeat: no-repeat;
}
.navLinkCat
{
  font-size: small;
  text-indent: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.navLinkShopPage
{
  background-position: left top;
  background-image: url('../images/LinkSlashTop.png');
  background-color: #FDE7EF;
  height: 30px;
  text-indent: 25px;
  font-weight: bold;
  color: #f26c9c;
  background-repeat: no-repeat;
  font-size: medium;
  display: inline-block;
  line-height: 30px;
  margin-right: 15px;
}


/* End */




/*Product Menu Front*/

#catsWrapper{
	width: 100%;
	background-color: grey;
	margin: 0 auto;
}
#catsItem{
	width: 30%;
	float: left;
	background-color: blue;
}

.clear{
	clear: right;
}

ul.productmenu {
text-align: center;


}
li {
display:inline; 
padding:0 1px 0 0;
height: 120px;
float: left;
width: 144px;
display: block;
border: 0.0em solid #dcdce9;
text-decoration: none;
text-align: center;
text-indent: -9000px;
}

li.flowerbutton{
background: url('../images/product-flowers.jpg') no-repeat;
}

li.giftsbutton{
background: url('../images/product-gifts.jpg') no-repeat;
}

li.jewellerybutton{
background: url('../images/product-jewellery.jpg') no-repeat;
}

li.vasesbutton{
background: url('../images/product-vases.jpg') no-repeat;
}

/* End */


/* Typography */


h1 { 
  font-size: 1.8em;
 font-family:"Times New Roman",Georgia,Serif;
     font-weight: bold;   
     font-style: italic; 
	color: rgb(166,43,38);
	padding: 0;
	margin: 0;
} 
     
h2 { 
    font-size: 1.4em;   
        font-weight: bold;    
            font-family: sans-serif;  
    	color: rgb(166,43,38);
} 
     
h3 { 
    font-size: 1.2em; 
        font-weight: bold;    
    
} 
     
h4 { 
    font-size: 1em;
    font-weight: bold;     
} 
     
h5 { 
    font-size: 0.75em;     
} 
     
p { 
    font-size: 1em; 
    font-family: sans-serif;
    	color: rgb(166,43,38);    
}



.boldPrint
{
  font-weight: bold;
  font-size: large;
  text-align: center;
}

.smallPrint
{
  font-size: small;
}

.social{

	display: block;
	margin: 10px 0px;



	
}

.socialbutt{
	float:  left;
	clear: right;
}

.connect_widget_connected_text{
  display: none !important; /*in your stylesheets to hide the counter!*/
}

.clearfix{
	
	display: block;
}

/* End */
