p, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, textarea, input, body {
	margin:				0;
	padding:			0;
}
ul {  
    list-style:			none;
}
a img {
	border:				none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:		normal;
}
button {
	overflow:			visible;
	width:				auto;
}
.clear {
	clear:				both;
}
.hidden {
	visibility:		hidden;
	display:		none;
}

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

.clearfix {
	display:			inline-block;
}

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

.clearfix {
	display:			block;
}
/* End hide from IE-mac */

/*------------------------------------------General Styles---*/
body {
	color:				#333;
	font-family:		Tahoma, Verdana, Arial, "Microsoft Sans Serif";
	font-size:			12px;
	margin:				0px;
}

a {
	color:				#666666;
}

a:hover {
	color:				#222222;
}

h1 {
	color:				black;
	font-size:			25px;
	font-weight:		normal;
	padding-bottom:		20px;
}
h1 a {
	color:				black;
	text-decoration:	none;
}
h1 a:hover {
	text-decoration:	underline;
}
h2 {
	color:				black;
	font-size:			20px;
	font-weight:		normal;
	padding:			10px 0px;
}
h3 {
	color:				#444;
	font-size:			15px;
	font-weight:		bold;
	margin-bottom:		7px;
	margin-top:			20px;
}
.firstItem h3 {
	margin-top:			0px;
}

p {
	margin-bottom:		15px;
}

/*------------------------------------------Layout---*/
#Content {
	line-height:		22px;
	margin:				30px 0px 0px 40px;
	width:				930px;
}
#Footer {
	margin:				80px 0px 0px 40px;
	color:				black;
	font-size:			8px;
	background:			url(../_Images/footer-bg.png) bottom left no-repeat;
}

/*------------------------------------------Header---*/
#Header {
	height:				180px;
	width:				980px;
	background-image:	url(../_Images/header-bg.jpg);
}
#Logo {
	display:			block;
	margin-left:		35px;
	margin-bottom:		53px;
}
#Header ul {
	height:				28px;
	margin-left:		35px;
}
#Header ul a {
	display:			block;
	float:				left;
	line-height:		28px;
	margin-right:		20px;
	text-decoration:	none;
}

/*------------------------------------------Header---*/
#SubMenuContainer {
	height:				100px;
	width:				980px;
}
#SubMenu {
	height:				100px;
	margin-left:		40px;
	overflow:			auto;
}
#SubMenu a {
	display:			block;
	float:				left;
	width:				200px;
}
/*------------------------------------------Thumbnails---*/
.thumbnails {
	width:				590px;
}
.thumbnails a {
	border:				1px solid #666;
	display:			block;
	float:				left;
	margin:				0px 20px 20px 0px;
	padding:			2px;
}

/*------------------------------------------Paged List---*/
.pageListContainer {
	margin-top: 		10px;
	margin-bottom: 		10px;
	text-align: 		center;
	font-weight:		bold;
	cursor:				default;
	width:				560px;
	}
.pageListContainer .pagesContainer a {
	border:				1px solid #FFF;
	margin: 			3px;
	padding:			3px 5px;
	text-decoration:	none;
	}
.pageListContainer .pagesContainer a:hover {
	border:				1px solid #BBB;
	background-color:	#FFF;
	color:				#444;
	}
.pageListContainer .pagesContainer .current {
	padding:			3px 5px;
	border:				1px solid #999;
	background-color:	#FFF;
	color:				#444;
	}
.pageListContainer .navContainer {
	width:				60px;
	text-decoration:	none;
	}
.pageListContainer .navContainer a {
	text-decoration:	none;
	}

