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

/*All of this is from the homepage*/
	/*but it is of course used elsewhere*/

img, div, input, li, body, a { behavior: url("includes/iepngfix.htc") }

body {background-color:#000000;
	background: url(../images/bg_gradient.jpg) repeat-x;

}

#wrapper {
	width: 100%;
	background: url(../images/bg_image.jpg) center no-repeat;
	}

#container {
	width: 100%;
	height: 876px;
	
	}

#content{
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	}

#subhead { 
	width: 178px;
	height: 70px;
	margin: 20px auto 0 auto;
	background: transparent url(../images/header_subhead.png) center no-repeat;
	behavior: url(/includes/iepngfix.php);
	}
	
#subhead-wrap {
	width: 725px;
	height: 90px;
	margin: 0 auto;
}

#subhead-logo { 
	width: 178px;
	height: 70px;
	margin: 20px 25px;
	background: transparent url(../images/header_subhead.png) center no-repeat;
	behavior: url(/includes/iepngfix.php);
	float: left;
	}
	
#release-event {
	width: 420px;
	height: 65px;
	float: left;
	margin: 20px 25px;
	float: left;
}		

.clear { clear:both; }


#middleimage {
	width: 642px;
	height: 265px;
	margin: 91px auto 0 auto;
	background: transparent url(../images/middleimage.png) center no-repeat;
	behavior: url(/includes/iepngfix.php);
	}
	
.bounce { behavior: url(/includes/iepngfix.php); }	
.png  { behavior: url(/includes/iepngfix.php); }	
	
#middlesection {
	width: 642px;
	height: 2955px;
	margin: 91px auto 0 auto;
	}

#buttons {
	width: 900px;
	height: 210px;
	margin: 0 auto 0 auto;
	}

#buttons li {
	float: left;
	cursor:pointer; 
	}

.top-20 { margin-top: -20px; }

#footer {
	width: 930px; 
	margin: 0 auto;
	text-align:center;
	}

#autofusion { margin-left: 0; }

#footer_nav li { float: left; }
#footer_nav { 
	margin-left: 150px;

	}

.gallery { margin: 10px; }

/*
.nav_home {
	width: 71px;
	height: 12px;
	background: transparent url(../images/nav_items.png) 0 -60px no-repeat;
	text-indent: -900px;
	}

.nav_news {
	width: 86px;
	height: 12px;
	background: transparent url(../images/nav_items.png) 0 -40px no-repeat;
	text-indent: -9000px;
	}

.nav_preorder {
	width: 72px;
	height: 12px;
	background: transparent url(../images/nav_items.png) 0 -20px no-repeat;
	text-indent: -9000px;
	}

.nav_updated {
	width: 97px;
	height: 12px;
	background: transparent url(../images/nav_items.png) 0 0 no-repeat;
	text-indent: -9000px;
	}

.nav_home:hover { background-position: 0 -141px; }
.nav_news:hover { background-position: 0 -121px; }
.nav_preorder:hover { background-position: 0 -101px; }
.nav_updated:hover { background-position: 0 -81px; }
*/

#nav {
	width: 900px;
	height: 77px;
	margin: 0 auto;
	padding-left: 25px;
	}

#nav li { float: left; }

.nav_link {
	margin: 20px 0px 0 0;
	cursor: pointer;
	}

.nav_link_last { margin: 20px 0px 0 0; cursor:pointer}

.nav_logo {  
	margin:0 20px 0 20px;
	behavior: url(/includes/iepngfix.php); 
	background: transparent url(../images/fiskersm-logo.png) no-repeat;
	height: 69px;
	width: 180px;
	display: block;
	text-decoration: none;
	}
	

/*New Navigation*/

.nav_home a span, .nav_news a span, .nav_preorder a span, .nav_updated a span, .nav_gallery a span, .nav_gallery-footer a span, .nav_logo a span, .nav_social a span { visibility: hidden; } 

.nav_home a {
	display: block;
	width: 71px;
	height: 12px;
	background: transparent url(../images/nav_items2.png) 0 -100px no-repeat;
	behavior: url(/includes/iepngfix.php);
	text-decoration: none;
	margin-right:40px;
	}

.nav_news a {
	display: block;
	width: 86px;
	height: 12px;
	background: transparent url(../images/nav_items2.png) 0 -80px no-repeat;
	behavior: url(/includes/iepngfix.php);
	text-decoration: none;
	margin-right:40px;
	}

.nav_preorder a {
	display: block;
	width: 72px;
	height: 12px;
	background: transparent url(../images/nav_items2.png) 0 -60px no-repeat;
	behavior: url(/includes/iepngfix.php);
	text-decoration: none;
	margin-right:40px;
	}

