*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

#container {
	position: relative;
	top:0px;
	left: 0px;
	width: 900px;
	height: 100%;
  background-color: #FFF;
  text-align: center;
  border-left: solid 1px #F77F1B;
  border-right: solid 1px #F77F1B;  
  background-image: url('../images/border.gif');
  background-position: left bottom;
  background-repeat: repeat-x;
}

#title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 130px;
	margin-bottom: 10px;
  background-image: url('../images/pack-solutions.gif');
  background-position: center top;
  background-repeat: repeat-x;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 164px;
	background-color: #EAEAEA;
}
#headerFlash {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 280px;
	background-color: #EAEAEA;
}
#header img {
	position: relative;
	top: 9px;
	left: 0px;
	width: 900px;
	height: 152px;
}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 27px;
	background-color: #575757;
	text-align: left;
}

#menu ul {
	position: relative;
	top: 3px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
	border: none;
	margin-left:280px;
} 

#menu ul li {
	margin-left: 0;
	padding-left: 11px;
	border: none;
	list-style: none;
	display: inline;
}

#menu ul li a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#menu ul li img {
	position: relative;
	top: -2px;
	left: 0px;
}

#leftColomn {
	position: relative;
	float: left;
	top: -20px;
	left: 15px;
	width: 266px;
	height: 205px;
  text-align: left;
  font-size: 13px;
  background-image: url('/images/pack-solutions.png');
  background-position: left top;
  background-repeat: no-repeat;
  _background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/pack-solutions.png');
}

 #naw {
	position: absolute;
	top: -26px;
	left: -282px;
	width: 240px;
	height: 177px;
	background-color: #EAEAEA;
	padding: 0px;
	font-size: 10px;
}

 #naw p {
	position: relative;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	z-index:10px;
}

#rightColomn {
	position: relative;
	float: right;
	top: 0px;
	right: 15px;
	width: 575px;
  text-align: left;
  font-size: 13px;
  background-color: #FFF;
  margin-top: 20px;
  text-align: justify;
  margin-bottom:20px;
}

#rightColomn h1 {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	font-size: 14px;
}

#rightColomn p {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#rightColomn #para {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
}

#rightColomn .paraImage {
	border: solid 1px #575757;
	margin-left: 10px;
	margin-bottom: 10px;
}

#rightColomn table, #rightColomn tbody {
  margin: 0px;
  padding: 0px;
  border: solid 0px #FFFFFF;
  margin-left: -4px;
}

#rightColomn td {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  height: 13px;
}

a:link {
	color: #0141A8;
}

a:visited {
	color: #0141A8;
}

a:active{
	color: #0141A8;
}
a:hover{
	color: #0141A8;
}
