/*
Scott and Itoh Machine Co. Vendor Login

Site created by SHOCKBOOGIEDESIGN
http://www.shockboogiedesign.com/ Copyright A(C) 2009
Creation Date: May 2009
Concept Designer: Roxy Kurze


*/

* {
	margin: 0 0 0 0;
	padding: 0;
	
}

body {
	background-color: #efeded;
	font-family: Arial,sans-serif;
	font-size:13px;
    color: #333333;
    background: #000000 url('images/vendorlogin.jpg') no-repeat 50% 0%;




}



p, ul, ol {
	line-height: 150%;
	text-align: left;
	margin-top: 5px;
}





a{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
	color: #63d5ff;
}


a:hover{
	font-size: 13px;
	padding-bottom: 10px;
	color: #0099d1;
	
}


a img{
	border: none;
	
}



h1 {
	font-size: 18px;
	color: #2e99cc;
	font-weight: normal;

	padding-bottom: 10px;

	
}







h2 {
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	padding-bottom: 5px;


}







/*MAIN*/
#main {
	
	width: 1000px;
	margin: 0 auto;
	}

#loginarea {
	margin-top: 325px;
	width: 1000px;
	text-align: center;



}


