@charset "UTF-8";
/* BIC Pocket Lighters CSS Stylesheet - Age Verification Page */



html {
	background-color:#f1b209;
}

body {
	margin:auto;
}

.pngFix {
	behavior: url("css/iepngfix.htc");
}


/* Background Image */
div#pageBackground {
	position:relative;
	background-image: url(../images/agev_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:912px;
}


/* Main Content Container */
div#contentWrapper {
	position:relative;
	margin:0 auto;
	width:765px;
	height:775px;
	z-index:100;	
}


/* Sign Container */

div#sign {
	position: absolute;
	width:675px;
	height:516px;
	margin-left:43px;
	margin-top:90px;
	z-index:10;
}

div#sign_orangeBox {
	position:absolute;
	width: 184px;
	height: 63px;
	margin-left:440px;
	margin-top:410px;
	z-index:1;
}

div#sign_arrow {
	position:absolute;
	width: 124px;
	height: 124px;
	margin-left:7px;
	margin-top:10px;
	z-index:1;
}

div#sign_logo {
	position:absolute;
	width: 486px;
	height: 108px;
	margin-left:80px;
	margin-top:133px;
	z-index:1;
}

div#sign_login {
	position:absolute;
	width: 194px;
	height: 59px;
	margin-left:228px;
	margin-top:247px;
	z-index:1;
}


/* Footer Container */

div#footer_ContainerAge {
	position:absolute;
	width:600px;
	height:23px;
	text-align:left;
	margin-left:0;
	margin-top:672px;
	z-index:10;
}

div#footer_Container a {
	color:#ffffff;
	text-decoration:underline;
}

div#footer_Nav {
	width:600px;
	height:26px;
}

div#footer_Nav ul {
	margin:0;
	padding:0 0 4px 0;
}

div#footer_Nav li {
	display:inline;
	margin:0;
	text-align:left;
	padding: 0 15px 0 0;
	list-style-type:none;
}

.footer_Text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	color:#FFFFFF;
}

a {
	color:#ffffff;
	text-decoration:underline;
}
