﻿.productBox strong {
	color: #3B2991;
	font-size: 110%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #C1C1C1;
	margin: 0px;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
}
#logo {
	width: 970px;
	height: 95px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
}
#banner {
	width: 970px;
	height: 300px;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
}
#content {
	background-image: url('images/bg_content.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px 80px 20px 80px;
}
#menu {
	list-style-type: none;
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 70px;
	width: 220px;
}
#menu li {
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	letter-spacing: 2px;
	font-size: medium;
}
#menu li a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
h1 {
	color: #543FAC;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0px;
	padding-right: 15px;
}
.clear {
	clear: both;
}
#contentLeft {
	width: 500px;
	float: left;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #F09C01;
}
#contentRight {
	width: 300px;
	float: right;
	text-align: center;
}
#contentRight img {
	margin: 5px;
	border: 1px solid #999999;
	padding: 3px;
}
.blueBox {
	color: #FFFFFF;
	background-color: #111487;
	border: 1px solid #232A7A;
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
	margin-right: 20px;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	padding: 3px;
}
.centered {
	text-align: center;
}
.productBox {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	height: 220px;
}
.strongSocks {
	display: block;
}
#footer {
	text-align: center;
	background-image: url('images/footerBG.gif');
	background-repeat: repeat-x;
	background-position: left top;
	color: #ef9c00;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	line-height: 30px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-size: 80%;
	text-align: center;
	padding: 4px;
}
.productBox1 {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	height: 575px;
}
h3 {
	font-weight: normal;
	font-size: 130%;
}
