@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-color: #133381;
	background-image: url(../images/jpg/seamless_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	border: none;
	background-color: #FFFFFF;
}

#title {
	float: left;
	width: 900px;
	height: 150px;
	border: none;
	padding: 0;
	margin: 0;
	background-image: url(images/jpg/title.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#homepage {
	position: relative;
	width: 196px;
	height: 150px;
	border: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

#basket {
	position: relative;
	width: 348px;
	border: none;
	margin: 0;
	padding: 0;
	top: 55px;
	left: 549px;
}

#product {
	position: relative;
	width: 348px;
	border: none;
	margin: 0;
	padding: 0;
	top: 55px;
	left: 549px;
}

#nav {
	float: left;
	width: 200px;
	border: none;
	padding: 0;
	margin: 0;
}

#image {
	float: left;
	width: 900px;
	height: 100px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	padding: 0;
	margin: 5px 0 0 0;
	background-image:url(images/jpg/holder.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#image #sideheader {
	width: 190px;
	height: 30px;
	line-height: 30px;
	position: relative;
	top: 70px;
	left: 700px;
	padding: 0 0 0 10px;
	border: none;
	margin: 0;
	background-image: url(images/png/sideheader.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
}

#mainarea {
	float: left;
	width: 900px;
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
	background-image: url(images/jpg/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#mainarea #leftcol {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	border: none;
	width: 200px;
	background-color: #CCCCCC;
}

#mainarea #leftcol #text {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	width: 475px;
	line-height: 20px;
}

#mainarea #middlecol {
	float: left;
	padding: 0;
	margin: 1px 0 0 0;
	border: none;
	width: 530px;
	background-color: #ffffff;
	line-height: 22px;
}

#mainarea #rightcol {
	float: left;
	padding: 0;
	margin: 1px 0 0 10px;
	border: none;
	width: 150px;
	background-color: #E6E6E6;
	text-align: right;
}

#mainarea #rightcol #offers {
	float: left;
	padding: 5px;
	margin: 0;
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	width: 140px;
}


#mainarea #rightcol #offers a {
	color: #CC0000;
	text-decoration:none;
}

#mainarea #rightcol #search {
	float: left;
	padding: 5px;
	margin: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	width: 140px;
}

#mainarea #rightcol #subscribe {
	float: left;
	padding: 5px;
	margin: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 140px;
}

#mainarea #rightcol #navigation {
	float: left;
	padding: 0;
	margin: 0;
	border:none;
	width: 199px;
}

#mainarea #rightcol #navigation a {
	padding: 5px 0 5px 5px;
	margin: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	display: block;
	width: 194px;
	height: auto;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#mainarea #rightcol #navigation a:hover {
	padding: 5px 0 5px 5px;
	margin: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	display: block;
	width: 194px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#mainarea #rightcol #navigation a.pdf {
	background-image: url(images/gif/icon_pdf.gif);
	background-position: -5px center;
	background-repeat: no-repeat;
}

#mainarea #rightcol #navigation a.http {
	background-image: url(images/png/icon_http.png);
	background-position: -5px center;
	background-repeat: no-repeat;
}

#footer {
	float: left;
	width: 900px;
	height: 40px;
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/jpg/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000;
}

.pdfdownloads {
	width: 50%;
	padding: 0;
	margin: 10px 0 0 0;
	border: none;
	float: left;
	height: 70px;
}

.spacer {
	width: 100%;
	margin: 0;
	height: 1px;
	float:left;
}


/* Forms */

.genericbox {
	width: 99%;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

/* Text Variations */

.mainHead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}

.subHeadBlack {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}
.subHead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
}

.boldBlue14 {
	font-size: 14px;
	font-weight: bold;
	color: #386BA6;
}

.boldBlue15 {
	font-weight: bold;
	color: #386BA6;
	text-transform: uppercase;
	border-bottom: 1px solid #CC0000;
}

#offers .boldBlue15 {
	font-weight: bold;
	color: #386BA6;
	text-transform: uppercase;
	border: none;
}

.footnote {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000;
}

.boldRed {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000;
}

.boldRed2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000;
}

.boldRed3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC0000;
	border-bottom: 1px solid #cc0000;
}

.basket_head {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	padding: 0;
	width: 100%;
	float: left;
	text-align: right;
	background-image: url(images/png/Shoppingcart_32x32.png);
	background-repeat: no-repeat;
	background-position: 57%;
	height: 25px;
	line-height: 25px;
}

.basket_link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: none;
	padding: 0;
	width: 100%;
	text-align: right;
	float: left;
	text-transform: uppercase;
}

.basket_link a {
	color: #003399;
	text-decoration: none;
}

.basket_link a:hover {
	color: #006699;
	text-decoration: none;
}

.basket_total {
	border: none;
	padding: 5px 0 0 0;
	float: left;
	width: 100%;
	text-align: right;
	color: #000000;
}

.basket_items {
	padding: 0 0 5px 0;
	margin: 0;
	text-transform: capitalize;
	float: left;
	width: 100%;
	line-height: 18px;
	text-align: right;
}

.basket_price {
	padding: 0;
	text-transform: capitalize;
	float: left;
	width: 50%;
	text-align: right;
	color: #CC0000;
}

.product_display {
	height: 175px;
	float: left;
	padding: 5px;
	width: 247px;
	margin: 10px 0 0 0;
	border: 1px solid #E6E6E6;
	text-align: center;
}

#product_price {
	border: none;
	font-weight: bold;
	color: #900;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 12px;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #039;
}


/* Frame Variations */

.frame {
	border: 1px solid #CC0000;
}

.bottom {
	border-bottom: 1px solid #CCC;
}

img {
	border: none;
}

/* CSS Document */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

