@charset "UTF-8";
/* CSS Document */
body  {
	background: #666666 url(../assetts/images/bkgd.gif) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container  {
	background-color: #FFF;
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header  {
	position:relative;
	background: #fff;
	height: 90px;
	width: 900px;
	padding: 0 0px;
	border-bottom: 40px solid #313732;
}
#header p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.4em;
}
#header a:link, a:visited {
	color:#000;
	text-decoration:none;
}
#header a:hover {
	text-decoration:none;
	color: #F26101;
}
#header ul	{
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
	color:#FFF;
	white-space: normal;
	list-style-type: none;
}
#header li	{
	display:inline;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #F26101;
}
#mainNav li a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}
#mainNav li a:hover {
	text-decoration:none;
	color: #F26101;
}
#mainNav li a.current, #mainNav li a.current:hover, #mainNav li a.current:active	{
	color:#EB6316;
	cursor:default;
}
#logo  {
	position: absolute;
	background-image: url(../assetts/images/logo.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 80px;
	top: 0px;
	left: 10px;
	
}
#contact1  {
	position: absolute;
	width: 245px;
	top: 20px;
	left: 325px;
	padding-left: 30px;
	border-left: 3px solid #F26101;

}
#contact2  {
	position: absolute;
	width: 245px;
	top: 20px;
	left: 610px;
	padding-left: 30px;
	border-left: 3px solid #F26101;

}
#mainNav  {
	position: absolute;
	width: 800px;
	height: 35px;
	top: 95px;
	left: 10px;
}
#contentWrap	{
	position:relative;
	top:0px;
	width: 900px;
	height: 700px;
	border-bottom: 5px solid #F26101;
	background-color: #FFF;
}
#contentWrap img	{
	position:relative;
	top: 30px;
	left: 40px;
	
}
#sidebar	{
	float: left;
	height: 520px;
	width: 410px;
	background: #EBEBEB;
	padding: 0;
	border-top: 5px solid #F26101;
	margin-top: 0px;
}
#sidebar h1	{
	margin-top: 35px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px;
}
#sidebar p	{
	font-size: .8em;
	font-weight: normal;
	padding: 0 20px;
	line-height: 1.2em;
}
#mainContent	{
	float:right;
	width: 490px;
	height: 520px;
	margin: 0px 0 0;
	background: url(../assetts/images/salomon-Engineering.jpg) no-repeat;
	border-top: 5px solid #F26101;
}
#address	{
	padding: 0px;
	margin:0;
	position:absolute;
	right: 20px;
	height: 25px;
	bottom: 5px;
}
#address p	{
	text-align:right;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: .75em;
}
#footer	{
	position:relative;
	top:0px;
	margin-top: 5px;
	width: 900px;
	background-color:#313732;
}
#footer p {
	font-size: 0.7em;
	margin: 0;
	padding: 10px 0 10px 25px;
	color: #EBEBEB;
}
#footer a:link, a:visited {
	text-decoration:none;
	color: #EBEBEB;
}
#footer a:hover {
	color: #F26101;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
