/* AboutUs.css
 * used to format Internet-art-marketing 'About US' page
 $Date: 2005-06-02 16:09:03 -0400 (Thu, 02 Jun 2005) $
 $Rev: 153 $
 $Author: DaleS $
 Copyright SIME Corp, 2002-2005
 */

@import "IAM.css";

#ScreenShot p{
margin: .2em;
text-align: center;
font-size: .7em;}

#ScreenShot.floatLeft {
float: left;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;}

#ScreenShot.floatRight {
float: right;
margin-left: 1em;
margin-bottom: 1em;
margin-top: 1em;}


/* next is the catalogs and thier sub compinents
 * catalogs are ade up of a list of Catalog blocks, each with thumbnail and short description */
#Steps {
background-color: #ffeaa5;
border: 1px #000000 solid;
color: #000000;
}

#Steps img {
	margin: 0.5em;
	border-width:0;
	float: right;
}

#Steps p {
padding-left: .5em;
font-size: 1em;
padding-right: .5em;
padding-bottom: .5em;
padding-top: .2em;
margin: 0em;}

#Steps p.step {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #0033FF;
	float: left;
	border-bottom-width: thick;
}

#Steps h1{
text-align: center;
font-weight: bold;
font-size: 1.2em;
padding-top: .2em;
margin: 0em;}

#Steps a {
text-decoration: none;
color: #000000;
display:block;
width:100%;}

#Steps a:hover {
background: #ccb94a;
color: #000000;
width:100%;
}

#Steps a:active {
background: #ccb94a;
color: #000000;
width:100%;
}