/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3E454C;
	}

h1 {
	font-size: 11px; 
	color: #9C0000;
	font-weight: bold;
	text-decoration: none;
}
	
a:link {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3C4F62;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color:#3C4F62;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #4372A1;
	font-weight: bold;
	text-decoration: underline;
	}

a:active {
	color:#4687CE;
	font-weight: bold;
	text-decoration: none;
	}
	
.boldRed {
	color: #9C0000;
	font-weight: bold;
	}
	
#container {
		background: url(../imgs/tilebg.gif);
		background-position: center;
		}
	
#username, #password {
	background-color: #ffffff;
	border: 1px solid #ACACAC;
	font-size: 11px; 
	color: #3E454C; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	width: 150px;
	}
	
#name, #company, #email, #phone, #mobile {
	background-color: #ffffff;
	border: 1px solid #ACACAC;
	font-size: 11px; 
	color: #3E454C; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	width: 300px;
	}
	
#message {
	background-color: #ffffff;
	border: 1px solid #ACACAC;
	font-size: 11px; 
	color: #3E454C; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	width: 400px;
	height: 150px;
	}
	
#subject {
	background-color: #ffffff;
	border: 1px solid #ACACAC;
	font-size: 11px; 
	color: #3E454C; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	width: 200px;
	}

#file {
	background-color: #ffffff;
	border: 1px solid #ACACAC;
	font-size: 11px; 
	color: #3E454C; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	width: 300px;
	}
	
#title, #img, #dload, #link {
	background-color: #ffffff;
	border: 1px solid #ACACAC;
	font-size: 11px; 
	color: #3E454C; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	width: 300px;
	}
	
#order {
	background-color: #ffffff;
	border: 1px solid #ACACAC;
	font-size: 11px; 
	color: #3E454C; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	width: 50px;
	}
	
#catlink, #menutext {
	background-color: #ffffff;
	border: 1px solid #ACACAC;
	font-size: 11px; 
	color: #3E454C; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	width: 150px;
	}
	
#infoImg {
	border: 1px solid #ACACAC;
	}
	
#login fieldset {
	border: 1px solid #ACACAC;
	padding: 20px;
}

#login legend {
	font-weight: bold;
	color: #9C0000;
	background: #ffffff;
	border: 1px solid #ACACAC;
	padding: 4px 8px;
}
	
.button {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #9C0000; 
	background-color: #eee;
	border: 1px solid #ACACAC;
	border-bottom-color: #999;
	border-right-color: #999;
	}