@charset "UTF-8";
/* CSS Document */
html {
	font-size: 12px;
	overflow-y : scroll;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../media/bg.jpg);
	background-repeat: repeat-x;
	background-color: #515151;
	color: #dbdbdb;
}
h1 {
	color: #ffa800;
	font-size: 155%;
	font-weight: 100;
	}
h2 {
	color: #ffa800;
	font-size: 125%;	
}
h3 {
	
}
table strong {
	color: #fda604;
}
.notext {
	position: absolute;
	left: -8888px;
}
.container {
	text-align: left;
	width: 820px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: auto;
}
.container .header{
	height: 68px;
	background-image: url(../media/header.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-bottom: 20px;
	background-position: center;
}
.container .navigation{
	background-image: url(../media/images/pure-home-norwich_red_09.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	color: #CCC;
	font-size: 145%;
}
.container .navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.container .navigation li {
	float: left;
	margin-right: 35px;
}
.container .navigation a:link {
	text-decoration: none;
	color: #ccc;
}
.container .navigation a:visited {
	text-decoration: none;
	color: #ccc;
}
.container .navigation a:hover {
	text-decoration: none;
	color: #FFF;
}
.container .navigation a:active {
	text-decoration: none;
}
.container .option {
	margin-bottom: 20px;
	overflow: hidden;
	height: 250px;
}
.container .content {
	margin-bottom: 20px;	
}
.container .pcontent {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;		
}
.container .content .left {
	width: 370px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.container .content .right {
	float: left;
	width: 370px;
	padding-right: 20px;
	padding-left: 20px;
}
.container .content .dots {
	background-image: url(../media/dots.png);
	background-repeat: repeat-x;
	height: 7px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.container .footer {
	background-image: url(../media/images/purehome_red-14.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #DBDBDB;
	color: #515151;
	padding: 9px;
}
.container .footer a:link {
	text-decoration: none;
	color: #515151;
}
.container .footer a:visited {
	text-decoration: none;
	color: #515151;
}
.container .footer a:hover {
	text-decoration: underline;
	color: #f13e55;
}
.container .content .left p {
	font-size: 100%;
}
.container .content .productsleft {
	width: 395px;
	height: auto;
	float: left;
}
.container .content .productsright {
	width: 395px;
	height: auto;
	float: right;
}
.products-titles {
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
}
.products-details {
	color: #f13e55;
	font-size: 100%;	
}
.container .content a:link {
	text-decoration: none;
	color: #8F8F8B;
}
.container .content a:visited {
	text-decoration: none;
	color: #8F8F8B;
}
.container .content a:hover {
	text-decoration: underline;
	color: #8F8F8B;
}
.pureLinks {
	height:80px;
	width:250px;
	display:block;
	float:left;
	text-align:center;
	
}

.pureLinks img {
	border:none;
}