/* CSS Document */

body {background: #FFF url(../body-bg.jpg) repeat-x top left; color: #444; font-family:arial, helvetica, sans-serif}

#wrapper,#footer {width:986px; 
			margin-left:auto;
          margin-right: auto;
}
#wrapper {
          min-height:600px;
          background-color:#fff;
         
          background: #fff url(../wrapper-bg.jpg);}
#quicklinks{text-align:right;width:986px;margin-left:auto;
          margin-right: auto;padding-right:18px;font-size:12px;
          }
#headertop{width:986px; 
            background: url(../header-top.jpg) top left repeat-x;
           height:15px;
           margin-left:auto;
          margin-right: auto;
           }
#header{background: url(../header-bg.jpg) top left repeat-x;
        margin:0 6px 0 6px;
        height:94px;}
	#mydroplinemenu	{margin:0 6px 0 6px;}

#maincontent{padding: 10px 30px 10px 30px;}
#maincontent p{} 
#maincontent table {padding:10px;
}
#footer {background:url(../footer-bg.jpg) top center no-repeat; 
height:55px; font-size:10px; padding: 4px 10px 0px 10px; }
#footer a {color:#fff; padding: 4px 10px 0px 10px; }
          
h1,h2, h3{color:#FF6600;font-family:verdana, helvetica, sans-serif; font-weight:bold;}

h1{font-weight:bold; font-size:22px;}
#quicklinks{padding-right:8px;}
input.inventorysearch{
	background:url(../aero-input-bg.jpg) top left no-repeat;
	border:none;
	height:30px;
	width:250px;
	padding: 6px 0px 0px 4px;
	}
	input.inventorysearch{
	background:url(../aero-input-bg.jpg) top left no-repeat;
	border:none;
	
	padding: 6px 0px 6px 6px;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	}
	input.button_search{
		vertical-align:baseline;
		}
input.inventorysearch:select, input.inventorysearch:focus, input.inventorysearch:active, input.inventorysearch:hover5 {background:url(../aero-input-bg-select.jpg) top left no-repeat;
}
.error, .success, .confirm{
	font-size:90%;
	margin-left:20px;
	margin-right:20px;
	padding:10px;
	margin-bottom:10px;
}
	
	
.error {
    color: #fff;
    border: 2px #900 solid;
    background: #f00;
	border-radius:3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius:3px;
	
}

.success, confirm {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('success.png');
	border-radius:3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius:3px;
	
}
#products{
	
	margin-top:15px;
	}
	 #submit {
		border:none;
		}


