@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Georgia;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Here starts the style*/
body{
	background-image:url(Background.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #000000;
}
#container{
	width:100%;
	height:100%;
	background-image:url(topleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-color: transparent;
}


#container2{
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	background-color: transparent;
}

#Header{
	width:100%;
	height:88px;
	background-image: url(head.png);
}
.par{
	background-color:#E0E0E0;
	padding: 2px;
	text-align:center;
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-right-style: solid;
	border-left-style: double;
}
.par:hover{
	background-color:#C90;
	color:#FFF;
}
#head960{
	width:960px;
	height:88px;
	margin:0px auto;
}

#logo{
	width:240px;
	height:88px;
	float:left;
}
#menu{
	width:680px;
	height:20px;
	float:left;
	margin-top:30px;
	margin-left: 15px;
}

#menu2{
	width:300px;
	height:20px;
	float:left;
	margin-left:110px;
	margin-top:10px;
}

#social{
	width:120px;
	height:22px;
	float:left;
	margin-top:8px;
	margin-left: 60px;
}

ul#menuhd li{
	display: inline;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
ul#menuhd a{
	margin-right: 0.5em;
	padding: 0.5em 1em;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff,
}
ul#menuhd a:hover, ul#portfolio-filter a.current{
	color: #FFF;
	background-image:url(menu2.jpg);
	text-shadow: 0px 1px 0px #000;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-box-shadow: 0px 0px 3px #000;
	-moz-box-shadow:0px 0px 3px #000;
}
ul#menuhd a.current{ 
background-color: #DDD; 
}



#main{
	width:960px;
	height:100%;
	margin:0px auto;
}





/* Content - Portfolio Listing */

ul#portfolio-filter li{
	display: inline;
	padding-top:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
ul#portfolio-filter a{
	margin-right: 0.5em;
	padding: 0.5em 1em;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{
	color: #FFF;
	background-image:url(menu.jpg);
	text-shadow: 0px 1px 0px #ffae00;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-box-shadow: 0px 0px 3px #a6a6a6; -moz-box-shadow:0px 0px 3px #dcdcdc;
}
ul#portfolio-filter a.current{ 
background-color: #DDD; 
}


ul#portfolio-list{ margin: 10px 0 0 0; padding: 0; list-style: none;}
ul#portfolio-list li{ width: 226px; height: 234px; display: block; float: left; margin-right: 10px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 220px; height: 194px; overflow: hidden; border: 3px solid #CDCDCD;}
ul#portfolio-list  li a:hover{border: 3px solid #f9a502; -webkit-box-shadow: 0px 0px 10px #333; -moz-box-shadow:0px 0px 10px #333;}
ul#portfolio-list li p{
	font-size: 13px;
	line-height: 15px;
	color: #000;
	margin: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#whovasjen{
	width:600px;
	height:300px;
	float:left;
	padding: 10px;
}
#whovasjen h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	padding:10px;
	background-color: #FFF;
}

#freel{
	width:600px;
	height:300px;
	float:left;
	padding: 10px;
}

#filter{
	width:120px;
	height:40px;
	float:left;
	margin-top:7px;
	background-image:url(filter.jpg);
	background-repeat: no-repeat;
	margin-left: 30px;
}

#info{
	width:940px;
	height:180px;
	background-image:url(tittlehead.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center;
}

#footer{
	width:100%;
	height:250px;
	float:left;
	background-image:url(footer.png);
}

#footerin{
	width:940px;
	height:230px;
	padding:10px;
	margin:0px auto;
}
#foott{
	width:180px;
	height:220px;
	float:left;
	padding-top:10px;
}

