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

body{
	margin:0;
	padding:0;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	background-image:url(../images/shadow2.gif);
	background-repeat:repeat-y;
}

#banner{
	width:948px;
	height:156px;
	clear: both;
	margin: 0 auto;
}

#content{
	position:relative;
	width:948px;
	background-repeat:repeat-y;
	margin:0 auto;
	clear: both;
}

/**************** MENU **************************/


#menu{
	width:948px;
	height:15px;
	list-style-type: none;
	background-color:#FF0000;
	margin: 0 auto;
}
ul.menu  {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	text-align: center;
	float:left;
	width:918px;
	margin-top:6px;
}
.menu  li a       {
	color:#FFFFFF;
	text-decoration:none;
	display:inline;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	text-align: center;
	float:left;
	margin:0 12px 0 50px;
}
.menu li a:hover  {
	float:left;
	text-align:center;
	text-decoration:none;
	color:#000;
}
.menu_selected {
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	padding:5px;
	text-align:center;
	
}
.menu li a:hover span{
	float:left;
	text-align:center;
	text-decoration:none;
	color:#000;

}

/**************** MAIN CONTENT **************************/

#white_bg{
	width:260px;
	background-color:#fff;
	padding:10px;
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
#white_bg_2 {
	width:260px;
	background-color:#fff;
	padding:10px;
	float: left;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
#white_bg_3 {
	width:260px;
	background-color:#fff;
	padding:10px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}

.headline{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#003c69;
}

.subhead{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#003c69;
	margin-right:20px;
}

.text{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	margin-right:20px;
}
#giftcard{
	position:absolute;
	top:230px;
	left:640px;
	width:203px;
	height:128px;
}
#button{
	position:absolute;
	top:370px;
	left:640px;
}
#logo{
	top:579px;
	left:867px;
	width:53px;
	height:48px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	float: right;
	margin-bottom: 25px;
	margin-right: 25px;
}

/**************** FOOTER **************************/

#footer{
	width:1000px;
	margin:0 auto;
	text-align:center;
}

.footer_text{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000;
}
#bottom {
	width:1000px;
	margin:0 auto;
	background-image:url(../images/bottom.gif);
	height: 36px;
}

