/*
	-------------------------------------------------------
   
	www.canveo.pl style sheet - v1.
	Last Update:  28.09.09
	Author:  Bartosz Mikołajczak ( mikolajczakbartosz @ gmail . com )
   
	-----------------------------------------------------
	
	Backgrouncolor: #19282f
	
	Base font color: #a7abae
	Base anchors color: #cbd1d6
	
	Input not active text: #828485
	Input focus: #cacbcc
*/

/* Imports */
@import url("reset.css");

/***** Global *****/

/* Body */
	body {
		background: #19282f url('../images/background.png');
		color: #a7abae;
		font-size: 75%; /* Base font size: 12px */
		font-family: Arial, sans-serif;
		line-height: 1.6em;
		margin: 0;
		padding: 0;
		text-align: left;
		position:relative;
		text-shadow: 1px 1px 1px #333;
	}

/* Headings */
h1 {font-size: 1em}	/* px */
h2 {font-size: 1.83em}	/* 22px */
h3 {font-size: 1em}	/* 20px */
h4 {font-size: 1.5em}	/* 18px */
h5 {font-size: 1.33em}	/* 16px */
h6 {font-size: 1em}	/* 12px */

h1 {
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 1.3em;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #cbd1d6;
	text-decoration: none;
}
a:hover, a:active {
	color: #cbd1d6;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #979da1; color: #162228;}
::selection {background: #979da1; color: #162228;}

/* Lists */
ul {
	list-style-position: outside; 
	list-style-type: none; 
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}

hr.hr{
	display:block;
	width:960px;
	height:60px;
	margin:0 auto 0 auto;
	padding:0;
	border:none;
	background: url('../images/hr-background.png') 0% 65% repeat-x ;
	clear:both;
}	

hr.hr-content {
	display:block;
	height:3px;
	margin:0px;
	padding:0px;
	border:none;
	line-height:3px;
	background: url('../images/hr-background.png') repeat-x ;
	clear:both;
}	
	
.clear {
	clear:both;
}

#content {
	position:relative;
	background: url('../images/glow-background.jpg') no-repeat 50% 0%;
}
	
header {
	position:relative;
	width:920px;
	margin:0 auto;
	padding:0 20px 0 20px;
}	
	
header hgroup h1 {
	text-indent:-9999px;
	width:224px;
	height:260px;
	background: url('../images/canveo-header.png') 0 60px no-repeat;
}

header hgroup h4 {
	text-indent:-9999px;
	width:356px;
	height:81px;
	background: url('../images/less-is-more.png')
}

header p {
	width:444px;
}

#header-left {
	width:444px;
	height:480px;
	float:left;
	position:relative;
}

#header-right {
	width:449px;
	height:274px;
	margin-top:185px;
	float:right;
}

#implementation-header {
	position:relative;
	width:434px;
	height:254px;
	padding:10px;
	background: url('../images/frame-background.png') no-repeat;
}

#implementation-header-1, 
#implementation-header-2, 
#implementation-header-3,
#implementation-header-4,
#implementation-header-5,
#implementation-header-6 {
	position:relative;
	width:434px;
	height:254px;
}

#implementation-header-1 p, 
#implementation-header-2 p, 
#implementation-header-3 p,
#implementation-header-4 p,
#implementation-header-5 p,
#implementation-header-6 p {
	position:absolute;
	top:254px;
	width:434px;
	height:50px;
	background: url('../images/implementation-background.png') repeat-x;
}

#implementation-header-content {
	position:relative;
	width:434px;
	height:254px;
	overflow:hidden;
}

#prevBtn {
	position:absolute;
	left:-42px;
	top:107px;
	width:42px;
	height:40px;
	z-index:5;
	cursor: pointer;
}

#nextBtn {
	position:absolute;
	right:-42px;
	top:107px;
	width:42px;
	height:40px;
	z-index:5;
	cursor: pointer;	
}

#slider ul li img {
	cursor: pointer;
}

#slider ul li a {
	color: #a7abae;
}

/* Oferta */

#offer {
	width:920px;
	margin:0px auto 0px auto;
	padding:0 20px 0 20px;
}

#offer > h2 {
	text-indent:-9999px;
	width:89px;
	height:30px;
	margin-bottom: 0.6em;
	padding-top: 2em;
	background: url('../images/oferta.png') 0px 24px no-repeat;
}

