@charset "UTF-8";

.control {
	width:800px;
	height:634;
	margin-left: auto; margin-right: auto; text-align: left;
}
.topnav_btns {
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color: #000000;
}

.topnav_btns A:link{
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.topnav_btns A:Active{
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.topnav_btns A:Hover{
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}


.main_normal {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	color: #000000;
}

.main_highlight {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}


.highlights_red {
	font-family: "Lucida Grande", Arial;
	font-size: 11px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}

.nav {
position:relative; 
top:20px;
	float: right;
}

.grillnav {
	position:relative;
	top:5px;
	width:800px;
}

.solid_line {
	position:relative;
	top:2px;
	width:800px;
	height: 1px;
}

.solid_line_column1 {
	position:relative;
	top:2px;
	left:372px;
    width: 1px;
	height: 300px;
}
.solid_line_column2 {
	position:relative;
	top:2px;
	left:628px;
    width: 1px;
	height: 300px;
}

.midnav {
	position:relative;
	width:800px;
}

.webstore_main {
	position:relative;
	top:6px;
    width: 368px;
	height: 300px;
}
.kitchenseries_main {
	position:absolute;
	top:5px; 
	left:378px; 
    width: 243px;
	height: 360px;
	z-index:30;
}

.rightnav_support {
	position:absolute;
	top:5px;
	left:631px;
    width: 164px;
	height: 360px;
}

.bottomnav {
	position:relative;
	top:20px;
	width:800px;
	height: 50px;
}

/*used instead of .bottomnav when above content not contained in an iframe*/
.bottomnav_nonabove {
	position:relative;
	top:20px;
	width:800px;
	height: 50px;
}

body {font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin-top:0px}
.whiteline { height:5px; background-color:white; }

a:link {color:#3389CF;}
a:visited {color:#393939;}
a:hover {color:#FF9900;}

#nav a {color:black;}
#nav a:hover {color:#FF9900;}

/*for grills_spec*/
.bbq_name {text-align:center; cursor:pointer;font-size:11px;}
.checky	{ text-align:right; height:36px;}

/*for base_info*/
.spec_list{font-weight:bold; padding:2px; padding-left:5px; color:#666666}
.heading{font-weight:bold; color:#FF9933; font-size:15px; font-family:Arial; padding:2px;}

/*for support page*/
.year_links_col {
	font-size: 14px;
	line-height:25px;
}
.instr_italic {
	font-size: 12px;
	font-style:italic;
	color:#666666;
}

/*for support page's manual files*/
.year_header {
	font-size: 16px;
	font-weight: bold;
	color:#333333;
}
.maninstr_italic {
	font-size: 13px;
	font-style:italic;
	line-height:16px;
}
.modeltable_header {
	font-size: 14px;
	font-weight: bold;
}
.modeltd{
	cursor:pointer;
}
.manual_body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:12px;
	color:#666666;
}

/*for the top navigation tabs*/
.tabborder-top {
	background-repeat:repeat-x;
 	background-image:url(home_images/button_top.png);
}
.tabborder-left {
	background-repeat:repeat-y; 
	background-image:url(home_images/button_left_side.png); 
	background-position:right;
}
.tabborder-right {
	background-repeat:repeat-y; 
	background-image:url(home_images/button_right_side.png); 
	background-position:left;
}

/*for outdoor custom covers page*/
.outdoor_laytitle {
	color:#E67442;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

/*added due to issue in firefox 3 where fonts mysteriously increases occasionally*/
table {font-size: inherit;}
