@charset "UTF-8";
/* CSS Document */

#html, #body {
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}

#container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	padding: 0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

h1 {
font-size:22px;
font-family: Georgia, Times New Roman, Times, serif;
color: #003300;
}

h2 {
font-size: 20px;
font-family: Georgia, Times New Roman, Times, serif;
color: #003300;
}

h3 {
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#003300;
}

p {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
}

img {
	border: 0;
	}

a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #290000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

li {
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 188px;
	background-image:url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-color: #999999;
	}

 	#menu { 
		position: absolute; 
		width: 900px; 
		height: 42px; 
		top: 126px; 
		left: 0; 
		padding-top: 20px;
		text-align: center;
		}  	
	
	#menu a { 		
		font-family: tahoma, Helvetica, sans-serif; 		
		font-size: 14px; 		
		color: #ffffff; 		
		text-decoration: none; 		
		padding: 0 15px 0 15px;
		border-right: 1px solid #000; 		
		} 		 	
		
	#menu a:hover { 
		color: #003300;		
		text-decoration: none; 		
		} 
		
	#menu a.current {
		color: #003300;
		}
		
	#menu a.last {
		border: none;
		}

	
	

#column-left {
	float: left;
	width: 248px;
	height: 600px;
}


	#left-box-top {
	float: left;
	height: 200px;
	width: 248px;
	background: url(../images/sidebar-bg-green.gif);
	}
	
	#left-box-middle {
	float: left;
	height: 200px;
	width: 248px;
	background: url(../images/sidebar-bg-yellow.gif);
	}
	
	#left-box-bottom {
	float: left;
	height: 200px;
	width: 248px;
	background: url(../images/sidebar-bg-blue.gif); 
	}
	
	#column-left h1, #column-left p {
	padding-left: 15px;
	padding-right: 10px;
	}

	#column-left h1 {
	font-size: 15px;
	color: #000;
	padding-top: 10px;
	}
	
	#column-left p {
	font-size:13px;
	}
	
	#column-left img {
	float: right;
	padding-right: 10px;
	}
	
	#column-left a {
	color: #000;
	}

#column-right {
	margin: 0 5px 0 248px;
	padding-left: 20px;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height:100px;
	background: #505050;
}
		
	.copyright {
		float: left;
		width: 400px;
		font-family: tahoma, Times, serif;
		font-size: 12px;
		color: #FFFFFF;
		padding: 0 0 0 20px;
		}
	
	.contacts {
		float: left;
		width: 350px;
		font-family: tahoma, Times, serif;
		font-size: 12px;
		color: #FFFFFF;
		padding: 0 0 0 20px;
		}
		
		.contacts a {
		color: #fff;
		}
		
		.contacts a:hover {
		color: #003300;
		}
		
	.footer-menu {
		padding: 5px 0 0 0;
		text-align: center;
		}
		
	
	.footer-menu a {
		font-family: tahoma, Times, san-serif;
		font-size: 12px;
		padding: 0 21px 0 21px;
		border-right: 1px solid #000;
		}
		
	.footer-menu a:link {
		color: #FFFFFF;
		text-decoration: none;
		}
	.footer-menu a:visited {
		text-decoration: none;
		color: #FFFFFF;
		}
	.footer-menu a:hover {
	color:#003300;
		text-decoration: none;
		}
	.footer-menu a:active {
		text-decoration: none;
		color: #FFF;
		}
		
	.footer-menu a.last {
		border: none;
		}
		
.catalogue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-collapse: collapse;
}
.catalogue th {
	color: #FFFFFF;
	background-color: #157D00;
	text-align: left;
	background-image: url(../images/bg_th.gif);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #000000;
}
.catalogue td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #000000;
}
.alternate {
	background-color: #eeeeee;
}

.photobox {
	padding-right: 5px;
	padding-left: 5px;
	}
		




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
