@charset "utf-8";
/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/BACKGROUND.png);
	background-repeat: repeat;
}
.container {
	width: 865px;
	height: 642px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/shop%20images/shoppagelayout-01.png);
}
ul.nav{
	list-style: none;
	padding-top: 50px;
	padding-left: 135px;
	margin: 0;	
	}
.nav li{
	display: inline;
	margin-right: 53px;
	
}
.nav a{
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-decoration: none;
	color: #7dc6a2;
	font-weight: bold;
	letter-spacing: 3px;				
}
.nav a:hover, a:active, a:focus{
	color: white;
	text-decoration:underline;
}
.content {

	padding: 10px 0;
}
.shopPage{
	color: #FFF;		
}
.content{
	width: 460px;
	float: right;
	margin-top: 189px;
	margin-right: 25px;
	clear: right;
		
}
.content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 27px;
	color: black;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
.content a{
	font-size: 28px;
	font-weight: bold;
	color:rgb(23,134,232);
	text-decoration: none;
}
.content a:hover, a:active, a:focus {
	color:rgb(53,207,138);
	text-decoration: none;
}
.touch .content a:hover, a:active, a:focus {
	color:rgb(53,207,138);
	text-decoration: none;
}
.subContent{
	width: 460px;
	float: right;
	margin-top: 32px;
	margin-right: 25px;
	clear: right;
		
}
.subContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: black;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
.subContentItalic{
	font-size: 15px;
	font-style:italic;
}
.footer{
	width: 380px;
	height: 65px;
	float: right;
	margin-top: 21px;
	margin-right: 60px;
	padding-top: 12px;
	clear: right;
	border-radius: 15px;
	background-color:rgb(124,146,157);
		
}
.footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	font-style:italic;
	line-height: 25px;
	color: white;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
