/*------------------------------------
/		Main CSS for Mid-South Steel
/		Author: Aaron Wheeler
/		Version: 2004.09.28.1
/-----------------------------------*/
 
/*-- Hacks 
------------------------------------*/

/* Synthetic Min-Height: http://mezzoblue.com/archives/2004/09/16/minheight_fi/ */
*>#contWrap {
	padding-top: 325px !important;
}

*>#contWrap #content {
	margin-top: -325px !important;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #contWrap {
	height: 325px;
}
/* end filter */


/*--  Body
------------------------------------*/

body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #CC0000;
}
a:hover {
	color: Maroon;
}
a:visited{
	color:#CC0000;
}
/*--   Wrapper 
------------------------------------*/
#wrapper {
	width: 746px;
	/*border: 1px solid Yellow;*/
	margin: auto;
	background: url(../img/bodyBackFactory.jpg) no-repeat 0 28px;
}

/*--   Header
------------------------------------*/
#header {
	height: 225px;
	background: url(../img/headBackPeople.gif) no-repeat 420px 25px;
}

#header img {
	border: 0;
	margin: 0 0 0 82px;
	padding: 0;          
}

/*--   Content
------------------------------------*/
#content {
}
#content p {
	padding: 0 25px 0 25px;
}
#content img {
	padding: 7px;
	border: 1px solid Silver;
}
#content img.r {
	margin: 5px 50px 0 0;
	clear: both;
	float: right;
	
}
#contWrap{
	width: 568px;
	/*border: 1px solid Red;*/
	/* FireFOx doesn't fill in the top without this for some reason*/ 
	/* http://archivist.incutio.com/viewlist/css-discuss/41199 */
	padding: 1px;
	background: transparent url(../img/contBackSide.gif) repeat-y 9px;
	margin: 0 0 0 79px;
}

.contBody{
	float: right;
	width: 370px;
	padding: 0 0 0 15px;
	border-left: 1px solid Silver;
}

.contBody h1 {
	float: right;
	background: url(../img/menuTopRight.gif) no-repeat top right;
}

.contBody h1 span {
	background: url(../img/menuBottomRight.gif) no-repeat bottom right;
	padding: 5px 10px 5px 0;
	display: block;
	color: #CC0000;
	font-style: italic;
}

.contBody p{
	float:none;
	clear: both;
	padding: 0 35px 0 0;
}


.contBody p.c {
	text-align: center;
}
/*--	Inset
------------------------------------*/
.inset {
	clear: both;
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 2px solid Silver;
	background-color: white;
}

.inset img.inImg {
	float: none;
	display: block;
	line-height: 450px;
	vertical-align: bottom;
}

.inset div.nav {
	width: 210px;
	height:285px;
	border: 1px solid Silver;
	float: right;
}

.inset p.desc {
	height:85px;
	border-bottom: 1px solid Silver;
	margin:35px 5px 5px 5px;
	padding: 0;
	text-align: center;
}

.inset a {
	display:block;
	float:left;
	width:44px;
	height:44px;
	margin:2px 2px 2px 3px;
	border:1px solid Black;
	text-decoration: none;
}

#tProj01 {
	background: url(../img/RoundSmall.jpg) 100px;
	color: white; 
}

#tProj02 {
	background: url(../img/CenterRing300.jpg) 190px 100px;
	color: white; 
}

#tProj03 {
	background: url(../img/V300Alt.jpg) 200px 80px;
	color: white; 
}

#tProj04 {
	background: url(../img/V300.jpg) 210px 100px;
	color: white; 
}

#tProj05 {
	background: url(../img/Cone300.jpg) 100px 50px;
	color: white; 
}

#tProj06 {
	background: url(../img/ManWheel300.jpg) 80px 100px;
	color: white; 
}
#tProj07 {
	background: url(../img/damper300.jpg) 160px 130px;
	color: white; 
}
#tProj08 {
	background: url(../img/MenSmall.jpg) 100px 120px;
	color: white; 
}
#tProj09 {
	background: url(../img/pyramid300.jpg) 170px 120px;
	color: white; 
}
#tProj10 {
	background: url(../img/Vents300.jpg) 100px 100px;
	color: white; 
}
#tProj11 {
	background: url(../img/pipe300.jpg) 100px 100px;
	color: white; 
}
#tProj12 {
	background: url(../img/ManLift300.jpg) 150px 180px;
	color: white; 
}
#tProj01:hover,#tProj02:hover,#tProj03:hover,#tProj04:hover,#tProj05:hover,#tProj06:hover,#tProj07:hover,#tProj08:hover,#tProj09:hover,#tProj10:hover,#tProj11:hover,#tProj12:hover, .selProj {
	color: yellow;
	border: 1px solid Yellow;
}
/*--   Menu
------------------------------------*/
#menu {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	width: 140px;
	float: left;
	/*border: 1px solid Red;*/
}
#menu li {
	font-size: x-large;
	/*border: 1px solid Red;*/
	display: inline;
	float: left;
	clear: both;
}
#menu li a {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	text-align: center;
	width: 140px;
}
#menu li.sel {
	background: url(../img/menuTopLeft.gif) repeat-y;
}
#menu li.sel a {
	background: url(../img/menuBottomLeft.gif) no-repeat left bottom;
	color: Maroon;
}

/*--   Footer
------------------------------------*/
#footer {
	clear:both;
	height: 151px;
	background: url(../img/footBack.jpg) no-repeat -3px -1px;
	padding: 1px;
	margin: 0;
	/*border: 1px solid White;*/
}

#footer p {
	width: 500px;
	margin: 45px 0 0 107px;
	padding: 25px 0 0 0;
	border-top: 1px solid Silver;
	text-align: center;
	color: Gray;
	font-size: small;
}
#footer p a {
	color: Gray;
}

#footer p a:hover {
	color: Maroon;
}















