*{
	margin:0;
	padding:0;
}
body{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	position:relative;
	width:100%;
	min-height:100%;
	background-color:#EAE4E4;
	font-family:"Arial";
	margin-bottom: 20px;
}
.container{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:1085px;
	margin: 0 auto;
}
.photo{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:156px;
	height:227px;
	background-image: url(images/OurTeam/Photo_frame.png);
	padding-top: 7px;
	padding-left: 8px;
	margin-top: 20px;
}
h1{
	font-size:22px;
	font-weight:bold;
}
.ourteam_textframe{
	margin: 75px 20px 0px;
}
.productphoto{
	display: inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:212px;
	height:375px;
	background-image: url(images/PrintedProducts/ProductPhoto_frame.png);
	padding-top: 10px;
	padding-left: 4px;
	margin: 45px 20px 30px;
}
.producttext{
	margin-top: 14px;
	margin-left:-4px;
	text-align: center;
	font-size: 14px;
	color:#434343;
	font-family: "Athelas", "Arial";
	line-height:125%;
}

.red{
	color:#930511;
	font-weight:bold;
}

div#header_wrapper{
	width:100%; 
	height:90px; 
	background-image: url(images/50_top.png);
}
div#logo{
	display:inline-block;
	vertical-align:top;
	margin-top:27px;
	margin-left:25px;
	margin-right:25px;
}
div#nav{
	display:inline-block;
	margin-top:41px;
}
div#nav nav li{
	display:inline-block;
	height:30px;
	color:#FFFFFF;
	margin-right:10px;
}
div#nav nav a{
	color:#FFFFFF;
	font-family:"Arial";
	font-size:15px;
	text-decoration:none;
}

div#slider_wrapper{
	background-image: url(images/home_bg.png);
	background-repeat: no-repeat;
	margin-top:5px;
	padding-top:15px;
	padding-bottom:60px;
}

div#slider{
	padding-top:30px;
}
div#aboutus_wrapper{
	background-image: url(images/AboutUs/aboutus_bg.png);
	background-repeat: no-repeat;
	margin-top:5px;
	padding-top:15px;
	padding-bottom:13px;
}
div#aboutus_left{
	display:inline-block;
	width:390px;
	margin: 180px 10px 20px;
	float:left;
}

div#aboutus_right{
	display:inline-block;
	width:650px;
	margin-top:250px;
	margin-bottom:160px;
	line-height:125%;
	color:#444444;
	font-size:21px;
	font-family:"Athelas", "Georgia", "Arial";
	text-align:justify; text-justify:distribute-all-lines;
}
div#ourteam_wrapper{
	background-image: url(images/OurTeam/Frame.png);
	background-repeat: no-repeat;
	margin-top:5px;
	padding-top:15px;
	padding-bottom:13px;
}
div#ourteam_left{
	display:inline-block;
	width:156px;
    margin: 120px 31px 20px;
	float:left;
}

div#ourteam_right{
	display: inline-block;
	width: 764px;
	margin-top: 70px;
	margin-left: 47px;
	margin-bottom: 120px;
	line-height: 125%;
	color: #444444;
	font-size: 21px;
	font-family: "Athelas", "Georgia", "Arial";
	text-align:justify; 
	text-justify:distribute-all-lines;
}

div#Rex {
  padding-bottom: 18px;
}

div#Jenny {
  padding-bottom: 18px;
}

div#printedproducts_wrapper{
	background-image: url(images/PrintedProducts/Printed_Frame.png);
	background-repeat: no-repeat;
	margin-top:5px;
	margin-bottom: 70px;
	padding-top:15px;
	padding-bottom:13px;
}
div#printedproducts{
	display:inline-block;
	width:1024px;
    margin: 120px 31px 20px;
}
div#knittedproducts_wrapper{
	background-image: url(images/KnittedProducts/Knitted_Frame.png);
	background-repeat: no-repeat;
	margin-top:5px;
	margin-bottom: 70px;
	padding-top:15px;
	padding-bottom:13px;
}
div#knittedproducts{
	display:inline-block;
	width:1024px;
    margin: 120px 31px 20px;
}

div#contactus_wrapper{
	background-image: url(images/ContactUs/ContactUs_bg.png);
	background-repeat: no-repeat;
	margin-top:5px;
	padding-top:15px;
	padding-bottom:160px;
}
div#contactus_left{
	display:inline-block;
	width:370px;
	margin-top:161px;
	margin-left:70px;
	margin-bottom:30px;
	line-height:141%;
	color:#444444;
	font-size:22px;
	font-family:"Athelas", "Georgia", "Arial";
	text-align:left; 
	float:left;
}
div#contactus_right{
	display:inline-block;
	width:520px;
	margin: 156px 30px 20px;
}

div#footer_wrapper{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%; 
	height:63px; 
	background-image: url(images/50_bottom.png);

}
div#footer{
	height:60px;
	text-align:center;
	padding-top:15px;
}
div#footer article{
	font-family:"Arial";
	color: #FFFFFF;
	font-size:12px;
	line-height:150%;
}
