/* CSS Document */

/*  Menu  */
#MenuRoll img { border: none;}
#MenuRoll a img {  border:none; vertical-align:bottom;}
#MenuRoll a:hover { visibility:visible; }
#MenuRoll a:hover img { visibility:visible;}
#MenuRoll a:hover img { visibility:hidden;}
/*Add image for roll over */
#one { background:url(images/Buttons/HomeOn.jpg) no-repeat left bottom; }
#two { background:url(images/Buttons/AboutOn.jpg) no-repeat left bottom; }
#three { background:url(images/Buttons/WebDesignOn.jpg) no-repeat left bottom; }
#four { background:url(images/Buttons/CustomOn.jpg) no-repeat left bottom; }
#five { background:url(images/Buttons/ClientSitesOn.jpg) no-repeat left bottom; }
#six { background:url(images/Buttons/DevelopmentOn.jpg) no-repeat left bottom; }
#seven { background:url(images/Buttons/LinksOn.jpg) no-repeat left bottom; }
#eight { background:url(images/Buttons/ContactOn.jpg) no-repeat left bottom; }	
#nine { background:url(images/Buttons/FeedbackOn.jpg) no-repeat left bottom; }

/*  End Menu */

body {
	background-color: #000000;	
	margin:0px;
	
}
body,td{
	font-family: Verdana;
	font-size: 11px;		
}
h1 {
	color: #DFD8C8;
	font-size: 13px;
	font-weight: bold;
	text-align: left;	
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
h2 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;	
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
p {	
	font-family: Verdana;
	font-size: 11px;
	margin:10px;
}
p.footer {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}
a {
	TEXT-DECORATION: NONE;
}
a.page {
	color: #1B46AF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;	
}
a:hover.page {
	color: #AE001A;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;	
}
a.footer {
	color: #B3D8EA;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;	
}
a:hover.footer {
	color: #AE001A;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;	
}

.shadeform	{ 
		FONT: 9pt verdana;
		background-image: url("images/shadeform.jpg");
		text-align: left;		
		Height: 20px;
		BORDER: #1B46AF 1px solid
}
.TextAreaShade	{ 
		FONT: 9pt verdana;
		background-image: url("images/shadeform.jpg");
		text-align: left;		
		BORDER: #1B46AF 1px solid;
		SCROLLBAR-3DLIGHT-COLOR: #AE001A;
		SCROLLBAR-ARROW-COLOR: #AE001A;
		SCROLLBAR-BASE-COLOR: #AE001A;;	
		SCROLLBAR-TRACK-COLOR: #000000;
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		SCROLLBAR-FACE-COLOR: #000000;
		SCROLLBAR-HIGHTLIGHT-COLOR: #DFD8C8;
		SCROLLBAR-SHADOW-COLOR: #DFD8C8;
}