a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #F93;
}
a:active {
	text-decoration: none;
}

body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}


.yaya #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-babyyaya-all.jpg);
	background-repeat: no-repeat;
}
.yaya #container-babyyaya {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-babyyaya.jpg);
	background-repeat: no-repeat;
}
.yaya #container-baby-dress {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-baby-dress.jpg);
	background-repeat: no-repeat;
}
.yaya #container-baby-sack {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-baby-sack.jpg);
	background-repeat: no-repeat;
}
.yaya #container-hoodies {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-hoodies.jpg);
	background-repeat: no-repeat;
}
.yaya #container-diaper-covers {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-diaper-covers.jpg);
	background-repeat: no-repeat;
}
.yaya #container-tunic-dress {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-tunic-dress.jpg);
	background-repeat: no-repeat;
} 
.yaya #container-pants {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-pants.jpg);
	background-repeat: no-repeat;
}
.yaya #container-blankets {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 720px;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/bg-blankets.jpg);
	background-repeat: no-repeat;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
padding-top: 15px;
float: right;
}

.projectwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
height: 360px;
padding-top: 10px;
float: right;
}

.thumbnailwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
padding-top: 15px;
float: right;
}

.addtocart{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
padding-top: 5px;
float: left;
}


.yaya #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
	height: 40px;
} 
.yaya #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.yaya #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 420px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px; /* padding keeps the content of the div away from the edges */
	height: 500px;
	margin: 0px;
}
.yaya #rightcontent {
	float: right; /* since this element is floated, a width must be given */
	width: 600px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	text-align: left;
	padding-top: 30px;
}
.yaya #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}




yaya #mainContent {
	height: 630px;
	width: 140px;
	float: left;
	margin: 0;
	padding: 12;
} 

.yaya #floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px;
	padding: 6px;
	text-align: left;
	width: 560px;
	height: 345px;
}
.yaya #floatright-narrow { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px;
	padding: 6px;
	text-align: left;
	width: 300px;
}
.yaya #floatrightimages { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 700px;
}
.yaya #floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.yaya #clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.headernav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #06C;
	float: right;
	clear: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}


.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #663;
	padding-right: 8px;
}
.textrghtspace {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #663;
	padding-right: 8px;
}
.textlftspace {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #663;
	padding-left: 8px;
}
.textgreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #607D32;
}
.textfuscia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F09;
}
.textblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #63AEB9;
}
.textwhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C8C6BC;
}
.text805 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.textright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	letter-spacing: normal;
	text-align: right;
		
}
.textleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	letter-spacing: normal;
	text-align: left;
		
}

.headers0ne {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #5F7D32;
}
.textbottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 500px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	float: none;
	height: 500px;
	width: 430px;
}
.spacer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	word-spacing: 12px;
}



.yaya #footer-mkh {
	padding: 0;
	background-color: #FFF;
	background-image: url(../images/footer-carpet.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
