body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#4F4F4F;
	background-color:#F1F1F1;
	background-image:url(../images/BgTop.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	font-size:12px;
	line-height:16px;
}

a#Home, a#AboutSizo, a#Services, a#Network, a#Careers, a#Contact, a#Quote {
	background-image:url(../images/MainMenu.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:33px;
	width:61px;
}

a#Home:hover {
	background-position:0 -33px;
}

a#AboutSizo {
	background-position:-61px 0;
	width:120px;
}

a#AboutSizo:hover {
	background-position:-61px -33px;
}

a#Services {
	background-position:-181px 0;
	width:105px;
}

a#Services:hover {
	background-position:-181px -33px;
}

a#Network {
	background-position:-286px 0;
	width:112px;
}

a#Network:hover {
	background-position:-286px -33px;
}

a#Careers {
	background-position:-398px 0;
	width:105px;
}

a#Careers:hover {
	background-position:-398px -33px;
}

a#Contact {
	background-position:-503px 0;
	width:122px;
}

a#Contact:hover {
	background-position:-503px -33px;
}

a#Quote {
	background-position:-752px 0;
	width:143px;
	margin-left:132px;
}

a#Quote:hover {
	background-position:-752px -33px;
}

.ColorBlue {
	color:#1D68DE;
	font-weight:bold;
}

a.RedLink {
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

a.RedLink:hover {
	text-decoration:none;
}

.CenterBg {
	background-image:url(../images/centerBg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:14px;
	padding-bottom:14px;
}

a#Air, a#Sea, a#Road {
	background-image:url(../images/OurMainServices.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:190px;
	height:109px;
	float:left;
}

a#Air:hover {
	background-position:0 -109px;
}

a#Sea {
	background-position:-190px 0;
	width:203px;
}

a#Sea:hover {
	background-position:-190px -109px;
}

a#Road {
	background-position:-393px 0;
	width:194px;
}

a#Road:hover {
	background-position:-393px -109px;
}

.BlueBullots {
	background-image:url(../images/Bullot.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:23px;
	border-bottom:1px dashed #999999;
	text-align:left;
}

.TextField {
	background-color:white;
	border:1px solid #9D9D9D;
	width:273px;
	font-size:12px;
	color:#4F4F4F;
	padding:3px;
}

form {
	padding:0;
	margin:0;
}

.FooterBg {
	background-image:url(../images/FooterBg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

.FooterLinks {
	font-size:12px;
	color:#4F4F4F;	
}

.FooterLinks a{
	font-size:12px;
	color:#4F4F4F;
	text-decoration:none;
}

.FooterLinks a:hover{
	text-decoration:underline;
}

#SubHeading {
	font-size:15px;
	text-align:left;
	color:#727272;
	font-weight:bold;
	border-bottom:1px solid #999999;
	padding-bottom:8px;
}

.Banner {
	background-image:url(../images/banner/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:900px;
	height:306px;
	float:left;
}

#slideshow { 
	position: relative;
}

.nivoSlider img {
	display: none;
	position: absolute;
	height: 900px;
	width: 306px;
	z-index: 1;
}

#slideshow a { 
	border: 0;
}

.nivo-controlNav {
	position: absolute;
	left: 42%;
	bottom: -2px;
	width: 121px;
	height: 7px;
	padding: 10px 11px;
	background: url(../images/snav.png) top center no-repeat;
	z-index: 90;
}

.nivo-controlNav a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/bullets.png) 0 0 no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 4px;
	float: left;
}

.nivo-controlNav a.active { 
	background-position: -12px 0;
}

.nivo-directionNav a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	border: 0;
	-moz-opacity: .70;
	opacity: .70;
	z-index: 99;
}
	
a.nivo-nextNav {
	background: url(../images/next.png) no-repeat;
	right: 20px;
}
	
a.nivo-prevNav {
	background: url(../images/prev.png) no-repeat;
	left: 20px;
}

.nivo-directionNav a:hover {
	-moz-opacity: 1;
	opacity: 1;
}