*{
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:14px;
	color:#777777;
}

html{
	position:relative;
	min-height:100%;
}

body{
	background-color:#FFFFFF;
	margin-bottom:25px;
}

a{text-decoration:none;}
a:hover{text-decoration:underline;}

#header{
	postion:fixed;
	height:100px;
	background:#2C2C2C;
	width:100%;
	text-align:right;
}

#header ul li{
	list-style-type:none;
	display:inline-block;
	line-height:75px;
	padding:0 25px;
	font-size:18px;
}
#header ul li:hover:not(.selected){
	cursor:pointer;
	background:#333333;
}
#header ul li.selected{
	cursor:pointer;
	background:#444444;
}

.content{
	width:90%;
	max-width:1024px;
	margin:0 auto;
	position:relative;
}

.product{
	width:100%;
	margin:25px 0 40px 0;
	postion:relative;
}
.title{
	width:90%;
	font-size:30px;
	font-weight:bold;
	line-height:60px;
	padding:0 5%;
	border-bottom:1px solid #DDDDDD;
}
.img{
	width:45%;
	padding-top:15px;
	display:inline-block;
}
.img img{width:100%;}
.links{
	line-height:20px;
	width:40%;
	display:inline-block;
	vertical-align:top;
	padding-left:10%;
}
.links h2{
	margin-top:20px;
	font-size:16px;
}
.links ul{margin-left:15px;}

#logo{
	float:left;
	height:50px;
	margin-top:25px;
}