/*
	Theme Name: pure_gallery
	Theme URI: http://www.klemensneumann.de/Pure/gallery
	Description: Pure Website
	Version: 0.1
	Author: Klemens Neumann
	Author URI: http://www.klemensneumann.de
*/

html, body {
	background:#1d1a16;
	margin:0px;
	padding:0px;
	width: 100%;
	height:100%;
	color: #99938a;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	font-size:11px;
	font-family: Verdana,Geneva,Helvetica,sans-serif;
}
p {font-size:12px;}
a, a:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color: #c7d92c;
}
hr {
	height: 1px;
	clear: both;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top: 1px solid #696764;
}
#header { height:76px;}
#flashcontent {
	text-align: center;
	vertical-align: top;
	margin:0px;
	border:0px;
	width:100%;
	height:100%;
}

.spacer {
	width: 100%;
	height: 5px;
	padding: 0px;
	margin: 0px;
	border:0px;
}

/*** Navigation Bottom***/
#footer_nav {
	width: 100%;
   	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
  	height: 32px;
    	background: url('../../images/nav_bg_bottom.gif') left top;
}

.nav_bottom {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:0px;
    float:right;
    vertical-align: top;
}
.nav_bottom li{
	margin:0px;
    float:left;
}

.nav_bottom li a{
	height: 32px;
	display:block;
	text-decoration:none;
    text-indent: -900em;
    float:left;
    outline-width: 0px;
}

.nav_bottom_left {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:0px;
    float:left;
    vertical-align: top;
}
.nav_bottom_left li{
	margin:0px;
    float:left;
}

.nav_bottom_left li a{
	height: 32px;
	display:block;
	text-decoration:none;
    text-indent: -900em;
    float:left;
    outline-width: 0px;
}

.nav_bottom_center {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:0px;
    float:left;
    vertical-align: top;
}
.nav_bottom_center li{
	margin:0px;
    float:left;
}

.nav_bottom_center li a{
	height: 32px;
	display:block;
	text-decoration:none;
    text-indent: -900em;
    float:left;
    outline-width: 0px;
}

#nav-home a{
	width: 36px;
	background: url('../images/button_gallery_home.gif') no-repeat left top;
}
#nav-home a:hover{
	background: url('../images/button_gallery_home.gif') no-repeat left bottom;
}
#nav-arch a{
	width: 75px;
	background: url('../images/button_gallery_arch.gif') no-repeat left top;
}
#nav-arch a:hover{
	background: url('../images/button_gallery_arch.gif') no-repeat left bottom;
}
#nav-animation a{
	width: 58px;
	background: url('../images/button_gallery_animation.gif') no-repeat left top;
}
#nav-animation a:hover{
	background: url('../images/button_gallery_animation.gif') no-repeat left bottom;
}
#nav-product a{
	width: 45px;
	background: url('../images/button_gallery_product.gif') no-repeat left top;
}
#nav-product a:hover{
	background: url('../images/button_gallery_product.gif') no-repeat left bottom;
}
#nav-matte a{
	width: 85px;
	background: url('../images/button_gallery_matte.gif') no-repeat left top;
}
#nav-matte a:hover{
	background: url('../images/button_gallery_matte.gif') no-repeat left bottom;
}
#nav-fullscreen a{
	width: 57px;
	background: url('../images/button_gallery_fullscreen.gif') no-repeat left top;
}
#nav-fullscreen a:hover{
	background: url('../images/button_gallery_fullscreen.gif') no-repeat left bottom;
}
#nav-autoplay a{
	width: 51px;
	background: url('../images/button_gallery_autoplay.gif') no-repeat left top;
}
#nav-autoplay a:hover{
	background: url('../images/button_gallery_autoplay.gif') no-repeat left bottom;
}
#nav-bullet {
	width: 12px;
	background: url('../images/nav_bottom_bullet.gif') no-repeat left top;
}
#nav-spacer1 {
	width: 30px;
	background: url('../images/nav_spacer1.gif') no-repeat left top;
}
#nav-spacer2 {
	width: 90px;
	background: url('../images/nav_spacer2.gif') no-repeat left top;
}

table{
	width:100%;
	padding:0px;
	border: 0px;
	margin:0px;
}
tr,td, th{
	padding:0px;
	margin:0px;
	border: 0px;
	font-weight:normal;
}

