@charset "utf-8";
/* CSS Document */

body { 
	background-color:#fff;
	margin: 0px;
	background-image:url(../images/page-bg.jpg);
	background-position:top;
	height: 180px;
	background-repeat:repeat-x;
}

#wrap {
	width:979px;
	position:relative;
	top:0;
	margin:0 auto 20px auto;
}

#header {
	width:979px;
	height:150px;
}

#logo {
	float:left;
	margin-top:15px;
}

#header-right {
	float:right;
	width:298px;
	margin-top:10px;
	margin-bottom:10px;
}

#menu {
	float:right;
	width:505px;
	margin-top:10px;
}

#content {
	margin-top:44px;
	background-color:#fff;
}

#home-content {
	width:979px;
	background-color:#fff;
}

#home-left {
	width:780px;
	float:left;
}

#home-right {
	width:199px;
	float:right;
	padding-top:52px;
	background-image:url(../images/footer-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.catalogue {
	border:1px solid #b7b7b7;
}

#price-guide {
	padding-left:5px;
}

#price-guide a{
	font-size: 1.5em;
	color:#e2107e;
}

#price-guide a:hover{
	font-size: 1.5em;
	color:#e2107e;
	text-decoration:underline;
}

#footer {
	background-image:url(../images/footer-bg.jpg);
	height:40px;
	line-height:40px;
	padding-left:10px;
	border-right:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
}

#footer-text {
	float:right;
	color:#fff;
	height:205px;
	margin-right:30px;
	margin-top:25px;
}

#footer-text a {
	color:#fff;
}