body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #3b3b3b url('/background.jpg') repeat-x;
	}

a {
	text-decoration: underline;
	color: #fff;
	}
a:hover {
	text-decoration: underline;
	color: #fff;
	}
a:active {
	text-decoration: underline;
	color: #ff58c6;
	}

.cleaner {
	clear: both;
	}

h1 {
	color: white;
	font-size: 18px;
	margin-bottom: 10px;
	}

p {
	text-align: justify;
	color: #fff;
	line-height: 20px;
	margin-bottom: 10px;
	}

#container {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 747px;
	}

	#menu {
		white-space: strip;
		}

	#copyright {
		margin-top: 30px;
		color: #555;
		font-weight: bold;
		}
		#copyright a {
			color: #555;
			font-weight: bold;
			}

	#error {
		line-height: 337px;
		font-size: 200%;
		margin-bottom: 50px;
		color: #ff58c6;
		}
		
	#intro {
		}

	#catalog {
		margin: 10px 0 30px 0;
		}

		#categories {
			text-align: right;
			margin: 0 2px 20px 0;
			cursor: default;
			}

		#submenu {
			text-align: center;
			margin: 0 0 20px 0;
			cursor: default;
			width: 370px;
			}

		#product {
			float: left;
			width: 370px;
			margin: 0 15px 0 0;
			}

			#product .photo {
				margin: 0 0 10px 0;
				}

			#product .descr {
				}

				#product .descr .code {
					font-weight: bold;
					}
					
				#product .descr .info {
					font-style: italic;
					}

			#products {
				margin-left: 390px;
				}

				#products .miniature {
					float: left;
					margin: 0 0 10px 10px;
					}

					#products .miniature img {
						}

		#prevnext {
			margin: 20px 0 0 0;
			width: 370px;
			cursor: default;
			}
				
	#staticpage {
		margin: 10px 0 30px 0;
		}
		
		#col1 {
			float: left;
			width: 400px;
			margin: 0 15px 0 0;
			text-align: left;
			}
		#col2 {
			margin-left: 420px;
			}

.frame {
	border: solid 1px #444;
	padding: 1px;
	}

.spacer {
	margin: 0 2px 0 2px;
	}

.menu {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	}
.menu a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
.menu a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
.menu a.selected {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
.menu a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

.unactive {
	color: #444;
	}

/*
#container { border: solid 1px red; }
#header { border: solid 1px yellow; }
#footer { border: solid 1px yellow; }
*/
