body {
	margin: 16px 0 0 0;
	padding: 0;
	background: fixed #000000 url(products/images/primary_background.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	margin: 0;
	font-weight: 500;
	color: #000000;
	font-size: 197%;
}

h2 {
	margin: 0;
	font-weight: normal;
	color: #000000;
	font-size: 145%;
}

h3 {
	margin: 0;
	color: #000000;
	font-size: 125%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 150%;
}

p {
	text-align: justify;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}


blockquote {
	margin: 0;
	background: url(products/images/content_shading.gif) repeat-x 0px 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-style: italic;
}

a {
	color: #0000FF;
}

a:visited {
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 750px;
	height: 60px;
	margin: 0 auto;
	padding-left: 0px;
	background: url(products/images/menu_primary_img.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(products/images/menu_sub_img.png) no-repeat left 80%;
	padding: 20px 20px 0 20px;
	text-decoration: none;
	font-size: 150%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 750px;
	height: 282px;
	margin: 0 auto;
	background: url(products/images/serv_logo_image.gif) no-repeat;
}

#logo h1, #logo h2 {
	margin-right: 490px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

#logo h1 {
	padding-top: 200px;
	font-size: 175%;
}

#logo h2 {
	font-size: 85%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background: url(products/images/content_background.gif) repeat-y;
}

#page a {
	text-decoration: none;
}

/* Content */

#content {
	float: right;
	width: 690px;
	padding: 30px;
	background: none;
	border-left: none;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
}
	
/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	height: 100px;
	padding: 20px 0 0 0;
	background: url(products/images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color:#666666;
}

#footer a {
	color: #666666;
}

#links {
	float: right;
}
