body 
	{ 
	font-family:			Arial,san-serif;
	background: 			url(/images/background.gif);
	margin: 				0;
	padding:				0;
	}

a:link
	{
	text-decoration: 		underline;
	color:         			#042182;
	}
		
a:hover
	{
	text-decoration: 		underline;
	color:         			red;
	}
		
a:active
	{
	text-decoration: 		underline;
	color:         			yellow;
	}
		
a:visited
	{
	text-decoration: 		underline;
	color:         			#888888;
	}

p
	{
	font-family:			inherit;
	font-size:				10px; 
	line-height:    		14px;
	color:					black; 
	font-weight:			normal; 
	font-style:				normal; 
	text-decoration:		none; 
	text-align:     		left;
	text-indent:			0;
	margin-left: 			0px;
	margin-right:			0px;
	margin-top:				0px;
	margin-bottom:			12px;
	}

p.no_indent
	{
	font-family:			inherit;
	font-size:				inherit; 
	line-height:    		inherit;
	color:					inherit; 
	font-weight:			inherit; 
	font-style:				inherit; 
	text-decoration:		inherit; 
	text-align:     		inherit;
	text-indent:			0px;
	margin-left: 			0px;
	margin-right:			0px;
	margin-top:				0px;
	margin-bottom:			12px;
	}

p.copyright
	{ 
	font-size:     			9px;
	line-height:    		13px;
	color:         			#FFFFFF;
	font-weight:    		bold;
	text-align:     		center;
	text-indent:			0px;
	background: 			url(/images/background.gif);
	margin: 				12px;
	}

h1 
	{ 
	font-family:			inherit;
	font-size:     			12px;
	line-height:    		12px;
	color:         			red;
	font-weight:    		bold;
	font-style:     		italic;
	text-decoration: 		none;
	text-align:     		center;
	text-indent:			0px;
	margin-left: 			0px;
	margin-right:			0px;
	margin-top:				6px;
	margin-bottom:			12px;
	}

h2 
	{ 
	font-family:			inherit;
	font-size:     			10px;
	line-height:    		14px;
	color:         			#042182;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:     		left;
	text-indent:			0px;
	margin-left: 			0px;
	margin-right:			0px;
	margin-top:				6px;
	margin-bottom:			0px;
	}

h3 
	{ 
	font-family:			inherit;
	font-size:     			12px;
	line-height:    		20px;
	color:         			#042182;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:     		center;
	text-indent:			0px;
	margin-left: 			0px;
	margin-right:			0px;
	margin-top:				0px;
	margin-bottom:			12px;
	}

h4 
	{ 
	font-family:			inherit;
	font-size:     			14px;
	line-height:    		16px;
	color:         			#042182;
	font-weight:    		normal;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:     		center;
	text-indent:			0px;
	margin-left: 			0px;
	margin-right:			0px;
	margin-top:				0px;
	margin-bottom:			12px;
	}

h5 
	{ 
	font-family:			inherit;
	font-size:     			9px;
	line-height:    		9px;
	color:         			black;
	font-weight:    		normal;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:     		center;
	text-indent:			0px;
	margin-left: 			0px;
	margin-right:			0px;
	margin-top:				0px;
	margin-bottom:			12px;
	}

h6 
	{ 
	font-family:			inherit;
	font-size:     			9px;
	line-height:    		9px;
	color:         			black;
	font-weight:    		normal;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:     		center;
	text-indent:			0px;
	margin-left: 			0px;
	margin-right:			0px;
	margin-top:				0px;
	margin-bottom:			12px;
	}

caption
	{
	font-family:			inherit;
	font-size:     			14px;
	line-height:    		16px;
	color:         			#FF0000;
	font-weight:    		bold;
	font-style:     		italic;
	text-decoration: 		inherit;
	text-align:     		center;
	text-indent:			inherit;
	margin-left: 			0px;
	margin-right:			0px;
	margin-top:				12px;
	margin-bottom:			12px;
	}

table.generic
	{
	width:					780px; 
	margin-left: 			0;
	margin-right:			0;
	margin-top:				18px;
	margin-bottom:			12px;
	border-collapse:		collapse;
	}
		
