/********************************************
   AUTHOR:  			Piotr Tomczyk
   WEBSITE:   			http://www.designsphere.pl/
   TEMPLATE NAME:		INITIUM
   VERSION:             1.0     
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
@CHARSET "UTF-8";

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
 color: #FFFFFF;
 font-family: tahoma, verdana, arial, helvetica;
 font-size: 11px;
 line-height: 15px;
 text-align: center;
 background: #000000;
}

img {
 border: 0px;	
}

a:link {
 color: #FFFFFF;
 text-decoration: underline;
}

a:visited {
 color: #FFFFFF;
 text-decoration: underline;
}

a:hover {
 color: #FF0000;
 text-decoration: none;
}
a:active {
 color: #FF0000;
 text-decoration: none;
}

input[type="text"] {
	width: 230px;
	height: 18px;
	border: 1px solid #FFFFFF; 
	padding-top: 2px;
	padding-left: 2px;
	background: #424242;
	font-face: Times;
	font-size: 12px;
	color: #FFFFFF; 
	margin-bottom: 14px;
}

select {
	width: 230px;
	height: 22px;
	border: 1px solid #FFFFFF; 
	padding-top: 1px;
	background: #424242;
	font-face: Times;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 15px; 
}

#status_msg {
 width: 995px;
 height: 460px;
 text-align: center;
 vertical-align: middle;
 display : table-cell;
 font-size: 14px;
 background : url(../images/background.png) no-repeat bottom center;
}

#send_status {
	font-size: 16px;
	padding-left: 165px;
	padding-top: 180px;
}

#info_status {
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	padding-left: 10px;
	padding-top: 180px;
}

#commercial {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 text-align: center;
 display : table-cell;
 background: url(../images/hide.png);	
}

/* main layout */

#main {
 width: 1005px;
 height: 530px;
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 background : url(../images/bgr_site.gif) no-repeat top center;
}

#menu {
 width: 995px;
 height: 65px;	
 padding-top: 1px;
 margin-left: 2px;
 margin-right: 5px;
}

#content {
 width: 995px;
 margin-left: 5px;
 margin-right: 5px;
}

#footer {
 width: 995px;
 height: 40px;
 margin-top: 25px;
 margin-left: 5px;
 margin-right: 5px;
 padding-top: 10px;
 background : url(../images/line.gif) repeat-x top center;
}

/* dydtrybucja */

#dystrybucja {
 width: 995px;
 height: 460px;
 text-align: center;
 vertical-align: middle;
 display : table-cell;
 background : url(../images/background.png) no-repeat bottom center;
}

 /* kontakt */
 
#kontakt {
 width: 995px;
 height: 460px;
 text-align: center;
 vertical-align: middle;
 display : table-cell;
 background : url(../images/background.png) no-repeat bottom center;
}

input[type="text"] {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	
	width:230px;
	height:17px;
	background-color:#323232;
	border-style:solid;
	border-width:1px;
	border-color:#3b3b3b;
    color:#FFF;
	font-family:tahoma, verdana, arial, helvetica;
	
}

input[type="button"] {
	margin-top:2px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	
	height:19px;
	width:40px;
	border:none;
	background-image:url(../images/subskrybuj_but.jpg);
	background-repeat: no-repeat;
    background-position: 0 -20px;
}

input[type="button"]:hover {
	margin-top:2px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	
	height:19px;
	width:40px;
	border:none;
	background-image:url(../images/subskrybuj_but.jpg);
	background-repeat: no-repeat;
    background-position: 0 0;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 0 0 0;
	margin: 4px 0 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images/checkbox.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}