@charset "utf-8";
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
body {
	margin: 0px 0px 50px 0px;
	padding: 0;
	font-family: Arial;
	height: 100%;
	font-size: 75%;
	color: #FFFFFF;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #000e25;
	text-align: center;
}
#Container {
	text-align: left;
	height: 100%;
	margin: 0;
	padding: 190px 0px 0px 0px;

}
#HeaderTop {
	width: 646px;
	margin: 0px auto;
}

#ContentBox {
	text-align: left;
	width: 646px;
	margin: 0px Auto;
	background-color: #0b123d;
}
#BoxBottom {
	width: 646px;
	margin: 0px auto;
}

#Header {
	background-color: #0b123d;
	height: 65px;
	background-image: url(../images/box_top_block.gif);
	padding-left: 10px;
	padding-right: 10px;
}
#LogoBox {
	width: 220px;
	float: left;
}
#TWCLink {
	display: block;
	width: 130px;
	float: right;
	text-align: right;
	color: #5b8cd9;
	font-weight: bold;
	background-image:url(../images/arrow_top.gif);
	background-repeat: no-repeat;
}

#TWCLink a {
	color: #5091dd;
}
#Container #ContentBox #Header #TWCLink img {
	margin-top: 2px;
}
#GiftBox {
	width: 642px;
	text-align: center;
	margin: 0px auto;
	background-color: #0b123d;
	clear: both;
}
#GiftCard {
	padding: 10px;
	background-color: #0e347b;
	background-image:url(../images/bg_giftbox.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
.giftInfo {
	margin-top: 246px;
	font-size: 16px;
}
#ThankYou {
	padding: 10px;
	background-color: #0e347b;
	background-image:url(../images/bg_ThankYou.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height:236px;
}
#ThankYou a {
	color: #ffffff;
	font-weight: bold;
}
#CareCenters {
	padding: 10px;
	color: #ffffff;
	background-color: #0e347b;
	background-image:url(../images/bg_ThankYou.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#CareCenters a {
	color: #5091dd;
	font-size: 18px;
}
#CareCenters h1 {
	text-align: center;
}
#CareCenters h3 {
	text-align: center;
}
.location {
	font-size: 18px;
	font-weight: bold;
}
#Order {
	padding: 10px;
	background-color: #0e347b;
	text-align: left;
}
#OrderForm {
	color: #000e25;
	margin:10px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
}
#OrderForm a {
	color: #25559f;
}
.instructions {
	font-size: 14px;
}
#OrderForm h1 {
	text-align: center;
}
#Footer {
	color: #25559f;
	background-color: #0b123d;
	padding: 10px;
	font-size: 10px;
}
#Footer h3 {
	text-align: center;
	color: #5091dd;
}
#Footer a {
	color: #5091dd;
	font-weight: bold;
}
