@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#background {
	background-image: url(../background.jpg);
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 120px;
	color: #FFFFFF;
}
#navigation {
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 20px;
	background-image: url(../images/sprymenu_background.jpg);
	background-repeat: repeat-x;
}
#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
#content_left {
	float: left;
	width: 620px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#content_right {
	float: right;
	width: 310px;
	background-color: #FFFFFF;
}
#right_sub1 {
	background-color: #CCCCCC;
	padding: 5px;
}
#right_sub2 {
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 10px;
	float: right;
}
#right_sub3 {
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 10px;
	float: right;
}
#right_sub4 {
	background-color: #CCCCCC;
	float: right;
	clear: right;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:focus {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
}
.class_header a:link, .class_header a:visited, .class_header a:hover, .class_header a:focus, .class_header a:active{
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
.class_subnav a:link, .class_subnav a:visited {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
}
.class_subnav a:hover, .class_subnav a:focus, .class_subnav a:active {
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bolder;
}
#products {
	height: 220px;
	width: 170px;
	float: left;
	margin: 10px;
	text-align: left;
	padding: 5px;
	border: 3px double #CCCCCC;
	color: #333333;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
}
