@charset "utf-8";
/* CSS Document */

body {
	margin:10px;
	text-align: center;
	background-attachment: fixed;
	background-image: url(http://poshbabyboy.com/images/poshbaby/pbb-back.png);

  }
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
	
img { border: none; }

#outer-wrapper {
  	width: 900px;
  	margin:0 auto;
	padding:0px;
	text-align:left;
	background: #ffffff ;
	border:0px;
	background-image: url(http://poshbabyboy.com/images/poshbaby/pbb-stripe.jpg);
	background-repeat:repeat-y;
			background-color:#FFFFFF;


	}
#header-wrapper {
  	width:900px;
  	height:111px;
  }

.logo {
float: left;
height: 111px;
width: 459px;
}

.cart {
	float: right;
	padding: 5px;
	height: 36px;
	width: 429px;
	margin-top:26px;
	overflow:hidden;
	}

.search {
	float: right;
	padding: 10px;
}

#header-divider {
	width:900px;
	height:10px;
	background-image: url(http://poshbabyboy.com/images/poshbaby/pbb-divider.png);
	background-repeat: no-repeat;
	float: left;
}

#main {
  	width: 670px;
	margin-left: 10px;
	margin-right:10px;
	margin-top:15px;
	float: right;
	word-wrap: break-word; 
	overflow: hidden;     
	}
	
#sidebar { 
  	width: 175px; 
	float: left;
	padding-left:35px;
	padding-top:4px;
	padding-bottom:4px;
	word-wrap: break-word;  
	}
	
.clearfix:after {
  content: "."; 
  clear: both;
  visibility: hidden;
  display: block;
}

.sidebar-img	{
  	margin-top: 25px;
  	margin-bottom: 0;
	}
.links {padding-left: 10px;}
  
.lgfont {color:#72B32E; }

#footer {
  	width:900px;
	clear:both;
	}
.footer-text {
	padding-top:10px;
	text-align: center;
	color:#434343;
	font-family: "Century Gothic", Verdana, Arial, "Trebuchet MS";
	font-size: 12px;
}

.footer-text a:link {
	text-decoration: none;
	color: #6195AA;
	}
.footer-text a:visited {
	text-decoration: none;
	color: #6195AA;
	}
.footer-text a:hover {
	text-decoration: none;
	color: #8FB6C6;
	}
.footer-text a:active {
	text-decoration: none;
	color: #8FB6C6;
	}
