/*
Theme Name: GRAFIKERORG
Theme URI: http://www.grafikerorg.de
Description: Theme
Version: 1.0
Author: GRAFIKERORG
Author URI: http:/www.grafikerorg.de
License: GPL
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

html {
	height: 100%;
	}







::selection {
	background: #333;
	color: #fff;
	}

::-moz-selection {
	background: #333;
	color: #fff;
	}

::-webkit-selection {
	background: #333;
	color: #fff;
	}

* {
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box; *behavior: url(/scripts/boxsizing.htc);
	}
	
body {
	height: 100%;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #333;
	background: url('img/bg.png') repeat center top;
	}

a {
	color: #333;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

a:hover {
	color: #333;
	}

p {
	margin-bottom: 30px;
	}

p:last-child {
	margin-bottom: 0px;
	}

h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 900;
	padding: 10px 0px 15px 0px;
	line-height: 28px;
	}

h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	padding: 5px 0px 15px 0px;
	}

.header {
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}

ul.qtrans_language_chooser {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 20px;
	}

ul.qtrans_language_chooser > li {
	list-style: none;
	float: left;
	background: url('img/menu_bg.png') no-repeat -250px 0px;
	padding: 0px;
	margin-left: 1px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	}

ul.qtrans_language_chooser > li:hover,
ul.qtrans_language_chooser > li.active {
	background: url('img/menu_bg.png') no-repeat -150px 0px;
	}

ul.qtrans_language_chooser > li:hover > a,
ul.qtrans_language_chooser > li.active > a {
	color: #333;
	}

ul.qtrans_language_chooser > li > a {
	display: block;
	color: #EEE;
	padding: 6px 10px;
	}

.header.hidden {
	opacity: 0;
	visibility: hidden;
	}

.container {
	padding: 0px 15px 15px 15px;
	overflow: hidden;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}

.container.hidden {
	opacity: 0;
	visibility: hidden;
	}

.menu {
	top: 0px;
	width: 160px;
	float: left;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	opacity: 1;
	z-index: 100;
	}

.menu.sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	}
	
.menu > ul {
	margin: 15px 0 0 0;
	padding: 0px;
	list-style: none;
	}

/* standard */

.menu ul li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	list-style: none;
	background: url('img/menu_bg.png') no-repeat -250px 0px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	}

.menu ul li:hover {
	background: url('img/menu_bg.png') no-repeat -95px 0px;
	}

.menu ul li a {
	display: block;
	color: #eee;
	padding: 6px 10px;
	}

.menu ul li a:hover {
	color: #333;
	}

/* current */

.menu > ul > li.current-menu-item, .menu > ul > li.current-menu-parent, .menu > ul > li.current-page-ancestor {
	background: url('img/menu_bg.png') no-repeat -95px 0px;
	}

.menu > ul > li.current-menu-item:hover, .menu > ul > li.current-menu-parent:hover, .menu > ul > li.current-page-ancestor:hover {
	background: url('img/menu_bg.png') no-repeat -95px 0px;
	}

.menu > ul > li.current-menu-item > a, .menu > ul > li.current-menu-parent a, .menu > ul > li.current-page-ancestor a {
	color: #333;
	}

.menu > ul > li.current-menu-item > a:hover, .menu > ul > li.current-menu-parent > a:hover, .menu > ul > li.current-page-ancestor a:hover {
	color: #333;
	}

/* submenu standard */

.menu ul.sub-menu {
	display: none;
	margin-top: 1px;
	}

.menu ul li.current-menu-item ul.sub-menu, .menu ul li.current-menu-parent ul.sub-menu {
	display: block;
	}

.menu ul.sub-menu > li {
	background: url('img/menu_bg.png') no-repeat -90px 0px;
	}

.menu ul.sub-menu > li:hover {
	background: url('img/menu_bg.png') no-repeat -95px 0px;
	}

.menu ul.sub-menu > li > a {
	color: #333;
	padding: 5px 0px 5px 25px;
	background: url('img/menu_list.png') no-repeat 10px 12px;
	}

.menu ul.sub-menu li a:hover {
	color: #333;
	}

/* submenu active */

.menu ul.sub-menu > li.current-menu-item, .menu ul.sub-menu > li.current-post-parent {
	background: url('img/menu_bg.png') no-repeat -95px 0px;
	}




