/*----------------------------------------------------------------------------
	Pearce Stainless Steel - Order
	Version:   1.0
	Author:    Lizl Rodriguez, RealDecoy Inc.
___________________________________________________________________________ */


/* =Common 
___________________________________________________________________________ */

* {margin:0; padding:0;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#breadCrump { float:left;width: 550px; font-family:  Arial, Helvetica, sans-serif; height:20px; font-size:11px; padding:5px 0 0 8px; background-image:url(../images/img_pearce_dottedLine.jpg); background-repeat:repeat-x; background-position:bottom; color:#666666;}

#breadCrump a { color:#666; text-decoration:underline;}
#breadCrump a:hover { color:#333; text-decoration:underline;}
#subPageContent { float:left; text-align:left; width: 341px; margin: 1px 0 0 1px; font-family:  Arial, Helvetica, sans-serif; padding:0; }
#quoteRequest { float:left; text-align:left; width: 530px; font-family:  Arial, Helvetica, sans-serif; padding:0; }
#subPageContent p, #subPageContent ul, #subPageContent table, #quoteRequest ul  {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
width:300px;
margin: 0 0 12px 18px;
padding-right:10px;
}

#rightContProd { background-color:#fff; float:left; text-align:left; width: 216px; margin: 1px 0 0 1px;}


.regularText {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 11px;
	text-align:left;
}

#subPageContent h1, #quoteRequest h1 { 
color:#666699; 
font-size:22px; 
font-weight:bolder; 
margin:0 0 15px 15px;
padding:15px 0 0 0;
text-transform:uppercase;
}
#subPageContent h2, #productNum h2, #quoteRequest h2 { 
color:#666699; 
font-size:15px; 
font-weight:bold; 
margin:0;
padding-top:15px;
}

.orderTitle img {
	margin-bottom:10px;
}

.orderTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#orderContent {
	width:325px;
	height:420px;
	padding:0;
	margin:0;
	width:315px;
	float:left;
}

#orderContent p {
	margin-bottom:10px;
}

#orderContent a {
	color:#99c;
}

#orderContact ul {
	width:216px;
	height:330px;
	padding:0;
	background-color:#669;
}

#orderContact li {
	font-size:10px;
	color:#fff;
	list-style-type:none;
	text-transform:uppercase;
	border-bottom:1px solid #99c;
}

#orderContact a {
	margin-left:10px;
	color:#fff;
	text-decoration:none;
}

#orderContactBottom {
	width:216px;
	height:55px;
}

#orderContactLeft {
	width:216px;
	color:#fff;
	background-color:#336;
	position:absolute;
	top:425px;
	left:0;
}

#orderContactLeft img {
	margin-bottom:15px;
}
#orderContactLeft ul {
	padding:0;
}

#orderContactLeft li {
	list-style-type:none;
}

#orderContactLeft a {
	color:#fff;
	text-decoration:none;
	margin-left:15px;
}

.contactInfo {
	margin-left:15px;
}

.orderCopyright {
	width:100%;
	font-size:11px;
	color:#666;
	position:absolute;
	left:-150px;
	top:620px;
}

.orderCopyright a {
	color:#666;
}

#order_footer {
	width:780px;
	position:absolute;
	top:552px;
}

