/***********************RUDOLPH STYLES***********************/
p {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#center_wrapper { 
	width: 972px; 
	margin: 0 auto;
	text-align: left;
}

#container {
	float: left;
	padding-left: 9px;
	padding-right: 11px;
	width: 952px;
}

#header {
	float: left;
	width: 972px; 
}

#header .left {
	float: left;
	padding-top: 11px;
	padding-bottom: 17px;
}

#header .left .logo {
	float: left;
	padding-top: 15px;
}

#header .right {
	float: right;
	text-align: right;
	width: 425px;
}


.right_photo {
	padding-left: 5px; 
	float: left;
}
.blue_text {
	color: #0069AA;
}

#header .right a {
	color: #0069AA;
	text-decoration: none;
}

#header .right a:hover {
	color: #0069AA;
	text-decoration: underline;
}

#top_shadow {
	background-image: url('../images/top_shadow.jpg'); 
	background-repeat: repeat-x; 
	height: 9px;
	width: 972px;
	float: left;
}

.left_container, .image_align {
	float: left;
}

.right_container {
	float: right;
}

#vertical_shadow {
	background-image: url('../images/vertical_shadow.jpg'); 
	background-repeat: repeat-y; 
	width: 972px;
	float: left;
}

#global_nav {
	/*background-image: url('../images/nav_background.gif'); */
	background-repeat: repeat-x;
	height: 36px;
	background-position: center;
	float: left;
	padding-left: 9px;
}

#inner_container {
	float: left;
	width: 972px;
}

#inner_container_home {
	float: left;
	padding-top: 7px;
	width: 972px;
}

#home_bottom_container {
	float: left;
}

#footer {
	width: 972px;
	float: left;
	text-align: right;
}

#footer .background {
	float: left;
	width: 950px;
	background-color: #EDEDED;
	margin-left: 10px;
	_margin-left: 5px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 7px solid #FFFFFF;
}

#footer a {
	color: #0069AA;
}

#footer a:hover {
	color: #0069AA;
	text-decoration: none;
}

#footer .padding {
	padding-right: 23px;
	color: #0069AA;
	
}

#bottom_shadow {
	float: left;
	background-image: url('../images/bottom_shadow.jpg'); 
	background-repeat: repeat-x; 
	height: 7px;
	width: 972px;
	
}

.required{color: red;}

body {
	height: 100%; 
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

html { 
	height: 100%; 
	margin-bottom: 1px;
	font-size: 11px;	
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
}

form {
	padding: 0px;
	margin: 0px;
}

img {	
	border: 0px;	
}

div {
	font-family: Verdana, Arial, sans-serif;
	color: #646565;
	font-size: 11px;	
}

td {
	font-family: Verdana, Arial, sans-serif;
	color: #646565;
	font-size: 11px;	
}

textarea, select, input {
	font-family: Verdana, Arial, sans-serif;
	color: #646565;
	font-size: 11px;	
}

a {
	color: #026CB6;
	text-decoration: underline;
}

a:hover {
	color: #026CB6;
	text-decoration: none;
}

table {
	float: left;
}

#header input {
	padding: 0px;
	margin: 0px;
	height: 18px;
	border-left: 1px inset #CAC39A;
	background-color: #FFFFFF;
	border-left: 1px solid #CAC39A;
	border-right: 1px solid #F5F2EA;
	border-top: 1px solid #CAC39A;
	border-bottom: 1px solid #F5F2EA;
}

input {
	padding: 0px;
	margin: 0px;
}

h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;	
	font-weight: normal;
}

h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;	
	font-weight: normal;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;	
	font-weight: normal;
}

.ul_li_default {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}


/***********************PNG***********************/
.title_white_back { /* compliant method */ 
	background: url(../images/title_white_back.png); 
	width: 328px;
	height: 42px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
} 

