a:link {
	color: red;
	text-decoration: none;
	font-weight: 700;
}

a:visited {
	color: red;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #000964;
	text-decoration: underline;
	font-weight: 700;
}

a.subnavigation:link {
	font-size: 12px;
	color: red;
	text-decoration: none;
	font-weight: 700;
}

a.subnavigation:visited {
	font-size: 12px;
	color: red;
	text-decoration: none;
	font-weight: 700;
}

a.subnavigation:hover {
	font-size: 12px;
	color: #ffb400;
	text-decoration: underline;
	font-weight: 700;
}

a.footer:link {
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: 700;
}

a.footer:visited {
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: 700;
}

a.footer:hover {
	font-size: 11px;
	color: #fe0000;
	text-decoration: underline;
	font-weight: 700;
}

body {
	font-family: arial, tahoma, verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 14px;
	color: #010d82;
}

#header_nav {
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#content {
	font-size: 12px;
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #227fd0;
}

#content_left {
	background-image: url(../images/content_leftbar.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#content_right {
	background-image: url(../images/content_rightbar.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#about_images {
	border: 1px solid #d8d8d8;
	padding: 5px;
}

#gallery_image {
	border: 1px solid #0e1040;
}

#content_text {
	font-size: 12px;
}

#products_certification {
	font-size: 11px;
	border:1px solid #bcbcbc;
	padding: 5px;
}

#subnav {
	font-size: 12px;
}

#footer {
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 166px;
}

#footer_content {
	font-size: 11px;
	height: 166px;
}