* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: black;
	color: red;/*	border: 1px solid blue;*/
	/*	background-color: #0f0;*/
}

div#container {
	/*	background-color: #ff9;*/
/*    position:relative;*/
	width: 950px;
	/*	border: 1px solid blue;*/
	margin: 5px auto 0 auto;
	/*	margin: 0;*/
	padding: 5px;
}
div#banner {
	height: 80px;
	background-color: #000;
	margin: 0px auto 0 auto;
	border: 3px solid black;
}
div#banner img{
	display:block; 
	margin-left:auto; 
	margin-right:auto; 
}
div#container2 {
	position: relative;
	width: 950px;
	height: 490px;
/*	border: 5px groove #666;*/
	margin: 0px auto 0 auto;
	background-image: url(../NewGraphics/brushedaluminum.jpg);
	background-repeat: repeat-y;
}
.coner {
	position: absolute;
}
#topLeft.coner  {
	top: -21px;
	left: -21px;
}
#topRight.coner  {
	top: -21px;
	right: -21px;
}
#bottomLeft.coner  {
	bottom: -24px;
	left: -22px;
}
#bottomRight.coner  {
	bottom: -23px;
	right: -22px;
}
div#footer {
	color: white;
	font-size: 14px;
	margin-top: 5px;
/*	height: 10px;*/
	line-height: 10px;
	background-color: #000;
/*	margin: 7px auto 0 auto;*/
}
div#footer #col1 {
	width: 125px;
}
div#footer #col2 {
	width: 350px;
}
div#footer #col3 {
	width: 350px;
}

#filetrans {
	padding-left: 200px;
}

div#footer h3{
	font-size: 14px;
/*	margin-top: 10px;*/
	margin-left: 0px;
	text-align: center;
	padding-left: 0px;
}

div#products-left {
/*	float: left;*/
	font-size: .9em;
}
div#products-right {
/*	float: right;*/
	font-size: .9em;
}
div#content {
		margin-left: 200px;
		margin-top: 20px;
		margin-right: 10px;
		padding-top: 20px;
		color: black;
}

/*div#content div#photoShow1 a img,
div#content div#photoShow2 a img{
	float: right;
	width: 300px;
	height: 156px;
	margin: 8px 8px 8px 15px;
	border:  none;
}*/


/*div#content div#fasterTurnAround,
div#content div#highQuality,
div#content div#compeditivePricing{
	display:block;
	margin-bottom: 0;
	margin-top: 0;
	border: 2px solid blue;
}*/
div#content div#fasterTurnAround  img,
div#content div#highQuality  img,
div#content div#compeditivePricing  img{
	display:inline;
	float: none;
/*	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;*/
}
div#content div#highQuality {
	display:block;
/*	border: 2px solid blue;*/
	display:block;
	margin-left: 30px;
/*	border: 2px solid blue;*/
}
div#content div#highQuality img{
	width: 396px;
	height: 31px;
	margin-top: 10px;
}
div#content div#fasterTurnAround {
	display:block;
	padding-top: 0;
/*	border: 2px solid blue;*/
	margin-left: 90px;
}
div#content div#fasterTurnAround img{
	width: 496px;
	height: 31px;
	margin-top: 15px;
}
div#compeditivePricing {
	margin-left: 220px;
}
div#compeditivePricing img{
	width: 476px;
	height: 31px;
	margin-top: 15px;
}
div#content #title{
/*	margin-left: 30px;*/
/*	border: 2px solid blue;*/

}
div#content #title img{
	display: block;
	margin: 0px auto 0 auto;
	padding-top: 0px;
	padding-bottom: 5px;
}

div#content h1{
	text-align: left;
	padding-left: 80px;
	font-size: 1.5em;
}
div#content h4{
	font-size: 16px;
	font-weight: bold;
}
div#content h5{
	font-size: 14px;
	font-weight: normal;
}

div#products-left {
	float: left;
	padding-left: 80px;
	font-size: .9em;
	text-align: center;
}
div#products-right {
	float: right;
	padding-right: 110px;
	font-size: .9em;
	text-align: center;
}
div.alignCenter {
	margin-top: 10px;
	text-align: center;
}
div#content div.alignCenter p{
	font-size: 1.2em;
	text-align: center;
}

div#content h2{
	font-size: 1.2em;
}
div#content p{
	padding-right: 20px;
	text-align: justify;
	font-size: 1.2em;
}
.clearfloats {
	clear: both;
	padding: 0;
	margin: 0;
}
div#bottText {
		margin-left: 30px;
}
div#divErrors {
    font-size: 100%;
    color: white;
    background: #f00;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 0.2em;
    min-height: 1.2em; /* this line */
    visibility: hidden;
}
