/* ================= */
/* = Global Layout = */
/* ================= */
* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) repeat-x;
	background-position: 0px 83px;
}
a:link, a:visited, a:hover, a:active {
	color: #003366;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	color: #056c91;
}
img {
	border: none;
}
em {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
hr {
	width: 100%;
	background-color: #CCCCCC;
	height: 1px;
	margin-bottom: 5px;
}
p {
	color: #454545;
	margin-bottom: 11px;
}
h1 {
	font-size: 27px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #0388B8;
}
h2 {
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 7px;
	color: #666666;
	line-height: 20px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: capitalize;
	line-height: 20px;
}
.homeboxtext {
	color: #454545;
	display: block;
	margin-bottom: 3px;
}
.homesubhead {
	color: #000000;
	margin-bottom: 5px;
	text-transform: capitalize;
	display: block;
	font: bold 13px/20px Verdana, Arial, Helvetica, sans-serif;
}
.bbqboxboxtext {
	color: #454545;
	display: block;
}
.bbqboxsubhead {
	font-size: 18px;
	color: #0388B8;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: capitalize;
	line-height: 20px;
	display: block;
}
blockquote {
	font-style: italic;
	padding-bottom: 3px;
	padding-left: 20px;
	background: url(../images/open_quotation.gif) top left no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 19px;
}
ul {
	list-style: inside;
	color: #454545;
}
ol {
	color: #454545;
	margin-left: 20px;
}
.imgleft {
	float: left;
	margin-right:10px;
}
/* ==================== */
/* = Cuisinart Layout = */
/* ==================== */
#header {
	width: 1000px;
	height:124px;
	margin-left: auto;
	margin-right: auto;
}
#normcontainer {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 1px solid #000000;
}
#container {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(../images/menu_bg.gif) repeat-y;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 1px solid #000000;
}
#wrapper {
	float: left;
	width: 100%;
}
#logo {
	float:left;
	margin-right: 40px;
}
#slogan {
	float:left;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-top: 38px;
}
/*Footer*/
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width:1000px;
	clear: both;
	padding-top: 2px;
}
#legal {
	text-align: center;
	color: #666666;
	font-size: 10px;
	margin: 28px auto 20px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
}
/* Footer Menu */
#footermenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top: 4px;
}
#footermenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#footermenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}
#footermenu li {
	list-style: none;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}
#footermenu ul li a {
	display:block;
	margin:0 0 0 1px;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
	padding-right: 10px;
	padding-left: 10px;
}
#footermenu .footermenulink {
	float: left;
	border-right: 1px solid #999999;
}
#footermenu .footermenulast {
	float: left;
}
#mainmenu {
	float: left;
	width:100%;
	height:20px;
	background: #333333 url(../images/main_menu_bg.jpg) no-repeat top;
}
#mainmenu ul {
	text-transform: uppercase;
	font-size:12px;
}
#mainmenu li {
	list-style: none;
	float: left;
	width:208px;
	padding-top: 2px;
	height:20px;
	text-align: center;
}
#mainmenu a {
	text-decoration: none;
	color: #333333;
	padding-bottom: 1px;
	font-weight: bold;
}
#mainmenu a:hover {
	color: #0388B8;
}
#mainmenu a:focus {
	color: #056c91;
}
#mainmenu .middlemainmenu {
	height:18px;
	float: left;
	padding-top:3px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #ffffff;
}
#mainmenu .firstmainmenu {
	height:18px;
	float: left;
	padding-top:3px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #ffffff;
}
#mainmenu .lastmainmenu {
	height:18px;
	float: left;
	padding-top:3px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #c1c1c1;
}
#secondmenu {
	float: left;
	width:100%;
	height:30px;
	background: #333333;
	border-bottom: 2px solid #000000;
}
#secondmenu ul {
	font-size:11px;
}
#secondmenu li {
	list-style: none;
	float: left;
	width:280px;
	padding-top: 6px;
	height:24px;
	text-align: center;
	line-height: 11px;
}
#secondmenu a {
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 1px;
	font-weight: bold;
}
#secondmenu a:hover {
	color: #0388B8;
}
#secondmenu a:focus {
	color: #056c91;
}
#secondmenu .middlesecondmenu {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #666666;
	border-right: 1px solid #000000;
}
#secondmenu .firstsecondmenu {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #000000;
}
#secondmenu .lastsecondmenu {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #666666;
}
.smallsecondmenu {
	font-size: 9px;
}
.more_details {
	background: url(../images/more_details.png) no-repeat right;
	padding-right: 12px;
}
/* Submenu */
#submenu {
	float: right;
	color: #333333;
	margin-top: 10px;
}
#submenu ul {
	text-transform: capitalize;
	font-size: 11px;
}
#submenu li {
	list-style: none;
	float: left;
	margin-left: 15px;
}
#submenu a {
	text-decoration: none;
	color: #333333;
}
#submenu a:hover {
	color: #0388B8;
}
#submenu a:focus {
	color: #056c91;
}
/* ================= */
/* = Widgets = */
/* ================= */

