/*SEARCH FOR:		
 * 
 * 
 * tableWrap
 * margin-left
 * displayContainer
 * outdoor_stage
 * gallery_stage
 * newGallery_container
 * 			*/
*{
	
	margin:  0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	
}
body{
	/*border:solid red 2px;*/
	margin: 0px 0px 0px 0px; 
	padding:  0px 0px 0px 0px;
	background-color:#f7f5ee;
	width:100%;
	background-repeat:repeat-x;
	overflow-y:auto !important;
	min-width:1700px;
	
}
/*-------		TESTING 	--------*/
#test_mode{
	position:fixed;
	top:50px;
	left:50px;
	border:solid red 1px;
	height:20px;
	width:200px;
	padding-left:10px;
	padding-top:4px;
	font-size:.8em;
	z-index:10100;
}


/*==========		NAVIGATION		==========*/
.navbar{
	/*border:solid red 1px;*/
	position:relative;
	top:0px;
	left:0px;
	background-color:#1f3336;/*dark green*/
	height:37px;
	width:100%;
	margin:0;

}
.navbar_menu{
	/*border: solid blue 1px;*/
	position:absolute;
	top:0px;
	left:300px;
	height:35px;
	width:750px;
	z-index:2;
	float:left;
}
.navbar_anchors{
	/*border: solid orange 1px;*/
	/*position:absolute;
	top:7px;
	left:500px;*/
	height:20px;
	width:500px;
	z-index:5;
}
.navbar_divider{
	/*border: solid red 1px;*/
	background-image:url("../images/home/nav_divider.gif");
	/*position:absolute;*/
	background-repeat:no-repeat;
	/*top:0px;*/
	height:36px;
	width:2px;
	float:left;
}

#nav_btn1{
	width:60px;	
}
#nav_btn2{
	width:60px;
}
#nav_btn3{
	width:100px;
}
#nav_btn4{
	width:75px;
}
#nav_btn5{
	width:60px;
}
/*
#divider1{
	/*left:100px;
}
#divider2{
	left:190px;
}
#divider3{
	left:300px;
}
#divider4{
	left:380px;
}*/
.nav_button{
	/*border:solid yellow 1px;*/
	/*position:absolute;*/
	background-repeat:no-repeat;
	/*top:0px;*/
	height:20px;
	padding-left:20px;

	padding-top:4px;
	text-decoration:none;
	color:#FFFFFF; 
	background-color:#1f3336;
	float:left;
	/*border:none;*/
}

/*========== 		SUB NAVIGATION		==========-*/
.subnav{
	/*border: solid red 1px;*/
	position:relative;
	background-image:url('../images/indoor/subnav_bg.gif');
	height: 36px;
	width:100%;
	background-repeat:repeat-x;	
	top:0px;
	left:0px;
}

.subnavbar_menu{
	/*border: solid green 1px;*/
	height:36px;
	width:900px;
	margin-left:300px;
}

.subnav_pos{
	/*border:solid yellow 1px;*/
	/*position:relative;*/
	padding-left:0px;
	height:36px;
	float:left;
}
.subnavbar_anchors{
	/*border: solid blue 1px;*/
	height:20px;
	
	margin-left:15px;
	margin-top:7px;
	float:left;
}
#subnav_anchor1{
	width:90px;
}
#subnav_anchor2{
	width:50px;
}
#subnav_anchor3{
	width:50px;
}
#subnav_anchor4{
	width:50px;
}
#subnav_anchor5{
	width:50px;
}
#subnav_anchor6{
	width:80px;
}
#subnav_anchor7{
	width:60px;
}
#subnav_anchor8{
	width:90px;
}
.subnav_div{
	/*border: solid blue 2px;*/
	background-image:url("../images/indoor/subnav_bg.gif");
	background-repeat:no-repeat;
	height:36px;
	width:2px;
	float:left;
}
.crap{
	color:#a7a9ac;
}
.subnavbar_divider{
	background-image:url("../images/indoor/subnav_dvdr.gif");
	background-repeat:no-repeat;
	height:36px;
	width:2px;
	float:left;
	
}