.nav_updated a {
	display: block;
	width: 97px;
	height: 12px;
	background: transparent url(../images/nav_items2.png) 0 -40px no-repeat;
	behavior: url(/includes/iepngfix.php);
	text-decoration: none;
	margin-right:40px;
	}

.nav_gallery a {
	display: block;
	width: 58px;
	height: 12px;
	background: transparent url(../images/nav_items2.png) 0 -20px no-repeat;
	behavior: url(/includes/iepngfix.php);
	text-decoration: none;
	}
.nav_gallery-footer a {
	display: block;
	width: 58px;
	height: 12px;
	background: transparent url(../images/nav_items2.png) 0 -20px no-repeat;
	behavior: url(/includes/iepngfix.php);
	text-decoration: none;
	margin-right:40px;
	}	
	
.nav_social a {
	display: block;
	width: 76px;
	height: 12px;
	background: transparent url(../images/nav_items2.png) 0 0 no-repeat;
	behavior: url(/includes/iepngfix.php);
	text-decoration: none;
	}		

.nav_home a:hover { background-position: 0 -221px; }
.nav_news a:hover { background-position: 0 -201px; }
.nav_preorder a:hover { background-position: 0 -181px; }
.nav_updated a:hover { background-position: 0 -161px; }
.nav_gallery a:hover { background-position: 0 -141px; }
.nav_gallery-footer a:hover { background-position: 0 -141px; }
.nav_social a:hover { background-position: 0 -121px; }

/*End New Navigation*/

#updated {
	width: 329px;
	height: 153px;
	background: transparent url(../images/updated.png) no-repeat;
	behavior: url(/includes/iepngfix.php);
	}

#updated_form {
	margin: 40px 0 0 80px;
	}

#form_submit {
	width: 16px;
	height: 20px;
	margin-left: 10px;
	background: transparent url(../images/form_arrow.png) no-repeat;
	border: 0px;
	}

#bottom{width:100%;height:auto;background-color:#000000;}


/*All of this is from the preorder page*/
.red { color: #CC0000; }

h1 {
	font-size: 20px;
	margin-bottom: 0.5em;
	}

h2 {
	font-size: 14px;
	margin-bottom: 1.25em;
	line-height: 1.25;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	}

.white { color:#FFF; }

#submit {
	height: 20px;
	width: 60px;
	background: transparent url(../images/button_bg.jpg) center repeat-x;
	border: 1px solid #bcbcbc;
	font-size: 12px;
	cursor: pointer;
	}

.text {
	font-size: 12px;
	line-height: 1.667;
	margin-bottom: 1.667em;
	width: 350px;
	}

.link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.link:hover {
	color: #26ace7;
	text-decoration:underline;
	}

.space { margin-top: 60px; }


/*Stolen.0*/

#main_getinfo {
	width:930px;
	height:480px;
	background:#FFFFFF url(../images/getinfo_bg.jpg);
	margin:50px 0 0;
	padding:60px 0 0 20px;;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

#main_thanks {
	width:930px;
	height: 520px;
	background: #FFFFFF url(../images/thanks_bg.jpg);
	margin:50px 0 0;
	padding:20px 0 0 20px;
	font-family:Arial,Helvetica,sans-serif;
	}

#main_preorder{
	width:900px;
	height:520px;
	margin:50px 0px 0px 0px;
	padding:20px 0 0 20px;
	background: #FFFFFF url(../images/preorder_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#news {
	height:480px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:640px;
	}

#main_news {
	width:649px;
	height:500px;
	background:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

#main_contact {
	width:280px;
	height:280px;
	background:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

#main_twitter {
	width:400px;
	height:400px;
	background:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

.input {
	width: 158px;
	height: 20px;
	background: #ffffff url(../images/input_bg.jpg) repeat-x;
	border: 2px solid #c9c9c9;
	margin-bottom: 20px;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 2px;
	font-family:Arial,Helvetica,sans-serif;
	}

.error {
	width: 97%;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	font-size: 12px;
	line-height: 1.667em;
	font-family:Arial,Helvetica,sans-serif;
}

.confirm {
	width: 97%;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #FFFFCC;
	border: 1px solid #FFFF00;
	font-size: 12px;
	line-height: 1.667em;
	font-family:Arial,Helvetica,sans-serif;
	}

.warning { color: #999999; font-style: italic; font-size: 12px; }

.top20 { margin-top:20px; }

#index_result { margin: 40px 0 0 80px;width:180px;font-size: 12px;font-family:Arial,Helvetica,sans-serif; }