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

body{
	/*background-color: #999999;*/
	background-color: #FFFFFF;
	background-image: url('../Layout/backgroundWhite.gif');
	background-repeat: repeat-x repeat-y;
	font-family: Bookman Old Style, georgia, times new roman, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

h1{
	font-size: 24px;
	font-weight: normal;
}

h2{
	font-size: 28px;
	font-weight: normal;
}

h3{
	font-size: 19px;
	font-weight: normal;
}

h4{
	font-size: 16px;
	font-weight: normal;
}

label{
	font-weight: bold;
}

#boxTop{
	background-image: url('../Layout/boxTop.png');
	background-repeat: no-repeat;
	width: 760px;
	height: 31px;	
}

#boxBody{
	background-image: url('../Layout/boxRepeater.png');
	background-repeat: repeat-y;
	width: 760px;
	height: 100%;
}

#boxBottom{
	background-image: url('../Layout/boxBottom.png');
	background-repeat: no-repeat;
	width: 760px;
	height: 31px;
}

#wrapper{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 25px;
}

#logo{
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	width: 300px;
}

#topRight{
	float: right;
	margin-top: 0px;
	margin-right: 20px;
}

#myAccount{
	padding: 0px;
	text-align: right;
}

#myAccount a{
	font-family: Monotype Corsiva, Bookman Old Style, georgia, times new roman, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;		
	text-decoration: none;
}

#giftCards{
	padding: 0px;
	text-align: right;
}

#giftCards a{
	font-family: Monotype Corsiva, Bookman Old Style, georgia, times new roman, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;		
	text-decoration: none;
}

#newsletter{
	display: inline;
	vertical-align: middle;
}

#newsletter input[type=text]{
	border:1px solid #F0B6D2;
	width:150px;
	height:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left: 10px;
}

#mainLinks{
	float: left;
	margin-left: 40px;
	margin-top: 5px;
	width: 450px;
	font-size: 13px;
	color: #000000;
}

#mainLinks a{
	font-family: Monotype Corsiva, Bookman Old Style, georgia, times new roman, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;		
	text-decoration: none;
}

#shopNow{
	float: right;
	margin-right: 30px;
}

#ContentBody{
	margin-left: 50px;
	margin-right: 50px;
}

#bottomLinks{
	color: #000000;	
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#bottomLinks a{
	font-family: Monotype Corsiva, Bookman Old Style, georgia, times new roman, serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;		
	text-decoration: none;
}

#pinkFoot{
	margin-top: 5px;
	margin-left: 30px;
	color: #DD5F9A;
	font-weight: bold;
}

#copyright{
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.greyBorder{
	width: 710px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;	
	border-bottom: 1px solid #D1D1D1;
	clear: both;
}

.smTitleText{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #787878;
}

.bigTitleText{
	color: #DD5F9A;
	font-size: 20px;
	font-weight: normal;
}
.red {
	color: #FF0000;
}

.pinkFont, pinkFont A{
	color: #DD5F9A;
	font-weight: bold;
}