@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#000000;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}

/* --- Layout
--------------------------------- */

#page {
	width: 1100px;
	margin: 0 auto;
	
}

#top-signature {
}

#banner {
	margin-left: 7px;
	width: 736px;
	float: left;
}

#top-menu {
	float: left;
	margin-top: 80px;
	margin-left: 40px;
}


#content-left {
	width: 700px;
	float: left;
	padding: 0 40px;
	text-align: justify;
	line-height: 1.6em;
	font-size: 1.2em;
}

#content-right {
	width: 200px;
	float: left;
}
#page-bottom {
	padding: 5px 40px;
	margin-top:5px;
}

.clear {
	clear: both;
}

/* --- Backgound Pictures
--------------------------------- */

body {
	background:url(images/background.png) 0px 5px repeat-x;
}

html>body {
	background:url(images/background.png) 0px 3px repeat-x;
}

#banner {
	background:url(images/banners/banner-1.jpg) top left no-repeat;
	width: 736px;
	height: 305px;
}

#page-bottom {
	background:url(images/horizontal-rule.png) top left no-repeat;
}

/* --- Top Menu Images
--------------------------------- */

#top-menu-about a, #top-menu-buy a, #top-menu-contact a {
	display: block;
	width: 250px;
}
#top-menu-about a:link, #top-menu-about a:active, #top-menu-about a:visited {
	height: 44px;
	background:url(images/top-menu.png) 0px 0px no-repeat;
}
#top-menu-about a:hover {
	background:url(images/top-menu.png) -251px 0px no-repeat;
}
#top-menu-buy a:link, #top-menu-buy a:active, #top-menu-buy a:visited {
	height: 45px;
	background:url(images/top-menu.png) 0px -44px no-repeat;
}
#top-menu-buy a:hover {
	background:url(images/top-menu.png) -251px -44px no-repeat;
}
#top-menu-contact a:link, #top-menu-contact a:active, #top-menu-contact a:visited {
	height: 44px;
	background:url(images/top-menu.png) 0px -89px no-repeat;
}
#top-menu-contact a:hover {
	background:url(images/top-menu.png) -251px -89px no-repeat;
}
	

/* --- Heading Text Replacements
--------------------------------- */

#heading-about-peter {
	background:url(images/heading-about-peter.png) top left no-repeat;
	width: 229px;
	height: 49px;
}
#heading-where-to-buy {
	background:url(images/heading-where-to-buy.png) top left no-repeat;
	width: 248px;
	height: 63px;
}
#heading-contact-us {
	background:url(images/heading-contact-us.png) top left no-repeat;
	width: 201px;
	height: 35px;
}

/* --- Text
--------------------------------- */
#page-top h1 {
	display: none;
}

#content-right {
	text-align: justify;
}

#content-right h3 {
	font-size: 1.6em;
	letter-spacing: 0.06em;
}

.link-spacing a { 
	display: inline-block;
	width: 250px;
}

/* --- Lists
--------------------------------- */

#top-menu ul {
	padding: 0;
	margin: 0;
}
#top-menu li {
	list-style: none;
}

/* --- Links
--------------------------------- */

a:link, a:active, a:visited {
	color:#0066FF;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
}


/* --- Misc
--------------------------------- */
.hide {
	display: none;
}
