/* CSS Document */

body {
	margin: 0;
	font-family: Trebuchet MS;
	text-align:center;
	height: 100%;
	padding: 0;
    background-image: url(http://www.basketsbysarah.com/images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	font-size: 12px;
}

A:link {

text-decoration:none;
font-weight:bold;
color: #000;

}

A:visited {

text-decoration: none;
font-weight: bold;
color: #000;
}

A:active {

text-decoration: none;
font-weight: bold;
color: #000;

}

A:hover { 

text-decoration: underline;
font-weight: bold;
color: #000;

}

A.contact:link {

text-decoration:none;
font-weight:bold;
color: #FFF;

}

A.contact:visited {

text-decoration: none;
font-weight: bold;
color: #FFF;
}

A.contact:active {

text-decoration: none;
font-weight: bold;
color: #FFF;

}

A.contact:hover { 

text-decoration: underline;
font-weight: bold;
color: #FFF;

}

A.footer:link {

text-decoration:underline;
font-weight:normal;
color: #333;

}

A.footer:visited {

text-decoration: underline;
font-weight:normal;
color: #333;
}

A.footer:active {

text-decoration: underline;
font-weight:normal;
color: #333;

}

A.footer:hover { 

text-decoration: underline;
font-weight:normal;
color: #000;

}

.imgborderboy img {
border: 1px solid #333;
}

.imgborderboy:hover img {
border: 1px solid #208FFF;
}

.imgborderboy:hover {
color: #208FFF; /* irrelevant definition to overcome IE bug */
} 

.imgbordergirl img {
border: 1px solid #333;
}

.imgbordergirl:hover img {
border: 1px solid #FF77FF;
}

.imgbordergirl:hover {
color: #FF77FF; /* irrelevant definition to overcome IE bug */
} 

.imgbordersurprise img {
border: 1px solid #333;
}

.imgbordersurprise:hover img {
border: 1px solid #9F6A35;
}

.imgbordersurprise:hover {
color: #9F6A35; /* irrelevant definition to overcome IE bug */
} 

/**************** Structural Elements ****************/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: auto;
	}

#folio {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 760px;
	height: auto;
	background: #D5FFFF;
	border-right: solid 1px #0099FF;
	border-left: solid 1px #0099FF;
	}

/**************** Site Container ****************/

#site_wrapper {
float: left;
margin: 0;
width: 760px;
height: auto;
padding: 0;
background: #D5FFFF;

}

/**************** Logo Container ****************/

#header {
	float: left;
	width: 740px;
  	height: 125px;
	background: #F0F9FF;
	border: 1px solid #0099FF;
	margin-left:10px;
	margin-right:10px;
	margin-top:1em;

	}

/************** Navigation ****************/

#nav {
	float: left;
	width: 760px;
	height: 35px;
	padding: 0;
	margin-top:1em;
	}

/*************** Main Content Wrapper and Area Styles ****************/

#main_content {
	float: left;
	width: 740px;
	height: auto;
	margin-top:1.5em;
	margin-left:10px;
	margin-right:10px;
	padding: 0;
	}

/**************** Left Column ****************/

#welcome{
	float: left;
	width: 265px;
	height: auto;
	padding: 0;
	height: 325px;
	border: 1px solid #FF66CC;
	background-color: #FF82C0;
	color:#FFF;
	text-align: left;
}

#contact {
	float: left;
	width: 265px;
	height: auto;
	padding: 0;
	height: 375px;
	border: 1px solid #FF66CC;
	background-color: #FF82C0;
	color:#FFF;
	text-align: left;
}


#links {
	float: left;
	width: 265px;
	padding: 0;
	height: 78px;
	border: 1px solid #30C05F;
	background-color: #60D786;
	color:#FFF;
	text-align: left;
	margin-top: 10px;
}


#about {
	float: left;
	width: 265px;
	height: auto;
	padding: 0;
	height: 400px;
	border: 1px solid #FFFF33;
	background-color: #FFFFCC;
	color:#333;
	text-align: left;
}

/**************** Right Column ****************/

#baskets {
	float: right;
	width: 450px;
	height: auto;
	color: #333;
	padding: 0;
	border: 1px solid #E1E100;
	background-color: #FFFF9F;
	height: 415px;
	text-align: left;
	}
	
#boy {
	float: right;
	width: 450px;
	height: auto;
	color: #333;
	padding: 0;
	border: 1px solid #208FFF;
	background-color: #A4D1FF;
	height: 400px;
	text-align: left;
	}
	
#girl {
	float: right;
	width: 450px;
	height: auto;
	color: #333;
	padding: 0;
	border: 1px solid #FF77FF;
	background-color:#FFCCFF;
	height: 400px;
	text-align: left;
	}
	
#surprise {
	float: right;
	width: 450px;
	height: auto;
	color: #333;
	padding: 0;
	border: 1px solid #9F6A35;
	background-color:#CC9966;
	height: 400px;
	text-align: left;
	}
	
#success {
	float: right;
	width: 450px;
	height: auto;
	color: #333;
	padding: 0;
	border: 1px solid #E1E100;
	background-color: #FFFF9F;
	height: 325px;
	text-align: left;
	}
	
#form {
	float: right;
	width: 450px;
	height: auto;
	color: #333;
	padding: 0;
	border: 1px solid #FFFF33;
	background-color: #FFFF9F;
	height: 375px;
	text-align: left;
	}
	
td {
font-size:11px;

}

td.basket {
font-size:16px;
font-weight:bold;
color:#333;
}

.warning {
	color: red;
	font-size: 11px;
	
}



/************************* Footer ***********************/

#footer {
float: left;
width: 740px;
height: 125px;
background: #F0F9FF;
font-size: 10px;
color: #333;
text-align: center;
border: 1px solid #0099FF;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-top: 1.5em;
padding: 0;

}