.subnav_button{
	/*border:solid purple 1px;*/
	
	text-decoration:none;
	/*background-color:#1f3336;*/
	font-family:arial,verdana;
	font-size:.7em;
	font-weight:bold;
	float:left;
	padding-top:3px;
	/*border:none;*/
}
.subnav_button_indoor{
	text-decoration:none;
	/*background-color:#1f3336;*/
	font-family:arial,verdana;
	font-size:.7em;
	font-weight:bold;
	float:left;
	padding-top:3px;
	/*border:none;*/
}
.subnav_button_hover{
	background-image:url("../images/outdoor/subnav_hover.gif");
	background-repeat:repeat-x;
	/*background:#fbc597;*/

}
.subnav_button_hover_indoor{
	/*background-color:#c2b47c;*/
	color:#c2b47c;
	background-image:url("../images/indoor/new_bg_indoor.png");

}
.hover_indoor_minor{
	/*background-color:#c2b47c;*/
	/*color:#c2b47c;*/
	color:#c2b47c;
	font-size:.8em;
	font-weight:bold;
	

}
.subnav_hover_accesory{
	
}
.subnav_button_hover_orange {
	background-image:url('../images/indoor/new_bg_indoor.png');

}
.ass{
	background:#000000;
}
/*==========		HEADER		==========*/

.header{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	background-image:url('../images/home/bgHead.gif');
	background-repeat:repeat-x;
	height:178px;
	width:100%;	
	
}
.header_logo{
	/*border: solid blue 1px;*/
	position:absolute;
	height:85px;
	width:252px;
	top:40px;
	left:250px;
	/*background-image:url('../images/logo_transp_bigBrite.png');*/
	background-repeat:no-repeat;
}
.header_content{
	/*border: solid purple 1px;*/
	position:absolute;
	height:175px;
	width:500px;
	top:0px;
	left:525px;
	padding-top:40px;
	padding-left:25px;
	
}
.header_list{
	/*border:solid 1px red;*/
	position:absolute;
	height:30px;
	width:500px;
	top:100px;
	left:25px;
	
}
.header_accessories{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	background-image:url('../images/auxiliary/accessories_header_bg.gif');
	background-repeat:repeat-x;
	height:178px;
	width:100%;	
}
.header_about{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	background-image:url('../images/auxiliary/about_headerbg.gif');
	background-repeat:repeat-x;
	height:178px;
	width:100%;	
}
.header_testimonial{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	background-image:url('../images/auxiliary/testimonials_headerbg.gif');
	background-repeat:repeat-x;
	height:178px;
	width:100%;	
}
.header_contact{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	background-image:url('../images/auxiliary/contact_headerbg.gif');
	background-repeat:repeat-x;
	height:178px;
	width:100%;	
	margin-right:auto;
}
.header_indoor{
	position:relative;
	background-color:#c2b47c;
	/*background-image:url('../images/indoor/indoor_headerbg.gif');*/
	background-repeat:no-repeat;
	height:178px;
	width:100%;	
	top:0px;
	left:0px;
	
}
.header_outdoor{
	position:relative;
	background-color:#f09039;
	background-image:url('../images/outdoor/outdoor_bg.gif');
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	height:178px;
	width:100%;	
	
}

/*==========		STAGE		==========*/
#content_bg{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:820px;
	width:100%;	
	margin-top:30px;
}
#content_bg_about{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:950px;
	width:100%;	
	margin-top:30px;
}
#content_bg_warranty{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:2300px;
	width:100%;	
	margin-top:30px;
}
#content_bg_returns{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:950px;
	width:100%;	
	margin-top:30px;
}
#content{
	/*border:solid blue 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:790px;
	width:800px;	
	left:250px;	
	float:left;
}
#content_about{
	/*border:solid blue 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:950px;
	width:800px;	
	left:250px;	
	float:left;
}
#content_warranty{
	/*border:solid blue 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:2300px;
	width:1000px;	
	left:250px;	
	float:left;
}
#content_returns{
	/*border:solid blue 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:950px;
	width:800px;	
	left:250px;	
	float:left;
}
#content_text1{
	/*border:1px solid orange;*/
	overflow:auto;
	background-color:#f6f5ee;/*beige*/
	height:775px;
	width:625px;	
	left:250px;	
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.4;
}
#content_text_about{
	/*border:1px solid orange;*/
	overflow:auto;
	background-color:#f6f5ee;/*beige*/
	height:930px;
	width:520px;	
	left:250px;	
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.4;
}
#content_text2{
	/*border:1px solid orange;*/
	
	background-color:#f6f5ee;/*beige*/
	height:300px;
	width:325px;	
	left:250px;	
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.4;
}
#content_text_returns{
	/*border:1px solid orange;*/
	overflow:auto;
	background-color:#f6f5ee;/*beige*/
	height:940px;
	width:625px;	
	left:250px;	
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.4;
}
#content_text_warranty{
	/*border:1px solid orange;*/
	overflow:auto;
	background-color:#f6f5ee;/*beige*/
	height:2200px;
	width:600px;	
	left:250px;	
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.4;
}
/*		Home Page Stage			*/

