html, body { 
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: White;
}
img {
	border: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
a {
	color: Black;
	text-decoration: none;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}
#panel {
	width: 800px;
	margin: 0 auto 0 auto;
}
#header {
	position: relative;
	height: 36px;
	margin-top: 5px;
}
#facebook, #twitter, #tagline, #newsletter {
	position: absolute;
}
#facebook {
	left: 39px;
}
#twitter {
	left: 115px
}
#tagline {
	left: 221px;
}
#newsletter {
	right: 50px;
	top: 10px;
}
#nav {
	height: 95px;
	background-color: #7c2b83;
	position: relative;
	margin-top: 5px;
}
#logo, #nav ul, #best_award {
	position: absolute;
}
#logo {
	top: 13px;
	left: 42px;
}
#nav ul {
	left: 135px;
	top: 68px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	float: left;
	text-align: center;
}
#lnkHome { width: 60px; }
#lnkBags { width: 80px; }
#lnkPurchase { width: 80px; }
#lnkMedia { width: 70px; }
#lnkAbout { width: 80px; }
#lnkContact { width: 80px; }
#best_award {
	top: 0;
	right: 39px;
}

#nav2 {
	position: relative;
	height: 27px;
	background-color: #676768;
	border-top: solid 4px White;
	border-bottom: solid 4px White;
}
#keeping_together {
	position: absolute;
	right: 35px;
}
#nav2 ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#nav2 ul li {
	display: inline;
	padding-right: 16px;
}
#nav2 a {
	text-decoration: none;
	color: White;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#nav2 a:hover, #nav2 li.selected a {
	color: #7c2b83;
}
#nav2_bags {
	padding-left: 100px;
	display: none;
}
#nav2_about {
	padding-left: 48px;
	display: none;
}
#nav2_media {
	padding-left: 110px;
	display: none;
}
#nav2_purchase {
	padding-left: 180px;
	display: none;
}

#nav3 {
	position: relative;
	width: 800px;
	height: 260px;
	border-bottom: solid 4px White;
}
#circle1, #circle2, #circle3, #circle4 {
	position: absolute;
}
#circle1, #circle3 {
	left: 527px;
}
#circle2, #circle4 {
	right: 0;
}
#circle1, #circle2 {
	top: 0;
}
#circle3, #circle4 {
	bottom: 0;
}

#home_copy {
	line-height: 180%;
	width: 424px;
	padding: 17px 0 60px 28px;
}
#content {
	width: 800px;
}
td.content_left {
	border-right: solid 5px White;
	width: 522px;
	background-color: #a0cbed;
	vertical-align: top;
}
#bags {
	background-color: White;
	padding: 15px 0 15px 20px;
}
#bags_extra {
	padding: 15px 0 15px 48px;
}
div.ad {
	margin-left: 15px;
}
#bags_extra table {
	width: 100%;
}
#bags_extra table td {
	vertical-align: top;
}
#bags_extra div.ad {
	padding-top: 12px;
}
#bags_extra div.bag {
	padding-bottom: 80px;
	width: 150px;
}
#bags_extra div.bag_name {
	text-transform: uppercase;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#bags_extra div.bag_link {
	text-decoration: underline;
}

#bags div.bag {
	width: 137px;
	overflow: hidden;
	text-align: center;
}
#bags div.bag div {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding: 8px 0 8px 0;
}
#bags div.bag img {
	width: 130px;
}

td.content_right {
	background-color: #7c2b83;
	vertical-align: top;
	padding: 27px 0 0 21px;
	font-size: 12px;
}
td.content_right a {
	color: White;
}
td.content_right a:hover {
	color: #DDDDDD;
}

td.content_right h1 {
	text-transform: none;
	color: Pink;
	font-size: 18px;
	font-weight: normal;
}
td.content_right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a0cbed;
	font-weight: normal;
	margin: 12px 0 0 0;
	padding: 0;
}

#footer {
	padding: 8px 0 0 48px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	padding-right: 8px;
}
#footer a {
	font-size: 12px;
}

#intro_image {
	position: relative;
	height: 260px;
}
#intro_image div.im_intro, #intro_image div.im_intro_small {
	position: absolute;
	top: 20px;
	left: 550px;
	width: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: White;
	font-size: 14px;
}
#intro_image div.im_intro_small {
	line-height: 140%;
}
#intro_image div.im_intro {
	line-height: 170%;
}


#horizontal_nav {
	border-top: solid 4px White;
	background-color: #231f20;
	height: 33px;
	position: relative;
}
#nav_features, #nav_guide, #nav_quiz, #nav_videos {
	position: absolute;
}
#nav_guide { left: 48px; }
#nav_videos { left: 163px; }
#nav_quiz { left: 272px; }
#nav_features { left: 445px; }

table.product_detail td {
	vertical-align: top;
}
table.product_detail td.product_detail_images {
	padding-left: 48px;
	padding-right: 20px;
	width: 280px;
}
table.product_detail td.product_detail_info {
	width: 410px;
	font-size: 12px;
}

#product_images_container {
	position: relative;
	height: 400px;
}
#image_zoom {
	margin-top: 10px;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border: solid 1px #666666;
	cursor: move;
}
#image_thumb_1, #image_thumb_2 {
	position: absolute;
	top: 260px;
	cursor: pointer;
}
#image_thumb_1 img, #image_thumb_2 img  {
	width: 100px;
	height: 100px;
}
#image_thumb_2 {
	left: 150px;
}

#btn_zoom_in, #btn_zoom_out {
	cursor: pointer; 
	position: absolute; 
	font-size: 14px;
	background-color: White;
	border: solid 1px Black;
	width: 24px;
	padding: 2px 0 2px 0;
	text-align: center;
}
#btn_zoom_in {
	top: 0; 
	left: 24px; 
}
#btn_zoom_out {
	top: 0;
	left: 0;
}

#videos {
	padding: 24px 0 24px 48px;
}
#videos h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	color: #7c2b83;
	margin-bottom: 1.0em;
}
#videos h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13px;
}
#videos div.description {
	font-size: 12px;
	margin-bottom: 12px;
}
#videos div.video {
	margin-bottom: 48px;
}
#static_copy {
	padding: 24px 0 24px 48px;
}

#quiz div.question {
	margin-bottom: 24px;
}
#quiz div.quiz_submit {
	height: 80px;
}

div.forms td {
	padding: 2px 0 2px 0;
}
div.forms td.label {
	width: 100px;
}
div.forms table {
	margin-top: 8px;
	margin-bottom: 16px;
}

table.product_closeout {
	margin: 2.0em 0 0 0;
	padding: 0;
	border-collapse: collapse;
}
table.product_closeout td { vertical-align: top; padding-bottom: 15px; }
td.pc_image { width: 130px; }
td.pc_desc { width: 225px; padding-right: 15px; }

div.product_link {
	text-align: center;
	width: 252px;
}

div.title-fabrics {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
table.fabrics {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.fabrics td {
	padding: 0 0 4px 0;
}
table.fabrics img {
	display: block;
	margin: 0 0 4px 0;
}

#press {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
#press td { vertical-align: top; width: 50%;}
#press div { margin-bottom: 1.0em; font-size: 12px; }
#press a { text-decoration: underline; }
#press span { display: block; font-style: italic; }

