/* GLOBAL PAGE LAYOUT */
* {
	margin: 0;
	padding: 0;
}
img { border: 0;	}

.darkline, .lightline {
	display: block;
}
#sidebars {
	width: 905px;
	margin: 0 auto;
}
#page {
	width: 880px;
	margin: 0 auto;
}
#sitehead {
	width: 880px;
	height: 80px;
}
#cntctmenu {
	float: right;
	padding: 48px 12px 0 0;
}
#sitenav {
	width: 880px;
}
#sitenav div.navs {
	text-align: center;
}
#content {
	width: 880px;
}
#menu {
	float: left;
	width: 152px;
	padding: 24px;
}
#inner-content {
	float: right;
	width: 630px;
	min-height: 640px;
	padding: 24px;
	border-left: 1px solid #fff;
}
#leftcol {
	float: left;
	width: 304px;
}
#rightcol {
	float: right;
	width: 304px;
}

/* FOOTER */
#footer {
	clear: both;
	width: 880px;
	height: 40px;
	padding: 10px 0 0 0;
	text-align: center;
}
#bottfade {
	width: 880px;
}

/* TOP PAGE LINK */
.toplspot {
	width: 550px;
	margin: 36px auto 36px auto;
	text-align: right;
}
.toplspot a {
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-style: normal;
	text-decoration: none;
	font-family: verdana;
}

#article-menu {
	min-height: 58px;
}
.loader-img-div {
	padding-top: 10px;
}
.pagenav {
	padding: 0 0 12px 0;
	font-size: 12px;
}
.pagenav a {
	padding: 1px;
}

/*	FLOAT CLASSES	*/
.floatL {
	float: left;
}
.floatR {
	float: right;

/*	CLEARING CLASSES	*/
}
.clearboth {
	clear: both;
}
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}

/*	SPACERS	*/
.spacer200 {
	margin-bottom: 200px;
}
.marginBott10 {
	margin-bottom: 10px;
}
.marginBott15 {
	margin-bottom: 15px;
}
.marginBott25 {
	margin-bottom: 25px;
}

/* PURCHASE BUTTONS */
.buy-buttons {
	height: 44px;
	text-align: center;
}
.storelink1 {
	height: 44px;
	width: 180px;
	float: left;
}
.storelink1 a {
	display: block;
	padding: 12px;
}
.storelink1 a img {
	margin-right: 7px;
	border: 0;
}

/* TEXT POSITIONS */
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}

/*	IE 5,6	*/
* html body {
	width: 100%;
	height: 100%;
}
