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

body, html {
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-family: "Palatino Linotype", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	margin: 0px;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* Above */

#above .site {
	width: 1000px;
	padding: 33px 0px 0px 0px;
	text-align: center;
}
#above.home .site {
	padding: 20px 0px 0px 0px;
}
#above .page {
	width: 1000px;
	text-align: center;
}

/* Nav */

#nav {
	width: 1000px;
	text-align: center;
	padding: 0px 0px 22px 0px;
}

/* Central */

#cover {
	float: left;
	width: 265px;
	padding: 0px 30px 22px 30px;
}

#home-01 {
	float: left;
	width: 675px;
}

#home-02 {
	clear: both;
	width: 1000px;
}

.info {
	clear: both;
	width: 1000px;
}

#buy-links-01 {
	float: left;
	width: 255px;
	padding: 22px 0px 22px 263px;
}

#buy-links-02 {
	float: left;
	width: 255px;
	padding: 22px 227px 22px 0px;
}

.info .image-left {
	clear: both;
	float: left;
	margin: 0px 30px 22px 0px;
}
.info .image-centre {
	margin: 0px auto 22px auto;
	text-align: center;
}
.info .image-right {
	float: right;
	margin: 0px 0px 22px 30px;
}

/* Text */

#wrapper a:active {
	outline: none;
}

#wrapper #nav a {
	padding-left: 15px;
	padding-right: 15px;
}

#wrapper a:link {
	color: #ffcc00;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper a:visited {
	color: #ffcc00;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper a:hover {
	color: #ff9900; 
	text-decoration: underline; 
	font-weight: bold;
}

#wrapper a:active {
	color: #ff9900; 
	text-decoration: underline; 
	font-weight: bold;
}

#wrapper h1 {
	color: #ffffff;
	font-size : 13pt;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	margin-top: 0px;
	background-color: transparent;
}

#wrapper h2 {
	color: #ffffff;
	font-size : 13pt;
	font-weight:bold;
	text-align: left;
	margin-top: 0px;
	background-color: transparent;
}

#wrapper h3 {
	color: #ffcc00;
	font-size : 13pt;
	font-weight:bold;
	text-align: left;
	margin-top: 0px;
	background-color: transparent;
}

#wrapper h4 {
	color: #ffcc00;
	font-size : 15pt;
	font-weight:bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 13px;
	background-color: transparent;
}

#wrapper p {
	color: #ffffff;
	font-size : 13pt;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	background-color: transparent;
}

#wrapper strong {
	color: #ffffff;
	font-size : 13pt;
	font-weight:bold;
	text-align: left;
	margin-top: 0px;
	background-color: transparent;
}

#wrapper ul, #wrapper ol {
	color: #ffffff;
	font-size : 13pt;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-color: transparent;
	list-style-position: inside;
}

#wrapper #buy-links-01 ul, #wrapper #buy-links-01 ol {
	color: #ffffff;
	font-size : 13pt;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	list-style: none;
}
#wrapper #buy-links-01 ul li, #wrapper #buy-links-01 ol li {
	margin-bottom: 17px;
}

#wrapper #buy-links-02 ul, #wrapper #buy-links-02 ol {
	color: #ffffff;
	font-size : 13pt;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	list-style: none;
}
#wrapper #buy-links-02 ul li, #wrapper #buy-links-02 ol li {
	margin-bottom: 17px;
}
