html, body {
	background: #fff;
	font-family: Arial, 'Helvetica Neue', 'trebuchet ms', tahoma, verdana, sans-serif;
	color: #4A4D4F;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a img{border: 0;}
h1 span {display: none;}
p {margin: 0;}
.clearer {clear: both;}

#tutorials a:link {
font-weight: bold;
text-decoration: underline;
color: #585853;
}
#tutorials a:visited {
font-weight: bold;
text-decoration: underline;
color: #585853;
}
#tutorials a:active {
font-weight: bold;
text-decoration: underline;
color: #585853;
}
#tutorials a:hover {
font-weight: bold;
text-decoration: none;
color: #585853;
}

#header {
	background: url('images/header-bg.gif') repeat-x;
	height: 80px;
}

#navigation {
	background: url('images/navigation-bg.gif') repeat-x;
	height: 40px;
}

.logo {
	width: 900px;
	margin: 0 auto;
}

.buttons {
	width: 850px;
	margin: 0 auto;
}

.buttons img {	
	float: left;
}

#maininfo {
	background: url('images/maininfo-bg.gif') repeat-x;
	height: 33px;
	margin-top: 5px;
}

#maincon {
	width: 874px;
	padding-left: 26px;
	margin: 0 auto;
}

#maininfo h1#login {
	background: url('images/h1-memberlogin.gif') no-repeat;
	width: 237px;
	height: 33px;
	margin: 0;
	padding: 0;
	float: left;
}

#maininfo h1#advert {
	background: url('images/h1-advertisement.gif') no-repeat;
	width: 610px;
	height: 33px;
	float: left;
	margin: 0;
}

#body {
	width: 900px;
	margin: 0 auto;
}

/***************************************************/
/* LEFT */
/***************************************************/

#left {
	float: left;
	background: #fff url('images/left-bg-top.gif') no-repeat top center;
	width: 211px;
	padding: 0 26px 0 26px;
}

#left #border {
	border: 1px solid #c7e1e8;
	border-top: 0;
	border-bottom: 0;
	padding: 0 1px 0 1px;
}

#left form {
	padding: 9px 0 0 12px;
}

#left form input.userpass {
	width: 139px;
	height: 22px;
	margin: 5px 0 0 3px;
	vertical-align: middle;
	background: #e7f2f5;
	border: 2px solid #dbe6e9;
	border-bottom: 0;
	border-right: 0;
	color: #585853;
	padding: 3px 8px 0 8px;
}

#left form input.submit {
	margin: 10px 0 0 12px;
}

#left hr {
	background: #403b32;
	border: 0;
	height: 3px;
}

#left h1.browse, h1.search, h1.partners {
	background: url('images/h1-browse.gif') no-repeat;
	width: 207px;
	height: 30px;
	margin: 0;
}

#left h1.partners {
	background: url('images/h1-partners.gif') no-repeat;
	height: 31px;
}

#left h1.search {
	background: url('images/h1-search.gif') no-repeat;
	height: 31px;
}

#left ul.browsenav {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddecf0;
}

#left ul.browsenav li {
	background: url('images/browse-ul-li.gif') no-repeat;
	width: 182px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 7px 0 0 25px;
}

#left ul.browsenav li a {
	color: #585853;
	text-decoration: none;
}

#left ul.browsenav li a:hover {
	color: #5b9713;
	font-weight: bold;
	text-decoration: none;
}

#left #searchbg {
	background: #fff url('images/search-bg-top.gif') repeat-x top center;
	padding: 10px 0 0 5px;
}

#left #searchbg input.searchinput {
	background: url('images/search-input-bg.gif') no-repeat;
	width: 161px;
	height: 29px;
	border: 0;
	padding: 10px 15px 0 15px;
}

#left-foot {
	background: url('images/left-footer.gif') no-repeat;
	width: 207px;
	height: 79px;
}

/***************************************************/
/* RIGHT */
/***************************************************/

#right {
	float: left;
}

#advertisement {
	background: url('images/advert-bg.gif') repeat-y;
	width: 608px;
	text-align: center;
}

#advertisement #adtop {
	background: url('images/advert-top.gif') no-repeat;
	width: 608px;
	height: 4px;
	margin-bottom: 15px;
}

#featured {
	background: url('images/featured-bg.gif') repeat-y;
	width: 608px;
}

#featured img {
	margin: 7px 0 7px 0;
}

* html #featured img {
	margin: 0 0 7px 0;
}

#featured #featutorials {
	padding: 0 39px 0 42px;
}

#featured #one {
	float: left;
	width: 173px;
	text-align: center;
}

#featured #two {
	width: 174px;
	float: left;
	padding: 0 2px 0 2px;
	text-align: center;
}

#featured #three {
	width: 176px;
	float: left;
	text-align: center;
}

#featured .desc {
	background: #7bc733;
	padding: 5px 3px 5px 3px;
	color: #fff;
	margin: 0 2px 7px 2px;
}

#featured #featop {
	background: url('images/featured-top.gif') no-repeat;
	width: 608px;
	height: 3px;
}

#featured #featfoot {
	background: url('images/featured-footer.gif') no-repeat;
	clear: both;
	width: 608px;
	height: 31px;
}

/***************************************************/
/* RIGHT - TUTORIALS */
/***************************************************/

#tutorials {
	background: #e7f2f5 url('images/tutorials-bg.gif') repeat-y;
	width: 608px;
	padding-bottom: 5px;
        border-bottom: 1px solid #B9D9E1;
}

#tutorials h1#tut {
	background: url('images/h1-tutorials-bg.gif') repeat-x;
	margin: 0;
	height: 45px;
	padding-left: 20px;
}

.tutorial {
	padding: 15px 0 0 23px;
}

.tutorial .tleft {
	float: left;
	margin-right: 10px;
	width: 75px;
}

.tutorial .tright {
	float: left;
	padding-right: 15px;
	width: 400px;
}

.tutorial .img {
	border: 1px solid #cfd9dc;
}

.status {
	font-weight: bold;
}

.tutorial em {
	color: #d62222;
}

.tutcontent {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.3em;
}

.tutcontent strong {
	font-size: 13px;
}

.pagination {
	margin: 5px 0 0 0;
	background: #DCECF0;
	border: 1px solid #B9D9E1;
	padding: 5px 8px;
	text-align: center;
	width: 100%;
}

/***************************************************/
/* FOOTER */
/***************************************************/

#footerbg {
	background: url('images/main-footer-bg.gif') repeat-x;
	height: 41px;
	clear: both;
	text-align: center;
}


/***************************************************/
/* Lightbox */
/***************************************************/



#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	