@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
}
p, h1, h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#000;
}
h1{
	font-size: 24px;
	font-weight: bold;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-left:auto;
	margin-bottom: 0px;
	margin-right:auto;
	text-align: left;
}
.image-border {
	text-decoration: none;
	border: 0 none;
}
#header {
	background-image:url(../images/ptarmiganHeader.png);
	background-repeat:no-repeat;
	background-position: left top;
	position: relative;
	margin:0px;
	padding:0px;
	height: 145px;
}
#header ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position:absolute;
	right:0px;
	top: 54px;
	width: 736px;
}
#header li{
	float:left;
}
#header li a:link, #header li a:visited {
	background-color:#E8E8E8;
	padding: 0px 55px 0px 55px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000;
	text-decoration:none;
	line-height: 47px;
	margin-right: 5px;	
}
#header li a:hover{
	color:#FFF;
	background-color:#999;
}
#header li a.current, #header li a.current:hover, #header li a.current:active{
	color:#FFF;
	background-color:#999;
	cursor: default;
}
#contentAbout{
	background:url(../images/bkgAbout.gif) no-repeat bottom center;
	margin:10px 0px 10px 0px;
	padding: 0px;
	position: relative;
	height: 480px;
	width: 1000px;
}
#contentContact{
	background:url(../images/bkgContact.gif) no-repeat bottom center;
	margin:10px 0px 10px 0px;
	padding: 0px;
	position: relative;
	height: 480px;
	width: 1000px;
}
#contentDevelop{
	background:url(../images/bkgDevelop.gif) no-repeat bottom center;
	margin:10px 0px 10px 0px;
	padding: 0px;
	position: relative;
	height: 480px;
	width: 1000px;
}
#about{
	margin: 0px 300px;
	padding:15px;
	position: absolute;
	width: 420px;
}
#about p{
	font-size: 18px;
}
#sidebar{
	background:url(../images/bkgFilms.gif) no-repeat 20px;
	float:left;
	padding:0px;
	width: 300px;
	height: 500px;
}
#films a:link,#films a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
}
#films a:hover {
	color:#666;
}
#development{
	margin:0px 150px;
	padding:15px;
	position: absolute;
	width: 700px;
}
#contact{
	margin:0px 380px;
	padding:30px;
	position: absolute;
	width: 200px;
}
#contact p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#000;
}
#contact a:link,#contact a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
}
#contact a:hover {
	color:#666;
}
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	font-weight: normal;
	color:#000;
	margin: 5px 0 0 0;
}
#footer a:link,#footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000;
}
#footer a:hover {
	color:#666;
}

#design a:link,#design a:visited{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	color:#999;
	font-style: normal;
	text-decoration:none;
	bottom:4px;
	right:4px;
	position: absolute;
}

#design a:hover{
	text-decoration:underline;
}
