@charset "UTF-8";
p, th, td, dd, dt, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	margin: 0;
	padding: 0;
	/*font-family: Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
img{
	border:0;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #F23A44;
}
a:active {
	color: #000000;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	background-image: url(../images/pear-background.jpg);
	background-repeat: repeat;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
}
.container {
	width: 999px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#headerContent {
	background-image: url(../images/background_01b.png); /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-position: top;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	width: 999px;
	z-index: 20;
}
#bannercontent {
	background-image: url(../images/bannerimage_02b.png);
	background-repeat: no-repeat;
	height: 230px;
	margin-right: -40px;
	background-position: right top;
}
#bannercontentmaster {
	background-image: url(../images/bannerimage_03c.png);
	background-repeat: no-repeat;
	height: 230px;
	margin-right: -40px;
	background-position: right top;
}
#logocontent {
	padding-left: 34px;
}	
#menucontent {
	padding-left: 34px;
	float:left;
}

#mainContent {
	float: left;
	padding-left: 34;
	padding-bottom: 18px;
}
#bodycontent {
	float: left;
	padding-left: 110px;
	width: 390px;
	padding-right: 25px;
}
#newscontainer {
	float: right;
	background-image: url(../images/newsbanner/newsbanner_2.gif);
	background-repeat: repeat-y;
	padding-right: 70px;
	width: 363px;
}
#newsContentHeader {
	float: left;
	}

#newsContent {
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	width: 363px;
	text-align: left;
	}
#newsContentColumns {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 363px;
	text-align: left;
	}
#newsContentfooter {
	float: left;
	}


#mainContentproducts {
	float: left;
	padding-left: 34;
	z-index: 3;
}

#producttitles {
	float: left;
	padding-left: 90px;
	padding-bottom: 25px;
	}
#productname {
	float: left;
	padding-bottom: 25px;
	}
#productcontainer {
	float: left;
	background-image:url(../images/productbanner/footerproducts_28b.png);
	background-repeat: repeat-y;
	margin-left: 108px;
	width: 800px;
	min-height: 80px;
	clear: both;
	}
#productheader {
	float: left;
	}
#productcontents {
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	}
#productfooter {
	float: left;
	}
#footerContentproducts {
	background-image: url(../images/footerb_29b.png);
	height: 500px;
	background-repeat: no-repeat;
	float: left;
	width: 999px;
	margin-top: 0px;
}
	
	
#footerContent {
	background-image: url(../images/background_03b.png);
	height: 500px;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	float: left;
	width: 999px;
}
#footerimage01 {
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	padding-left: 33px;
}
#footerimage02 {
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	width: 532px;
}
#footerimage03 {
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	padding-left: 33px;
}
#footerimage04 {
	padding-top: 50px;
	padding-bottom: 0;
	float: left;
	padding-left: 33px;
}
.clearboth{
	clear:both;
}
#btnVideo{
	width:363px;
	height:100px;	
	margin:4px 70px 30px 0px;
	float:right;
}

/*Modal Dialog Styles*/
#basic-modal-content {display:none;}
#basic-modal-content2 {display:none;}
#basic-modal-content3 {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:480px; width:670px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
/*End  Modal Dialog*/
