/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(http://www.starletgoodies.com/images/bgr.gif) #ffffff;
	color: #000000;
	font: .85em Verdana,Arial,Helvetica,Sans-Serif;
	padding: 70px 0
}
a{
	color: #56d7df;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #c9c8c8 1px solid;
	font-size: 11px;
	padding: 4px
}
li{
	list-style: none
}
h2{
	color: #fd75b3;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .5em
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(http://www.starletgoodies.com/images/page-bgr.png) repeat-y;
	height: 1%;
	margin: 0 auto;
	padding: 0 55px 0 45px;
	width: 808px
}
#page-top, #page-bot{
	margin: 0 auto;
	overflow: hidden;
	width: 908px
}
#page-top{
	background: url(http://www.starletgoodies.com/images/page-top.png) no-repeat top;
	height: 233px
}
#page-bot{
	background: url(http://www.starletgoodies.com/images/page-bot.png) no-repeat top;
	height: 41px
}
/*=== Header ===*/
#header{
	padding: 38px 0 0
}
/*- Logo -*/
#header h1{
	background: url(http://www.starletgoodies.com/images/logo.gif) no-repeat;
	margin: 0 auto;
	text-indent: -9999px;
	width: 378px
}
#header h1 a{
	display: block;
	height: 148px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	margin: 0 0 1em;
	padding: 0 0 0 10px
}
.nav1 li{
	margin: 0 0 .3em
}
.nav1 li a{
	color: #56d7df
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #000000;
	text-decoration: none
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 5px 0 0;
	width: 190px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 606px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1em;
	width: auto
}
.box .top,.box .bot{
	background: url(http://www.starletgoodies.com/images/box-top.gif) no-repeat top;
	clear: both;
	height: 18px;
	overflow: hidden
}
.box .bot{
	background: url(http://www.starletgoodies.com/images/box-bot.gif) no-repeat top
}
.box .content{
	background: url(http://www.starletgoodies.com/images/box-bgr.gif) repeat-y top;
	height: 1%;
	padding: 0 28px
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	padding: 0 0 15px 10px
}
.search input{
	float: left;
	width: 90px
}
.search input.btn{
	margin: -5px 0 0 5px;
	width: auto
}
/*=== Link Buttons ===*/
.btn-home{
	height: 124px;
	margin: 0 0 0 85px;
	position: absolute;
	top: 130px;
	width: 125px
}
.btn-cart{
	height: 128px;
	margin: 0 0 0 688px;
	position: absolute;
	top: 125px;
	width: 129px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pics img{
	border: 1px solid #f868ae;
	margin: 0 25px
}
/*=== Footer ===*/
#footer{
	color: #f868ae;
	height: 30px;
	margin: 0 auto;
	padding: 4px 0 0;
	width: 770px
}
#footer a{
	color: #f868ae
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}