.marketing{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f88b30;/*orange*/
	height:260px;
	width:100%;		
}
.marketing_bg{
	/*border:solid blue 1px;*/
	position:absolute;
	/*background-image:url('../images/home/mrkt_image.jpg');*/
	height:260px;
	left:250px;
	top:0px;
	width:1000px;
	background-repeat:no-repeat;
}
#marketing_background_image{
	/*border:solid red 1px;*/
	position:absolute;
	height:262px;
	left:0px;
	top:0px;
	width:1000px;
	background-repeat:no-repeat;
}
#marketing_buttons{
	/*border:solid 1px red;*/
	position:absolute;
	top:200px;
	left:25px;
	height:50px;
	width:100px;
	
	
}
.marketing_text{
	/*border: solid orange 1px;*/
	color:#f88b30;
	position:absolute;
	top:50px;
	left:50px;
	z-index:10;
	height:270px;
	width:350px;
	
}
.marketing_text2{
	/*border: solid green 1px;*/
	color:#FFFFFF;
	position:absolute;
	top:40px;
	left:30px;
	z-index:10;
	height:10px;
	width:310px;
	
}
#section_bg{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:280px;
	width:100%;	
		
}
.section{
	/*border:solid green 2px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:280px;
	width:1005px;	
	left:240px;	
	float:left;
}
.sectionA{
	/*border:solid blue 1px;*/
	position:relative;
	height:273px;
	float:left;
}
.sectionB{
	/*border:solid green 1px;*/
	position:relative;
	height:273px;
	float:left;
}
.sectionC{
	/*border:solid purple 1px;*/
	position:relative;
	height:273px;
	float:left;
}
#section_text{
	background-color:#f6f5ee;/*beige*/
	height:600px;
	width:600px;	
	left:250px;	
	float:left;
}

/*	------------	Accessories Page Stage		-------------------------	*/
#access_stage{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f7f5ee;
	/*background-image:url('../images/outdoor/body_bg.gif');*/
	background-repeat:repeat-x;
	height:850px;
	width:100%;	
	min-width:1500px;
	top:0px;
	left:0px;	
	font-family:verdana;
	font-size:10px;
}
#access_stageLeft{
	/*border:solid blue 2px;*/
	position:relative;
	float:left;
	height:840px;
	width:900px;	
}
#access_stageRight{
	/*border:solid orange 2px;*/
	position:relative;
	float:left;
	height:845px;
	width:300px;	
}
#access_stage_img{
	/*border: solid blue 1px;*/
	/*position:absolute;*/
	/*background-image:url('../images/accessories/acc_sign.jpg');*/
	/*height:239px;*/
	height:auto;
	width:1000px;
	/*top:10px;
	left:100px;*/
}
#access_stage_options{
	/*border: solid green 1px;*/
	/*overflow:auto;*/
	/*position:absolute;*/
	height:500px;
	width:668px;
	/*top:400px;
	left:200px;*/
	margin-left:200px;
	font-family:verdana;
	font-size:10px;
}
#access_stage_form{
	/*border: solid orange 1px;*/
	/*overflow:auto;*/
	position:relative;
	/*margin-left:10px;
	margin-top:10px;
	margin-bottom:25px;*/
	background-color:#efedde;
	height:830px;
	width:283px;
	/*top:10px;
	left:965px;	*/
	font-family:arial,verdana;
	font-size:10px;
}

