@charset "utf-8";

@import url(/design/css/reset.css);

body{font-family:Arial;
	font-size: .925em;
	color: #999;
	background-image: url(/phpmotors/images/bg.gif);
	position: relative;}
	
a{	color: #999;
 	font-size: .925em;
 	text-decoration: none;}
 	
a:hover{border-bottom: dotted thin #999;}
 
#bottom-shadow{
	height: 100%;
	width: 100%;
	background-image: url(/phpmotors/images/bottom-wrap.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: fixed; bottom: 0px;
	right: 0px;
	float: left;
	clear: both;
	z-index: -1000}

.wide-wrap{width:auto;
	color: white;
	background-image: url(/phpmotors/images/wrap-shadow.png);
	background-repeat: repeat-x;
	height: 120px;border-top:black solid 4px;}

#shadow-wrap{width:auto;
	height: 20px;
	background-image: url(/phpmotors/images/shadow.gif);
	background-repeat: repeat-x;}

#header{width:750px;
	color:#999;
	font-size: 2em;
	padding: .45em .15em .15em .15em;
	margin: 0 auto 0 auto; }
	
#maintools {
	font-size: 12px;
	float: right;
}

	
#nav{width:738px;
	color:#333;
	padding: 3px 10px 3px 3px;
	margin: 5px auto 0 auto;}

#content-wrap{width: 750px;
	color:#999;
	height: auto;
	background-color:black;
	overflow: hidden;
	margin: -20px auto 0 auto;}

#content{height:20em;
	margin: 15px 0 15px 15px;
	background-image: url(/phpmotors/images/ferrari.jpg);
	background-repeat: no-repeat ;
	background-position: top right;}

#text{float: left;
	width:250px;
	height: auto;
	font-size: .825em;}

#content-bottom{width: 750px;
	height: 50px;
	margin:0 auto 0 auto;
	background-image: url(/phpmotors/images/footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;}
	
#footer{color:#666666;
	font-size: .75em;
	text-align: center;}


/*For newemployee table */

#txtEmail {
	margin-left: 90px;
}

#txtPwrd {
	margin-left: 40px;
}	

#txtlName {
	margin-left: 34px;
}

#txtfName {
	margin-left: 34px;
}

#txtCellAreaCode {
	margin-left: 7px;
}

#rbSales {
	margin-left: 19px;
}

#rbService {
	margin-left: 8px;
}

/*For customer table */

#txtPwrd {
	margin-left: 40px;
}	

#txtlName {
	margin-left: 34px;
}

#txtfName {
	margin-left: 34px;
}

#txtAreaCode {
	margin-left: 7px;
}

#rbMale {
	margin-left: 21px;
}

#rbFemale {
	margin-left: 2px;
}

#txtStreet {
	margin-left: 34px;
}

#txtCity {
	margin-left: 90px;
}

#txtState {
	margin-left: 80px;
}

#txtZip {
	margin-left: 63px;
}

/*For contact page */

#txtEmail {
	margin-left: inherit;
}

/* For Delete page */
#txtfName {
	margin-left: .5em;
}

#txtlName {
	margin-left: .5em;	
}

#txtEmail {
	margin-left: 2.90em;	
}