/* ========== GENERAL GLOBAL STYLES ==========*/

body {
	text-align: center;
	background-color: #dedede;
	background-image: url("../gfx/2010/2010bg.jpg");
	background-repeat: repeat;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
	
h1 {
	width: 			100%;
	padding-top:	8px;
	padding-left: 	20px;
	line-height:	30px;
}

	
h1 {
	font-family: 	Helvetica, Arial, Geneva, Verdana,  sans-serif;
	font-size: 		18px;
	font-style: 	normal;
	font-weight: 	normal;
	color: 			#fff;
	margin-top:		0px;
	margin-bottom: 	0px;
	line-height: 	24px;
}
	
h2 {
	font-family: 	Helvetica, Arial, Geneva, Verdana,  sans-serif; 
	font-size: 		14px; 
	font-style: 	normal; 
	font-weight: 	bold; 
	color: 			#404040;
	margin-top:		0px;
	margin-bottom: 	0px;
	padding-left:  	4px;
}		


h3, h3 a {
	font-family: 	Helvetica, Arial, Geneva, Verdana,  sans-serif; 
	font-size: 		12px; 
	font-style: 	normal; 
	font-weight: 	bold; 
	color: 			#404040;
	margin-top:		0px;
	margin-bottom: 	0px;
	padding-left:  	4px;
}		
	
p {
	font-family: 	 Verdana, Helvetica, Arial, Geneva,,  sans-serif;
	font-size: 		11px;
	font-style: 	normal;
	font-weight: 	normal;
	color: 			#666;
	padding-top:	0.4em;
	padding-bottom:0.4em;
	padding-right: 0.4em;
	padding-left:  4px;
}


table {
	margin: 		0px;
	font-family: 	Verdana,Helvetica, Arial, Geneva,   sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	font-weight: 	normal; 
	color: 			#666;
}

ul li {
	font-family: 	Verdana,Helvetica, Arial, Geneva,   sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	font-weight: 	normal; 
	color: 			#666;
	padding:		  .2em;

}

a {
	color:#404040;
	
}


.mainTitles	{
	width: 			100%;
	padding-top:	8px;
	padding-left: 	20px;
	line-height:	30px;
	font-family: 	Helvetica, Arial, Geneva, Verdana,  sans-serif;
	font-size: 		24px;
	font-style: 	normal;
	font-weight: 	normal;
	color: 			#fff;
	margin-top:		0px;
	margin-bottom: 	0px;
}


/*========== LAYOUT STYLES ==========*/
		
	
#container {
	position: relative;
	text-align: left;
	padding: 0px;
	left: 0px;
	width: 980px;
	top: 0px;
	margin: 0 auto;
	background-color:#ffffff;
}



/**********************************************************************************************************
	========== the header div is a container for #horizMenu, #logo, #breadCrumbs, #searchBar ==========
***********************************************************************************************************/
#header, #productHeader{
	position: 			relative;
	height: 			193px;
	width: 				980px;
	left: 				0px;
	top: 				0px;
	z-index: 			5;
	background-image: 	url("../gfx/misc/2012plume2.jpg");
	background-repeat: 	no-repeat;
	background-position: left top;
	clear: right;
}

#header{
	background-color:#00a8ed;
}

#productHeader{
	background-color:#b3b6b7;
}

#horizMenu {
	position: 	absolute;
	height:		0px;
	left:		20px;
	/*width:		368px;*/
	width:		600px;
	top:		86px;
	color: 		#fff;
	z-index:	10;	
	
}


/* navigation menu */

.homepageLinks, .homepagelinks:hover {
	font-family: Helvetica, Arial, Geneva, Verdana,  sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height:14px;
	text-decoration: none;
	margin-bottom:10px;
	/*background-color: #E6E6E6;
	border: 1px solid #666666;*/
}
.homepageLinks {
	text-decoration: none;
}

.homepagelinks a:hover {
	text-decoration: underline;
}


#logo {
	position: 	absolute;
	height:		60px;
	left:		20px;
	width:		174px;
	top:		7px;
	z-index: 	100;
}



