p{
font-size:12px;
}
a, a img {
border:none;
text-decoration:none;
outline:none;
}
a:hover {
color:#221b1b;
}
object, input {
outline:none;
}
ul {
margin:0;
padding:0;
}
ul li{
margin:0;
padding:0;
list-style:none;
}
.clear{
clear:both;
height:0;
font-size:0;
}
hr{
border:none;
border-bottom:1px solid #ecedec;
}
.hidden{
display:none;
}
.title{
font-size:0;
text-indent:-99999px;
color:transparent;
}
.error{
color:red;
font-weight:bold;
}
/* ################################### FORM STYLES ################################################# */
form  {
	color:#808183;
}
fieldset{
}
.select {
	border:1px solid #666;
	background:#f9f8f8;
}
.text{
	display:block;
	border:none;
	font-size:10px;
}
.textarea{
	display:block;
	height:120px;
	width:186px;
	padding:1px 2px;
	float:left;
	color:#000;
	border:none;
	font-size:10px;
}
label{
	float:left;
}
.submit{
	border:none;
	cursor:pointer;
	clear:right;
}
a.button:hover{
	text-decoration:none !IMPORTANT;
}
a.button, button.button{
	height:19px;
	padding:0 0 0 2px!IMPORTANT;
	border:none;
	background:url(global/images/backgrounds/button-default-end.gif) top left no-repeat transparent;
	text-align:right;
	display:block;
}
a.button span, button.button span{
	display:block;
	height:16px;
	padding:4px 4px 0 2px;
	color:#fff;
	font-size:9px;
	background:url(global/images/backgrounds/button-default-start.gif) top right no-repeat transparent;
}
textarea{
	display:block;
	background-color:#efefef;
	border:1px solid #efefef;
	color:#000;
	font-size:9px;
	font-size:10px;
	font-family: arial, helvetica, "sans serif";
}
/* ################################### OVERLAY STYLES --  ########################################### */
.close {
	display:block;
	height:12px;
	width:36px;
	position:absolute;
	display:block;
	cursor:pointer;
	z-index:30;
}
#close_btn{
	height:32px;
	width:32px;
	display:block;
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
	font-size:0;
	text-indent:-9999px;
	background:url(/resources/images/backgrounds/close.gif) top left repeat transparent;
}
#overlayContainer{
	z-index: 1020;
	background:url(/resources/images/backgrounds/clear.png) top left repeat transparent;
	padding:6px;
	width:949px;
}
#overlayContainer .content{
	background-color:#fff;
	padding:60px;
	text-align:center;
}
#centerImg{
	border:1px solid #efeeee;
}
#dimmer{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	width: 100%;
	height: 100%;
	background: #000000;
}
#overlayContentContainer{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1011;
	padding:20px;
	background-color:#000;
}
#overlayContentContainer img{
	padding:0;
	margin:0;
	display:block
}
#overlayContent h1{
	font-size:21px;
	margin:0 0 2px 0;
	text-transform:uppercase;
	font-weight:normal;

}
#overlayContent h2{
	font-size:12px;
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-weight:normal;
}
#overlayContent #images{
	height:502px;
	width:1005px;
}
#overlayContent{
	position:relative;
}
#overlayContent img{
	position:absolute;
}
table {
	color:#333;
}
table thead {
	font-weight:bold;
}
table td{
}