/* HTML Styles */
a
{
	color: #868494;
}
a img
{
	border: none;
}
a:hover
{
	text-decoration: none;
}
body
{
	background-color: #c5c5c5;
	background-image: url(../images/global/body-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
p
{
	margin: 0;
	padding: 0.5em 0;
}

/* Classes */

.b
{
	font-weight: bold;
}
.h1
{
	background-image: url(../images/global/h1-bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 24px;
}



/* IDs */


#banner
{
	background-image: url(../images/global/banner-img.jpg);
	border: 1px solid #b8b6cd;
	height: 286px;
	position: absolute;
	right: 20px;
	top: 15px;
	width: 583px;
}
#body-container
{
	margin: 0 auto;
	padding-top: 33px;
	position: relative;
	width: 780px;
}
#company-name
{
	left: 175px;
	position: absolute;
	top: 2px;
}
#content
{
	_height: 480px;
	background-color: #fff;
	background-image: url(../images/global/content-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #d8d8d8;
	min-height: 480px;
	padding: 0 1em 2em 175px;
}
#content-top
{
	background-color: #f4f5ff;
	background-image: url(../images/global/content-top-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #b8b6cd;
	border-top: none;
	height: 320px;
	position: relative;
	z-index: 1;
}
#footer
{
	background-color: #c5c5c5;
	font-size: 10px;
	height: 144px;
	margin: 0 auto;
	width: 780px;
}
#footer .copyright
{
	float: left;
	padding-left: 1em;
}
#footer .nav
{
	float: right;
	padding-right: 1em;
}
#footer a
{
	color: #000;
}
#nav
{
	background-image: url(../images/global/nav-bg.gif);
	font-size: 12px;
	height: 245px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 12px;
	padding-top: 100px;
	position: absolute;
	top: 0;
	width: 150px;
	z-index: 20;
}
#nav a
{
	color: #000;
	margin-left: 5px;
	text-decoration: none;
}
#nav a:hover
{
	font-weight: bold;
}
#nav li
{
	background-image: url(../images/global/nav-li-bg.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #f8f8f8;
	padding: 0.25em 0 0.25em 1em;
	width: 120px;
}
#screen-gallery
{
	background-color: #f4f5ff;
	border: 1px solid #b8b6cd;
	padding: 0.5em;
}
#screen-gallery img
{
	border: 1px solid #868494;
	margin-right: 0.5em;
}
#separator
{
	background-color: #000;
	height: 20px;
	width: 100%;
}