#breadCrumbs {
	position: 		absolute;
	height:			20px;
	left:			20px;
	width:			540px;
	top:			123px;
	font-family: 	Verdana,Helvetica, Arial, Geneva, sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	font-weight: 	normal; 
	color: 			#fff;
	line-height:	20px;
}

#breadCrumbs a {
	text-decoration:	none;
	color:				#fff;
}	


#breadCrumbs a:hover {
	text-decoration: 	underline;
	color:				#fff;

}
/*
#breadCrumbs a:active {
	text-decoration:	underline;
	color:				#fff;
}

#breadCrumbs a:visited {
	text-decoration:	none;
	color:				#fff;
}*/		

#login {
	position: 		absolute;
	height:			20px;
	left:			752px;
	width:			160px;
	top:			96px;
	font-family: 	Verdana,Helvetica, Arial, Geneva, sans-serif; 
	font-size: 		10px; 
	font-style: 	normal; 
	font-weight: 	normal; 
	color: 			#fff;
	line-height:	16px;
	


}

#login a {
	text-decoration:	none;
	color:				#fff;
}	


#login a:hover {
	text-decoration: 	underline;
	color:				#fff;

}

/***********************************
Styles from VSS
***********************************/







/**************************************/
/*#searchBar {
	position: 			absolute;
	height:				20px;
	height:				28px;
	left:				740px;
	width:				200px;
	top:				119px;
	padding-top:	    3px;
	
}*/

.searchInput {
	height: 18px;
	font-size: 9px;

}

/**********************************************************************************************************************
 ========== these divs are the colored bars across the top of the page that tell you what section you're in ==========
 ************************************************************************************************************************/

#archSectionTitle, #landSectionTitle, #machineSectionTitle, #spotSectionTitle, #designerSectionTitle, #fundSectionTitle, #renderSectionTitle, #standardSectionTitle {
	position:			absolute;
	background-color: 	#6c8fb7;
	width: 				950px;
	height: 			50px;
	top:				148px;
	left: 				0px;
	z-index:			-10;
}

#landSectionTitle {
	background-color: 	#999966;
}

#machineSectionTitle {
	background-color: 	#63638C;
}

#spotSectionTitle {
	background-color: 	#9C2119;
}

#designerSectionTitle {
	background-color: 	#BEA963;
}

#fundSectionTitle {
	background-color: 	#4A5BA5;
}

#renderSectionTitle {
	background-color: 	#c9191f;
}

#standardSectionTitle {
	background-color: 	#b3b6b7; /*#7f7f7f;#4c4c4c;*/
}		


/************************************************************************
 ========== this div holds the left, center, and right columns ==========
 ************************************************************************/

#contentWrapper{
	text-align:				left;
	width: 					980px;
	background-color:		#fff;
	clear: 						both;
	background-position: left top;
	z-index: 					-10;
}

/**************************************************************
 ========== this div holds the left hand nav links ==========
 **************************************************************/
#colLeft {
	width: 160px;
	padding: 10px 0 0 0;
	margin: 0 10px 0 20px;
	min-height: 500px;
	float: left;
}


#colLeft p {
	font-family: 	Helvetica, Arial, Geneva, Verdana,  sans-serif;
	font-size: 		11px;
	font-style: 	normal;
	font-weight: 	bold;
	color: 			#76797c;
	/*margin: 		0 4px 0 2px;*/
	line-height:	15px;
	padding-left:	0px;
}

/**************************************************************
 		========== styles for main and sub nav links ==========
 **************************************************************/

.mainNavLinks a, .subNavLinks a {
	font-family: 		Arial, Helvetica, Geneva, Verdana,  sans-serif;
	font-size: 			12px;
	color: 				#666;
	text-decoration:	none;
	border-bottom:		1px solid #b3b6b7;
	display:			block;
	line-height: 		35px;
	background: 		url(../gfx/misc/grey_arrow.gif) no-repeat right center;
}

.subNavLinks a{
	font-weight:		normal;
	color:				#7f7f7f;
}