/* Search Box */
#search {
	float: right;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
}
.search_box {
	font-size: 11 px;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-left: 4px;
	color: #666666;
	height: 16px;
	margin-top: 5px;
	position: relative;
	top: -6px;
	left: 3px;
}
.search_button {
	font-size: 12px;
	background-image: url(../images/search_button.gif);
}
/* Tag Line */
.tagline {
	text-transform: uppercase;
	color: #666666;
	font-size: 11px;
	line-height: 9px;
}
/* Preloader */
#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}
/* ================= */
/* = Landing Pages = */
/* ================= */
/* Homepage */
#homebbqlineup {
	border: 1px solid #999999;
	margin: 3px 3px 2px;
	height: 320px;
	width: 980px;
	float: left;
	background: #FFFFFF url(../images/home_bbq_bg.jpg);
	padding-top: 5px;
	padding-left: 10px;
	overflow:hidden;
}
#homebanner {
	margin: 3px 3px 2px;
}
#statement {
	width:280px;
	height: 307px;
	float: left;
	margin: 3px 0px 0px;
}
#collage {
	width:712px;height: 307px;
	float: left;
	margin: 3px 0px 0px 3px;
}
.viewbarbecuesbutton {
	position: relative;
	top: -75px;
	left: 43px;
}
#homebbqlineup ul {
	margin-left: 12px;
}
#homebbqlineup ul li {
	float:left;
	list-style:none;
	margin:0 30px;
	padding:0;
	text-align:center;
	width: 251px;
}
#homebbqlineup ul li a {
	display:block;
	text-decoration:none;
	line-height:1.3em;
	text-align:center;
}
.homebbqlineupimage {
	margin-bottom: 0px;
}
.homebbqlineuph1 {
	width:800px;
	height:95px;
}
#homebbqlineup h1 {
	color: #000000;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top:2px;
	padding-bottom: 0px;
	font: bold 19px Verdana, Arial, Helvetica, sans-serif;
}
.homebbqlineuph1 p {
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}
.doubleburnerbox {
	border: 1px solid #999999;
	margin: 2px 2px 2px 3px;
	width: 236px;
	height: 135px;
	padding-right: 80px;
	padding-left: 10px;
	float: left;
	background: #FFFFFF url(../images/home_parts_bg.jpg);
	padding-top: 5px;
}
.doubleburnerbox:hover {
	border: 1px solid #666666;
}
.infraredzonebox {
	border: 1px solid #999999;
	margin: 2px;
	width: 236px;
	height: 135px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	background: #FFFFFF url(../images/home_bbqreg_bg.jpg);
	font-size: 11px;
	padding-top: 5px;
}
.infraredzonebox:hover {
	border: 1px solid #666666;
}
.infraredrotisseriebox {
	border: 1px solid #999999;
	margin: 2px;
	width: 246px;
	height: 135px;
	padding-right: 70px;
	padding-left: 10px;
	float: left;
	background: #FFFFFF url(../images/home_storelocator_bg.jpg);
	padding-top: 5px;
}
.infraredrotisseriebox:hover {
	border: 1px solid #666666;
}
.homepartsbox {
	border: 1px solid #999999;
	margin: 2px 2px 2px 3px;
	width: 236px;
	height: 135px;
	padding-right: 80px;
	padding-left: 10px;
	float: left;
	background: #FFFFFF url(../images/home_parts_bg.jpg);
	padding-top: 5px;
	font-size: 13px;
}
.homepartsbox:hover {
	border: 1px solid #666666;
}
.homeproductregbox {
	border: 1px solid #999999;
	margin: 2px;
	width: 236px;
	height: 135px;
	padding-right: 80px;
	padding-left: 10px;
	float: left;
	background: #FFFFFF url(../images/home_bbqreg_bg.jpg);
	padding-top: 5px;
	font-size: 13px;
}
.homeproductregbox:hover {
	border: 1px solid #666666;
}
.homeproductregbox ul {
	list-style: none outside;
}
.homeproductregbox h4 {
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
}
.homebold {
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
}
.homestorelocatorbox {
	border: 1px solid #999999;
	margin: 2px;
	width: 246px;
	height: 135px;
	padding-right: 70px;
	padding-left: 10px;
	float: left;
	background: #FFFFFF url(../images/home_storelocator_bg.jpg);
	padding-top: 5px;
	font-size: 13px;
}
.homestorelocatorbox:hover {
	border: 1px solid #666666;
}
#homecustomerservicebox {
	border: 1px solid #999999;
	margin: 2px 2px 2px 3px;
	width: 980px;
	height: 113px;
	float: left;
	background: #FFFFFF url(../images/Home_customersupport_bg.jpg) repeat-x bottom;
	padding-top: 10px;
	padding-left: 10px;
}
#homecustomerservicebox ul {
	list-style: none outside;
}
#homecustomerservicebox li {
	float:left;
	width: 325px;
	height:115px;
	display: block;
}
#homecustomerservicebox h3 {
	font-size: 15px
}
#homecustomerservicebox p {
	margin-bottom: 3px;
}
/* Column Page */
.leftcolumn {
	width: 220px;
	font-size: 12px;
	line-height: 15px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	background: #e8e5e5;
	padding-top: 8px;
	padding-bottom: 10px;
	border-right: 1px solid #999999;
}
.leftcolumn p {
	margin-bottom: 10px;
}
.leftcolumn ul {
	margin-bottom: 13px;
	list-style: none;
	padding-left: 10px;
}
.leftcolumn li {
	line-height: 15px;
	margin-bottom: 9px;
}
.leftcolumn li a:hover {
	line-height: 15px;
	margin-bottom: 9px;
}
.leftcolumn li activemenu {
	line-height: 15px;
	margin-bottom: 9px;
}
.leftcolumn h2 {
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 0px;
}
.leftcolumn a:link, .leftcolumn a:link, .leftcolumn a:visited, .leftcolumn a:hover, .leftcolumn a:active {
	color: #003366;
}
.leftcolumn hr {
	color: #b4b4b4;
	height: 1px;
	background: #b4b4b4;
}
.rightcolumn {
	margin-left: 250px;
	padding: 0px 15px 20px 15px;
}
.rightcolumn ul {
	padding-left: 14px;
	list-style: outside;
}
.rightcolumn h1 {
	font-size: 19px;
	color: #000000;
	padding-bottom: 15px;
}
.comparison_container {
	padding: 0px 15px 20px 15px;
}
.comparison_container ul {
	padding-left: 14px;
	list-style: outside;
}
.comparison_container h1 {
	font-size: 19px;
	color: #000000;
	padding-bottom: 15px;
}
.comparison_container h2 {
	font-size: 15px;
	color: #000000;
	line-height: 14px;
}
.features {
	padding: 10px 0px 6px 12px;
	float:left;
	border: 1px solid #999999;
	font-size: 11px;
	margin: 3px 3px 2px;
	width: 978px;
	background: #FFFFFF url(../images/Home_customersupport_bg.jpg) repeat-x bottom;
}
.features h4{
	font-size: 11px;
	color: #454545;
	margin-bottom: 2px;
}
.first_feature {
	width: 233px;
	float:left;
	padding-right: 14px;
}
.first_feature img {
	padding-right: 8px;
}
.middle_feature {
	width: 233px;
	float:left;padding-right: 14px;
}
.middle_feature img {
	padding-right: 8px;
}
.last_feature {
	width: 233px;
	float:left;
	padding-right:2px;
}
.last_feature img {
	padding-right: 8px;
}
.bbqlineup_container {
	width:642px;
	padding: 0px 15px 20px 15px;
	float: left;
}
.bbqlineup_container ul {
	padding-left: 14px;
	list-style: outside;
}
.bbqlineup_container h1 {
	font-size: 19px;
	color: #000000;
	padding-bottom: 15px;
}
.bbqlineup_container h2 {
	font-size: 15px;
	color: #000000;
	line-height: 14px;
}
.registered {
	font-size: 0.65em;
	position: relative;
	top: -0.65em;
}
.bbqcomparison_spec_title {
	font-weight: bold;
}
.bbqname_header {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	vertical-align: top;
	line-height: 17px;
}
.spec_info {
	text-align: center;
}
.spec_info2 {
	text-align: center;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.spec_yes {
	text-align: center;
	font-size:14px;
	font-weight: bold;
}
.spec_titlerow {
	background: #e8e5e5;
	;
	font-size: 12px;
}
.product_image_menu {
	width:315px;
	float:left;
	text-align: center;
	padding-top: 25px;
}
.productinfo {
	width:400px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:15px;
}
.productinfo h1 {
	font-size: 17px;
	color: #990000;
	padding-bottom: 0px;
}
.productinfo h2 {
	font-size: 14px;
	text-transform: capitalize;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
}
.productinfo ul {
	padding-bottom:20px;
}
.productphotos {
	width: 725px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:15px;
}
.productphotos h1 {
	font-size: 17px;
	color: #990000;
	padding-bottom: 0px;
}
.productmenu {
	margin-top: 7px;
	margin-bottom: 10px;
}
.productmenu li {
	background: #efefef;
	border: 4px double #cccccc;
	list-style: url(none) none;
	padding: 6px 5px 6px 15px;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.productpicmenu {
	margin-top: 25px;
}
.productpicmenu li {
	background: #efefef;
	border: 4px double #cccccc;
	list-style: none inside;
	padding: 6px 5px 6px 15px;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.featureheaders {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}
.modelnumber {
	padding-bottom:10px;
	color: #000000;
}
.active_menu {
	list-style: url(../images/highlighted_icon.gif);
}
.bbqlineup ul {
}
.bbqlineup li {
	margin-top:42px;
	list-style: none;
	width: 200px;
	text-align:center;
	float: left;
	margin-bottom:20px;
}
.bbqlineup_link {
	font-weight: bold;
	position: relative;
	top: -7px;
	line-height:14px;
}
.bbqlineupsubtxt {
	font-size: 11px;
	line-height: 12px;
}
.go_back {
	text-align:right;
	font-size: 11px;
	position: relative;
	top: -15px;
}
.go_back a {
	text-decoration: underline;
}
.learn_more {
	position: relative;
	top: -50px;
	font-weight: bold;
	color: #003366;
	font-size: 13px;
}
.learn_more2 {
	position: relative;
	top: -7px;
}
.supporticons ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.supporticons li {
	padding-left: 15px;
	float: left;
	list-style: none;
}
.manualproduct {
	border-bottom: 1px solid #999999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	width: 100%;
	font-size: 11px;
}
.manual_links {
	float:left;
	width:550px;
}
.manual_links ul {
	list-style: url(none) none;
}
.manual_links li {
	float: left;
	padding-right: 15px;
	font-size: 11px;
	position: relative;
	left: -15px;
}
.manual_links li img {
	position: relative;
	top: 2px;
	padding-right: 1px;
}
.manual_links h4 {
	font-size: 14px;
	color: #990000;
	margin-bottom: 3px;
	margin-top: 5px;
}
.manual_productimage {
	float:left;
	width:138px;
}
.minicomparebutton {
	margin: 0px 0px 0px 170px;
}
.minicompare {
	font-size: 9px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 10px;
	border-collapse:collapse;
}
.minicompare th {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
	border: 1px solid #cccccc;
}
#activecompareth {
	color: #990000;
	background: #efefef;
}
.minicompare td {
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
}
.activecompare {
	text-align: center;
	background: #efefef;
	border-right: 1px solid #cccccc;
}
.minicompare_header {
	font-weight: bold;
	text-align: left;
	border: 1px solid #cccccc;
}
.feature_icons {
	margin-top:5px;
	margin-bottom:2px;
	display: inline-block;
}
.feature_icons li {
	float: left;
	list-style: none;
	margin-right: 3px;
	margin-bottom: 5px;
}
.smallp {
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;
}
.tagline {
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
.underline_text {
	text-decoration: underline;
}
.sectionlinks {
	margin-top:9px;
}
