/***** Global Settings *****/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.25;
	border:0;
	margin:0;
	padding:0;
	color: #333333;
	height: 144px;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #333333;
}

h2 {
	letter-spacing:-1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

h3 {
	font-weight:normal;
	font-family: "Trebuchet MS",arial,sans-serif;
	font-size: 160%;
	color: #99CC33;
	padding-bottom: 10px;
}

p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}

ul, ol {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 25px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}


/***** Links *****/
a {
	}
	
a:visited, a:active, a:link{
	text-decoration:none;
	color: #3288EB;
	font-weight: bold;
}
a:hover	{
	color: #99CC00;
	font-weight: bold;
	
}

a img { border: 0; }

.twoColFixRtHdr #container {
	width: 942px;
	margin: 0 auto;
} 
.twoColFixRtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 942px;
	height: 144px;
	background-image: url(/nav/banner.jpg);
	background-repeat: no-repeat;
} 

} 
.twoColFixRtHdr #headerABS {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 942px;
	height: 144px;
	background-image: url(http://www.applian.com/nav/banner.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 185px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
}

.twoColFixRtHdr #searchside {
	width: 185px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #C3E471;
} 

.twoColFixRtHdr #mainContent-noside {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #C3E471;
	
} 

/***** Rounded Corners *****/

.roundcont-title {
	background-color: #E1F0B7;
	color: #006BFF;
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.roundcont {
	width: 200px;
	background-color: #E1F0B7;
	color: #333333;
}

.roundcont-productbullets {
	width: 275px;
	background-color: #E1F0B7;
	color: #333333;
}

.roundcont p {
	margin: 0 5px;
}
.sepBottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C3E471;
}


.roundtop {
	background-image: url(/images/tr-green.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottom {
	background-image: url(/images/br-green.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundtopABS {
	background-image: url(http://www.applian.com/images/tr-green.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottomABS {
	background-image: url(http://www.applian.com/images/br-green.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(/images/bubble-bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.copyright {
	font-size: 10px;
	color: #999999;
	text-align: center;
}

} 
.banner {
background-image: url(/nav/banner.jpg);
	background-repeat: no-repeat;
	}

} 
.bannerABS {
background-image: url(http://www.applian.com/nav/banner.jpg);
	background-repeat: no-repeat;
	}

.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tips {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEF7D2;
	border: thin solid #B3CC01;
	padding: 5px;
}
.tip-boxshot {
	background-color: #FFFFFF;
	background-position: center center;
	border: thin solid #BBCC16;
}
.table-border {
	border: thin solid #E1F0B7;
}