* html .title_white_back { /* for IE/Win */ 
	background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Resources/images/title_white_back.png",sizingMethod="scale"); 
	width: 328px;
	height: 42px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

.title_white_back .padding {
	padding-top: 13px;
	padding-left: 26px;
	float: left;
	
}

.title_white_back_sm { /* compliant method */ 
	background: url(../images/title_white_back_sm.png); 
	width: 282px;
	height: 42px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
} 

* html .title_white_back_sm { /* for IE/Win */ 
	background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Resources/images/title_white_back_sm.png",sizingMethod="scale"); 
	width: 282px;
	height: 42px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

.title_white_back_sm .padding {
	padding-top: 13px;
	padding-left: 26px;
	float: left;
	
}

.title_white_back_sm_banner { /* compliant method */ 
	background: url(../images/title_white_back_sm.png); 
	width: 282px;
	height: 42px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
} 

* html .title_white_back_sm_banner { /* for IE/Win */ 
	background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Resources/images/title_white_back_sm.png",sizingMethod="scale"); 
	width: 282px;
	height: 42px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 3px;
} 

.title_white_back_sm_banner .banner_padding {
	padding-top: 13px;
	padding-left: 26px;
	float: left;
	
}
/***********************END PNG***********************/
/***********************home page properties***********************/


#left_column {	
	float: left;
	width: 610px;
}

#left_column_container {
	float: left; 
	width: 207px;
}

#right_column {	
	float: right;
	width: 362px;
}

#top_right_home_background {
	background-image: url('../images/top_right_home_background.jpg');
	background-repeat: no-repeat;
	width: 362px;
	height: 253px;
	float: right;
}

#top_right_home_background .top_right_home_background_padding {
	padding-left: 15px;
	float: left;
}

#middle_left_home_curve {	
	float: left;
	background-image: url('../images/middle_left_home_curve.jpg');
	background-repeat: no-repeat;
	width: 610px;
}

#middle_left_home_back {	
	background-image: url('../images/middle_left_home_back.jpg');
	background-repeat: repeat-y;
	width: 610px;
	float: left;
}

#middle_left_home_curve_bot {	
	background-image: url('../images/middle_left_home_curve_bot.jpg');
	background-repeat: no-repeat;
	width: 610px;
	height: 78px;
	float: left;
}

#middle_right_home_curve {	
	background-image: url('../images/middle_right_home_curve.jpg');
	background-repeat: no-repeat;
	width: 362px;
	float: right;
}

.blue_header {
	color: #0069AA;
	font-weight: bold;
	font-size: 11px;	
	padding-bottom: 9px;
}

.blue_header a {
	color: #0069AA;
	font-weight: bold;
	font-size: 11px;	
	padding-bottom: 9px;
	text-decoration: none;
}

.blue_header a:hover {
	text-decoration: underline;
}

.gray_header {
	color: #868585;
	font-weight: bold;
	font-size: 12px;	
	padding-bottom: 9px;
}

.bucket_padding {
	float: left;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 0px;	
	width: 277px;
}

.link_arrow {
	background-image: url('../images/link_arrow.gif'); 
	background-repeat: no-repeat; 
	background-position: right;
	padding-right: 8px;
	float: left;
}

.link_arrow a {
	text-decoration: underline;
}

.link_arrow a:hover {
	text-decoration: none;
}

.title {
	background-image: url('../images/vert_dots.gif'); 
	background-repeat: repeat-x; 
	background-position: bottom;
	padding-bottom: 9px;
	float: left;
	width: 550px;
}

.title_detail {
	background-image: url('../images/vert_dots.gif'); 
	background-repeat: repeat-x; 
	background-position: bottom;
	padding-bottom: 9px;
	float: left;
	width: 450px;
}

.title_sm {
	background-image: url('../images/vert_dots.gif'); 
	background-repeat: repeat-x; 
	background-position: bottom;
	padding-bottom: 9px;
	float: left;
	width: 406px;
}

.product_container {
	float: left; 
	padding-top: 23px; 
	padding-left: 25px;
}

.product_container .item {
	float: left; 
	padding-bottom: 20px;
}

.product {
	width: 100%; 
	float: left; 
	padding-top: 14px;
}