#colLeft p.mainNavLinks, #colLeft p.subNavLinks{	
	margin: 			0 0 0 0;
	padding: 			0 0 0 0;
	line-height: 		0px;
}

.mainNavLinks a:hover, .subNavLinks a:hover {
	color: 				#00A8ED;
	background: 		url(../gfx/misc/cyan_arrow.gif) no-repeat right center;
}


.subNavLinks a:active {
	background-color: 	#b6c8d8;
}


/**************************************************************
 		========== styles for right nav links ==========
 **************************************************************/
.rightNavLinks a, .rightNavLinks a:hover, .rightNavLinks a:active,  .rightNavLinks a:visited {
	font-family: 		Arial, Helvetica, Geneva, Verdana,  sans-serif; 
	font-size: 			11px; 
	font-style: 		normal; 
	font-weight: 		bold; 
	color: 				#000000;
	margin-top:			0px;
	margin-bottom: 		0px;
	text-decoration:	none;
	border-style:		none;
	margin-right:		20px;

}

.rightNavLinks a:hover {
	background-color: 	#dedede;
}

.rightNavLinks a:active {
	background-color: 	#b6c8d8;
}




/***************************************************************** 
===== this is the container for content in the right column =====
*****************************************************************/

#colRight {
	width: 	185px;
	float: 	right;
	margin:	16px 20px 0 0;
}


#colRight p {
	font-family: 	Arial, Helvetica, Geneva, Verdana,  sans-serif;
	font-size: 		13px;
	font-style: 	normal;
	font-weight: 	normal;
	color: 			#76797c;
	margin-top:		0px;
	margin-bottom: 	0px;
	padding-top: 	0;
	line-height: 	22px;
}



/*********************************************************************** 
===== this is the container for content in the center of the page =====
***********************************************************************/

#mainContent {
	width: 			575px;
	float:			left;
	margin-top:		20px;
	
/******* added the following two lines to fix the min-height property of the main content area in IE - added on 07/09/2008 by Indu */
  /*height:auto !important;
  height:500px;*/
  
/**************************************************************************************/  
}





#subColumns {
	position:		relative;
	width: 			611px;
	top: 10px;
	left: 0px;
	background-color: #CCCCCC;
	background-position: left top;
	text-align: left;
	float: left;
	clear: none;
	
}

#mainContent p, #mainContent {
	font-family: 	Verdana, Arial, Helvetica, Geneva,   sans-serif;
	font-size: 		11px;
	font-style: 	normal;
	font-weight: 	normal;
	color: 			#666;
}

#mainContent h3 a, #mainContent td h3{
	padding-left:0px;
}


/*this div goes indside of #mainContent and is used when there isn't a lot of text to fill the box */
#combinedCol {
	width: 500px;
	float: left;
	/*margin: 20px 0 0 0;*/
}

#spacerDiv {
	height:500px;
}


/************************************************************************************************* 
===== DEPRECATED: here is the style info for the new features lists for each product =====
**************************************************************************************************/
#archFeatureContainer {
	margin: 			0;
	padding: 			0;
	text-align: 		center;
	background-color: #6c8fb7;
	padding:1px;
	
}

#designerFeatureContainer {
	margin: 			0;
	padding: 			0;
	text-align: 		center;
	background-color: #BEA963;
	padding:1px;
	
}


#landFeatureContainer {
	margin: 			0;
	padding: 			0;
	text-align: 		center;
	background-color: #999966;
	padding:1px;
	
}



#spotFeatureContainer {
	margin: 			0;
	padding: 			0;
	text-align: 		center;
	background-color: #9C2119;
	padding:1px;
	
}



#machineFeatureContainer {
	margin: 			0;
	padding: 			0;
	text-align: 		center;
	background-color: #63638C;
	padding:1px;
	
}



#fundFeatureContainer {
	margin: 			0;
	padding: 			0;
	text-align: 		center;
	background-color: #4A5BA5;
	padding:1px;
	
}




#renderFeatureContainer {
	margin: 			0;
	padding: 			0;
	text-align: 		center;
	background-color: #c9191f;
	padding:1px;
	width: 400px;
	
}

