@charset "UTF-8";
/* CSS Document */

/* Layout        ==========================================================
Author: John Oxton
Email: john@joshuaink.com
Notes: General Layout parameters for the site, Please do not edit this
style sheet.
=========================================================================== */

/* General Layout Parameters */


/* Reset ALL margins and paddings */
* {
	padding:0;
	margin:0;
}



body{
	text-align:center;
	color:#3B4860;
	margin-top:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	background-color: #C7D2BA;
	background-repeat: no-repeat;
	background-position: 50% 380px;
}

/* Center Site and correct text-align */

#wrap{
	background:white;
	width:750px;
	margin:0 auto;
	text-align:left;
	position:relative;
}




#pagehead h1{
	height:41px;
	position:absolute;
	z-index:400;
}

#pagehead{
	position:absolute;
	top:330px;
	left:40px;
}

#pagehead a{
	display:block;
	text-decoration:none;
	width:180px;
	height:41px;
	text-indent:-9999px;
	background:transparent url(/candy/logo.png) 0 0 no-repeat;
	float:left;
	margin-top:50px;
}



/* The foot */

#foot{
	height:20px;
	clear:both;
	font-size: 11px;
}

/* Flash navigation set */


.sifrsplash{
	width:320px;
	float:left;
	margin:90px 0 0 0px;
}
.sifrsplash p{
	font-size:11px;
	line-height:20px;
}


#splashbody{
	width:400px;
	float:left;
}


/* Position and style site search */
#sitesearch{
	position:absolute;
	z-index:600;
	top:390px;
	width:260px;
	left:480px;
}


#sitesearch #keywords{
	background:#BFCABC;
	vertical-align:middle;
	border-top:1px solid #95A48E;
	border-left:1px solid #95A48E;
	border-bottom:1px solid #E4E9E2;
	border-right:1px solid #E4E9E2;
	padding:2px;
	margin-left:5px;
	height:20px;
	width:150px;
	font-size:12px;
}

#sitesearch #go{
	vertical-align:middle;
}

#sitesearch label{
	display:block;
	text-indent:-99999px;
	height:20px;
	width:50px;
	background:white url(/candy/search.png) 0 50% no-repeat;
	float:left;
	padding-right:10px;
}

/* General Forms parameters */
fieldset{
	border:1px solid white;
}
legend{
	display:none;
}
