/* Header CSS

ICE Computers and Systems
service@ice-computer.com
(270)873-4353
1501 Coach Estates Dr
Murray, KY 42071
*/

@import url("navigation.css");

html, body
{
	padding: 0px;
	margin: 0px;
}

#Header
{
	background-color: #EFEAE8;
	position:relative;
	top: 0px;
	text-decoration: none;
	color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px!important;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100px;
	border-bottom: ridge 3px #993300;
	line-height: 16px;
}

#Header h1
{
	font-size: 100%!important;
	color: #66CC66;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Calisto MT";
	line-height: 16px;
}

#Header h2
{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	color: f5f5f5;
	line-height: 16px;
}

#Header h3
{
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

#Header h4
{
	font-size: 60%;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

#Header h5
{
	font-size: 65%!important;
	color: #66CC66;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Calisto MT";
	line-height: 16px;
}

.color_white
{
	color: #F5F5F5;
}

#Header a
{
	color: #003399;
	text-decoration: none;
}

#details_Box
{
	background-color: #003399;
	text-align: center;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 3px ridge #993300;
}

#Logo {
	background-color: #EFEAE8;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

#Logo a{
	text-decoration:none;
}

#Logo img{
	width: 33%;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: -3px;
	margin-bottom: -3px;
	margin-left: -3px;
	margin-top: 4px;
	border: none;
}