*/
/************************************************************************************************* 
===== background colors for the alternate rows in the New in 2008 feature descriptions =====
**************************************************************************************************/
.featureBkgrdColorLight {
	background-color:#e3eaf0;
	margin-top:				5px;
	margin-bottom:		5px;
}

.featureBkgrdColorDark {
	background-color:#becedb;
	margin-top:				5px;
	margin-bottom:		5px;
}

.ARfeatureBkgrdColorLight {
	background-color:#e3eaf0;
	margin-top:				5px;
	margin-bottom:		5px;
}

.ARfeatureBkgrdColorDark {
	background-color:#becedb;
	margin-top:				5px;
	margin-bottom:		5px;
}

.DSfeatureBkgrdColorLight {
	background-color:#F2EEDF;
	margin-top:				5px;
	margin-bottom:		5px;
}

.DSfeatureBkgrdColorDark {
	background-color:#E1D7B4;
	margin-top:				5px;
	margin-bottom:		5px;
}

.FUfeatureBkgrdColorLight {
	background-color:#E2E8F2;
	margin-top:				5px;
	margin-bottom:		5px;
}

.FUfeatureBkgrdColorDark {
	background-color:#BFC5D8 ;
	margin-top:				5px;
	margin-bottom:		5px;
}

.LMfeatureBkgrdColorLight {
	background-color:#E7EADD;
	margin-top:				5px;
	margin-bottom:		5px;
}

.LMfeatureBkgrdColorDark {
	background-color:#C9CCB2;
	margin-top:				5px;
	margin-bottom:		5px;
}

.MDfeatureBkgrdColorLight {
	background-color:#D6D9E5;
	margin-top:				5px;
	margin-bottom:		5px;
}

.MDfeatureBkgrdColorDark {
	background-color:#A1A7C2;
	margin-top:				5px;
	margin-bottom:		5px;
}

.SPfeatureBkgrdColorLight {
	background-color:#EFE6E6;
	margin-top:				5px;
	margin-bottom:		5px;
}

.SPfeatureBkgrdColorDark {
	background-color:#D8CACA;
	margin-top:				5px;
	margin-bottom:		5px;
}

.RWfeatureBkgrdColorLight {
	background-color:#EAEAEA;
	margin-top:				5px;
	margin-bottom:		5px;
}

.RWfeatureBkgrdColorDark {
	background-color:#ccc;
	margin-top:				5px;
	margin-bottom:		5px;
}

/*p.featureBkgrdColorLight  {
	background-color:#e3eaf0;
	margin-top:				5px;
	margin-bottom:		5px;
}

p.featureBkgrdColorDark  {
	background-color:#becedb;
	margin-top:				5px;
	margin-bottom:		5px;
}*/



.newFeatureImage {
font-family:	Verdana, Arial, Helvetica, sans-serif;
font-size:		10px;
font-weight:	bold;

}

.thumbnailImage {
	float:left; 
	margin-top:5px; 
	margin-right:5px
}

.feature {
	min-height:100px;

}


/************************************************************************************************* 
===== this is the container for content in the left mini column that is inside #mainContent =====
**************************************************************************************************/
#subColLeft p, #subColCenter p, #subColRight p, .greyMiniBox p, #miniBoxCenter p, #miniBoxLeft p, #miniBoxRight p {
	font-family: 	Arial, Helvetica, Geneva, Verdana,  sans-serif;
	font-size: 		11px;
	font-style: 	normal;
	font-weight: 	normal;
	color: 			#666;
	margin-top:		10px;
	margin-bottom: 	0px;
	line-height: 18px;
}

#subColLeft h3, #subColCenter h3, #subColRight h3{
	padding-top:0px;
}

#subColLeft {
	position:		relative;
	width: 			185px;
	float:			left;
	left: 0px;
	background-position: left top;
	text-align: left;
	clear: none;
	padding-right: 5px;
	padding-top: 8px;
}


#subColLeft a, #subColCenter a, #subColRight a, #miniBoxCenter a, miniBoxLeft a, miniBoxRight a  {
	color: 00a8ed;
	font-weight:bold;
}

