/*
* Web Developer: Burdianov Ion
* Date: 20.11.2013
*/

* {margin: 0; padding: 0}
/*------ Reset ------*/
html,body,div,span,applet,object,iframe,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 { border: 0; margin: 0; padding: 0}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block}

a {outline: none; text-decoration: none}

a:hover {text-decoration: underline}

html,textarea { overflow: auto}

input {vertical-align: middle}

input, textarea, select {outline:none; resize: none}

table{ border-collapse: collapse; border-spacing: 0}

img { vertical-align: top; border: none}

.clear {clear:both;}

/*------ Font Conect ------*/
@font-face {
	font-family: 'PF Din Text Comp Pro Light';
	src: url('fonts/pfdintextcomppro-light-webfont.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PF Handbook Pro';
	src: url('fonts/PFHandbookPro-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Gotham Pro Black',Arial,Tahoma sans-serif;
	font-size: 14px;
	background: #f6f6f6;
	background-size: 100%;
	color: #000;
	padding-bottom: 280px;
}
header {width: 100%;height:212px; background:url(images/header.jpg) no-repeat; background-size:100%;}
.head {width:960px;margin:0 auto;padding:22px 0 0 37px;}
.logo {width:313px;height:166px;background: url(images/logo.png) no-repeat;}
#wrapper {width:100%; padding-top: 40px;}
.center {width:950px; margin:0 auto; padding: 0 0 0 10px;}
nav {width: 100%;padding:8px 0;background: #fff;position:absolute;top:212px;z-index:2;}
nav ul {text-align:center;width: 960px;margin: 0 auto;}
nav ul li {list-style: none;display: inline;}
nav ul li a:link, nav ul li a:visited{
	font-family: 'PF Din Text Comp Pro Light',arial,tahoma;
	font-size:20px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding:0 10px;
}
nav ul li a:hover, nav ul li a.red-link:hover{color: #6e8dfa;}
.current {
	color: #cc0000 !important;
}
.title {
	font-size: 26px;
	float:left;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'PF Handbook Pro';
}
.price {
	font-family: 'PF Handbook Pro';
	font-size: 26px;
	float:right;
	padding: 5px 10px;
	background:#000;
	color: #fff;
}
.img {
	padding: 15px 0;
	float:left;
	width:950px;
}
#line .price {
	float:left;
	padding: 5px 10px;
	background:#000;
	color: #fff;
	margin-top:6px;
}

#laser, #press, #tehnika, #line {
	float:left;
	width:100%;
	padding-top: 25px;
}
#press, #line {
	background: #fff;
}
#contact {
	width: 100%;
	background: #000;
	padding: 30px 0;
	float:left;
}
.info {
	width: 960px;
	text-align:center;
	margin: 0 auto;
	color: #fff;
	font-size: 48px;
	font-family: 'PF Handbook Pro';
	text-transform:uppercase;
}
.fix {
	position: fixed;
	top: 0;
}
/* Maximum width of 1300 pixels. */
@media screen and (max-width: 1300px) {
	header {background:url(images/header.jpg) center no-repeat; background-size:auto;}
}