@font-face {
    font-family: Arial;
    src: url('../fonts/swislb-webfont.eot');
    src: url('../fonts/swislb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/swislb-webfont.woff') format('woff'),
         url('../fonts/swislb-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

body {
	background: url('../images/new/body-background.png') repeat-x 0 115px #FFFFFF;
	
}

h1 {
	
}

h2 {
	color: #1B77BB;
	font-size: 17px;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;	
}

a:hover {
	color: #FF7F03;
}

img {
	border: 0;
}

ul{
	list-style-type: disc;
	margin: 0 0 0 20px;
}

#all {
	width: 960px;
	height: 720px;
	margin: 19px auto 0 auto;
	padding: 0 2px;
	border: 1px solid #9C9C9C;
}

button, input[type=submit] {
	cursor: pointer;
}

/* Header */

#header {
	height: 95px; 
	position: relative;
	background: white;
}

.logo {
	display: block;
	width: 200px;
	height: 64px;
	background: url('../images/new/logo.png') no-repeat;
	position: absolute;
	left: 50px;
	bottom:  2px;
	text-indent: -999px;
	overflow: hidden;
}

.header-paragaph {
	width: 686px;
	height: 95px;	
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	padding-right: 17px;
	font-size: 17px;
	color: #9C9C9C;
}

.header-paragaph h3 {
	color: black;
	font-size: 22px;
	margin: 41px 0 3px 0;
}

.header-paragaph p {
	font-size: 14px;
}

/* Content */

#content {
	height: 600px;
	position: relative;
}

/* Left container */

#left-container {
	width: 260px;
	height: 100%;
	float: left;
	background: url('../images/new/left-side-background.jpg') no-repeat #340B04;
}

#left-container .slider {
	width: 260px;
	height: 162px;
	position: absolute;
	bottom: 40px;
}

#left-container .slider .slider-navigation {
	bottom: -30px;
}

.left-menu {
	width: 260px;
	position: absolute;
	top: 25px;
	z-index: 2;
}

.left-menu ul {
	list-style-type: none;
	text-transform: uppercase;
}

.left-menu a {
	text-decoration: none;
	color: white;
	white-space: nowrap;
	display: block;
	text-align: right;
}

.top {
	background: url('../images/new/li-background.png') no-repeat right 10px;
	width: 225px;
	float: right;
	padding-right: 13px;
	position: relative;
}

.top.active, .top.to-active {
	background-repeat:repeat-x;
	background-position: 0 10px;
}

.top.active .submenu {
	display: block;
	margin-top: 3px;
}

.menu a {
	position: relative;
	clear: both;
	height: 30px;
	line-height: 36px;
	font-size: 20px;
}

.hover {
	display: block;
	background: url('../images/new/li-background.png') repeat-x;
	width: 6px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: -2;
}

.submenu {
	display: none;
}

.submenu a {
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	text-transform: none;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	-ms-transition: color 1s;
	transition: color 1s;	
	float: right;
}

.submenu a:hover {
	color: #FF7F03;
}

.submenu .active a {
	color: #FF7F03;
}

/* Right container */

#right-container {
	width: 700px;
	height: 100%;
	float: right;
}

#keywords {
	position: absolute;
	top: 0;
	right: 0;
	width: 501px;
	height: 107px;
	background: url('../images/new/keywords.png');
	z-index: 2;
	text-indent: -999px;
	overflow: hidden;
}

#right-container .slider {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 700px;
	height: 600px;
	background: #ebebeb;
	z-index: 1;	
}

#breadcrumb {
	position: relative;
	height: 25px;
	line-height: 25px;
	text-indent: 47px;
	z-index: 3;
}

#breadcrumb a,  #breadcrumb span {
	text-transform: capitalize;
	color: white;
	text-decoration: none;
	font-size: 11px;
}

.text-holder {
	position: relative;
	width: 461px;
	background: url('../images/new/white-95-10x10.png');
	padding: 0px 47px 27px 47px;
	z-index: 3;
	overflow: hidden;
}

.text-holder table {
	width: 100%;
}

.text-holder td {
	vertical-align: top;
}

/* Text-holder-support */

.text-holder-support {
	height: 36px;
	position: relative;
	padding-top: 25px;
}

.scroll {
	max-height: 430px;
	position: relative;
}

#offer-request {
	position: absolute;
	top: 25px;
	right: -47px;
	border: none;
	width: 140px;
	height: 22px;
	background: url("../images/new/button-background.png") no-repeat 103px 5px #717171;
	color: white;
	text-align: left;
	font-size: 15px;
	text-indent: 14px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s;	
}

#offer-request:hover {
	background-position: 103px -12px;
	background-color: #333333;
}


/* Request form */
#offer-request-form {
	background: #DEDEDE;
	width: 400px;
	height: 320px;
	position: relative;
	overflow: hidden;
	margin: 0;
}

#offer-request-form h1 {
	font-size: 16px;
	font-weight: normal;
	color: #1B77BB;
	padding: 9px 30px;
}

#offer-request-form form {
	padding: 0 70px 0 30px;
	position: relative;
}

#offer-request-form .element {
	position: relative;
}

#offer-request-form label {
	display: block;
	margin-top: 2px;
	font-size: 13px;
}

#offer-request-form input {
	width: 298px;
	height: 23px;
	border: 1px solid #969696;
}

#offer-request-form textarea {
	width: 298px;
	height: 65px;
	border: 1px solid #969696;	
}

#offer-request-form #send {
	position: absolute;
	width: 106px;
	height: 22px;
	bottom: -49px;
	right: -70px;
	border: none;
	background: url("../images/new/button-background.png") no-repeat 70px 5px #717171;
	color: white;
	text-align: left;
	text-indent: 13px;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#offer-request-form #send:hover {
	background-position: 70px -12px;
	background-color: #333333;
}

#offer-request-form .error {
	position: absolute;
	left: 30px;
	bottom: 17px;
	height: 20px;
	line-height: 20px;
	color: red;
}

#offer-request-form sup {
	color: red;
	position: absolute;
	top: 13px;
	right: -8px;
}

/* Footer */

#footer {
	position: relative;
	height: 25px;
}
#footer span.copyright {
	height: 25px;
	line-height: 25px;
	margin-left: 167px;
	font-size: 12px;
}
#footer a.facebook {
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	width: 115px;
	height: 25px;
	background: url('../images/new/printtech-facebook.png') no-repeat left center;
	line-height: 30px;
	padding-left: 25px;
	font-size: 12px;
	white-space: nowrap;
}
#footer a.facebook b {
	font-size: 12px;
}

#vissio{
display: block;
width: 50px;
height: 11px;
position: absolute;
bottom: -14px;
right: -3px;
}

/* Product page */
#right-container .produse td:nth-child(1) {
	width: 195px;
}

#right-container .produse img {
	margin-right: 10px;
}

span.close {
	display: block;
	width: 20px;
	height: 20px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	color: #9C9C9C;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;		
}
span.close:hover {
	color: #FF7F03;
}