/* this will color the gray background inside all the subCol divs; basically a box within the box */
.greyMiniBox {
	background-color:#F6F6F6;
	min-height:     150px;
	width:			136x;
}

.greyMiniBox p {
	margin-left:10px;
	
}
.greyMiniBox a, .subColColorBoxStd p a {
	color: #00a8ed;
	text-decoration:none;
	font-weight:bold;
	
}

.greyMiniBox a:hover {
	color: #000;
	text-decoration:underline;
	
}

.greyMiniBox a:visited {
	color: #00a8ed;
	text-decoration:none;
	
}

.greyMiniBox h3 {
	margin-left:	10px;
	color:			#FFFFFF;
}


/* this will color the gray background inside all the subCol divs; basically a box within the box */
.greyBox {
	background-color:#F6F6F6;
	min-height:     200px;
	width:			185px;
}

.greyBox p {
	margin-left:10px;
	
}
.greyBox a {
	color: #000;
	text-decoration:none;
	
}

.greyBox a:hover {
	color: #000;
	text-decoration:underline;
	
}

.greyBox a:visited {
	color: #000;
	text-decoration:none;
	
}

.greyBox h3 {
	margin-left:	10px;
	color:			#FFFFFF;
}

/* these are inside the subCols and a colored specifically for each product*/

.subColColorBoxLM {
	background-color:	#999966; 
	height:				20px;
	padding-top:	    10px;
}

.subColColorBoxAR {
	background-color:	#6c8fb7; 
	height:				20px;
	padding-top:	    10px;
}

.subColColorBoxStd {
	background-color:	#666666; 
	height:				15px;
	padding-top:	    5px;
	padding-bottom:	  	5px;
}

.subColColorBoxStd H3{
	color: white;
	margin-left: 10px;
}


.subColColorBoxSP {
	background-color:	#9C2119; 
	height:				20px;
	padding-top:	    10px;
}

.subColColorBoxMD {
	background-color:	#63638C; 
	height:				20px;
	padding-top:	    10px;
}

.subColColorBoxDS {
	background-color:	#BEA963; 
	height:				20px;
	padding-top:	    10px;
}

.subColColorBoxFU {
	background-color:	#4A5BA5; 
	height:				20px;
	padding-top:	    10px;
}

.subColColorBoxRW {
	background-color:	#c9191f; 
	height:				20px;
	padding-top:	    10px;
}



/**************************************************************************************************  
===== this is the container for content in the center mini column that is inside #mainContent =====
**************************************************************************************************/
#subColCenter {
	width: 			185px;
	float:			left;
	clear: none;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	padding-top: 8px;
}



/**************************************************************************************************  
===== this is the container for content in the right mini column that is inside #mainContent =====
**************************************************************************************************/

#subColRight {
	/*top: 			relative;*/
	width: 			185px;
	float:			left;
	left: 			0px;
	clear: 			none;
	padding-left: 	5px;
	padding-top: 8px;
}



/*#subColRight a {

}*/

/********************************************************************************************* 
		===== this is the container for footer content, each product has a different color =====
***********************************************************************************************/

#footer,#homepageFooter, #ARfooter, #DSfooter, #FUfooter, #LMfooter, #MDfooter, #RWfooter, #SPfooter  {
	position:relative;
	left:190px;
	background-color: 	#FFFFFF;
	background-image: 	url(../gfx/misc/portalcontentbg.png);
	background-repeat: 	repeat-x;
	height: 			68px;
	width: 				770px;
	top: 				0px;
	clear: 				both;
	margin: 			20px 0 0 0;	
}

#footerBar {
	background-image: url(http://serviceselect.vectorworks.net/portalcontentbg.png);
	background-repeat: repeat-x;
	background-position:50 100 ;
	width:575;
	margin-left:250;
}

#footerText {
	position:absolute;
	top:22px;
	width:790px;
	
}

#formFooter {
	position:	absolute;
	left: 765px;
	/*top: 	18px; changing form footer position to appear correctly on 2009 footer images*/
	top:  33px;
}


