html, body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	min-height: 101%;
}

body {
	font: 13px Verdana, sans-serif;
	color: #333;
	background: url(../images/background.gif) repeat-y top center #797789;
	width: 100%;
}

a:link {
	color: #333399;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #333399;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #333399;
	background: #CCCCFF;
}

a:active {
	color: #336633;
}

h2 {
	text-align: left;
	margin: 1.2em 0 0.75em 0;
	color: #55556A;
	font-size: 130%;
}

img {
	border: none;
	padding: 5px 5px 5px 5px;
}

#container {
	margin: 0 auto;
	width: 707px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
}

#container_catalog {
	margin: 0 auto;
	width: 707px;
	background-image: url(../images/back_catalog.gif);
	background-repeat: repeat-y;
}

#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 161px;
}

#header h1 {
	color: #fff;
	margin: 0;
	padding: 20px 0 0 10px;
	text-align: left;
	letter-spacing: 3px;
	font-size: 160%;
}

#content {
	margin: 0;
	padding: 10px;
}

#content p {
	margin: 0 270px 6px 0;
	text-align: justify;
	font-size: 100%;
}

#content li {
	font-weight: bold;
	list-style: none outside;
}

#content li li {
	font-weight:normal;
	list-style: disc outside;
}


#content_catalog {
	margin: 0;
	padding: 10px;
}

#content_catalog p {
	margin: 0 270px 6px 5px;
	text-align: justify;
	font-size: 100%;
}

#content_catalog img:hover {
	padding: 3px;
	border: 2px solid gray;
}

#right {
	float: right;
	width: 264px;
	margin: 0;
	padding: 0;
}

#right p, hr {
	margin: 1.2em 0.75em 1.2em 2.25em;
	font-size: 90%;
}

#right h2 {
	margin: 1.5em 0.75em 0.75em 2.25em;
	color: #55556A;
	text-align: center;
	font-size: 130%;
	background: transparent;
}

#right ul {
	margin: 0;
	padding: 0 0 0 25px;
	color: #666;
	font-size: 85%;
	list-style: none;
}

#right li {
	margin: 0;
	padding: 5px 0 2px 0;
	line-height: 14px;
	border-bottom: 1px solid #ccc;
}

#right a {
	color: #333399;
	background: transparent;
	text-decoration: none;
}

#right a:hover {
	text-decoration: none;
	color: #333399;
	background: #CCCCFF;
}

#right a {
	display: block;
}

#news a {
	display: inline;
}

#news p {
	font-size: 80%;
}

#new_products a {
	font-size: 80%;
	font-weight: bold;
	display: inline;
}

#new_products p {
	font-size: 80%;
}

#products p {
	margin: 5em 0.50em 1.2em 2.25em;
	border: 2px solid gray;
}

#footer {
	margin: 0;
	padding: 1px;
	background: #999;
	text-align:center;
	height: 27px;
	clear: both;
	font-size: 80%;
}

#footer a:hover {
	text-decoration: none;
	color: #333399;
	background: #AAAAAA;
}

label,input, select {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 8px;
}

label {
	text-align: right;
	width: 120px;
	padding-right: 10px;
}

br {
	clear: left;
}

/* Navigation */

#navigation {
	clear: both;
	text-align: center;
	background-color: #BCBCC8;
	height: 20px;
}

#navigation a {
	padding: 0px 5px 2px 5px;
	color: #225577;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
}

.navigation {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
	/*background: #e0e0e0 url(../images/corner.gif) bottom right no-repeat;*/
}

.navigation:hover {
	text-decoration: none;
	color: #ffffff;
	/*background: #d0d0d0 url(../images/corner.gif) bottom right no-repeat;*/
	background-color: #D0D0E7;
}

.activenavigation {
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
	/*background: #ACA4D7 url(../images/corner.gif) bottom right no-repeat;*/
	background-color: #A198DD;
}

.activenavigation:hover {
	text-decoration: none;
	color: #ffffff;
	/*background: #ACA4D7 url(../images/corner.gif) bottom right no-repeat;*/
	background-color: #A198DD;
}

.hide {
	display: none;
}
