/* ---------------- Reset ---------------- */
	* { 
		margin:0; 
		padding:0; 
		border:0;
		font-weight:normal;
	}
	html, body {height: 100%; width:auto;}
	body { font-size: 62.5% }
	ul.menu { list-style:none; }

/* ---------------- Colors ----------------
	Text: #000
	Background out of page: 	#2d3136 
	Hyperlinks color:			#003fa8
	h1 color: 					#fff
	Sheet Background:			#99e0f7
	Scroll Bar Base Color:		#99dff7
	Contacts Background:		#fff
	Album Background:			#8ebce7
	Image Border Color			#6989ac
*/
.error { 
	border: #f00 solid 1px;/* error tracer */
}
/* ---------------- Global ---------------- */
.clear {
clear:both;
font-size:1px;
margin-top:-1px;
}  
body {
	background-color: #2d3136;
	min-width:942px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol, table {
	font-size: 1.5em;
	line-height: 1.3em;
}
a { color:#003fa8; }
h2 { 
	font-size: 3.0em;
	margin: 55px 30px 42px 42px;
}
/* ---------------- Wrappers ---------------- */
#BG_Container {
	background: url("../images/background.jpg") no-repeat top;
	min-width:942px;
	min-height:927px;
	height:100%;
}
#Container {
	background: url("../images/bg_gradient.jpg") no-repeat top;
	height: 100%;
	width:auto;
	min-width:942px;
}
#SubContainer {
	width: 942px;
	height: 100%;
	margin: 0 auto;
}
/* ---------------- Top ---------------- */
#Logo { 
	margin: 14px 0px 0px 110px;
	float: left;
	width: 146px;
	height: 141px;
}
h1 a, .menu a { 
	color: #fff; 
	text-decoration:none; 
}
h1 a{
	width: 346px;
	height: 41px;
	float: left;
	text-indent: -9000px;
	background: url("../images/title.gif") no-repeat;
	margin: 36px 0px 0px 330px;
}
ul.menu { float: left; }
#SmallMenu { margin: 52px 0px 0px 7px;}
#SmallMenu li { line-height:0px; float:left; }
#SmallMenu li a {
	float: left;
	text-indent: -9000px;
}
#SmallMenuItem1 a {
	width: 11px;
	height: 10px;
	background: url("../images/home.gif") no-repeat;
}
#SmallMenuItem2 a {
	width: 12px;
	height: 8px;
	background: url("../images/mail.gif") no-repeat;
	margin: 2px 0px 0px 17px;
}
#MainMenu {
	clear:left;
	margin: 35px 0px 0px 0px;
	padding-left: 10px;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#MainMenu li a {
	padding-top: 5px; 
	width: 196px;
	height: 196px;
	display:block;
	padding-left: 11px;
	color:#eee;
}
#MainMenuItem1 a {
	background: url("../images/logistics.gif") no-repeat;
}
#MainMenuItem2 a {
	background: url("../images/trucking.gif") no-repeat;
	margin-top: 24px;
}
/* ---------------- Content ---------------- */
#sheet {
	width: 544px;
	height: 672px;
	background: #99e0f7 url("../images/sheet_bg.jpg") no-repeat;
	float:left;
	margin-left: 2px;
	display:block;
}
h2 { 
	margin-top: 116px;
	height:72px;
	overflow:auto;
}
#TextContent { 
	width: 472px; 
	height: 270px;
	display: block;
	overflow: auto;
	margin: 0px 28px 25px 42px;
}
h2, #TextContent { scrollbar-base-color: #99dff7; }
#TextContent ul {
	list-style-position:outside;
	margin-left:17px;
	line-height:1.27em;
}
/* ---------------- PhotoAlbum ---------------- */
#PhotoAlbum {
	width: 156px;
	height: 665px;
	background: url("../images/album_bg.jpg") no-repeat;
	float:right;
	padding-right:10px;
	position:relative;
	top:-46px;
	overflow:hidden;
}
#prev, #next {
	cursor:pointer;
}
#prev {
	width: 47px;
	height: 45px;
	background: url("../images/up_arrow.gif") no-repeat;
	text-indent:-9000px;
	position: absolute;
	top: 23px;
	left: 54px;
}
#next {
	width: 47px;
	height: 45px;
	background: url("../images/down_arrow.gif") no-repeat;
	text-indent:-9000px;
	position: absolute;
	top: 597px;
	left: 54px;
}
#PhotoAlbum ul { list-style:none; }
#PhotoAlbum ul li { margin-bottom:35px; }
#PhotoAlbum ul li, #PhotoAlbum ul li a {
	float:left;
	clear:both;
}
#PhotoAlbum img { 
	border: #6989ac solid 1px; 
	filter:alpha(opacity=100);	/* Transparency - IE */
	opacity:1.0; /* Transparency - Firefox */
}
#ViewPort {
	width: 118px;
	height:459px;
	overflow: hidden;
	margin: 103px 19px 0px 19px;
	position:relative;
}
#SlideBar {
	padding-top:19px;
	width: 118px;
	height:3000px; /* Higher than total height of thumbnails */
	position:relative;	/* Don't change this */
}
/* ---------------- Footer ---------------- */
#Contacts {
	width: 544px;
	height: 147px;
	background: #fff url("../images/contacts_bg.jpg") no-repeat;
}
#Contacts h2 {
	margin: 0;
	height: auto;
	overflow: visible;
}
#Contacts h2 a { 
	text-decoration: none; 
	float: left; 	
	margin: 25px 0px 0px 42px;
}
#Contacts p { 
	float: right;
	font-size: 3.0em;
	text-align: right;
	margin:23px 17px 0px 0px; 
}
#Copyright {
	float:left;
	position:relative;
	left: 263px;
	top: -35px;
}
#SubContainer select {
	margin: 0px 0px 23px 219px;
	float:left;
	clear:both;
}