td.generic_cell
	{
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		14px;
	font-weight:    		normal;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			left;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	}
	
td.generic_cell_right
	{
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		14px;
	font-weight:    		normal;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			right;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	}
	
td.generic_cell_centered
	{
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		14px;
	font-weight:    		normal;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			center;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		0;
	}
	
td.generic_cell_bordered
	{
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		14px;
	font-weight:    		normal;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			left;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	background-color: 		white;
	border:					1px solid black;
	}

table.toc
	{
	width:					100%;
	border-collapse: 		collapse;
	margin:					0;
	}

td.toc_cell_left
	{
	width:					50%;
	height:					75px;
	text-align: 			right;
	padding:				12px;
	padding-right:			6px;
	}
			
td.toc_cell_left img
	{
	border:					1px solid black;
	margin:					0;
	}
	
td.toc_cell_right
	{
	width:					50%;
	font-family:			Arial,san-serif;
	font-size:     			14px;
	line-height:    		14px;
	font-weight:    		bold;
	font-style:     		italic;
	text-decoration: 		none;
	text-indent: 			0;
	text-align:				left;
	vertical-align: 		middle;
	padding:				12px;
	padding-left:			6px;
	}		

table.dudek_wing_colors
	{
	width:					100%; 
	margin: 				0;
	border-collapse:		collapse;
	}
		
td.dudek_wing_views
	{
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	width:					50%;
	text-align:  			center;
	background-color: 		white;
	margin:       			0;
	border:					0;
	}
	
td.breadcrumbs
	{
	font-family:    		inherit;
	font-size:     			10px;
	line-height:    		10px;
	font-weight: 			bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			left;
	text-indent:			0;
	vertical-align: 		bottom;
	}
	
td.ups
	{
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		10px;
	color:         			#CCCCCC;
	font-weight:    		bold;
	text-align:     		center;
	text-indent:			0px;
	vertical-align: 		middle;
	padding-top: 			24px;
	}

td p	
	{
	font-family:			Arial,san-serif;
	font-size:				10px; 
	line-height:    		14px;
	color:					black; 
	font-weight:			normal; 
	font-style:				normal; 
	text-decoration:		none; 
	text-align:     		left;
	text-indent:			36px;	
	margin-left:       		0px;
	margin-right:       	0px;
	margin-top:       		0px;
	margin-bottom:      	6px;
	}
	
td p.sponsorships	
	{
	text-indent:			0px;	
	margin-left:       		18px;
	margin-right:       	0px;
	margin-top:       		6px;
	margin-bottom:      	0px;
	}
	
td ul
	{ 
	list-style: 			disc;
	list-style-position: 	outside;
	margin-left:       		0px;
	margin-right:       	0px;
	margin-top:       		0px;
	margin-bottom:      	12px;
	}

td ol
	{ 
	list-style: 			decimal;
	list-style-position: 	outside;
	margin-left:       		0px;
	margin-right:       	0px;
	margin-top:       		0px;
	margin-bottom:      	12px;
	}

td li
	{ 
	font-family:			Arial,san-serif;
	font-size:				10px; 
	line-height:    		14px;
	color:					black; 
	font-weight:			normal; 
	font-style:				normal; 
	text-decoration:		none; 
	text-align:     		left;
	text-indent:			0px;	
	margin-left:       		0px;
	margin-right:       	0px;
	margin-top:       		0px;
	margin-bottom:      	6px;
	}

table.specs 
	{
	width:					762px; 
	margin: 				0;
	margin-bottom:			12px;
	border:    				2px solid #042182;
	border-collapse:		separate;
	border-spacing: 		6px;
	background-color: 		#FFFFFF;
	}
	
td.specs_title 
	{ 
	font-family:			Arial,san-serif;
	font-size:     			9px;
	line-height:    		9px;
	color:					white;
	background-color:		#042182;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:     		center;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	border:    				1px solid #042182;
	}

td.specs_colhead_left
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		10px;
	color:					white;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			left;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	background-color:		#042182;
	border:    				1px solid #042182;
	}

td.specs_colhead
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		10px;
	color:					white;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			center;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	background-color:		#042182;
	border:    				1px solid #042182;
	}

