html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 800px;
	width: 100%;
	background: #000000 url(images/templates/background.jpg) 0 80px no-repeat;
}

img {
	border: 0;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

.header {
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/templates/header.png) repeat-x;
}

.topnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topnav li {
	float: left;
	padding: 0 10px 0 10px;
}

.topnav li a {
	font-family: Verdana;
	font-size: 14px;
	font-variant: small-caps;
	color: #666666;
	text-decoration: none;
}

.topnav li a:visited {
	color: #666666;
	text-decoration: none;
}

.topnav li a:hover {
	text-decoration: underline;
}

.content {
	position: relative;	
	min-width: 1000px;
	width: 100%;
	height: 100%;
}

.shop {
	background: url(images/templates/shop_bg.png);
	padding: 30px;
	width: 700px;
}

.shopHeading {
	font-family: Verdana;
	font-size: 16px;
	font-variant: small-caps;
	color: #787675;
	text-decoration: none;
	margin-bottom: 10px;
}

a.shopHeading {
	font-family: Verdana;
	font-size: 16px;
	font-variant: small-caps;
	color: #787675;
	text-decoration: none;
}

a.shopHeading:visited {
	color: #787675;
	text-decoration: none;
}

a.shopBottom {
	font-family: Verdana;
	font-size: 16px;
	font-variant: small-caps;
	color: #787675;
	text-decoration: none;
	margin-bottom: 10px;
}

.shopContent {
	background: url(images/templates/shop_content_bg.png) left bottom no-repeat;
	width: 100%;
	height: 174px;
	padding: 0 5px 5px 0;
	z-index: 5;
	overflow: hidden;
}

td.product {
	padding: 20px 10px 10px 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #787675;
	text-decoration: none;
	margin-bottom: 10px;
}

.productHeading {
	color: #9e0e18;
	font-family: Verdana;
	font-weight: normal;
	font-size: 16px;
}

.baby {
	height: 305px;
	width: 266px;
	position: absolute;
	top:180px;
	background: url(images/templates/baby.png) no-repeat;
	z-index: 2;
}

.logo {
	position: absolute;
	top: 120px;
	right: 100px;
	height: 192px;
	width: 684px;
	background: url(images/templates/logo.png) no-repeat;
	z-index: 1;
}

.buttonContainer {
	position: relative;
	width: 100%;
	text-align: left;
	z-index: 2;
}

.footer {
	position: absolute;
	height: 150px;
	bottom: 0;
	background: #ffffff url(images/templates/footer.png) top repeat-x;
}