#access_stage_form_top{
	/*border: solid purple 1px;*/
	/*position:absolute;*/
	background-color:#f88b30;
	height:25px;
	width:250px;
	top:10px;
	left:25px;	
	color:#FFFFFF;
	font-weight:bold;
	font-family:arial,verdana;
	font-size:12px;
	z-index:20;
	margin-top:10px;
	margin-left:10px;
}
#access_form_table1{
	/*border: solid green 1px;*/
	/*position:absolute;*/
	height:350px;
	width:250px;
	top:50px;
	left:25px;
	margin-top:10px;
	margin-left:10px;	
}
#access_form_table2{
	/*border: solid blue 1px;*/
	/*position:absolute;*/	
	height:150px;
	width:250px;
	top:360px;
	left:25px;
	margin-top:10px;
	margin-left:10px;
}
#access_form_table3{
	/*border: solid red 1px;*/
	/*position:absolute;*/
	height:100px;
	width:250px;
	top:575px;
	left:25px;
	margin-top:10px;
	margin-left:10px;
}
#access_stage_form_bottom{
	/*border: solid yellow 1px;*/
	/*position:absolute;*/
	background-color:#f88b30;
	height:25px;
	width:250px;
	top:330px;
	left:25px;	
	color:#FFFFFF;
	font-weight:bold;
	font-family:arial,verdana;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;
}
#access_bottom_divider{
	/*border: solid green 1px;*/
	/*position:absolute;*/
	background-color:#f0d1aa;
	height:100px;
	width:263px;
	top:450px;
	left:0px;	
	color:#000000;
	font-family:verdana;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	
}

/*		Indoor Page Stage			*/
#indoor_stage{
	/*border: solid purple 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:800px;
	width:100%;		
}
#body_content{
	/*border: solid blue 1px;*/
	/*position:absolute;*/
	/*top:0px;
	left:75px;*/
	margin-left:250px;
	height:800px;
	width:1000px;
}


/*		Outdoor Page Stage			*/
.main{
	/*border:2px solid purple;*/
	/*overflow:auto;*/
	height:100%;
	width:100%;
	
}
#outdoor_stage{
	/*border: solid black 2px;*/
	/*overflow:auto;*/
	/*position:relative;*/
	margin-left:0px;
	height:525px;
	width:1200px;	
	/*top:0px;
	left:50px;	*/
	z-index:20;
	
}
#popeye_container{
	/*border:1px black solid;*/
	margin-left:25px;
	height:400px;
	width:90%;
		
}

/*==========   		SUB SECTION			--*/
.sub_section{
	/*border: solid red 1px;*/
	position:relative;
	background-color:#cbc090;
	height:106px;
	width:100%;	
	background-image:url("../images/indoor/subsection_bg2.gif");	
}


/*==========		FOOTER		==========*/

.footer_green{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#1f3336;/*dark green*/
	height:147px;
	width:100%;	
	top:0px;
	left:0px;
	font-size:.8em;
	
}
#circles{
		position:absolute;
		top:0px;
		right:0px;
		/*border:1px solid red;*/
		background-image:url("../images/circles_transp.png");
		height:147px;
		width:604px;
 		/*filter:alpha(opacity=30); for IE 
  		opacity:0.3;/* CSS3 standard */
		/*margin-left:650px;*/
}	

.footer_spacers{
	/*border:solid blue 1px;*/
	position:absolute;
	top:0px;
	left:550px;
	height:36px;
	width:800px;
	z-index:2;
	
}

.footer_anchors{
	/*border:solid yellow 1px;*/
	position:absolute;
	top:8px;
	left:560px;
	height:20px;
	width:750px;
	z-index:5;
	
	
}
#footer_note{
	/*border:solid orange 1px;*/
	position:absolute;
	top:8px;
	left:250px;
	height:20px;
	width:275px;
	z-index:5;
	padding-left:10px;
	
	
}

.footer_divider{
	/*border: solid red 1px;*/
	background-image:url("../images/home/nav_divider.gif");
	position:absolute;
	background-repeat:no-repeat;
	top:0px;
	height:36px;
	width:2px;
	z-index:2;
}
#ft_btn1{
	left:0px;
}
#ft_btn2{
	left:70px;
}
#ft_btn3{
	left:155px;
}	
#ft_btn4{
	left:280px;
}	
#ft_btn5{
	left:385px;
}
#ft_btn6{
	left:505px;
}	
#ft_btn7{
	left:610px;
}
#ft_divider1{
	left:60px;
}
#ft_divider2{
	left:140px;
}
#ft_divider3{
	left:260px;
}
#ft_divider4{
	left:365px;
}
#ft_divider5{
	left:490px;
}
#ft_divider6{
	left:600px;
}

.ft_button{
	/*border:solid yellow 1px;*/
	position:absolute;
	background-repeat:no-repeat;
	top:0px;
	height:20px;
	width:100px;
	/*font-size:.8em;*/
}