.product_link a {
	font-size: 9px;	
	text-align: center;
	width: 100%;
	float: left;
}

.left_photo {
	padding-left: 19px; 
	width: 123px;
	float: left;
}

.right_copy {
	width: 375px; 
	padding-right: 50px;	
	float: right;
}


.button {	
	/*  float: left;  */ 
	padding-top: 28px;	
}

.button_listing {	
	/*  float: left;  */ 
	padding-top: 13px;	
}

#news_container {
	padding-left: 15px; 
	padding-top: 10px; 
	float: left; 
}

.news {
	width: 277px; 
	float: left;
	padding-left: 16px;
	padding-top: 18px;
}

.news .item { 
	float: left;
	background-image: url('../images/vert_dots.gif'); 
	background-repeat: repeat-x; 
	background-position: bottom;
	padding-bottom: 18px;
	margin-bottom: 18px;
	padding-left: 9px;
	width: 277px;
}

.news .left_photo {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	width: 26px;
}

.news .right_copy {
	float: right;
	width: 237px;	
	padding-right: 0px;
	margin-right: 0px;
}

.support_button {
	padding-top: 10px; 
	float: left; 
	width: 100%;
}

/*template w/ left navigation*/

#left_column_dimple {
	background-image: url('../images/left_nav_dimple_gray.jpg'); 
	background-repeat: no-repeat;
	width: 207px;
	height: 46px; 
	float: left;
}

#right_dimple {
	background-image: url('../images/right_dimple.jpg'); 
	background-repeat: no-repeat;
	width: 305px;
	float: right;
}

#left_column_landing {
	float: left;
	width: 207px;
}

#right_column_landing {
	float: right;
	width: 765px;
	padding-top: 0px;
}

#right_column_landing .left_content {
	float: left;
	width: 460px;
}

#right_column_landing .left_content .padding {
	float: left;
	padding-left: 5px;
}

#right_column_landing .right_content {
	float: right;
	width: 305px;
}

#crumb {
	color: #0069AA;
	background-image: url('../images/left_nav_dimple_white.jpg'); 
	background-repeat: no-repeat;
	width: 900px;
	height: 39px; 
	float: left;
}

#crumb .padding {
	float: left;
	padding-left: 35px;	
	_padding-left: 45px;	
	padding-top: 12px;
	color: #0069AA;
}

#crumb a {
	color: #0069AA;
	text-decoration: none;
}

/*left navigation properties*/

#left_navigation_title {
	float: left;
	width: 207px;
	padding-left: 0px;
	margin-top: 0px;
}

#left_navigation_title .padding {
	padding-top: 20px;
	margin-left: 24px;
	_margin-left: 34px;
	padding-left: 10px;
}

#left_navigation {
	float: left; 
	margin-left: 0px; 
	background-image: url('../images/left_nav_background.jpg'); 
	background-repeat: no-repeat;
	width: 198px;
}

#left_navigation .padding {
	float: left; 
	margin-left: 10px;
	padding-top: 16px;
	background-image: url('../images/left_nav_gradient.jpg'); 
	background-repeat: repeat-x;
	width: 197px;
	_width: 187px;
	min-height: 600px; 
	/*  IE6 min-height hack  */  
	height: auto !important;  
	height: 600px;  
}

html #left_navigation .padding

#left_navigation #left_nav_image {
	padding-bottom: 0px;
}

.ul_li_default {
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
	float: left;
}

.ul_li_default li
{
	margin-bottom: 8px;
}

#left_navigation .on {	
	color: #133959;
}

#left_navigation ul li {
	float: left;
	width: 180px;
}

#left_navigation ul li a {
	font-family: Verdana, Arial, sans-serif;
	color: #979898;
	padding-left: 23px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-bottom: 3px;
	float: left;
	text-decoration: none;
	font-size: 12px;	
	font-weight: bold;
}

#left_navigation ul li a:hover {
	color: #0069AA;
	text-decoration: none;
}

#left_navigation ul li li a {
	font-size: 11px;	
	color: #0069AA;
	float: left;
	padding-left: 23px;
	padding-bottom: 10px;
	font-weight: normal;
}

