
/*  --------- large buttons with editable text e.g. (/products/index.asp)   --------- */

#buttons_with_text { 
	margin : 0px 0px 0px 0px; 
} 

#buttons_with_text .text_button{
	float: left;
	width: 180px;
	min-height: 210px;
	margin: 0px 2px 10px 5px;
}

#buttons_with_text .text_button a {
	display: block;
	width: 180px;
	min-height: 210px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top-left;
	text-decoration: none;
}

.text_button a:hover {
	background-position: -180px 0px;
	cursor: pointer;
}

.text_button_top { 
	display:table;
	position: relative;
	height: 86px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	vertical-align:middle;	
	border-bottom: none;
} 

.text_button_top div { 
	#position: absolute;  
	#top: 50%;										/* ugly #hack for IE 7 and under, other browsers will ignore */
	display: table-cell;
	vertical-align: middle;				/* for standard browsers */
}

.text_button_top div div {
	#position: relative;
	#top: -50%;										/* ugly #hack for IE 7 and under */
}

#buttons_with_text .text_button_main { 
	width: 169px;
	min-height: 119px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: none;
} 

.text_button_bottom { 
	height: 5px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/img/buttons/text_button_bottom.jpg);
	background-repeat : no-repeat;
	background-position: top-left;
	text-align: right;
} 

.text_button_pic {
	float: right;
	position: relative;
	margin: 0px 5px 0px 0px;
}

.text_button .text_button_top h2 {	

	vertical-align: middle;
	margin: 0px 0px 15px 5px;
	padding: 0px 0px 0px 5px;
	font-size: 12pt;	
	letter-spacing: -0.25mm ;	
	font-weight: 500;	
	color: #ff3300;	
}

#buttons_with_text .text_button .text_button_main p {	

	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 11px;
	font-size: 100%; 	
	letter-spacing: -0.1mm ;	
	font-weight: 500;
	color: #777777;		
}

#content #buttons_with_text .text_button {
	margin: 0px 2px 10px 2px;
}

/*  --------- shorter buttons, e.g. (/products/auto.asp)   --------- */

#buttons_with_text_short { 
	margin : 20px 0px 0px 0px; 
}

#content #buttons_with_text_short .text_button {
	margin: 0px 2px 10px 2px;
}

#buttons_with_text_short .text_button{
	float: left;
	width: 180px;
	min-height: 140px;
	margin: 0px 2px 10px 5px;
}

#buttons_with_text_short .text_button_main { 
	width: 169px;
	min-height: 79px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: none;
} 

#buttons_with_text_short .text_button .text_button_main p {	

	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 11px;
	font-size: 100%; 	
	letter-spacing: -0.1mm ;	
	font-weight: 500;
	color: #777777;		
}

#buttons_with_text_short .text_button a {
	display: block;
	width: 180px;
	min-height: 140px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top-left;
	text-decoration: none;
}

/*  --------- fullwidth buttons   --------- */

#fullwidth_buttons_with_text { 
	margin : 20px 0px 0px 0px; 
}

#content #fullwidth_buttons_with_text .text_button {
	margin: 0px 2px 10px 2px;
}

#fullwidth_buttons_with_text .text_button a {
	display: block;
	width: 540px;
	min-height: 130px !important;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top-left;
	text-decoration: none;
}

#fullwidth_buttons_with_text .text_button a:hover {
	background-position: -540px 0px;
	cursor: pointer;
}

#fullwidth_buttons_with_text .text_button {
	float: left;
	width: 540px;
	min-height: 30px;
	margin: 0px 2px 10px 5px;
}

#fullwidth_buttons_with_text .text_button_main { 
	width: 528px;
	min-height: 0px;
	margin : 0px 0px 0px 10px;
	padding : 0px 0px 0px 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: none;
} 

#fullwidth_buttons_with_text .text_button .text_button_main p {	

	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 10px 11px;
	font-size: 100%; 	
	letter-spacing: -0.1mm ;	
	font-weight: 500;
	color: #777777;		
}

#fullwidth_buttons_with_text .text_button a {
	display: block;
	width: 540px;
	min-height: 60px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: top-left;
	text-decoration: none;
}

#fullwidth_buttons_with_text .text_button .text_button_bottom { 
	background-image : url(/img/buttons/fullwidth_button_bottom.jpg);
} 

#fullwidth_buttons_with_text .text_button .text_button_top h2 {	

	
	margin: 0px 0px 15px 105px !important;
	padding: 0px 0px 0px 5px;
	font-size: 12pt;	
	letter-spacing: -0.25mm ;	
	font-weight: 500;	
	color: #ff3300;	
}

/*  ---------  text styles when needed to override default stylesheet inside #contentbox div   --------- */

.override_default .text_button_top h2 {	

	vertical-align: middle !important;
	margin: 0px 0px 15px 5px !important;
	padding: 0px 0px 0px 5px !important;
	font-size: 12pt !important;	
	letter-spacing: -0.25mm !important;	
	font-weight: 500 !important;	
	color: #ff3300 !important;	
}

.override_default .text_button_main p.override_default {	

	width: auto !important;	
	padding: 0px 0px 0px 0px !important;	
	margin: 0px 5px 0px 11px !important;	
	font-size: 100% !important;		
	letter-spacing: -0.1mm !important;		
	font-weight: 500 !important;	
	color: #ff3300 !important;		
}

/*  ---------  larger margins for spacing fewer than three buttons --------- */


.two_buttons .text_button {
	margin-left: 30px !important;
	margin-right: 50px !important;
}
