/* Reset */
html, body, 
h1, h2, h3, h4, h5, h6, 
form, fieldset,
p, ol, ul, li, 
dt, dd, dl,
button,
table, th, tr, td { 
	margin: 0; 
	padding: 0; 
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}
img, fieldset, input, textarea, select { 
	border: 0; 
	margin: 0; 
}


/* Basics */
body {
	background-color: #211102;
	background-image: url(bg-splash.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	color: #fdf0ae;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
	letter-spacing: 0.005em;
}
h3 {
	font-size: 22px;
	letter-spacing: 0.05em;
}
h4 {
	font-size: 12px;
	letter-spacing: 0.1em;
}
h5 {
	font-size: 11px;
	letter-spacing: 0.1em;
}
p, ol, ul, li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	white-space: normal;
}
p {
	text-align: justify;
}


/* Content */
#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo {
	clear: both;
	height: 130px;
	width: 770px;
}
#logo a {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 100%;
	text-indent: -1000em;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo a:hover {
	background-position: center -130px;
}

ul#categories {
	padding-top: 26px;
}
ul#categories li {
	height: 274px;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#categories li img, ul#categories li a {
	margin: 0px;
	padding: 0px;
}
ul#categories li#basics {
	width: 235px;
	padding-right: 5px;
	padding-left: 5px;
}
ul#categories li#growth {
	width: 235px;
	padding-right: 5px;
	padding-left: 23px;
}
ul#categories li#power {
	width: 235px;
	padding-right: 4px;
	padding-left: 23px;
}

ul#categories li#basics a, ul#categories li#growth a, ul#categories li#power a {
	width: 100%;
	height: 134px;
	background-image: url(categories.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
}
ul#categories li#growth a {
	background-position: -263px top;
}
ul#categories li#power a {
	background-position: -526px top;
}
ul#categories li#basics a:hover {
	background-position: left -134px;
}
ul#categories li#growth a:hover {
	background-position: -263px -134px;
}
ul#categories li#power a:hover {
	background-position: -526px -134px;
}

#footer {top:100px;padding:10px;text-align:center;font:12px arial,tahoma,verdana,helvetica,sans-serif}
#footer a{
color:#fef3a1;
text-decoration:none
}
#footer a:hover{
color:#8cc246;
text-decoration:underline
}