#left_navigation ul li li a:hover {
	color: #16171B;
	float: left;
	background-image: url('../images/left_nav_arrow.gif'); 
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 8px;
}

#left_navigation ul li li .on {	
}

.tier2_nav {
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

/*END LEFT NAV*/



#top_right_background {
	float: left;	
	background-image: url('../images/top_right_background.jpg'); 
	background-repeat: repeat-x;
	width: 294px;
	min-height: 338px;
}

.intro_copy {
	float: left;
	line-height: 18px;
	padding-bottom: 35px;
}

.line_height {
	line-height: 18px;
}

.blue_title_bar {
	background-color: #0069AA;	
	float: left;
	width: 450px;
}

.blue_title_bar .bar_padding {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 23px;
	padding-right: 0px; 	
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;	
	width: 400px;
}

.blue_title_bar .bar_padding .bar_left {
	float: left;
	color: #FFFFFF;
}

.blue_title_bar .bar_padding .bar_right {
	float: right;
	padding-top: 3px;
	text-align: right;
}

#product_listing {
	float: left;	
	padding-bottom: 20px;
}

.product_gray_title {
	color: #868585;
	font-size: 12px;	
	font-weight: bold;
}

#product_listing .item {
	float: left;	
	background-image: url('../images/vert_dots.gif'); 
	background-repeat: repeat-x; 
	background-position: top;
	width: 406px;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#product_listing .item .left_photo {
	float: left;	
	width: 68px;
}

#product_listing .item .right_copy {
	float: right;	
	width: 200px;

}

#step_links {
	float: left;	
}

#step_links .ul_li_default 
{
	padding-top: 18px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

#step_links ul li a {
	font-family: Verdana, Arial, sans-serif;
	color: #979898;
	padding-left: 11px;
	_padding-left: 21px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-bottom: 3px;
	float: left;
	text-decoration: none;
	font-size: 12px;	
	font-weight: bold;
}

#step_links ul li a:hover {
	color: #0069AA;
	text-decoration: none;
}

#step_links_container {
	padding-top: 59px; 
	padding-bottom: 18px; 
	float: left; 
	margin-left: 12px; 
	_margin-left: 1px; 
}

#middle_column_container {
	padding-left: 23px; 
	padding-right: 10px; 
	padding-top: 30px; 
	width: 406px; 
	float:left;
}

.middle_container {
	padding-left: 23px; 
	padding-right: 10px; 
	padding-top: 30px; 
	width: 406px; 
	float:left;
}

#right_column_container {
	width: 305px; 
	float: right;	
}

#right_column_container .item {
	float: left;
	padding-bottom: 25px;
}

#product_category_listing {
	float: left;
}

#product_category_listing .item {
	float: left;
	padding-bottom: 50px;
}

.bullet_style li {
	padding-bottom: 10px;
}

.bullet_style li a {
	background-image: url('../images/bullet_style.gif'); 
	background-repeat: no-repeat; 
	background-position: top left;
	padding-left: 10px;
	color: #0069AA;
	width: 175px;
	padding-bottom: 10px;
	text-decoration: none;
}

.bullet_style li a:hover {
	text-decoration: underline;
}

.bullets {
	float: left; 
	width: 300px; 
	padding-top: 15px;
}

#product_detail {
	float: left;
}

#product_detail .item {
	float: left;
	width: 406px;
	padding-bottom: 40px;
}

#product_detail .item .left_photo {
	float: left;
	width: 119px;
	padding-left: 0px;
	padding-right: 10px;
}

#product_detail .item .right_copy {
	float: right;
	width: 225px;
	padding: 0px;
	margin: 0px;
}

.gray_bullets {
	float: left; 
	width: 250px;
	padding-top: 0px;
}

.gray_bullets li {
	padding-bottom: 10px;
	background-image: url('../images/gray_bullet.gif'); 
	background-repeat: no-repeat; 
	background-position: top left;
	color: #646565;
	padding-left: 10px;
}