#jackflap{
	/*border:1px solid orange;*/
	/*height:3500px;/*auto*/
	position:relative;
	/*overflow:auto;*/
	/*height:2750px;/*600px*/
	height:auto;
	width:1320px;
	margin-left:150px;
}
#jackflap_indoor{
	/*border:2px solid orange;*/
	position:relative;
	overflow:auto;
	/*height:2700px;*/
	height:auto;
	width:1320px;
	margin-left:150px;
}
#jackflap_accessories{
	/*border:1px solid orange;*/
	/*height:3500px;/*auto*/
	position:relative;
	height:1500px;
	width:1320px;
	margin-left:150px;
}
.colorHeader{
	/*border:1px solid blue;*/
	height:20px;
	width:150px;
	padding-top:4px;
	margin-left:20px;
}	
/*==========================DISPLAY*/
#displayContainer{
	/*border:2px blue solid;*/
	/*overflow:hidden;*/
	height:2000;/*auto*/
	width:1300px;
}
.displayGroup{
	/*border:1px yellow solid;*/
	position:relative;
	margin-top:40px;
	margin-left:20px;
	height:400px;
	width:350px;
	float:left;
}
.displayGroup_indoor{
	
	/*border:2px solid #ffffff;*/
	position:relative;
	margin-top:40px;
	margin-left:20px;
	padding-left:5px;
	height:250px;
	/*height:auto;*/
	width:350px;
	float:left;
}
.displayGroup_action{
	/*border:solid 1px blue;*/
	/*position:relative;*/
	/*margin-top:200px;*/
	height:30px;
	width:30px;
	/*float:left;*/
	
}
.displayRow{
	/********border:2px green solid;*/
	margin-top:0px;
	/*height:auto;*/
	height:250px;
}

.displaySeparator{
	border:solid orange 1px;
	height:50px;
	width:100%;
}
 .displayTitle{
	/*border:solid 1px green;*/
	float:left;
	width:350px;
}
.displayText{
	/*border:solid 1px orange;*/
	float:left;
	width:350px;
}
.displayImage{
	/*border:solid 1px purple;*/
	margin-bottom:10px;
	float:left;
	width:350px;
}
.signDiv{
	border:1px solid red;
	height:100px;
	width:100px;
}
#gallery_stage{
	/*border:2px purple solid;*/
	/*position:absolute;
	top:10px;
	left:10px;
	width:90%;*/
	overflow-y:auto;
	overflow-x:hidden;
	position:relative;
	height:525px;
	/*width:100%;*/
	width:1200px;
}
.gallery{
	/*border: solid green 1px;*/
	clear:both;
	position:absolute;
	top:20px;
	left:20px;
	height:325px;
	width:97%;
	overflow:hidden;
	
}
#galleryActions{
	/*border:1px solid green;*/
	z-index:11500;
	margin-top:20px;
	margin-bottom:10px;
	height:25px;
	width:200px;
	position:absolute;
	top:450px;
	left:450px;
	
}
#gallerySmaller{
	/*border:1px solid red;*/
	height:26px;
	width:144px;
	background-image:url("../images/outdoor/btn_smaller.gif");
	position:absolute;
	top:340px;
	left:50px;
}
#galleryBigger{
	/*border:1px solid blue;*/
	height:26px;
	width:144px;
	background-image:url("../images/outdoor/btn_bigger.gif");
	position:absolute;
	top:340px;
	left:1200px;
}

#testimonial_content_bg{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:1500px;
	width:100%;	
	margin-top:30px;
}
#testimonial_content{
	/*border:solid blue 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:1500px;
	width:800px;	
	left:250px;	
	float:left;
}

.testimonial_segment{
	/*border:1px solid orange;*/
	background-color:#f6f5ee;/*beige*/
	height:475px;
	width:625px;	
	left:250px;	
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:23px;
	margin-left:10px;
	margin-right:10px;
}

#testimonial_segment1{
	/*border:1px solid orange;*/
	background-color:#f6f5ee;/*beige*/
	height:400px;
	width:625px;	
	left:250px;	
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#testimonial_image1{
	/*border:1px solid blue;*/
	background-color:#f6f5ee;/*beige*/
	background-image:url("../images/auxiliary/testimonial_photo1.jpg");
	background-repeat:no-repeat;
	height:200px;
	width:605px;	
	float:left;
}
#testimonial_image2{
	/*border:1px solid blue;*/
	background-color:#f6f5ee;/*beige*/
	background-image:url("../images/auxiliary/testimonial_photo2.jpg");
	background-repeat:no-repeat;
	height:200px;
	width:605px;	
	float:left;
}
#testimonial_image3{
	/*border:1px solid blue;*/
	background-color:#f6f5ee;/*beige*/
	background-image:url("../images/auxiliary/testimonial_photo3.jpg");
	background-repeat:no-repeat;
	height:200px;
	width:605px;	
	float:left;
}