.content {
	width: 600px;
	margin-left: 175px;
	margin-top: 15px;
	margin-bottom: 50px;
	}

.bottom {
	position: fixed;
	left: 15px;
	bottom: 15px;
	font-size: 11px;
	color: #eee;
	z-index: 50;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}

.bottom.hidden {
	opacity: 0;
	visibility: hidden;
	}

.bottom a {
	color: #eee;
	}


.home-slideshow {	
	}

.home-news {
	margin-bottom: 15px;
	}

.home-news-top {
	padding: 30px;
	background: url('img/80white.png') repeat;
	}

.home-news-bottom {
	overflow: hidden;
	margin-top: 1px;
	padding: 20px 30px;
	background: url('img/80white.png') repeat;
	font-size: 11px;
	color: #767676;
	}

.home-news-bottom a {
	color: #767676;
	text-decoration: underline;
	}

.home-news-bottom a:hover {
	color: #333;
	text-decoration: underline;
	}

.home-news-bottom-left {
	float: left;
	}

.home-news-bottom-right {
	float: right;
	}







.home-slideshow-top {
	padding: 30px;
	background: url('img/80white.png') repeat;
	}

.home-slideshow-slides {
	position: relative;
	min-height: 150px;
	}

.home-slideshow-slide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}

.home-slideshow-slide-left {
	position: absolute;
	top: 0px;
	left: 0px;
	}

.home-slideshow-slide-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	}

.home-slideshow-slide-right h2 {
	text-align: right;
	}

.home-slideshow-slide-right-text {
	padding-left: 50%;
	height: 60px;
	overflow: hidden;
	margin-bottom: 0px;
	text-align: right;
	}

.home-slideshow-bottom {
	overflow: hidden;
	padding: 15px 30px;
	margin-top: 1px;
	margin-bottom: 15px;
	background: url('img/80white.png') repeat;
	}

.home-slideshow-counter {
	float: left;
	margin-top: 5px;
	color: #767676;
	}

.home-slideshow-navigation {
	float: right;
	}

.home-slideshow-pre {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url('img/previous.png') no-repeat -31px 0px;
	margin-right: 1px;
	}

.home-slideshow-next {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url('img/next.png') no-repeat 0px 0px;
	}

.home-slideshow-pre:hover {
	background-position: 0px 0px;
	}

.home-slideshow-next:hover {
	background-position: -31px 0px;
	}


.button-more {
	overflow: hidden;
	float: right;
	margin-top: 15px;
	}

.button-more .button-more-text {
	display: block;
	float: left;
	padding: 5px 10px;
	height: 31px;
	color: #fff;
	background: url('img/80black.png') repeat top left;
	}

.button-more .button-more-icon {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url('img/more.png') no-repeat 0px 0px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.button-more:hover .button-more-icon {
	background-position: -31px 0px;
	}



.home-badges {
	overflow: hidden;
	margin-bottom: 15px;
	}

.badge {
	display: block;
	float: left;
	width: 199px;
	height: 160px;
	background: url('img/80black.png') repeat top left;
	}

.badge1 {
	background: url('img/produkte.jpg') no-repeat top left;
	}

.badge2 {
	width: 200px;
	margin: 0px 1px;
	background: url('img/philo.jpg') no-repeat top left;
	}


.badge3 {
	background: url('img/kontakt.jpg') no-repeat top left;
	}

.badge > span {
	display: block;
	padding: 30px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	color: #eee;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.badge:hover > span {
	background: rgba(0,0,0,0.5);
	}
	








.backgrounds {
	position: fixed;
	z-index: -100;
	height: 100%;
	width: 100%;
	}

.background {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
	}

.backgroundstart {
	background: url(img/bg.jpg) no-repeat center center fixed;
	display: none;
	}

.background.hidden {
	opacity: 0;
	}

.home-slideshow-slide.hidden {
	opacity: 0;
	visibility: hidden;
	}
















.content-products, .content-single {
	padding: 30px;
	background: url('img/80white.png') repeat;
	margin-bottom: 1px;
	}

.content-products .content-bottom {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	}

.content-title {
	overflow: hidden;
	}

.content-title-left {
	float: left;
	}

.content-title-right {
	float: right;
	}

.content-title-right-gallery {
	display: block;
	float: left;
	width: 146px;
	height: 31px;
	background: url('img/10black.png') repeat;
	margin-right: 1px;
	color: #333;
	text-align:center;
	}

.content-title-right-gallery:hover {
	color: #333;
	}

.content-title-right-gallery > span {
	line-height: 31px;
	padding-left: 25px;
	background: url('img/gallery.png') no-repeat left center;
	}

.content-title-right-prev {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url('img/previous.png') no-repeat -31px 0px;
	margin-right: 1px;
	}

.content-title-right-next {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url('img/next.png') no-repeat 0px 0px;
	}

.content-title-right-prev:hover {
	background-position: 0px 0px;
	}

.content-title-right-next:hover {
	background-position: -31px 0px;
	}

.content-title h1 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	padding: 5px 0px 15px 0px;
	}
	