.listing {
	padding-left: 23px; 
	padding-right: 10px; 
	padding-top: 0px; 
	width: 383px; 
	float: left;
	padding-bottom: 20px;
	
}

.news_listing {
	padding-left: 0px; 
	padding-right: 10px; 
	padding-top: 0px; 
	width: 406px; 
	float: left;
	padding-bottom: 20px;
	
}

.news_listing .item {
	background-image: url('../images/vert_dots.gif'); 
	background-repeat: repeat-x; 
	background-position: top;
	margin-top: 18px;
	padding-top: 18px;
	
}

.news_listing .button_listing_dots {	
	float: left;
	padding-top: 13px;	
	background-image: url('../images/vert_dots.gif'); 
	background-repeat: repeat-x; 
	background-position: top;
	width: 406px;
	margin-top: 20px;
}

.listing .item {
	background-image: url('../images/vert_dots.gif'); 
	background-repeat: repeat-x; 
	background-position: top;
	margin-top: 18px;
	padding-top: 18px;
	
}

.listing .button_listing_dots {	
	float: left;
	padding-top: 13px;	
	background-image: url('../images/vert_dots.gif'); 
	background-repeat: repeat-x; 
	background-position: top;
	width: 406px;
	margin-top: 20px;
}

.copy {
	padding-left: 24px; 
	width: 200px;
	padding-top: 10px;
	float: left;
}



.related_product_item {
	float: left;
	width: 245px;
	padding-bottom: 19px;
	
}

.related_left_photo {
	float: left;	
	width: 68px;
}

.related_right_copy {
	float: right;	
	width: 172px;

}

.related_product_item .links {
	float: left;
}

.related_product_item .links .links_item {
	float: left;
	padding-top: 0px;
	width: 200px;
	padding-bottom: 10px;
}


.related_product_item .links .links_item a {
	text-decoration: none;
}

#banner_area {
	float: left;	
	width: 294px; 
}

#banner_area .padding {
	float: left;	
	padding-top: 50px;
}

.banner_fade {
	background-image: url('../images/banner_background.jpg'); 
	background-repeat: repeat-x;
	float: left;	
	width: 294px;
	margin-top: 20px;
}

.banner_fade .banner_image_padding {
	padding-left: 32px; 
	padding-bottom: 250px;
	float: left;
}

.banner_copy {
	padding-left: 5px; 
	width: 210px;
	padding-top: 10px;
	float: left;
}

.banner_copy .links {
	float: left;
}

.banner_copy .links .links_item {
	float: left;
	padding-top: 10px;
}

/*hover menu styles*/
#hover_menu {
	width: 218px;
	position: relative;
}

#hover_menu .position {
	float: left; 
	position: relative; 
	width: 218px;
	text-align: left;
	
}

.droplook {
	position: absolute; 
	z-index: 0;  
	visibility: hidden;
	font-size: 11px;	
}

.hvr_background {
	background-image: url('../images/hvr_back.gif'); 
	background-repeat: repeat-y; 
	padding-bottom: 22px;
	float: left;
	width: 218px;
}
.hvr_background .padding a {
	padding-left: 17px;
	padding-top: 10px;
	float: left;
	text-decoration: none;
}

.hvr_background .ul_li_default {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}

.hvr_background .ul_li_default li {
	width: 100%;
	float: left;
	padding-left: 5px;
}

.hvr_top {
	background-image: url('../images/hvr_top.gif'); 
	background-repeat: no-repeat; 
	width: 218px;
	height: 39px;
}

.hvr_title {
	padding-top: 16px;
	padding-left: 36px;
}

#menu_position {
	float: left; 
	padding-left: 120px; 
	margin-top: -20px;
	_margin-top: 0px;
	_padding-top: -50px;
}

#home_menu_position {
	float: left; 
	padding-left: 0px; 
	margin-top: -22px;
	_margin-top: 0px;
	margin-left: -20px;
	_margin-left: 0px;
	_padding-top: -20px;
}

.no_web_display {
	display: none;
}