@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bg-main.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#162e4d;
	color:#273655;
	margin:0;
}

#HeaderNotes {
	width:764px;
	height:26px;
	margin-left:auto;
	margin-right:auto;
}

#HeaderNotesLeft {
	float:left;
	padding: 3px 3px 3px 25px;
}

#HeaderNotesRight {
	float:right;
	padding: 3px 3px 3px 25px;
}

p {
	font-family:Tahoma;
	font-size:11px;
	line-height:135%;
	color:#9ac1cc;
	padding:0;
	margin:0;
}

h3 {
	font-family:Tahoma;
	font-size: 9px;
	color: #8a9cbd;
	padding:0;
	margin:0;
	padding-top:4px;
}

h3 a:link, h3 a:active, h3 a:visited {
	color: #8a9cbd;
}

h3 a:hover {
	color:#e3b718;
}

#yellowHeader {
	width: 100%;
	height: 137px;
	background-color: #e3b718;
	background-image:url(../images/bg-yellowHead.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#Nav {
	width:738px;
	height:39px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg-nav.jpg);
	background-repeat:no-repeat;
}

#Nav a {
	float:left;
	display:block;
	text-indent:-9999em;
}

#Nav a:hover {
	background-position: 0 -39px;
}

a.NavRelocation {
	width: 160px;
	height: 39px;
	background-image:url(../images/btn-relocation.jpg);
}

a.NavStorage {
	width: 130px;
	height: 39px;
	background-image:url(../images/btn-storage.jpg)
}

a.NavNews {
	width: 99px;
	height: 39px;
	background-image:url(../images/btn-news.jpg);
}

a.NavContact {
	width: 77px;
	height: 39px;
	background-image:url(../images/btn-contactus.jpg);
}

#Content {
	width:738px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#ContentLeft {
	float:left;
	width: 483px;
	padding: 15px 15px 0 0;
}

#ContentLeft img {
	padding-bottom: 15px;
}

#ContentRight {
	float:right;
	width: 240px;
	padding: 15px 0 0 0;
}

#boxNews {
	background-image:url(../images/bg-box-news.jpg);
	background-repeat:no-repeat;
	height:257px;
	margin-bottom: 15px;
}

#boxNews img {
	padding-top: 15px;
	padding-left: 15px;
}

#boxNews p {
	padding: 0 15px 0 15px;
}

#boxCases {
	background-image:url(../images/bg-box-cases.jpg);
	background-repeat:no-repeat;
	height:320px;
	margin-bottom: 15px;
}

#boxCases img {
	padding-top: 15px;
	padding-left: 15px;
}

#boxCases p {
	padding: 0 15px 0 15px;
}

ul {
	font-family:Tahoma;
	font-size: 11px;
	line-height:135%;
	color:#9ac1cc;
	margin-top:2px;
	margin-bottom: 5px;
}

ul a:active, ul a:visited, ul a:link {
	color: #e3b718;
}

ul a:hover {
	color:#8a9cbd;
}

#boxCases p a:active, #boxCases p a:visited, #boxCases p a:link {
	color: #e3b718;
}

#boxCases p a:hover {
	color:#8a9cbd;
}

#contentArea {
	background-image:url(../images/bg-content.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#contentArea img {
	padding: 15px 15px 5px 15px;
}

#contentArea p {
	padding: 0 70px 8px 15px;
	line-height: 140%;
}

#flashcontent {
	padding: 0 0 15px 0;
}

#FooterClear {
	background-color: #12253c;
	clear:both;
	width: 100%;
	height: 120px;
}

#Footer {
	width:764px;
	margin-left:auto;
	margin-right:auto;
}

#FooterLeft {
	float:left;
	padding: 0;
	margin-top: 30px;
	padding-left:15px;
}

#FooterRight {
	float:right;
	padding: 0;
	margin-top: 30px;
	padding-right:15px;
}

#FooterLeft p {
	color: #57737c;	
	padding-left:15px;
	padding-right:15px;
}


#FooterLeft a:link, #FooterLeft a:active, #FooterLeft a:visited {
	color: #57737c;	
}

#FooterLeft a:hover {
	color: #8bacb7;
}