#offer > p {
	width:444px;
	float:left;
}

aside {
	width:444px;
	height:94px;
	margin:-18px 0 0 0;
	padding:18px 0 0 0;
	float:right;
	background: url('../images/frame-background.png') -5px -279px no-repeat;
}

#offer .aside {
	width:360px;
	margin-left:65px;
}

section#designing {
	clear:both;
}

#designing, 
#updating, 
#cutting, 
#cms,
#corporate-identity{
	height:100px;
	margin-top:30px;
}

#designing, 
#updating,
#corporate-identity{
	float:left;
}

#cutting, 
#cms{
	float:right;
}

#designing h3, 
#designing p, 
#updating h3 ,
#updating p,
#cutting h3, 
#cutting p, 
#cms h3,
#cms p,  
#corporate-identity p,
#corporate-identity h3{
	width:379px;
	margin-left:65px;
}

#designing {
	background: url('../images/icon-designing.png') no-repeat;
}

#updating {
	background: url('../images/icon-updating.png') no-repeat;
}

#cutting {
	background: url('../images/icon-cutting.png') no-repeat;
}

#cms {
	background: url('../images/icon-cms.png') no-repeat;
}

#corporate-identity {
	background: url('../images/icon-corporate-identity.png') no-repeat;
}



/* Implementation */


#implementation {
	width:920px;
	margin:0px auto 0px auto;
	clear:both;
}

.implementation {
	position:absolute;
	width:208px;
	height:121px;
	overflow: hidden; 
}

#implementation ul li{
	position:relative;
	width:218px;
	height:131px;
	background: url('../images/frame-background.png') 0px -407px no-repeat;
	padding:5px 0px 5px 10px;
	margin-bottom:10px;
	float:left;
	list-style-type: none; 
	list-style-position: outside; 
}

.implementation a > img{
	position:absolute;
}

.implementation a > p {
	height:121px;
}

#implementation > h2 {
	text-indent:-9999px;
	width:134px;
	height:33px;
	margin-bottom: 0.6em;
	padding-top: 2em;
	background: url('../images/realizacje.png') 0px 24px no-repeat;
}

.implementation-header-title {
	display:block;
	width:203px;
	padding:5px 0px 0px 5px;
	font-weight: bold; 
	font-size: 1.33em;
	line-height: 1.1em;
	text-shadow: 1px 1px 1px #19242b;
}

.implementation-header-title-top {
	display:block;
	width:330px;
	margin:5px 0px 0px 10px;
	font-weight: bold; 
	font-size: 1.33em;
	line-height: 1.1em;
	text-shadow: 1px 1px 1px #19242b;
}

.implementation-header-description {
	display:block;
	width:203px;
	height:75px;
	padding:0px 0px 0px 5px;
}

.implementation-header-description-top{
	display:block;
	width:330px;
	margin:0px 0px 0px 10px;
	float:left;
}
.implementation-header-tech {
	display:block;
	width:203px;
	padding:0px 0px 0px 5px;
	text-transform: uppercase; 
	font-size: 0.8em;
}

.implementation-header-link-top {
	margin-right:10px;
	float:right;
}


/* Stopka */


footer{
	position:relative;
	width:920px;
	margin:0px auto 0px auto;
	padding:0 20px 30px 20px;
}

#contact-form {
	display:none;
	position:relative;
}

#contact {
	position:absolute;
	top:0px;
	right:50px;
	text-indent:-9999px;
	width:165px;
	height:55px;
	background:url('../images/contact.png') no-repeat;
}

#close-contact {
	position:absolute;
	top:30px;
	right:30px;
	width:80px;
	height:28px;
	border:0px;
	text-indent:10px;
	line-height:25px;
	background:url('../images/close-contact.png') -92px 0px no-repeat;
	cursor: pointer;
	color:#828485;
}

#close-contact:hover {
	background:url('../images/close-contact.png') 0px 0px no-repeat;
	color:#cacbcc;
}

.address-head{
	margin-top:0px;
	text-indent:-9999px;
	width:107px;
	height:68px;
	background: url('../images/canveo-contact.png') no-repeat bottom;
	display:block;
}	
	
address {
	width:300px;
}	

