/*                  _________ */
/* TYPE 1 SUB PAGES |  X  |X| */
/*                  ————————— */

#navHolder{
	width:100%;
	height:120px;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 4;
}
#nav{
	width:924px;
	margin-right:auto;
	margin-left:auto;
}
#trailerHolder{
	width:100%;
	position:absolute;
	top:44px;
	left:0px;
	z-index: 3;
}
#mainHolder{
	width:100%;
	position:absolute;
	top:44px;
	left:0px;
	z-index: 2;
}
#indexHolder{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 2;
}
#main{
	background-color:#000000;
	width:924px;
	min-height:580px;
	margin-right:auto;
	margin-left:auto;
	color:#FFFFFF;
	line-height:20px;
}
#twoCol1 {
	width:585px;
	float:left;
}
#twoCol2 {
	width:325px;
	float:right;
}

#threeCol1 {
	width:320px;
	float:left;
}
#threeCol2 {
	width:274px;
	float:right;
}
.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	line-height:1px;
	border: 0px;
	margin:0; padding:0;
	background:transparent;
}


#contactForm{
	font-size:10px;
	width:282px;
}
#contactForm input{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #FFFFFF;
	margin-bottom:5px;
}

#contactFormColLft{
	width:264px;
	float:left;
}
#contactFormColRt{
	width:264px;
	float:right;
}

.formfield_block {
	/*padding: 12px 0px 12px 0px;*/
	width: 264px;
}
.formfield_col_left {
	width: 124px; 
	float: left;
}
.formfield_col_right {
	width: 124px; 
	float: right; 
}
.formfield_col_both {
	width: 264px;
	float: center;
}
.formfield_name {
	font-weight: bold;
}
.form_error {
	font-size: 10px;
	color: #cc0000 ;
}
.contactInputSm {
	width: 54px;
	height:24px;
}
.contactInputMed {
	width: 124px;
	height:24px;
}
.contactInputLg {
	width: 264px;
	height:24px;
}
SELECT.contactInput {
	width: 124px;
	margin-bottom:5px;
}

.wallpaperSelect{
	float:left;
	width:88px;
	color:#FFFFFF;
	line-height:14px;
	font-size:10px;
}


/* END TYPE 1 SUB PAGES */
