@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #201C20;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #201C20;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.mainstyle #container {
	width: 939px;
	margin: 0 auto;
	text-align: left;
}
.mainstyle #header {
	height: 110px;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../layout/mainBck1_01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	text-align: center;
}
.mainstyle #header h1{
	margin: 0px;
	font-weight: normal;
	font-size: 28px;
	padding: 0;
}
.mainstyle #header h4 {
	margin: 0;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.mainstyle #header a{
	text-decoration: none;
	color: #201C20;
	padding-right: 5px;
	padding-left: 5px;
}
.mainstyle #header a:visited{
	color: #201C20;
}

.mainstyle #header a:active{
	color: #201C20;
}
.mainstyle #header a:hover{
	color: #CC0000;
}
.mainstyle #header a#currentNav{
	color: #CC0000;
}

.mainstyle #header h5 {
	margin: 0;
	font-size: 12px;
	padding: 5px 100px 0px 0px;
	float:right;
}

.mainstyle #mainContent {
	background-image: url(../layout/mainBck1_02.gif);
	background-repeat: repeat-y;
	margin: 0px;
	text-align: left;
	padding-top: 36px;
	padding-right: 104px;
	padding-bottom: 0px;
	padding-left: 104px;
}
/*.mainstyle #mainContent p{
	padding: 0;
	margin: 0px;
}*/
.mainstyle #mainContent h1{
	padding: 0;
	margin: 0px;
	font-weight: normal;
	font-size: 56px;
}
.mainstyle #mainContent h2{
	padding: 0;
	margin: 0px;
	font-weight: normal;
	font-size: 36px;
}
.mainstyle #mainContent h3{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
}
.mainstyle #mainContent p{
	line-height: 24px;
}
.mainstyle #mainContent var {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1px;
}

.mainstyle #mainContent a{
	text-decoration: none;
	color: #CC0000;
}
.mainstyle #mainContent a:visited{
	color: #CC0000;
}

.mainstyle #mainContent a:active{
	color: #CC0000;
}
.mainstyle #mainContent a:hover{
	color: #201C20;
}

.mainstyle #footer {
	background-image: url(../layout/mainBck1_03.gif);
	background-repeat: no-repeat;
	height: 158px;
	text-align: center;
	margin: 0px;
	padding-top: 36px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.mainstyle #footer h3 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: normal;
	font-size: 24px;
}
.mainstyle #footer p {
	margin: 0;
	padding: 0;
}

.addToBasket{
	color:#CC0000;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.smalltext{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.bigimage {
	border: 1px solid #666666;
	padding: 30px;
}

.productThumb{
	float: left;
	height: 220px;
	width: 146px;
	text-align: center;
}
.productThumb h5{
	font-size: 12px;
	font-weight: normal;
}
.productThumb img{
	margin: 0px 0px 6px 0px;
}
#prodInfo a {
	font-size: 20px;
}
.pressThumb{
	float: left;
	height: 260px;
	width: 182px;
	text-align: center;
}
.pressThumb h5{
	font-size: 12px;
	font-weight: normal;
}
.pressThumb img{
	margin: 0px 0px 6px 0px;
}
