* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #777;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
}

#page {
	margin: auto;
	width: 1000px;
	position: relative;		/* Allows absolute positioning just inside this <div>. */
	background: url("../images/background/page.jpg") repeat-y;
}

#contact p.heading,
#certification p.heading,
#content h1 {
	font-size: 23px;
	color: white;
}

#certification p.heading {
	color: #fd4848;
}

#leftColumn {
	width: 280px;
	float: left;
	color: white;
}

#logo {
	padding-top: 13px;
	padding-left: 30px;
}

#contact,
#advertisement {
	margin-left: 23px;
}

#contact {
	width: 156px;
	height: 284px;
	padding: 20px 30px;
	overflow: hidden;
	margin-top: 22px;
	background: url("../images/background/contact.jpg") no-repeat;
}

#contact p.heading {
	margin-top: 0;
}

#contact p {
	margin-top: 20px;
}

#advertisement {
	margin-top: 15px;
}

#advertisement object {
	width: 216px;
	height: 193px;
}

#rightColumn {
	float: right;
	width: 720px;
}

#header {
}

#mainMenu {
	width: 220px;
	float: left;
	margin-top: 40px;
	padding-bottom: 30px;
}

#mainMenu ul {
	border-left: solid 1px red;
	padding-left: 14px;
}

#mainMenu li {
	margin-bottom: 3px;
}

#mainMenu ul.secondaryMenu {
	display: none;
	position: absolute;
	width: 220px;
	top: 45px;
	left: 500px;
	font-size: 12px;
}

#mainMenu ul.secondaryMenu {
	border-left: none;
}

#mainMenu ul.secondaryMenu li {
	border-left: solid 2px #CFC;
	padding-left: 5px;
}

#mainMenu ul.secondaryMenu a {
	color: #CFC;
}

#mainMenu ul.secondaryMenu a:hover {
	color: white;
}

#certification {
	position: absolute;
	top: 16px;
	right: 44px;
	width: 185px;
	height: 211px;
	padding: 10px 15px;
	background: url("../images/background/certification.jpg") no-repeat;
}

#certification p.iso {
	position: absolute;
	bottom: 20px;
	left: 15px;
	font-size: 18px;
	color: white;
}

#content {
	clear: both;
	padding-right: 30px;
	color: #CCC;
}

#content h2 {
	margin-top: 15px;
	font-size: 20px;
	color: white;
}

#content p,
#content ul,
#content ol,
#content table {
	margin-top: 10px;
}

#content th,
#content td {
	padding-right: 10px;
}

#content ul,
#content ol {
	padding-left: 30px;
}

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

#content img {
	border: solid 2px white;
	margin-top: 20px;
}

#content .pdf {
	float: left;
	width: 136px;
	margin-right: 40px;
	text-align: center;
}

#content .pdf img {
	display: block;
	margin-bottom: 5px;
}

#content #photoGalleryTabs {
	margin-top: 10px;
	line-height: 1.5;
}

#content #photoGalleryTabs ul {
	margin-top: 0;
}

#content #photoGalleryTabs strong {
	background-color: #888;
	color: white;
}	

#content #photoGalleryTabs a:hover {
	color: red;
}

#content #photoGallery {
	clear: both;
}

#photoGallery img {
	margin-right: 20px;
}

#referencePaging strong {
	background-color: #888;
	color: white;	
}

#primaryAddress {
	float: left;
	margin-right: 40px;
}

#footer {
	clear: both;
	padding: 5px 0;
	text-align: center;
	color: white;
}

#copyright {
	margin-right: 40px;
}
