.pageDiv {
	background: #000 url('Resources/main-bg.jpg') no-repeat 0px 0px;
	font-size: 0.9em;
	line-height: 1.08em;
}

.topLeftCorner {
	width:  226px;
	height: 139px;
	float:  left;
	margin: 0px;
	padding: 0px;
}

.topDiv {
	width:  274px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.title {
	position: absolute;
	left: -38px;
	bottom: -38px;
	z-index: 0;
	width: 240px;
	height: 177px;
	background: transparent url('Resources/larger-logo.png') no-repeat 0px 0px;	
}

.PreMinderStamp {
	padding: 5px 0px 0px 5px;
}

a.PreMinderStamp {
	display: block;
	width: 165px;
	height: 93px;
	background-color: transparent;	
}

/*–––––––––––––––––––––––––––– Blog ––––––––––––––––––––––––––––*/

.blogDiv {
	position: relative;
	width: 274px;
	height: 69px;
	float: right;
}

a.blog .blogIcon {
	display: inline-block;
	width: 93px;
	height: 69px;
	background: transparent url('Resources/blog-sprite.png') no-repeat 0px 0px;
}

a.blog .blogBlock {
	display: inline-block;
	vertical-align: top;
	padding: 43px 0px 0px 2px;
	width: 150px;
	height: 29px;
	background: transparent url('Resources/blog-text.png') no-repeat 2px top;
	color : #D42B14;
}

a.blog .blogBlock span {
	display: block;
	color : #D42B14;
}

a.blog:hover .blogIcon {
	background: transparent url('Resources/blog-sprite.png') no-repeat 0px -69px;
}

a.blog:hover .blogBlock {
	background: transparent url('Resources/blog-text-light.png') no-repeat 2px top;
}

a.blog:hover .blogBlock span {
 	color : #FF7B59;
}

/*–––––––––––––––––––––––––––– Graphics ––––––––––––––––––––––––––––*/

.graphicsDiv {
	position: relative;
	clear: both;
	margin-left: 199px;
	height: 69px;
}

a.graphics .graphicsIcon {
	display: inline-block;
	width: 93px;
	height: 69px;
	background: transparent url('Resources/graphics-sprite.png') no-repeat 0px 0px;
}

a.graphics .graphicsBlock {
	display: inline-block;
	width: 150px;
	height: 29px;
	vertical-align: top;
	padding: 43px 0px 0px 0px;
	background: transparent url('Resources/graphics-text.png') no-repeat 0px top;
}

a.graphics .graphicsBlock span {
	display: block;
	color : #FACA1E;
}

a.graphics:hover .graphicsIcon {
	background: transparent url('Resources/graphics-sprite.png') no-repeat 0px -69px;
}

a.graphics:hover .graphicsBlock {
	background: transparent url('Resources/graphics-text-light.png') no-repeat 0px top;
}

a.graphics:hover .graphicsBlock span {
 	color : #FFFF8E;
}

/*–––––––––––––––––––––––––––– Software ––––––––––––––––––––––––––––*/

.softwareDiv {
	position: relative;
	margin-left: 168px;
	height: 69px;
}

a.software .softwareIcon {
	display: inline-block;
	width: 93px;
	height: 69px;
	background: transparent url('Resources/software-sprite.png') no-repeat 0px 0px;
}

a.software .softwareBlock {
	display: inline-block;
	width: 150px;
	height: 29px;
	vertical-align: top;
	padding: 43px 0px 0px 0px;
	background: transparent url('Resources/software-text.png') no-repeat 0px top;
}

a.software .softwareBlock span {
	display: block;
	color : #30C33D;
}

a.software:hover .softwareIcon {
	background: transparent url('Resources/software-sprite.png') no-repeat 0px -69px;
}

a.software:hover .softwareBlock {
	background: transparent url('Resources/software-text-light.png') no-repeat 0px top;
}

a.software:hover .softwareBlock span {
 	color : #63FF9A;
}

/*–––––––––––––––––––––––––––– Typography ––––––––––––––––––––––––––––*/

.typographyDiv {
	position: relative;
	margin-left: 135px;
	height: 69px;
}

a.typography .typographyIcon {
	display: inline-block;
	width: 93px;
	height: 69px;
	background: transparent url('Resources/typography-sprite.png') no-repeat 0px 0px;
}

a.typography .typographyBlock {
	display: inline-block;
	width: 150px;
	height: 29px;
	vertical-align: top;
	padding: 43px 0px 0px 0px;
	background: transparent url('Resources/typefaces-text.png') no-repeat 0px top;
}

a.typography .typographyBlock span {
	display: block;
	color : #0A8BBD;
}

a.typography:hover .typographyIcon {
	background: transparent url('Resources/typography-sprite.png') no-repeat 0px -69px;
}

a.typography:hover .typographyBlock {
	background: transparent url('Resources/typefaces-text-light.png') no-repeat 0px top;
}

a.typography:hover .typographyBlock span {
 	color : #88F5FF;
}



