/* CSS Document */

/* Browser strip */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
}

/* Begin main CSS */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 10px 0 10px 0;
	width: 950px;
	font-family:"Century Gothic", Arial, sans-serif;
	}
	
/* Header */

#header {
	margin: 0;
	background: #FFF;
	background: url(http://www.babycottagegifts.com/cyh_template/images/banner.png) no-repeat;
	height:200px;
	width:950px;
}

#header ul {
vertical-align:top;
float:right;
}

#header ul li{
padding: 20px 30px 0 30px;
display:inline;
float:right;
}

#header ul li a{
color:#F27579;
font-size:15px;
font-weight:bold;
text-decoration:none;
}

#header ul li a:hover{
color:#F9CFD0;
font-size:16px;
font-weight:bolder;
text-decoration:none;
}

#logolink {
width:400px;
height:190px;
}

#logolink a {
position:absolute;
width:400px;
height:190px;
text-decoration:none;
}

#logolink a i {
visibility:hidden;
}

/* Container */
#maincontainer {
	width: 950px;
	padding:20px 0 20px 0;
	background:#FFFFFF url(http://www.babycottagegifts.com/cyh_template/images/spacer.gif) repeat-y;
	overflow:hidden;
	}
	
/* Left Column */

#leftcol {
	float: left;
	width: 180px;
	margin: 0 10px 0 2px;
}

#cat {
height:30px;
background:url(http://www.babycottagegifts.com/images/gr_simplysweet_categories.gif) no-repeat;
}

#info {
margin-left:5px;
height:30px;
font-weight:bolder;
background:url(http://www.babycottagegifts.com/images/gr_simplysweet_information.gif) no-repeat;
}
#search {
height:30px;
background:url(http://www.babycottagegifts.com/images/gr_simplysweet_search.gif) no-repeat;
}

#leftlist {
margin-left:10px;
line-height:150%;
}

#leftlist a{
color:#F27579;
text-decoration:none;
}

#leftlist a:hover{
color:#F9CFD0;
text-decoration:none;
}

/* Right Column */

#rightcol {
	float: right;
	width: 150px;
	margin: 0 15px 0 5px;
	text-align:center;
}

#feat {
height:30px;
background:url(http://www.babycottagegifts.com/images/gr_simplysweet_featured.gif) no-repeat center;
}

#rightcol a{
color:#553211;
text-decoration:none;
font-weight:normal;
line-height:90%;
font-size:14px;
}

#rightcol a:hover{
color:#AB6523;
text-decoration:none;
font-weight:normal;
line-height:90%;
font-size:14px;
}
/* Content */
#content { 
	float: left;
	width: 588px;
	font-weight:normal;
}

/* Footer */

#footer {
clear:both;
	background:url(http://www.babycottagegifts.com/cyh_template/images/footer.png);
	width:950px;
	height:50px;
	text-align:center;
}

#footer p {
font-size:12px;
color:#FFCCC8;
}

#footer p a{
color:#FCA49E;
text-decoration:none;
font-weight:bold
}