/*
	CYTO-LAB Public website
	
	@client:		Cyto-Lab Kft.
	@developer:		Kusz Tamás
	@release date:	2010-05-25
	@type:			StyleSheet, master styles
*/

@import url(clearfix.css);

html, body		{ height: 100%; }

body			{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	background-color: #f4f4f4;
}

h1, p, span		{ cursor: default; }

h1				{
	font-size: 14px;
	color: #c1272d;
	display: block;
	margin: 0 0 10px 0;
}

p				{
	font-size: 11px;
	color: #5a5a5a;
	margin: 10px 0;
	line-height: 16px;
	text-align: justify;
}

hr				{
	height: 1px;
	color: #b0b0b0;
	background-color: #b0b0b0;
	border: none;
	border-bottom: 1px solid white;
	margin: 15px 0 16px 0;
}

a				{
	display: block;
	position: relative;
	top: 0;
	width: 340px;
	padding: 8px 0;
	margin-left: 15px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 1px 2px #c9c9c9;
	-moz-box-shadow: 0 1px 2px #c9c9c9;
	-webkit-box-shadow: 0 1px 2px #c9c9c9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

a.contact		{
	color: #323232;
	text-shadow: white 0 1px 1px;
	border: 1px solid #c1c1c1;
	background-color: #fdfdfd;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e5e3e3));
	background: -moz-linear-gradient(top,  #fdfdfd,  #e5e3e3);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fdfdfd', endColorstr='#e5e3e3', gradientType='0');
	-ms-filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#fdfdfd', endColorstr='#e5e3e3', gradientType='0');
}

a.contact:hover		{
	top: 1px;
	box-shadow: 0 1px 1px #c9c9c9;
	-moz-box-shadow: 0 1px 1px #c9c9c9;
	-webkit-box-shadow: 0 1px 1px #c9c9c9;
	background-color: #fdfdfd;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e5e3e3));
	background: -moz-linear-gradient(top,  #f6f6f6,  #e5e3e3);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f6f6f6', endColorstr='#e5e3e3', gradientType='0');
	-ms-filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#f6f6f6', endColorstr='#e5e3e3', gradientType='0');
}

a.login		{
	color: white;
	text-shadow: #850d0d 0 1px 1px;
	border: 1px solid #a02325;
	background-color: #9b151a;
	background: -webkit-gradient(linear, left top, left bottom, from(#c0262c), to(#850d0d));
	background: -moz-linear-gradient(top,  #c0262c,  #850d0d);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#c0262c', endColorstr='#850d0d', gradientType='0');
	-ms-filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#c0262c', endColorstr='#850d0d', gradientType='0');
}

a.login:hover		{
	top: 1px;
	box-shadow: 0 1px 1px #c9c9c9;
	-moz-box-shadow: 0 1px 1px #c9c9c9;
	-webkit-box-shadow: 0 1px 1px #c9c9c9;
	background-color: #9b151a;
	background: -webkit-gradient(linear, left top, left bottom, from(#b42127), to(#850d0d));
	background: -moz-linear-gradient(top,  #b42127,  #850d0d);
	filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#b42127', endColorstr='#850d0d', gradientType='0');
	-ms-filter:  progid:DXImageTransform.Microsoft.Gradient(startColorstr='#b42127', endColorstr='#850d0d', gradientType='0');
}




/*	LAYOUT CLASSES  */

#wrapper		{
	width: 900px;
	height: 600px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -315px;
	margin-left: -450px;
	border: 1px solid #d0d0d0;
	box-shadow: 0 2px 3px #c9c9c9;
	-moz-box-shadow: 0 2px 3px #c9c9c9;
	-webkit-box-shadow: 0 2px 3px #c9c9c9;
	background: white url(../images/wrapper-bg.png) bottom left;
}

#headline		{
	height: 153px;
	border-bottom: 2px solid #cd5257;
	background: url(../images/headline.jpg) no-repeat;
}

#main			{ padding: 25px; }

.column			{ width: 400px; }

.left			{ float: left; }

.right			{ float: right; }

.greybox		{
	width: 370px;
	padding: 10px 15px 15px 15px;
	margin-top: 10px;
	background-color: #e9e9e9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-top: 5px solid #dadada;
}

.greybox h1		{
	margin-top: 2px;
	font-weight: normal;
}

.greybox p		{
	font-size: 12px;
	color: #525252;
	line-height: 18px;
	margin: 0;
}

#footer			{
	font-size: 11px;
	color: #a1a1a1;
	text-align: center;
	width: 900px;
	position: absolute;
	left: 0;
	bottom: -40px;
}