td.specs_colhead_right
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		10px;
	color:					white;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			right;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	background-color:		#042182;
	border:    				1px solid #042182;
	}

td.specs_item_title
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	color:					#042182;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			right;
	text-indent:			0;
	vertical-align: 		top; 
	padding:        		6px;
	background-color: 		#D8D3D7;
	border:    				1px solid #042182;
	}
	
td.specs_item_title h1
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	color:					#042182;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			right;
	text-indent:			0;
	margin:					0;
	}
	
td.additional_info
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	font-weight:    		bold;
	font-style:     		normal;
	text-decoration: 		none;
	text-align:  			center;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	border:		  			1px solid #042182;
	}

td.specs_item_picture
	{ 
	font-family:			Arial,san-serif;
	text-align:  			center;
	vertical-align: 		top; 
	padding:        		0px;
	border:    				1px solid #042182;
	}

td.specs_item
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	font-style:     		normal;
	font-weight:    		normal;
	text-decoration: 		none;
	text-align:     		left;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	border:    				1px solid #042182;
	}
	
td.specs_item_middle
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	font-style:     		normal;
	font-weight:    		normal;
	text-decoration: 		none;
	text-align:     		left;
	text-indent:			0px;
	vertical-align: 		middle; 
	padding:        		6px;
	border:    				1px solid #042182;
	}
	
td.specs_item_centered_middle
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	font-style:     		normal;
	font-weight:    		normal;
	text-decoration: 		none;
	text-align:     		center;
	text-indent:			0px;
	vertical-align: 		middle; 
	padding:        		6px;
	border:    				1px solid #042182;
	}
	
td.specs_item p
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	font-style:     		normal;
	font-weight:    		normal;
	text-decoration:		none;
	text-align:     		left;
	text-indent:			2em;
	margin-bottom:   		6px;
	}

td.specs_item li
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	color:         			black;
	font-style:     		normal;
	font-weight:    		normal;
	text-decoration: 		none;
	text-align:     		left;
	text-indent:			0px;
	vertical-align: 		top; 
	margin-bottom:     		6px;
	}

td.specs_item_price
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	color:         			#990000;
	font-style:     		normal;
	font-weight:    		normal;
	text-decoration: 		none;
	text-align:     		right;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	border:    				1px solid #042182;
	}

td.specs_item_subtotal
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	color:         			#990000;
	font-style:     		italic;
	font-weight:    		bold;
	text-decoration: 		none;
	text-align:     		right;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	border:    				1px solid #042182;
	}

td.specs_item_pkg_price
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	color:         			#990000;
	font-style:     		italic;
	font-weight:    		bold;
	text-decoration: 		none;
	text-align:     		right;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	border:    				1px solid #042182;
	}

td.specs_item_grand_total
	{ 
	font-family:			Arial,san-serif;
	font-size:     			10px;
	line-height:    		12px;
	color:         			#990000;
	font-style:     		italic;
	font-weight:    		bold;
	text-decoration: 		blink;
	text-align:     		right;
	text-indent:			0px;
	vertical-align: 		top; 
	padding:        		6px;
	border:    				1px solid #042182;
	}

.dealer_header
	{ 
	font-family:			Arial,san-serif;
	font-size:     			9px;
	line-height:    		9px;
	color:         			white;
	font-style:     		normal;
	font-weight:    		bold;
	text-decoration: 		none;
	text-align:     		center;
	text-indent:			0px;
	vertical-align: 		top; 
	margin:         		0;
	padding:        		3px;
	background: 			#042182;
	width:					200px;
	}

.dealer_spacer
	{ 
	width:					20px;
	}

.dealer_info
	{ 
	font-family:			Arial,san-serif;
	font-size:     			9px;
	line-height:    		10px;
	color:         			black;
	font-style:     		normal;
	font-weight:    		normal;
	text-decoration: 		none;
	text-align:     		center;
	text-indent:			0px;
	vertical-align: 		top; 
	margin:         		0;
	padding-top: 			6px;
	width:					200px;
	}

hr
	{
	margin-left:       		0px;
	margin-right:       	0px;
	margin-top:       		6px;
	margin-bottom:      	6px;
	}
	
