/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
caption {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline: none;
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	height: 100%;
	background-color: #FFFFFF;
}

div#container {
   min-height: 100%;
   position: relative;
}

div#top-container {
	display: block;
	height: 101px;
	width: 100%;
	background: url("/images/bg-top-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #455365;
	border: 0px solid red;
}

div#top-content {
	position: relative;
	display: block;
	height: 101px;
	width: 960px;
	margin: 0 auto;
	border: 0px solid red;
}

div#top-content div#top-right {
	float: right;
	height: 101px;
	width: 484px;
	border: 0px solid red;
}

div#top-content div#top-right div#top-cart {
	float: left;
	clear: right;
	height: 58px; /* 110px */
	width: 217px; /* 266px */
	padding: 21px 26px 22px 23px;
	background: url("/images/bg-top-cart.png");
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid red;
}

div#top-content div#top-right div#top-search {
	float: left;
	height: 58px; /* 110px */
	width: 164px; /* 218px */
	padding: 21px 27px 22px 27px;
	background: url("/images/bg-top-search.png");
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid red;
}

div#top-content div#top-right div.cart-summary {
	position: relative;
	height: 57px;
	overflow: hidden;
    margin: 0;
    padding: 0;
	border: 0px solid red;
}

div#menu-container {
	display: block;
	height: 49px;
	width: 100%;
	background: url("/images/bg-menu-footer-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #5E6D7C;
	border: 0px solid red;
}

div#menu-content {
	display: block;
	height: 49px;
	width: 960px;
	margin: 0 auto;
	border: 0px solid red;
}

div#menu-content div#menu-right {
	float: right;
	height: 49px;
	width: 484px;
	border: 0px solid red;
}

div#header-container {
	display: block;
	height: 100%;
	width: 100%;
	background: url("/images/bg-header-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #eae9e3;
	border: 0px solid red;
}

body#home div#header-content {
	display: block;
	height: 317px;
	width: 960px;
	line-height: 317px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 1px 0;
	border: 0px solid red;
}

div#header-content {
	display: block;
	height: 194px;
	width: 960px;
	line-height: 194px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 1px 0;
	border: 0px solid red;
}

div#body-container {
	display: block;
	height: auto;
	width: 100%;
	height: 100%;
	border: 0px solid red;
}

div#content-container {
	display: block;
	overflow: hidden;
	min-height: 315px;
	height: auto !important;
    height: 315px;  /* IE6 Hack */
	width: 100%;
	border: 0px solid blue;
}

div#shaddow-top {
	display: block;
    height: 30px;
	width: 100%;
	background: url("/images/bg-shaddow-top.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #F7F8FA;
	border: 0px solid red;
}

div#content-content {
	display: block;
	overflow: hidden;
	min-height: 315px;
	height: auto !important;
    height: 315px;  /* IE6 Hack */
	width: 960px;
	background: url("/images/bg-content-content.gif");
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid green;
}

div#left {
	float: left;
	clear: right;
	min-height: 602px;
	height: auto !important;
    height: 602px;  /* IE6 Hack */
	height: 100%;	
	width: 147px; /* 187px */
	padding: 20px;
	text-align: right;
	border: 0px solid red;
}

div#shop-copy {
	float: left;
	position: relative;
	display: inline; /* IE6 Double Margin Fix Hack  */
	min-height: 602px;
	height: auto !important;
    height: 602px;  /* IE6 Hack */
	height: 100%;
	width: 704px; /* 744px */
	margin: 0 0 0 29px;
	padding: 20px;
	text-align: left;
	border: 0px solid red;
}

body#home div#shop-copy, body#home div#left {
	min-height: 315px;
	height: auto !important;
    height: 315px;  /* IE6 Hack */
}

div#copy {
	float: left;
	display: inline; /* IE6 Double Margin Fix Hack */
	min-height: 602px;
	height: auto !important;
    height: 602px;  /* IE6 Hack */
	width: 527px; /* 704px */
	margin: 0 0 0 29px;
	padding: 20px 10px 20px 20px;
	text-align: left;
	border: 0px solid red;
}

div#right {
	float: left;
	min-height: 602px;
	height: auto !important;
    height: 602px;  /* IE6 Hack */
	width: 147px; /* 187px */
	padding: 20px;
	text-align: left;
	border: 0px solid red;
}

div#shaddow-bottom {
	display: block;
    height: 33px;
	width: 100%;
	background: url("/images/bg-shaddow-bottom.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #F7F8FA;
	border: 0px solid red;
}

div#footer-container {
	display: block;
	height: 149px;
	width: 100%;
	background: url("/images/bg-menu-footer-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #5E6D7C;
	border: 0px solid blue;
}

div#footer-content {
	display: block;
	height: 49px;
	width: 960px;
	margin: 0 auto;
	border: 0px solid red;
}

div#footer-bottom {
	display: block;
	height: 100px;
	width: 100%;
	background: url("/images/bg-footer-bottom.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #455365;
	border: 0px solid red;
}

/* End CSS Layout Code */