.testimonial_text{
	position:relative;
	/*border:1px solid green;*/
	background-color:#f6f5ee;/*beige*/
	height:225px;
	width:605px;	
	float:left;
}
#testimonial_text1{
	position:relative;
	/*border:1px solid green;*/
	background-color:#f6f5ee;/*beige*/
	height:150px;
	width:605px;	
	float:left;
}
#testimonial_text1 .testimonial_literature{
	height:85px;
}
.testimonial_header{
	/*border:1px solid yellow;*/
	background-color:#f6f5ee;/*beige*/
	height:40px;
	width:200px;	
	float:left;
}
.testimonial_literature{
	/*border:1px solid red;*/
	position:absolute;
	left:40px;
	top:45px;
	background-color:#f6f5ee;/*beige*/
	height:170px;
	width:500px;	
	float:left;
}
.testimonial_footer{
	/*border:1px solid purple;
	background-color:#f6f5ee;/*beige*/
	margin-top:10px;
	border-bottom:1px solid #CCCCCC;
	height:40px;
	width:605px;	
	float:left;
}
.testimonial_quoteOpen{
	position:absolute;
	left:0px;
	top:45px;
	background-image:url("../images/auxiliary/quoteOpen.gif");
	background-repeat:no-repeat;
	height:30px;
	width:30px;
}
.testimonial_quoteClose{
	
	background-image:url("../images/auxiliary/quoteClose.gif");
	background-repeat:no-repeat;
	height:30px;
	width:35px;
}
#testimonial_quoteClose1{
	position:absolute;
	right:80px;
	bottom:20px;
	
}
#testimonial_quoteClose2{
	position:absolute;
	right:300px;
	bottom:4px;
	
}
#testimonial_quoteClose3{
	position:absolute;
	right:350px;
	bottom:37px;
	
}




#contact_content_bg{
	/*border:solid red 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:700px;
	width:100%;	
	margin-top:30px;
}
#contact_content{
	/*border:solid blue 1px;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:700px;
	width:600px;	
	left:250px;	
	float:left;
}
#contact_content_text1{
	/*border:1px solid orange;*/
	background-color:#f6f5ee;/*beige*/
	height:255px;
	width:525px;	
	left:250px;	
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.4;
}
#contact_content_text2{
	/*border:1px solid red;*/
	position:relative;
	background-color:#f6f5ee;/*beige*/
	height:360px;
	width:525px;	
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#submitButton{
	position:absolute;
	padding-top:10px;
	bottom:-30px;
	left:180px;
}
#bb_accordion{
	/*border:solid 1px black;*/
	position:absolute;
	margin-left:50px;
	top:375px;
	left:0px;
	height:500px;
	width:800px;
}
#newGallery_container{
	/*border:solid black 1px;*/
	background-color:#f7f5ee;
	overflow-y:auto;
	overflow-x:hidden;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:10px;
	height:500px;
	width:98%;
}
.subnav_hover_accesory{
	color:#ffffff;
	/*#a8b8a8*/
	background-image:url("../images/accessories/subnav_hover_accessory.gif");
}
.header_description{
	/*border:solid white 1px;*/
	position:absolute;
	top:78px;
	left:25px;
	height:50px;
	width:600px;
}
#contact_support{
	/*border:solid red 1px;*/
	position:absolute;
	background:#efedde;
	top:250px;
	left:950px;
	height:650px;
	width:270px;
	line-height:1.4;
}
#phone_extension{
	position:absolute;
	top:20px;
	left:900px;
	height:85px;
	width:400px;
	/*border:solid white 1px;*/
}

#customer_alert{
	height:30px;
	width:500px;
	background-color:#efedde;
	position:absolute;
	padding:10px;
	top:100px;
	left:250px;
	z-index:10100;
	display:none;
	/*Transparency Settings*/
 	filter:alpha(opacity=98);/* for IE */
  	opacity:0.98;/* CSS3 standard */
}
#infinity{
	height:10px;
	width:100%;
	background-color:red;
	/*margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	*/
	
	
	
}
