body {
	background: #f6f7f7;
	margin: 0px;
}
body a {
	text-decoration: none;
	color: #666;
}
/* headers */
#header_right {
	width: 231px;
	height: 62px;
	right: 0px;
	top: 0px;
	position: absolute;
}
#header_right span {
	visibility: hidden;
}
#header_right.header_products {
	background: url('../media/images/title_products.png');
}
#header_right.header_contact {
	background: url('../media/images/title_contact.png');
}
#header_right.header_about {
	background: url('../media/images/title_about.png');
}
#header_right.header_blog {
	background: url('../media/images/title_blog.png');
}
#header_right.header_hire {
	background: url('../media/images/title_hire.png');
}

/* menu */
#nav, #nav > ul {
	top: 0px;
	margin: 0px;
}
#nav span {
	visibility: hidden;
}
#nav > ul > a > li {
	width: 60px;
	height: 125px;
	float: left;
	list-style: none;
	margin: 0px;
	top: 0px;
	cursor: pointer;
}
#nav > ul > a:nth-child(1) > li{
	background: url('../media/images/products.png');
}
#nav > ul > a:nth-child(2) > li{
	background: url('../media/images/contact.png');
}
#nav > ul > a:nth-child(3) > li{
	background: url('../media/images/about.png');
}
#nav > ul > a:nth-child(4) > li{
	background: url('../media/images/blog.png');
}
#nav > ul > a:nth-child(5) > li{
	background: url('../media/images/hire.png');
}
#nav > ul > a > li:hover {
	background-position-y: 125px;
	height: 124px;
}
#nav > ul > a > li.selected {
	height: 126px;
}
#nav > ul > a:nth-child(1) > li.selected {
	background: url('../media/images/products_selected.png');
}
#nav > ul > a:nth-child(2) > li.selected {
	background: url('../media/images/contact_selected.png');
}
#nav > ul > a:nth-child(3) > li.selected {
	background: url('../media/images/about_selected.png');
}
#nav > ul > a:nth-child(4) > li.selected {
	background: url('../media/images/blog_selected.png');
}
#nav > ul > a:nth-child(5) > li.selected {
	background: url('../media/images/hire_selected.png');
}

/* main content */
#mainContent {
	top: 200px;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	z-index: 2;
	margin-bottom: 50px;
	width: 840px;
}

/* footer */
#footer {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -102px;
	z-index: 0;
}