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

body, html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

a {
	color:#ffffff;
}

a:hover {
	text-decoration:none;
	color:#ffacaa;
}

.popupBubble {
	background-image:url("../images/popup-bubble.png");
	position:absolute;
	left:0px;
	top:0px;
	width:162px;
	height:58px;	
	display:none;
}

.popupBubble a {
	display:inline-block;
	width:100px;
	font-family:arial;	
	font-size:10px;
	margin-top:15px;
	margin-left:24px;
	color:#444444;	
}

#popupBubble1 {
	left:100px;
	top:220px;	
}

#popupBubble2 {
	left:100px;
	top:250px;	
}

#popupBubble3 {
	left:100px;
	top:270px;	
}

#popupBubble2 a {
	margin-top:20px;
	margin-left:32px;
}

#popupBubble3 a {
	margin-top:20px;
	margin-left:32px;
}


#pageCustom {
	background-image:url("../images/b2b-bg.jpg");
	width:950px;
	height:1200px;
	overflow:hidden;
	position:relative;
}

#pageCustom span#introText {
	display:inline-block;
	position:absolute;
	left:198px;
	top:179px;
	width:430px;
	text-align:left;
	font-size:18px;
	font-family:trebuchet ms;
	color:#ffffff;
}

#pageCustom span#panel_success {
	display:inline-block;
	position:absolute;
	left:198px;
	top:179px;
	width:430px;
	text-align:left;
	font-size:16px;
	font-family:trebuchet ms;
	font-weight:bold;
	color:#ffffff;
	display:none;
}

#pageCustom span#panel_success img {
	float:left;
}

#pageCustom span#panel_success span {
	float:left;
}

#pageCustom span.largeText {
	font-size:20px;
	line-height:21px;
	font-family:trebuchet ms;
	color:#ffffff;
	font-weight:bold;
}

#pageCustom span#bullets1 {
	position:absolute;
	text-align:left;
	position:absolute;
	left:198px;
	top:330px;
	width:330px;
}

#pageCustom span#bullets1 ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:30px;
	margin-top:5px;
	margin-bottom:5px;
}

#pageCustom span#bullets1 ul li {
	font-size:17px;
	font-family:trebuchet ms;
	color:#ffffff;
	line-height:30px;
	height:30px;
}

#pageCustom span#bullets1 ul li img {
	margin-top:-5px;
	vertical-align:middle;
}

#form {
	position:absolute;
	left:200px;
	top:890px;
	width:490px;
	height:280px;
	text-align:left;
}

#form .columnTitle {
	text-align:left;
	width:150px;
	font-family:trebuchet ms;
	color:#333333;
	font-weight:bold;
	font-size:16px;
	float:left;
	height:29px;
	line-height:29px;
}

#form .column {
	text-align:left;
	width:290px;
	height:29px;
	line-height:29px;	
	float:left;
	margin-bottom:4px;
	position:relative;
}

#form .column input[type='text'] {
	border:1px #bb3939 solid;
	height:26px;
	width:280px;
	line-height:26px;
	font-family:arial;
	color:#555555;
	font-size:16px;
	margin-bottom:4px;
}

#form .column div.errorIcon {
	float:left;
	position:absolute;
	left:295px;
	top:3px;
	display:none;
}

#form .column textarea {
	border:1px #bb3939 solid;
	height:70px;
	width:280px;
	font-family:arial;
	color:#555555;
	font-size:16px;
	margin-bottom:4px;
}

#form a#submit {
	position:absolute;
	top:210px;
	left:290px;
	display:inline-block;
	cursor:pointer;
}

#form span.error {
	position:absolute;
	top:230px;
	left:0px;
	display:inline-block;
	font-family:arial;
	font-size:12px;
	color:#c52424;
	font-weight:bold;
	display:none;
}

#leftLinks {
	position:absolute;
	left:15px;
	top:210px;
	width:160px;
	height:340px;
	overflow:hidden;
	text-align:left;
}

#leftLinks a {
	display:inline-block;
	font-size:12px;
	font-family:trebuchet ms;
	text-decoration:none;
	width:158px;
	height:25px;
	line-height:25px;	
	text-align:right;
	border-bottom:1px #c56c6c solid;
	background-image:url("../images/b2b-arrow-bullet.gif");
	background-repeat:no-repeat;
	background-position:0px 10px;
	cursor:pointer;
}
