/* Steel Systems Inc. CSS */

/* ---------------------- GLOBAL -------------------------- */

body {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

a:link, a:visited, a:hover, a:active {
	color: #3333CC;
	text-decoration: none;
}

img {
	border-style: none;
}

/* GLOBAL */

/* ---------------------- ID's -------------------------- */

#container {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 500px;
}

#header {
	height: 100px;
	background-image: url(../images/header_background.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#header span {
	position: relative;
	top: -40px;
	left: 250px;
}

#logo {
	position: relative;
	top: 15px;
	left: 10px;
}

#nav {
	margin: 2px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	text-transform: uppercase;
}

#nav ul {
	margin: 0px;
	padding: 4px;
	list-style: none;
	background-color: #FFFFFF;
	color: #CCCCCC;
}

#nav li {
	display: inline;
	padding: 4px;
}

#nav li a {
	color: #666666;
}

#nav li a:hover {
	color: #330099;
}

#nav span {
	margin-left: 5px;
	margin-right: 4px;
}

#content {
	margin: 0px 0px 2px 0px;
	padding: 20px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}

#content p {
	margin: 0px;
	padding: 5px 0px;
}

#footer_top {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#footer_top  p {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 10px;
	left: 8px;
	color: #777777;
	font-size: 11px;
}

#footer_bottom {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-image: url(../images/footer_background.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* ID's */

/* ---------------------- CLASSES -------------------------- */

.img_float_right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 4px;
	border: 1px solid #cccccc;
}

.img_border {
	margin: 0px 10px 10px 0px;
	padding: 4px;
	border: 1px solid #cccccc;
}

.td_border td {
	border: 1px solid #cccccc;
}

/* CLASSES */