@charset "UTF-8";

body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../siteimages/bg.gif);
	background-repeat: repeat-x;
	background-position: center -19px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 832px;
	margin-left: 50%;
	position: absolute;
	left: -416px;
	top: 0px;
}

#container #logo {
	background-image: url(../siteimages/header-logo.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 832px;
}

#container #banner {
	background-image: url(../siteimages/header-image.gif);
	background-repeat: no-repeat;
	height: 225px;
	width: 780px;
	padding-right: 26px;
	padding-left: 26px;
}

#container #navigation {
	background-image: url(../siteimages/header-navigation.gif);
	height: 42px;
	width: 742px;
	padding-top: 23px;
	padding-right: 46px;
	padding-left: 46px;
}

#container #navigation a {
	color: #7d9c9f;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px; 
	padding-top: 7px;
	padding-bottom: 10px;
}

.basketbutton {
	margin-left: 10px;
	margin-top: 1px;
}

#container #navigation a:hover {
	color: #000000;
}

#container #content {
	background-image: url(../siteimages/content-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	padding-right: 46px;
	padding-left: 46px;
}

.contenttable {
	background: url(../siteimages/table-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
}

#container #content .contenttable h1 {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #ad235e;
	margin-top: 0px;
	font-weight: bold;
}

#container #content .contenttable h2 {
	font-size: 0.7em;
	color: #000000;
	margin-top: 0px;
	font-weight: bold;
}

#container #content .contenttable p {
	font-size: 0.7em;
	line-height: 1.8em;
	text-decoration: none;
	text-align: justify;
}

.tabletext {
	font-size: 0.7em;
	line-height: 1.8em;
	text-decoration: none;
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #333333;
}

#container #content .contenttable a {
	color: #AD235E;
	text-decoration: none;
}

#container #content .contenttable a:hover {
	color: #333333;
	text-decoration: none;
}


#container #content .contenttable #imageright {
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 21px;
	margin-left: 21px;
	margin-top: 7px;
	border: 1px solid #999999;
}

#container #footer {
	width: 740px;
	margin-right: 27px;
	margin-left: 26px;
	padding: 20px;
	background-color: #000000;
}

#container #footer .footertable {
	color: #CCCCCC;
	font-size: 0.7em;
	line-height: 1.8em;
}	

#container #footer .footertable a {
	color: #EEEEEE;
	text-decoration: none;
}

#container #footer .footertable a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.floatleft {
	float: left;
}

#container #navigation #paypal {
	float: left;
}
