/* == Import ========== */

@import url("http://www.tommedia.co.uk/css/master.css");


* { 
	margin:0;
	padding:0;
	}

body {
	text-align:left;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#595959;
	line-height:18px;
	vertical-align:top;
	background:url(../gfx/back1.png) #fff repeat-x top;
	}
	
#wrapper { 
	 margin: 0 auto;
	 width: 950px;
}	

#content {
	margin:0 auto;
	width: 950px;
 	/*float: left;*/
 	min-height:450px;
}

#footer {
	width: 100%;
 	/*float: left;*/
 	height: 74px;
	background:url(../gfx/back_footer.png) repeat-x;
}
.footer {
	margin:0 auto;
	width: 950px;
	padding-top:30px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#595959;
}
.footL {
	float:left;
	}

.footR {
	float:right; 
	}
.testimonials {
	margin-bottom:15px;
	font-style:italic;
	font-weight:normal;
	background:#EEE;
	padding:6px;
	}
.podpis {
	text-align:right;
	font-style:normal;
	font-weight:bold;
	}
.nagl {
	font:18px Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	padding:6px;
	border-top:#eee solid 1px;
	}
#content_L {
	float:left;
	width:465px;
	padding:30px 0 10px 0;
	}
#content_R {
	float:right;
	width:465px;
	padding:30px 0 10px 0;
	}
	
a {
	outline:none;
	}

a img {
	border:none;
	}		
	
p {
	margin:0 0 10px 0;
	padding:0;
	}
ul, li {
	padding: 0 0 10px 20px;
	}
a {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#e86b06;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
.pog {
	font-weight:bold;
	}
td {
	padding:4px;
	}
.tr_blue {
	background:#E7EFF7;
	color:#2164b0;
	}
.tr_white {
	background:#FFF;
	}
	
.clear {
	clear: both;
}