.content-title-left > span {
	color: #bbb;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	padding: 5px 0px 15px 0px;
	}

ul.products-list, ul.products-list > li {
	list-style: none;
	}

ul.products-list > li {
	display: inline-block;
	width: 33.333%;
	background: url('img/products-list-border.png') no-repeat right center;
	}

ul.products-list > li:last-child, ul.products-list > li:nth-child(3n) {
	background: none;
	}

ul.products-list > li > a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
span.products-list-img {
	display: block;
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	}

span.products-list-title {
	display: block;
	text-align: center;
	margin: 5px 0px;
	}

span.products-list-title > .grey {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #999;
	}

ul.products-list > li > a:hover .grey {
	color: #333;
	}







.product-image {
	position: relative;
	margin-top: 20px;
	float: left;
	width: 300px;
	}

.product-image > img {
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.product-image > img.hidden {
	opacity: 0;
	visibility: hidden;
	}

.product-description {
	float: right;
	width: 210px;
	}

.product-description-bottom {
	color: #888;
	}

ul.colors > li {
	cursor: pointer;
	height: 22px;
	overflow: hidden;
	margin-bottom: 1px;
	}

.color {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 1px;
	}

.color-se {
	background: #fff;
	}

.color-grse {
	background: #4d5053;
	}

.color-cse {
	background: #596264;
	}

.color-ase {
	background: #3f4449;
	}

.color-bse {
	background: #51453b;
	}

.color-ese {
	background: #ccc4bc;
	}

.color-name {
	float: left;
	display: block;
	line-height: 22px;
	height: 22px;
	margin-left: 5px;
	text-transform: uppercase;
	}
	
	
	


.content h4 {
	color: #333;
	font-size: 13px;
	font-weight: 900;
	padding: 15px 0px 4px 0px;
	}




.content-gallery {
	margin-top: 1px;
	padding: 20px;
	background: url('img/80black.png') repeat;
	text-align: center;
	}

.content-gallery > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	}










.gallery-loader {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 100px;
	padding-top: 40px;
	margin-left: -100px;
	margin-top: -60px;
	z-index: 200;
	background: url('img/gallery-loader.gif') no-repeat top center;
	text-align: center;
	}

.gallery-navigation {
	display: none;
	position: fixed;
	bottom: 25px;
	width: 100%;
	z-index: 200;
	text-align: center;
	}

