@charset "utf-8";

/* css graziano.pl style */
/* Gracjan Skwarek - Graziano/
/* Ars longa vita brevis */

/* reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* basic elements */

body { 

	background: url(../img_shared/bg_body.gif);
	background-color:#010001;
	background-repeat: repeat-x;
	margin:0;
	/* height:1385px; */
}

a {
color: #187e9b;
text-decoration:none;
}

a:hover {
color: #af4198;
}

/* text */

p {
	font-family:Tahoma;
	color:#cecece;
	font-size:0.7em;
	line-height: 1.5;
	text-align:left;
	margin-left:10px;
}

h2 {
	font-family:Tahoma;
	color:#cecece;
	font-size:0.7em;
	margin-left:10px;
	font-weight:bold;
}

h3 {
	font-family:Tahoma;
	font-size:0.7em;
	line-height: 1.5;
	text-align:left;
	margin-left:10px;
	color: #B6B224;
}



/* specific divs */


#container {
	width: 100%;
	background: url(../img_shared/bg_container.png) no-repeat top center;
	}
	

#wrapper {
	margin:auto;
	width: 940px;
	background: url(../img_shared/bg_wrapper.png) no-repeat bottom center;
	padding-bottom:30px;
	}
	
#top {
	height: 100px;
	
	}
	
#menu {
	float:right;
	font-family:Tahoma;
	color:#cecece;
	font-size:0.7em;
	line-height: 1.5;
	margin-top:47px;
	}

#menu_top li{
	display: inline;
	list-style-type: none;
	}	
	
#menu a {
color: #cecece;
text-decoration:none;
}

#menu a:hover {
color: #187e9b;
}

#header {
	height: 316px;
	padding-top:31px;
	}
	
#header h2{
	margin-top:20px;
	}
	
.lw_screen {
	margin: 10px 30px 0px 9px;
	float:left;
	}

#header_webdesign{
	text-indent: -100em;
	overflow: hidden;
	background: url(../img_shared/h_header.gif) no-repeat;
	height: 15px;
	width: 326px;
	}
	
#header_latestwork{
	text-indent: -100em;
	overflow: hidden;
	background: url(../img_shared/h_latest.gif) no-repeat;
	height: 15px;
	width: 121px;
	margin-top:40px;
	}
	
#lw_bar {
	margin-top:5px;
	}

#screens {
	width:100%;
	height:100%;
	}

#screens h1 {
	margin-top:40px;
	}
	
#webdesign h1{
	text-indent: -100em;
	overflow: hidden;
	background: url(../img_shared/h_webdesign.png) no-repeat;
	height: 14px;
	width: 193px;
	}
	
#print h1{
	text-indent: -100em;
	overflow: hidden;
	background: url(../img_shared/h_print.gif) no-repeat;
	height: 15px;
	width: 39px;
	}
	
#logo h1{
	text-indent: -100em;
	overflow: hidden;
	background: url(../img_shared/h_logo.gif) no-repeat;
	height: 15px;
	width: 44px;
	}
	
#other h1{
	text-indent: -100em;
	overflow: hidden;
	background: url(../img_shared/h_3d.gif) no-repeat;
	height: 15px;
	width: 89px;
	}

.row {
	width:940px;
	float:left;
	}
	
hr.turquoise{
	border:none;
	height:2px;
	background: url(../img_shared/break_turquoise.gif);
}

hr.violet{
	border:none;
	height:2px;
	background: url(../img_shared/break_violet.gif);
}

.box {
	float:left;
	width:300px;
	height:220px;
	margin-top:20px;
	background-color:#080808;
	}

.center {
	margin-left:20px;
	margin-right:20px;
	}

.screen {
	margin:10px;
	}

.halfcol {
	width:460px;
	}
	
#footer {
	 height:357px;
	 background:#1b0a1d url(../img_shared/bg_footer.png) no-repeat bottom center;	 
}

#footer p{
	margin-top:15px;
	margin-left:0;
	}

#footer_contents {
	margin:auto;
	width:940px;
}	

#footer_info {
	float:left;
	height:270px;
	}
	
#footer_contents h1 {
	margin-top:20px;
}	
	
#footer_info h1{
	text-indent: -100em;
	overflow: hidden;
	background: url(../img_shared/h_info.gif) no-repeat;
	height: 15px;
	width: 205px;
	}

#footer_form {
	float:left;
	height:270px;
	margin-left:20px;
	}
	
#footer_form h1{
	text-indent: -100em;
	overflow: hidden;
	background: url(../img_shared/h_contact.gif) no-repeat;
	height: 15px;
	width: 214px;
	}
	
#copyrights {
	float:right;
	margin-top:32px;
	}
	
/* form */

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	/* clear: left; */
	float: left;
	margin-bottom: 10px;

}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-family:Tahoma;
	color:#1f7fa3;
	font-size:0.7em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

ol.forms input {
	width: 240px;
	background-color:#192d44;
	color:#FFFFFF;
	}
	
ol.forms textarea {
	height: 4.25em; 
	width: 460px;
	overflow:hidden;
	background-color:#192d44;
	color:#FFFFFF;
}

ol.forms input, ol.forms textarea, ol.forms button { 
	font-family:Tahoma;
	font-size:0.8em;
	text-align:left;
	padding: 3px 0 3px 0;
	border:0;
}

ol.forms .error { 
	margin: 5px 0px 0px 0px;
	display:block;
}

ol.forms li.buttons {
	float:right;
	cursor:pointer;
}

.alert, .error { 
	color:#B6B224; 
	font-weight:bold; 
	font-family:Tahoma; 
	font-size:0.7em;
	}