table.contact-info
	{
	border-collapse: 		separate;
	border-spacing: 		6px;
	border:					2px #042182 solid;
	}
	
.formlabel 
	{
	font-family:			Arial,san-serif;
	font-size:				10px;
	line-height:			14px;
	font-weight: 			bold;
	font-style: 			normal;
	text-decoration: 		none;
	text-align:				right;
	color:					#042182;
	padding:      		 	3px;
	border:					1px #042182 solid;
	}
	
.formtext
	{
	font-family:			Arial,san-serif;
	font-size:				10px;
	line-height:			14px;
	font-weight: 			normal;
	font-style: 			normal;
	text-decoration: 		none;
	text-align:				left;
	text-indent: 			0px;
	padding:      		 	6px;
	border:					1px #042182 solid;
	}

.formtext p
	{
	font-family:			Arial,san-serif;
	font-size:				10px;
	line-height:			14px;
	font-weight: 			normal;
	font-style: 			normal;
	text-decoration: 		none;
	text-align:				left;
	text-indent: 			2em;
	}

.formbutton 
	{
	text-align:				center;
	}
	
input 		
	{
	font-family:			Arial,san-serif;
	font-size:				9px;
	line-height:			9px;
	text-indent:			0px;
	text-align:				left;
	color:					black;
	background-color:		#D2DDF3;
	}

textarea 		
	{
	font-family:			Arial,san-serif;
	font-size:				9px;
	line-height:			11px;
	text-indent:			0px;
	text-align:				left;
	color:					black;
	background-color:		#D2DDF3;
	}

button
	{
	background-color:		#FFFFCC;
	border-color:			white;
	font-family:			Arial,sans-serif; 
	font-size:				10px;
	color:					black;
	}
	
option
	{
	background-color:		#FFFFCC;
	border-color:			white;
	font-family:			Arial,sans-serif; 
	font-size:				10px;
	color:					#000000;
	}

submit
	{
	background-color:		#FFFFCC;
	border-color:			white;
	font-family:			Arial,sans-serif; 
	font-size:				10px;
	color:					#000000;
	}

text
	{
	font-family:			Arial,san-serif;
	background-color:		white;
	border-color:			white;
	font-size:				10px;
	color:					#FFFFFF;
	}

div.product_tabs
	{
	visibility: 			visible;
	position:				relative;
	left: 					0;
	top:					30px;
	width:					756px;
	height:					auto;
	padding-left:			12px;
	padding-right:			12px;
	padding-top:			0;
	padding-right:			0;
	margin-bottom:			48px;
	}
	
div#INFO
	{
	display:				block;
	}

div#COLORS, div#PHOTOS, div#VIDEOS, div#REVIEWS, div#SPECS
	{
	display:				none;
	}

table.producttabs
	{
	width:					780px; 
	margin-left: 			0;
	margin-right:			0;
	margin-top:				18px;
	margin-bottom:			12px;
	border-collapse:		collapse;
	background-color: 		white;
	}
		
td.producttabs_cell
	{
	text-align:  			center;
	padding:        		12px;
	}
	
#CONTENT_TABLE
	{
	width:					984px; 
	margin: 				0;
	border: 				0;
	border-collapse:		collapse;
	background-color:		white;
	}
		
#MENU_CELL
	{
	width:					150px; 
	padding:				0;
	vertical-align:			top;
	background-color:		#042182;
	background-image: 		url(/images/sky-background-1.gif);
	}
		
#CONTENT_CELL
	{
	width:					834px; 
	padding:				12px 12px 12px 24px;
	vertical-align:			top;
	text-align: 			center;
	background-color:		white;
	}
		
#BREADCRUMBS
	{
	margin-left: 			0;
	margin-right: 			0;
	margin-top: 			0;
	margin-bottom: 			6px;
	}
	
#PRODUCT_MENU
	{
	width:					150px;
	margin:					0;
	margin-top:				12px;
	padding:				0;
	}
	
#GOOGLE_ADS
	{
	width:					150px;
	margin:					0;
	margin-top:				12px;
	padding:				0;
	}