body{ 
	margin:0px;
	background-color: #b3e2f3;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

/*** PALLETTE
background light blue: #b3e2f3
background darker blue: #6eC8e9
leftnav links: #104d66
footer pipe pink: #ee3e80
***/

/*** SIZES
width defined area: 									864px
width area within black 1px borders: 	758px
width leftnav total:				 					149px
width leftnav in borders: 						138px
***/

a {
	text-decoration:none;
}

td { /*for ie*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}	


input, select{font-size:11px;}

/* the greater the wrapper number, the more nested it is */
#wrapper-1 { /* this is just to have the the bg logo appear in the upper left crn */
	background-image:url(bg-logo-tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	text-align:left;
	background-color:#B3E2F3;
}

#wrapper-2 { /* to have the bg logo in lower left crn. also contains footer */
	background-image:url(bg-logo-br.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin:0px 0px 0px 52px;
	padding-right:52px;
	text-align:center;
}

#wrapper-2-1 { /*to make flowers fill background and fix ie 5.5's box width problem */
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

html>body #wrapper-2-1 {
	width: 758px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*** WRAPPER 3 ***/
#wrapper-3 { /*contains wave bg image and top nav */
	background-image: url(2007content-bg-wave.jpg);
	background-repeat:no-repeat;
	background-color:#6eC8e9;
	border:1px solid black;
	/* commented out to fix ie5's border problem width:758px; /* = (wrapper-1 width) - (wrapper-2 leftmargin) - (wrapper-3 rightpadding)*/
	position:relative;
}

/*** for some reason IE places these corners one pixel above where they should be ***/
#wrapper-3 .content-crn-ur { /*for mozilla*/ 
	position: absolute;
	top:-6px;
	left:758px; /*must be same as width of #wrapper-3*/
}

html>body #wrapper-3 .content-crn-ur { /*for ie*/ 
	position: absolute;
	top:-7px;
	left:100%; /*must be same as width of #wrapper-3*/
}

#wrapper-3 .content-crn-ul {
	position:absolute;
	top:-5px;
	left:-3px;
}

html>body #wrapper-3 .content-crn-ul {
	position:absolute;
	top:-6px;
	left:-3px;
}

#wrapper-3 h1 img {
	position:absolute;
	left:166px;
	top:178px;
}

/*** WRAPPER 4 + LEFT NAV ***/
#wrapper-4 { /*contains left nav and main content area */
	position:relative;
	margin-top:214px;
	padding:0px 0px 8px 17px;
}

#left-nav-wrapper{
	background-image:url(leftnav-bg.jpg);
	background-repeat:no-repeat;
	background-color:#b3e2f3;
	position:relative;
	padding:6px 0px 2px;
	width:149px;
	float:left;
}

#left-nav {
	position:relative;
	margin: 0px 6px 0px 5px;
	width: auto;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;		
	padding-top:38px;
	color:#104d66;
}

#left-nav a{
	display:block;
	margin:0px 14px 4px;
	color:#104d66;
	text-decoration:none;
}

#left-nav a:hover{
	color:#ee3e80
}

#left-nav .lets-shop {
	position:absolute;
	top:14px;
	left:17px;
}

#left-nav h3 {
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	margin:23px 14px 4px;	
}

#left-nav #tell {
	position:relative;
	height:158px;
}

#left-nav #tell img {
	border: 0;
	position:absolute;
	left:-6px;

}

/*** BEGIN MAIN CONTENT AREA ***/
#main-content {
	margin:0px 12px 0px 232px; /*235=(distance from left black border) - (wrapper-4 padding-left) - 3 b/c IE is dumb*/
	clear:none;
	z-index:100;
}

#main-content a:link{
	font-weight: bold;
	color: #ee3e80;
}

#main-content a:visited{
	font-weight: bold;
	color:#ee3e80;
}

#main-content a:hover{
	font-weight: bold;
	text-decoration: underline;
	color:#ee3e80;
}

html>body #main-content { /*read by non-ie/win*/
	margin:0px 15px 0px 235px;
	clear: none;
}

#clear-both {
	clear:both;
	margin:0px;
}

/*** BEGIN FOOTER ***/
#footer {
	position:relative;
	width: 758px;
	padding:10px 0px 58px;
	color:#ee3e80;
	font-size:10px;
	text-align:center;
}

#footer a:link{
	color:#000000;
}

#footer a:visited{
	color:#000000;
}

#footer a:hover{
	color:#ee3e80
}

#footer .content-crn-bl {
	position:absolute;
	top:-1px;
	left:-2px;
}

#footer .content-crn-br {
	position:absolute;
	top:-1px;
	right:-4px;
}

/* IE, my love for you grows and grows */
html>body #footer #content-crn-br {
	position:absolute;
	top:-1px;
	right:-4px;
}

#detail-left{
position: relative;
float:left;
padding: 5px 10px 10px 10px;
}

#detail-left img{
border:solid 2px #ffffff;
}

#detail-right{
position: relative;
float: left;
width:220px;
padding:0 10px 10px 20px;
}

#detail-right h1{
padding: 0 0 0px 0;
font-size: 12px;
font-weight: bold;
}

#detail-right p{

}

h2{
font-style: bold;
font-size:18px;
color:#ffffff;
}

.bodytext{
font-weight:bold;
font-size:12px;
}