.fineprint {
	font-size: 10px;
	/*text-align: center;
	background-color: #fff;*/
	color:#76797C;
	font-family: 	Arial, Helvetica, Geneva, Verdana,  sans-serif; 
	font-style: 	normal; 
	font-weight: 	normal; 

}

.fineprint a {
	text-decoration:none;
	color:#00a8ed;
}

.fineprint a:hover {
	text-decoration:underline;
	color:#000;
}

/*=========== LEGACY STYLES ==============*/	

.boldtext {  
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	font-weight: 	bold; 
	color: 			#000000
}

/*.boldtext a:hover {
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size:		11px; 
	font-style: 	normal; 
	font-weight: 	bold;
	color: 			#FF0000
}*/
	
.bolditalic {  
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	font-style: 	italic; 
	font-weight: 	bold; 
	color: 			#000000
}
	
.date {  
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		10px; 
	font-style: 	normal; 
	font-weight: 	bold; 
	color: 			#333333
}	

.headerblack {  
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		14px; 
	font-style: 	normal; 
	font-weight: 	bold; 
	color: 			#000000
}	
	
.header {  
	font-family: 	Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 		14px; 
	font-style: 	normal; 
	font-weight: 	bold; 
	color: 			#FF0000;
	margin-top: 	0px;
}	
		
.italic {  
	font-family: 	Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	font-style: 	italic; 
	font-weight: 	normal; 
	color: 			#000000;
	margin-top:		0px;
}
	
.redhead {  
	font-family: 	Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	font-weight: 	bold; 
	color: 			#FF0000;
	margin-top: 	5px;
	margin-bottom: 	2px;
}	
	
.smalltext {  
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		10px; 
	font-style: 	normal; 
	font-weight: 	normal; 
	color: 			#000000
}

P.noMargin {  
	font-family: 	Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	font-weight:	normal; 
	color: 			#000000;
	margin:			0px;
}
	
P.noTopMargin {  
	font-family: 	Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	font-style: 	normal; 
	font-weight: 	normal; 
	color: 			#000000;
	margin-top:		0px;
}
	
img.floatLeft {
	float: 	left;
	margin: -5 8px 2px 0;
}
	
img.floatRight {
	float: 	right;
	margin: 8px;
} 


.eventHdrBg {
	background-color: #dedede;
	line-height: 30px;
	padding-left: 8px;
}

H3.eventHdrBg  a{
	font-family: 	Helvetica, Arial, Geneva, Verdana,  sans-serif; 
	font-size: 		12px; 
	font-style: 	normal; 
	font-weight: 	bold; 
	color: 			#404040;
	margin-top:		0px;
	margin-bottom: 	0px;
	padding-left:  	4px;
}

#colRight h3 {
    background-color: transparent;
    background-image: url("http://serviceselect.vectorworks.net/portletheaderbg.png");
    background-repeat: repeat-x;
    border-width: 0;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 0 14px;
    padding: 0 0 0 3px;
    text-transform: none;
}

#colLeft h3 {
    background-color: transparent;
    background-image: url("http://serviceselect.vectorworks.net/portletheaderbg.png");
    background-repeat: repeat-x;
    border-width: 0;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 0 14px;
    padding: 0 0 0 3px;
    text-transform: none;
}

/*Added to reorder bradcrumbs & title - jdorapalli*/
#breadCrumbs {
    color: #FFFFFF;
    font-family: Verdana,Helvetica,Arial,Geneva,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    left: 20px;
    line-height: 20px;
    position: absolute;
    top: 173px;
    width: 540px;
}
#archSectionTitle, #landSectionTitle, #machineSectionTitle, #spotSectionTitle, #designerSectionTitle, #fundSectionTitle, #renderSectionTitle, #standardSectionTitle {
	height: 50px;
	left: 0;
	position: absolute;
	top: 119px;
	width: 980px;
	z-index: -10;
}
#searchBar {
	height: 28px;
	left: 770px;
	padding-top: 3px;
	position: absolute;
	top: 169px;
	width: 200px;
	/* [disabled]float: right; */
	/* [disabled]right: 0px; */
}

