@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../local/images/Standard-w/gradient.png);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}

body, html {
height: 100% /* this is to ensure 100% Flash movies always appear as such in FireFox */
}

.bodyStd #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
		background-image: url(../local/images/Standard-w/repeat.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.bodyStd #header {
		background-image: url(../local/images/Standard-w/header.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 180px;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1000px;
}
.bodyStd #header #flashbanner {
	padding-left: 20px;
}

.bodyStd #mainContent {
	margin: 0px;
	background-image: url(../local/images/Standard-w/body.png);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.bodyStd #footer {
	background-color: #EEEEEE;
	background-image: url(../local/images/Standard-w/footer.png);
	background-repeat: no-repeat;
	clear: both;
	margin: 0px;
	height:150px;
	text-align: center;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
#signup_form {
	padding-top: 10px;
	text-align: right;
	padding-right: 40px;
}
#signup_form #newslettersignup {
	width:250px;
	height:16px;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#signup_form .button {
	font-size: 11px;
	color: #333333;
	background-color: #F2F2F2;
	border: 2px outset #CCCCCC;
}
.bodyStd ul#topmenu {
	float: right;
	margin: 0px;
	list-style-type: none;
	width: 400px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999999;
}
.bodyStd ul#topmenu li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
	
float:left;}
.bodyStd ul#topmenu li a {
background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 16px;
	border:none;
}

.bodyStd ul#topmenu #contact_link a {
	background-image: url(../local/images/Standard-w/email-w.gif);
	text-indent: -3000px;	
}
.bodyStd ul#topmenu #cart_link a {
	background-image: url(../local/images/Standard-w/cart-w.gif);
	text-indent: -3000px;
	
}

/* also for PayPal form image below */

#paypalcart {
	background-image: url(/local/images/Standard-w/cart-w.gif);
	background-repeat: no-repeat;

}

.bodyStd ul#topmenu #login_link a {
	background-image: url(../local/images/Standard-w/users-log-in-w.gif);
	text-indent: -3000px;	
}
.bodyStd ul#topmenu #region_link a {
	background-image: url(../components/flags/gb.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	width: 16px;
	text-indent: -3000px;
	display: block;
}

.bodyStd #footertext p, .bodyStd #footertext a:link, .bodyStd #footertext a:visited, .bodyStd #footertext a:hover, .bodyStd #footertext a:focus  {
	color: #999999;
	font-size:10px;
	text-align:center;text-decoration:none; border: none;
}