.gallery-navigation-thumb {
	width: 50px;
	height: 50px;
	display: inline-block;
	border: 5px solid #fff;
	margin-left: 5px;
	opacity: 0.4;
	cursor: pointer;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.gallery-navigation-thumb.active, .gallery-navigation-thumb:hover {
	opacity: 1;
	}

.gallery-navigation-thumb.first {
	margin-left: 0px;
	}

.gallery-navigation-pre {
	background: url('img/gallery-pre.png') no-repeat center;
	}

.gallery-navigation-next {
	background: url('img/gallery-next.png') no-repeat center;
	}

.gallery-navigation-pre, .gallery-navigation-next {
	width: 20px;
	height: 50px;
	display: inline-block;
	opacity: 0.4;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.gallery-navigation-pre:hover, .gallery-navigation-next:hover {
	opacity: 1;
	}

.gallery-close {
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	}













.news {
	margin-bottom: 15px;
	}

.news-top {
	padding: 30px;
	background: url('img/80white.png') repeat;
	}

.news-bottom {
	overflow: hidden;
	margin-top: 1px;
	padding: 20px 30px;
	background: url('img/80white.png') repeat;
	font-size: 11px;
	color: #767676;
	}

.news-bottom a {
	color: #767676;
	text-decoration: underline;
	}

.news-bottom a:hover {
	color: #333;
	text-decoration: underline;
	}

.news-bottom-left {
	float: left;
	}

.news-bottom-right {
	float: right;
	}
	


.wpcf7 {
	margin-top: 15px !important;
	overflow: hidden;
	}
	
.wpcf7 .form50 {
	float: left;
	width: 48.5%;
	}

.wpcf7 .form50 input {
	width: 100%;
	}

.wpcf7 .form50:nth-child(2n) {
	margin-right: 1.5%;
	}

.wpcf7 .form50:nth-child(2n+1) {
	margin-left: 1.5%;
	}

.wpcf7 .form100 {
	float: left;
	width: 100%;
	}

.wpcf7 .form100 textarea{
	width: 100%;
	height: 200px;
	resize: vertical;
	}

.wpcf7 input, .wpcf7 textarea {
	display: block;
	width: 100%;
	padding: 7px 8px;
	border: none;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 10px !important;
	background: url('img/80white.png') repeat;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0.8;
	}

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 input:hover, .wpcf7 textarea:hover {
	opacity: 1;
	outline: none;
	}

.wpcf7 input[type=submit] {
	cursor: pointer;
	color: #fff;
	background: #000;
	opacity: 0.7;
	margin-bottom: 0px !important;
	}

.wpcf7 input[type=submit]:hover {
	opacity: 0.8;
	}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #777;
	}
	
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #777;
	}
	
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #777;
	}

.map {
    width: 600px;
	position: relative;
	left: -30px;
	margin-bottom: 30px;
	background: url('img/15black.png') repeat;
	}

.map-canvas {
    width: 600px;
	height: 250px;
	}

.map-bottom {
    padding: 15px 30px;
	overflow: hidden;
	}

.map-bottom > h3 {
	float: left;
	width: 50%;
	padding: 0px;
	line-height: 34px;
	color: #eee;
	}

.map-bottom > form {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
	}

.map-bottom > form > input {
	display: block;
	padding: 7px 8px;
	border: none;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	background: url('img/80white.png') repeat;
	width: 75%;
	float:left;
	margin: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}

.map-bottom > form > input[type=submit] {
	cursor: pointer;
	width: 25%;
	float: right;
	color: #fff;
	background: #000;
	opacity: 0.7;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}

.map-bottom > form > input[type=submit]:hover {
	opacity: 0.8;
	}

.map-bottom > form > input:focus {
	outline: none;
	}


input.wpcf7-submit {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}


.column {
    width: 50%;
	float: left;
	}










.overview-child {
	display: block;
	position: relative;
	width: 100%;
	height: 160px;
	margin-bottom: 1px;
	}

.overview-child span {
	display: block;
	}

.overview-child > .overview-text {
	position: absolute;
	z-index: 500;
	}

.overview-child > .overview-text {
	position: absolute;
	padding: 30px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 500;
	background: url('img/opencat.png') 560px 67px no-repeat;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.overview-child > .overview-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 400;
	background: #000;
	opacity: 0.93;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.overview-title {
	font-size: 36px;
	font-weight: 300;
	color: #eee;
	}

.overview-desc {
	opacity: 0.5;
	color: #eee;
	width: 65%;
	margin-top: 20px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.overview-child:hover .overview-bg, .overview-child:hover .overview-desc {
	opacity: 1;
	}

.overview-child:hover .overview-text {
	background: url('img/opencat.png') 565px 67px no-repeat;
	}
	
	



img.fullwidth {
	display: block;
	width: 600px;
	height: auto;
	position: relative;
	left: -30px;
	}

.home-content {
	padding: 30px;
	margin-bottom: 15px;
	background: url('img/80white.png') repeat;
	}

a.download {
	display: block;
	float: left;
	width: 104px;
	height: 31px;
	background: url('img/10black.png') repeat;
	margin-right: 1px;
	margin-top: 1px;
	color: #333;
	text-align: center;
	}

a.download > span {
	display: block;
	width: 100%;
	line-height: 31px;
	padding-left: 38px;
	background: url('img/download.png') no-repeat 16px center;
	}
