body{
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	background-color: #484848;
}

h1{
	font-size: 14px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	color: #45b4e2;
	margin: 0 0 20px 0;
}

h2{
	font-size: 14px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	color: #45b4e2;
	margin: 0 0 20px 0;
}

h3{
	font-size: 12px;
	color: #45b4e2;
}

a{
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

img{
	border-width: 0;
}



#all{
	width: 100%;
	height: 900px;
	background-image: url("images/main_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#all #top{
	width: 994px;
	height: 228px;
	margin: 0 auto;
}

#all #top #logo{
	float: left;
	width: 473px;
	height: 94px;
	padding: 20px 0 0 0;
	
}

#all #top #top_menu{
	float: left;
	height: 29px;
	padding: 50px 0 0 0;
}

#all #top #top_menu a{
	display: block;
	float: left;
	padding: 7px 30px 0 30px;
	margin: 0 3px 0 3px;
	height: 22px;
	background-color: #000000;
	background-image: url("images/arrow.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	font-family: arial;
	font-weight: bolder;
	text-transform: uppercase;
}

#all #top #top_menu a:hover{
	color: #45b4e2;
}

#all #top #shop_menu{
	float: left;
	width: 766px;
	height: 49px;
	margin: 55px 0 0 228px;
	background-color: #000000;
}

#all #top #shop_menu a{
	display: block;
	float: left;
	padding: 10px 20px 0 30px;
	margin: 0 3px 0 23px;
	height: 39px;
	background-color: #000000;
	background-image: url("images/arrow.png");
	background-position:  left center;
	background-repeat: no-repeat;
	font-family: arial;
	font-weight: bolder;
	text-transform: uppercase;
}


#all #mid{
	width: 994px;
	margin: 0 auto;
}

#all #mid #mid_table{
	width: 994px;
	margin: 0;
}

#all #mid #mid_table td{
	vertical-align: top;
}

#all #mid #mid_table #content_div{
	width: 706px;
	padding: 30px;	
}

#all #mid #mid_table #mid_left{
	width: 224px;
	padding: 20px 0 0 0;
	position: relative;
}

#all #mid #mid_table #mid_left #left_menu{
	margin: 15px 0 15px 0;
	
}

#all #mid #mid_table #mid_left #left_menu a{
	display: block;
	width: 192px;
	height: 22px;
	padding: 7px 0 0 30px;
	margin: 1px 0 1px 0; 
	background: #000000;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bolder;
	background-image: url("images/arrow.png");
	background-position:  10px center;
	background-repeat: no-repeat;
}

#all #mid #mid_table #mid_left #catalog_menu{
	margin: 15px 0 15px 0;
	
}

#all #mid #mid_table #mid_left #catalog_menu a{
	display: block;
	width: 192px;
	height: 22px;
	padding: 7px 0 0 30px;
	margin: 1px 0 1px 0; 
	background: #000000;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bolder;
	background-image: url("images/arrow.png");
	background-position:  10px center;
	background-repeat: no-repeat;
	color: #52ccfe;
}

#all #mid #mid_table #mid_left #catalog_menu a.sub{
	font-size: 11px;
	width: 182px;
	height: 19px;
	padding: 4px 0 0 40px;
	background-position:  20px center;
	font-weight: normal;
}

#all #bottom{
	width: 994px;
	height: 170px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#all #bottom #logos{
	width: 994px;
	height: 56px;
	background-color: #ffffff;
	text-align: center;
}

#all #bottom #logos img{
	margin: 2px 5px 2px 5px;
}

#all #bottom #bottom_menu{
	width: 994px;
	text-align: center;
	padding: 20px 0 15px 0;
}

#all #bottom #bottom_menu a{
	margin: 0 18px 0 18px;
}

#all #bottom #bottom_menu a:hover{
	color: #afafaf
}

#all #bottom #footer{
	float: left;
	padding: 10px 0 0 0;
}

#all #bottom #ssi{
	float: right;
	padding: 10px 0 0 0;
}

#all #bottom #ssi a{
	line-height: 18px;
}

#all #bottom #ssi img{
	vertical-align: top;
}


/* katalog */

div.product{
	width: 200px;
	height: 300px;
	float: left;
	text-align: center;
}

#shop_link {
	position: absolute;
	top: -59px;
	left: 0;
	background: #000;
	width: 224px;
	height: 49px;
}
#shop_link a {
	display: block;
	padding: 10px 20px 0 30px;
	margin: 0 3px 0 23px;
	height: 39px;
	background-color: black;
	background-image: url("images/arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	font-family: arial;
	font-weight: bolder;
	text-transform: uppercase;
}
