/* Resetowanie domyślnych ustawień */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

.clear
{
	clear: both;
}

strong
{
	font-weight: bold;
}

a
{
	color: #fff;

	text-decoration: none;
	cursor: pointer;
}

/* Płynne przejścia */
.grid div.download a
{
	-moz-transition:		all .3s ease;
	-webkit-transition:		all .3s ease;
	-ms-transition:			all .3s ease;
	-o-transition:			all .3s ease;
	transition:				all .3s ease;
}

/* Początkowe style */
body
{
	color: #fff;
	font-size: 14px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;

	background: url(../images/background.jpg) no-repeat center center;
	background-color: #000;

	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.grid
{
	width: 504px;
	margin: 50px auto 0 auto;
	overflow: hidden;
}

.grid div.logo
{
	padding: 0 0 50px 0;

	overflow: hidden;
}

.grid div.download
{
	padding: 0 0 25px 0;

	overflow: hidden;
}

.grid div.download a
{
	display: block;

	padding: 5px 0;

	overflow: hidden;
}

.grid div.download a:hover
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.grid div.download a div.left
{
	width: 65px;

	padding: 0 25px 0 0;

	float: left;
}

.grid div.download a div.right
{
	overflow: hidden;
}

.grid div.download a div.right div.title
{
	width: 100%;

	padding: 0 0 10px 0;

	float: left;

	font-size: 25px;
}

.grid div.download a div.right div.description
{
	width: 100%;

	float: left;
}

.grid div.server
{
	padding: 0 0 25px 0;

	overflow: hidden;
}

.grid div.server div.left
{
	width: 71px;

	padding: 0 25px 0 0;

	float: left;

	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3;
}

.grid div.server div.left img
{
	margin: 15px 0 0 0;
}

.grid div.server div.right
{
	overflow: hidden;
}

.grid div.server div.right div.title
{
	width: 100%;

	padding: 0 0 25px 0;

	float: left;

	font-size: 25px;
}

.grid div.server div.right div.row
{
	width: 200px;

	padding: 0 0 10px 0;

	float: left;
}

.grid div.server div.right div.row div.label
{
	width: 100%;

	padding: 0 0 3px 0;

	float: left;

	font-size: 11px;
}

.grid div.server div.right div.row div.value
{
	width: 100%;

	float: left;

	font-weight: bold;
}

.grid div.info
{
	padding: 0 0 5px 0;

	overflow: hidden;
}

.grid div.info div.title
{
	width: 100%;

	padding: 0 0 5px 0;

	float: left;

	font-size: 25px;
}

.grid div.info div.description
{
	width: 100%;

	float: left;
}

.grid div.info div.description a
{
	font-weight: bold;
}

.grid div.info div.description a:hover
{
	text-decoration: underline;
}