* {
	margin: 0px;
	padding: 0px;
}

html {
	text-align: center;
}

body {
	background-color: #434343;
}

#page {
	width: 740px;
	height: 1118px;
	overflow: hidden;
	position: relative;
	margin: auto;
	background: #434343 url(gfx/cardbkd.gif) no-repeat;
	color: #000;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#cardwindow {
	position: absolute;
	overflow: hidden;
	left: 76px;
	top: 135px;
	height: 389px;
	width: 581px;
	background-color: #fff;
}

#cardwindowpanel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20000px;
	height: 389px;
	text-align: left;
}

.windowpanel {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 10px;
	width: 561px;
	height: 389px;
	text-align: justify;
	font-size: 12px;
}

.windowpanel h2 {
	margin-bottom: 10px;
	text-align: left;
	font-size: 125%;
	font-weight: bold;
}
.windowpanel p {
	margin-bottom: 10px;
}

.windowpanel a {
	text-decoration: none;
	color: #5eaee0;
}

.windowpanel a:hover {
	text-decoration: underline;
	color: #4c8eb7;
}

.windowpanel img {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	padding: 5px;
	border-style: none;
}

#homepanel h1 {
	display: block;
	overflow: hidden;
	background-image: url(gfx/inetexpresslogo.gif);
	width: 436px;
	margin-left: 30px;
	height: 383px;
	text-indent: -999999px;
}

#navigation {
	position: absolute;
	display: block;
	left: 140px;
	top: 69px;
	width: 521px;
	font-size: 12px;
	font-weight: bold;
}

#navigation li {
	display: block;
	float: left;
	margin: 3px;
	padding-right: 5px;
	list-style-image: none;
	border-right: 2px solid #b3bbc0;
}

#navigation li a {
	text-decoration: none;
	color: #000;
	border-bottom: 3px solid #5eaee0;
}

#navigation li a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 3px solid #f68d4a;
}

#contactinfo {
	position: absolute;
	left: 76px;
	top: 541px;
	width: 581px;
}

#contactinfowrapper {
	position: relative;
	width: 581px;
}

#companyname {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	left: 0px;
	top: 27px;
	font-size: 40px;
	text-align: left;
	line-height: 41px;
}

.nonvisible {
	display: none;
}

.biggerboldfont {
	font-weight: bold;
	font-size: 125%;
}

dl {
	overflow: hidden;
	display: block;
	width: 561px;
	margin: 0px;
	padding: 0px;
}

dd {
	display: block;
	float: right;
	font-weight: bold;
	z-index: 2;
}

dt {
	display: block;
	float: left;
	z-index: 1;
}

.contactfield {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 40px;
}

#location {
	position: absolute;
	top: 167px;
	left: 0px;
}

#zipcode {
	position: absolute;
	top: 228px;
	left: 0px;
}

#city {
	position: absolute;
	top: 289px;
	left: 0px;
}

#phone {
	position: absolute;
	top: 349px;
	left: 0px;
}

#fax {
	position: absolute;
	top: 411px;
	left: 0px;
}

#cardid {
	position: absolute;
	left: 68px;
	top: 52px;
}

#cardid h4 {
	font-weight: bold;
	font-size: 35px;
}
