body {
	background: #ddd url(../img/bg.png) repeat-x;
	color: #4a4a4f;
}

a {
	color: #5882B6;
}
a:hover {
	color: #144687;
}
.nomargin {
	margin: 0;
}

.logo {
	background: transparent url(../img/logo.jpg) no-repeat;
	height: 160px;
	overflow: visible;
	margin-bottom: 20px;
}
#logo {
	display: block;
	height: 120px;
	width: 710px;
	text-indent: -9999px;
}

#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	line-height: 40px;
	height: 40px;
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	text-decoration: underline;
}

#content {
	background: #fdfdfd;
}

.outer {
	border: 1px solid #ccc;
}
.inner {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 18px;
	background: #fdfdfd;
	overflow: hidden;
}
.last {
	border-bottom: 1px solid #bbb !important;
}
.inner * {
	margin-left: 0;
	margin-right: 0;
}
#content inner {
	width: 580px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}
#sidebar li {
	padding-left: 10px;
}
#sidebar .header {
	padding: 0;
}
#sidebar h5 {
	margin-bottom: 10px;
}
#sidebar .outer {
	margin-bottom: 20px;
}
#sidebar .ads img {
	margin-bottom: 5px;
	width: 125px;
	height: 125px;
}
#sidebar .ads .left {
	margin-right: 5px;
}
#sidebar .ads {
	padding-bottom: 8px;
}

/* TUTORIALS */

.tutorial {
	overflow: hidden;
	width: 580px;
	clear: both;
}
.tutorial:hover {
	background: #eee;
}
.tutorial a {
	text-decoration: none;
}
.tutorial a:hover {
	text-decoration: underline;
}
.tutorial-image {
	width: 60px;
	margin: 0 5px;
	float: right;
}
.tutorial-single {
	float: right;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 5px 0 140px;
}
.tutorial h3 {
	width: 190px;
	float: left;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	margin: 0;
}
.tutorial h3 a {
	color: #4a4a4f;
}
.tutorial p {
	float: left;
	font-size: 11px;
	width: 280px;
	margin: 0 20px;
	padding: 0;
	color: #555;
}

/* PAGINATION */

.pagination {
	margin: 0 auto;
}
.pagination ul {
	margin: 0;
	text-align: center;
	list-style: none;
}
.pagination li {
	display: inline;
}
.pagination a,
.pagination .current {
	font-size: 10px;
	margin: 0 2px;
	padding: 5px 7px;
}
.pagination a
{
	border: 1px solid #ccc;
	background: #fff;
	color: #555;
	text-decoration: none;
}
.pagination .current,
.pagination a:hover {
	border: 1px solid #000;
	background: #5882B6;
	color: #fff;
}

/* SUBCATEGORIES */

.subcategories {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
	width: 580px;
}
.subcategories li {
	display: block;
	width: 180px;
	padding-right: 13px;
	float: left;
}
.subcategories a {
	line-height: 20px;
}

/* FOOTER */

.footer {
	margin: 20px 10px 0 10px;
	padding-bottom: 20px;
	color: #999;
	text-align: center;
	font-size: 11px;
}

/* BANNERS AND ADS */

.banner {
	text-align: left;
	margin-bottom: 20px;
	height: 90px;
}
.banner img {
	margin: 0;
}

img.align-right {
	float: right;
	margin: 20px 0 20px 20px;
}
img.align-left {
	float: left;
	margin: 20px 20px 20px 0;
}

/* SUCCESS & ERROR */

.success,
.error {
	text-align: center;
}
.error {
	color: red;
}

/* CONTENT */

#content ul {
	margin-left: 3em;
}
#content .subcategories {
	margin-left: 0;
}
