﻿#main { width:766px; margin:0 auto; }



#header{height:90px;}

#header1{height:59px;}





/*======= index =======*/

/*content*/

.p1 .col_1{width:346px; float:left;}

.p1 .col_2{width:5px; float:left;}

.p1 .col_3{width:335px; float:left;}

/*content_1*/

.p1 .col_1a{width:202px; float:left;}

.p1 .col_2a{width:31px; float:left;}

.p1 .col_3a{width:202px; float:left;}

.p1 .col_4a{width:202px; float:left;}

/*=========================*/



/*======= index-1 =======*/

/*content*/

.p2 .col_1{width:386px; float:left;}

.p2 .col_2{width:65px; float:left;}

.p2 .col_3{width:256px; float:left;}

/*content_1*/

.p2 .col_1a{width:202px; float:left;}

.p2 .col_2a{width:31px; float:left;}

.p2 .col_3a{width:435px; float:left;}

/*=========================*/



/*======= index-2 =======*/

/*content*/

.p3 .col_1{width:313px; float:left;}

.p3 .col_3{width:395px; float:left;}

/*content_1*/

.p3 .col_1a{width:435px; float:left;}

.p3 .col_2a{width:31px; float:left;}

.p3 .col_3a{width:202px; float:left;}

/*=========================*/



/*======= index-3 =======*/

/*content*/

.p4 .col_1{ width:49px; float:left;}

.p4 .col_2{width:402px; float:left;}

.p4 .col_3{width:257px; float:left;}

/*content_1*/

.p4 .col_1a{width:202px; float:left;}

.p4 .col_2a{width:31px; float:left;}

.p4 .col_3a{width:435px; float:left;}

/*=========================*/



/*======= index-4 =======*/

/*content*/

.p5 .col_1{width:267px; float:left;}

.p5 .col_2{width:64px; float:left;}

.p5 .col_3{width:377px; float:left;}

/*content_1*/

.p5 .col_1a{width:435px; float:left;}

.p5 .col_2a{width:31px; float:left;}

.p5 .col_3a{width:202px; float:left;}

/*=========================*/



/*======= index-5 =======*/

/*content*/

.p6 .col_1{width:50px; float:left;}

.p6 .col_2{width:338px; float:left;}

.p6 .col_3{width:65px; float:left;}

.p6 .col_4{width:256px; float:left;}

/*content_1*/

.p6 .col_1a{width:202px; float:left;}

.p6 .col_2a{width:31px; float:left;}

.p6 .col_3a{width:435px; float:left;}

/*=========================*/



/*======= index-6 =======*/

/*content*/

.p7 .col_1{width:50px; float:left;}

.p7 .col_2{width:658px; float:left;}



/*=========================*/



#footer{height:66px;}




.awesome, .awesome:visited {
	background: #222 url('http://gotoweportale.pl/images/alert-overlay.png') repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 18px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover	