body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 13px;
	background-image: url("main/layout/images/bg.png");
	background-repeat: repeat-x;
	background-color: white;
}

a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	text-decoration: underline;
}

.clear
{
	clear: both;
}

#main
{
	width: 930px;
	margin: 0 auto;
}

#top
{
	height: 65px;
	padding-top: 35px;
}

#logo
{
	background-color: white;
	float: left;
}

#logo .prezent
{
	float: left;
}

#logo .text
{
	float: left;
	padding-top: 10px;
}

#topRight
{
	float: right;
	vertical-align: middle;
	padding-top: 10px;
	font-weight: bold;
}

#slogan
{
	background-image: url("main/layout/images/sloganBg.png");
	background-repeat: repeat-x;
	height: 17px;
	padding-left: 10px;
	padding-top: 2px;
}

#middle
{
	width: 930px;
}

#left
{
	float: left;
	width: 230px;
	background-color: #f5fdff;
	font-family: sans-serif;
	font-size: 14px;
}

#left .title
{
	font-weight: bold;
	font-size: 14px;
	color: #a4b1e8;
	background-color: #f0f2ff;
	padding: 5px;
	padding-left: 20px;
}

#stripe
{
	width: 3px;
	margin: 0 2px;
	background-color: #f0f2fe;
	height: 100%;
	float: left;
	color: #f0f2fe;
	overflow: hidden;
	z-index: -1;
}

#content
{
	float: left;
	width: 690px;
}

#categories
{
	background-color: #f5fdff;
	padding: 5px;
	background-image: main/layout/images/categories.png;
	padding-bottom: 10px;
}

#search
{
	background-color: #f5fdff;
	padding: 5px;
	background-image: main/layout/images/search.png;
	padding-bottom: 10px;
}

#searchInput
{
	width: 218px;
	border: 1px solid #35500c;
}

#last5
{
	background-color: #f5fdff;
	padding: 5px;
	background-image: main/layout/images/articles.png;
	padding-bottom: 10px;
}

#links
{
	background-color: #f5fdff;
	padding: 5px;
	background-image: main/layout/images/links.png;
	padding-bottom: 10px;
}

#about
{
	background-color: #f5fdff;
	padding: 5px;
	background-image: main/layout/images/about.png;
	padding-bottom: 10px;
}

#page
{
	padding: 5px;
}

.toShop
{
	background-image: url("main/layout/images/guzik.png");
	width: 152px;
	height: 42px;
	text-align: center;
}

.toShop a 
{
	color: #333333;
}

#pLeft
{
	float: left;
	width: 200px;
	padding: 5px;
}

#pRight
{
	float: left;
	width: 710px;
}

.price
{
	color: #0099ff;
}

#navigation
{
	width: 100%;
}
#navigation .back
{
	width: 130px;
	float: left;
	text-align: right;
}
#navigation .forward
{
	width: 130px;
	float: left;
	text-align: left;
}
#navigation .pages
{
	width: 420px;
	float: left;
	text-align: center;
}

#footer
{
	text-align: right;
	padding:5px;
}