.footer-left {
	float:left;
}
	
.address-left {
	color: #a7abae;
	font-size: 1em; 
	font-family: Arial, sans-serif;
	line-height: 1.6em;
	float:left;
	margin-right:50px;
	font-style: normal; 
}	

.address-right {
	color: #a7abae;
	font-size: 1em; 
	font-family: Arial, sans-serif;
	line-height: 1.6em;
	float:left;
	font-style: normal; 
}	
	
.address-description {
	width:300px;
}

form {
	width:585px;
	
}

.footer-right {
	height:200px;
	float:right;
}

#form-left {
	width:265px;
	float:left;
}

#form-right {
	width:300px;
	float:right;
}

label {
	display:block;
	text-indent:12px;
	line-height:1em;
}

.text-name,
.text-phone, 
.text-email {
	font-family: Arial, sans-serif;
	color:#828485;
	font-size: 1em;
	letter-spacing:0.1em;
	border:0px;
	width:252px;
	height:18px;
	padding:10px;
	padding:10px 10px 10px 15px; 
	overflow: hidden; 
	margin-bottom:5px;
}

.text-name, 
.text-email, 
.text-phone  {
	background:url('../images/forms-background.png') -5px -11px no-repeat;
}

.text-name :focus,
.text-phone :focus,
.text-email :focus {
	border:0px;
	width:252px;
	height:18px;
	padding:10px 10px 10px 10px;   
	overflow: hidden; 
}

.text-name:focus, 
.text-email:focus, 
.text-phone:focus {
	background:url('../images/forms-background.png') -5px -68px no-repeat;
}

.textarea  {
	background:url('../images/forms-background.png') -5px -174px no-repeat;
	width:253px;
	height:129px;
	border:0px;
	padding:10px 20px 15px 20px;
	color:#828485;
	font-size: 1em;
	font-family: Arial, sans-serif;
	overflow: hidden; 
}

.textarea:focus {
	border:0px;
	background:url('../images/forms-background.png') -5px -348px no-repeat;
}

input[type=text]:focus,
input[type=password]:focus,
textarea {
  outline: 0 none;
}

.submit {
	background:url('../images/forms-background.png') -10px -125px no-repeat;
	color:#828485;
	font-size: 1em;
	font-family: Arial, sans-serif;
	border:0px;
	width:80px;
	height:28px;
	float:right;
	cursor: pointer; 
	margin-right:10px;
}

.submit:hover {
	background:url('../images/forms-background.png') -111px -125px no-repeat;
	color:#cacbcc;
}

#messagesend {
	display:none;
	width:500px;
	height:155px;
	text-align: center; 
	padding-top:45px;
}

#message { 
	text-align: center; 
	width:500px; 
	height:155px; 
	padding-top:45px; 
}


/* Stopka */


.footer-2009 {
	width:960px;
	height:60px;
	margin:0px auto 0 auto;
}

.footer-2009 p{
	text-indent:-9999px; 
	width:112px;
	height:26px;
	background: url('../images/canveo-footer.png') no-repeat;
	float:right;
}



/* info box */

div#info-box {
	background: url('../images/info-box.png') no-repeat;
	position:absolute;
	width:322px;
	height:110px;
	top:110px;
	left:70px;
}


div#info-box p{
	color: #a7abae;
	font-size: 1.33em;
	display: block;
	position:absolute;
	top:44px;
	left:65px;
}


#overflowPri {
	width: 100%;
	height: 100%;
	background: url('../images/black-bg.png');
	position: fixed;
	top: 0px;
	left: 0px;
	}
	
#overflowPri a {
	display: block;
	background: url('../images/pri.png') 0px 0px no-repeat;
	width: 628px;
	height: 281px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -314px;
	margin-top: -140px;
	text-indent: -9999px;
	}	
	
#overflowPri a:hover {
	display: block;
	background: url('../images/pri.png') 0px -281px no-repeat;
	width: 628px;
	height: 281px;
	}		
	
#overflowPri .closePri {
	
	
	background: url('../images/closepri.png') no-repeat;
	width: 20px;
	height: 20px;
	position: fixed;
	top: 50px;
	right: 50px;
	cursor: pointer;
	}		
	
	
body.removescroll {
	overflow-y: hidden;
	}	
