*{	
font-family: Arial, Helvetica, sans-serif;
}

body{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin: 0px;
	background-color: #2a3e5b;
}

a{
	color: #34465d;
}

dd{
	margin-left: 0px;
	margin-bottom: 5px;
}



#header{
	background-image: url(../App_Themes/fivestarmanufacturing/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1{
	margin: 0px;
	float: left;
}

#header h1 a{
	height: 150px;
	width: 250px;
	display: block;
	margin-left: 45px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#navigation{
	background-color: #121a25;
}

#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation li{
	float: left;
}

#navigation a{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	background-color: #121a25;
}

#navigation a:hover{
	background-color: #213045;
}

#navigation .search{
	float: right;
	padding-top: 10px;
	padding-right: 25px;
}

#navigation .field {
	width: 150px;
	background-color: #213045;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	color: #FFFFFF;
	padding: 4px;
}

#navigation .button {
	color: #FFFFFF;
	background-color: #121a25;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	line-height: 10px;
	width: 65px;
}

#main{
	background-color: #e8eaee;

}

#content{
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
}

#content p{
	margin-top: 0px;
}

#content h1{
	color: #121a25;
	font-style: italic;
	line-height: normal;
}

#content h2{
	color: #34465d;
	font-style: italic;
	line-height: normal;
}

#content h3{
	color: #0c5c96;
	font-style: italic;
	line-height: normal;
}

#content img{
	float: right;
	clear: both;
	margin-bottom: 10px;
	margin-left: 20px;
}

#content img.no-float{
	float: none;
	margin-left: 0px;
	margin-right: 15px;
}



#footer {}

#footer .container{
	background-color: #213045;

}

#footer ul{
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#footer li{
	color: #e8eaee;
	display: inline;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}

#footer a{
	color: #e8eaee;
	text-decoration: none;
}

.container{
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.clear{
	clear: both;
}


.right{
	float: right;
	width: 520px;
}

.left {
	float: left;
	width: 250px;
}