@charset "utf-8";
body {
	background-color:#BF0000;
	margin:0px;
}
#wrapper {
	width: 950px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	clear:both;
}
.ie_fix_double_wrapper {
	width:100%;
	height:100%;
	margin:0;
	padding:0px;
	text-align:center;
}

/***************/
/** Functions **/
/***************/
.clear {
	clear:both;
	overflow:hidden;
}
.prop {
	float:left;
	height:454px;
	width:1px;
}
img, div {
	behavior: url(iepngfix.htc);
}

/*************/
/** Headers **/
/*************/
.top_menu {
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-color:#BF0000;
	width: 950px;
	float:left;
	height:96px;
	clear:both;
	position:relative;
}
.top_menu_inside {
	background-image: url(images/bg-top-inside.gif);
	background-repeat: no-repeat;
	background-color:#BF0000;
	width: 950px;
	float:left;
	height:182px;
	clear:both;
	position:relative;
}
.top_menu_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FCD462;
	padding-top:66px;
}
.top_menu_text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FCD462;
	text-decoration:none;
}
.top_menu_text_selected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF7F00;
	text-decoration:none;
}
.top {
	background-image:url(images/bg-top-2.gif);
	background-repeat:no-repeat;
	background-color:#BF0000;
	width: 950px;
	height: 116px;
	float:left;
	clear:both;
}


/**********/
/** Body **/
/**********/
.body_container {
	background-image:url(images/bg-mid-mid.gif);
	background-repeat:repeat-y;
	width:950px;
	float:left;
	padding:0px;
	margin:0px;
	position:relative;
}
.body_container_top {
	background-image:url(images/bg-mid-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:950px;
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
	position:relative;
}
.body_container_btm {
	background-image:url(images/bg-mid-btm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:950px;
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
	position:relative;
}
.body_container_inside {
	background-image:url(images/bg-mid-mid-inside.gif);
	background-repeat:repeat-y;
	width:950px;
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
	position:relative;
}
.body_container_top_inside {
	background-image:url(images/bg-mid-top-inside.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:950px;
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
	position:relative;
}
.body_container_btm_inside {
	background-image:url(images/bg-mid-btm-inside.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:950px;
	float:left;
	clear:both;
	padding:0px;
	margin:0px;
	position:relative;
}
.body_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
}
.body_text_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
}
.bold_yellow {
	color:#FFBF00;
	font-weight:bold;
}
.body_text_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}
.body_text_header_yellow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFBF00;
	font-weight:bold;
	text-align:left;
}
.body_text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FCD462;
	text-decoration:none;
	font-weight:bold;
}
.unbold {
	font-weight:normal;
}
.body_text_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	list-style-type:circle;
	list-style-position:outside;
	padding-left:15px;
	text-align:left;
}
.body_text_ordered_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	list-style-position:outside;
	padding-left:15px;
	text-align:left;
}
.body_text_ordered_list li {
	padding-top: 10px;
	text-align:left;
}
.body_text_list li, .body_text_list2 li {
	padding-top:5px;
	text-align:left;
}
.body_text_list a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	color:#FCD462;
	text-decoration:none;
	font-weight:bold;
}
.body_text_list2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	list-style-type:circle;
	list-style-position:outside;
	padding-left:40px;
	text-align:left;
}
.look_inside {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin-right:33px;
	margin-top:10px;
	text-align:center;
	clear:both;
}

/************************/
/** Columns & Captions **/
/************************/

.captions {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#ffffff;
	font-size:12px;
	padding-right:70px;
}
.captions a{
	color:#FCD462;
}
.col1 {
	width:266px;
	float:left;
	text-align:left;
}
.col2 {
	width:362px;
	margin-left:29px;
	margin-right:29px;
	float:left;
	text-align:left;
}
.col3 {
	width:260px;
	float:left;
	text-align:left;
}
.col3_text {
	font-weight:bold;
}
.col3_text_emp {
	font-style:italic;
}
.col3_text_header {
	font-size:14px;
	font-weight:bold;
}
.two_column_1 {
	float: left;
	width: 550px;
	padding: 10px;
	margin: 20px 0px 20px 60px;
}
.two_column_2 {
	float:right;
	width: 240px;
	padding: 10px;
	margin:20px 40px 10px 0px;
}
.one_column {
	float:left;
	width: 800px;
	padding: 10px;
	margin: 20px 0px 0px 60px;	
}
.store_column_1 {
	float: left;
	width: 600px;
	padding: 0px;
	margin: 20px 0px 20px 60px;
	text-align:left;
}
.store_column_2 {
	float:right;
	width: 261px;
	padding: 0px;
	margin: 20px 20px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
}
.store_column_2_text {
	margin-left:50px;
	margin-right:35px;
}
.store_column_2_text a {
	color:#FCD462;
	text-decoration:none;
	font-weight:bold;
}
.stories_form {
	margin-bottom:10px;
}
.product_listing {
	float: left;
	width: 600px;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}
.product_listing .column_1 {
	float:left;
	width:225px;
}
.product_listing .column_2 {
	float:left;
	padding-left:20px;
	width:355px;
}

/*************/
/** Footers **/
/*************/
.footer {
	background-image: url(images/bg-btm.gif);
	background-repeat: no-repeat;
	background-color:#BF0000;
	width: 950px;
	float:left;
	height:96px;
	clear:both;
}
.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8F0000;
	text-align:right;
	padding-top:19px;
	padding-right:33px;
}
.footer_text a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8F0000;
	text-align:right;
	text-decoration:none;
}
.footer_text_selected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF7F00;
	text-align:right;
	text-decoration:none;
}
.footer_text_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#8F0000;
	text-align:right;
}


/************/
/** Images **/
/************/
.logo_nice {
	margin-top:19px;
	margin-left:34px;
	float:left;
	width:114px;
	height:32px;
}
.img_give_the_gift {
	margin-top:18px;
	margin-left:134px;
	margin-bottom: 0px;
	float:left;
	clear:both;
	width:420px;
	height:98px;
}
.img_look_inside_max {
	padding-left:14px;
	float:left;
	clear:both;
	width:auto;
}
.img_arrow_right {
	margin-top:225px;
	float:left;
	width:19px;
}
.img_arrow_left {
	margin-top:225px;
	margin-right:15px;
	float:left;
	width:19px;
}
.img_look_inside_preview {
	float:left;
	width:inherit;
}
.img_robin {
	margin-left:100px;
	margin-top:5px;
}
.img_max {
	margin-left:69px;
	margin-top:5px;
}
.max_float_bottom {
	background-image: url(images/max.png);
	background-position: bottom;
	height:427px;
}
.store_pin_max_to_btm {
	clear:both;
	float:right;
	width: 261px;
	height:427px;
	padding: 0px;
	margin: -427px 20px 10px 0px;
}
.stories_pin_max_to_btm {
	clear:both;
	float:right;
	width: 261px;
	height:288px;
	padding: 0px;
	margin: -288px 20px 10px 0px;
}
