body {
	background-color:	#FFFFFF;
	font-family:			Arial, Helvetica, Arial, sans-serif;
	font-size:        13px;
	line-height: 150%;
}

a {
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

h1 {
	font-size: 13pt;
	line-height: 15pt;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
}

.clear {
  clear: both;
	font: 1px/1px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#mainDiv {
	width: 941px;
	margin: 0px auto;
}

#menu {
  background: url('../images/newLayout/main-menu-bg.gif') repeat-x top left;
	height: 49px;
}

	#menu ul {
		clear: both;
		padding: 4px 0px 4px 30px;
	}

		#menu ul li {
			float: left;
			font-size: 12pt;
			line-height: 14pt;
			padding-top: 10px;
			color: white;
			margin-right: 30px;
		}
		
#top-logo a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#bodyDiv {
  /*background: #f0f0f0 url('./images/body-bg.gif') repeat-x top left;*/
  background: #e5e5e5;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 10px;
}

#submenu {
  padding: 10px 110px 35px 110px;
}

	#submenu div.outerImg {
		float: left;
		margin-right: 20px;
	}

		#submenu div.outerImg div.innerImg {
		  background: transparent no-repeat top left;
			width: 124px;
			height: 36px;
		}

			#submenu div.outerImg div p {
				padding-top: 10px;
				padding-left: 40px;
				font-size: 11px;
				font-weight: bold;
			}

#leftMenu {
	float: left;
	width: 298px;
}

	#leftMenu .inner {
		margin-left: 27px;
		margin-right: 27px;
	}

	#leftMenu .top {
		height: 42px;
		background: transparent url('../images/newLayout/left-menu-top.gif') top left no-repeat;
		margin: 0px;
		padding: 0px;
	}
	
	  #leftMenu .top h1 {
	    float: left;
	    font-weight: normal;
	    font-size: 14pt;
	    line-height: 16pt;
	    width: 164px;
	    text-align: center;
	    padding: 10px 0px 0px 0px;
	  }
	  
	#leftMenu .content {
		background: #E2F1CB url('../images/newLayout/left-menu-content-bg.gif') bottom left no-repeat;
		min-height: 325px;
		height: auto;
		padding: 0px;
		margin: 0px;
	}
	
	/* for Internet Explorer */
	/*\*/
	* html #leftMenu .content {
		height: 325px;
	}
	/**/
	
	#leftMenu ul {
		background: transparent;
		list-style-image: none;
		padding-left: 10px;
		margin: 0px;
		/*border-top: 2px solid #6CAA3D;*/
	}
	
		#leftMenu ul li {
			padding-left: 20px;
	    background: transparent url('../images/newLayout/left-menu-list.gif') no-repeat top left;
		}
	
	  #leftMenu ul li.active {
	    font-weight: bold;
	    background: transparent url('../images/newLayout/left-menu-list-active.gif') no-repeat top left;
	  }
	  
	  #leftMenu ul li.hover {
	    background: transparent url('../images/newLayout/left-menu-list-active.gif') no-repeat top left;
	  }
	  
		  #leftMenu ul li a {
				font-size: 12px;
				line-height: 120%;
			}
	
	#leftMenu .bottom {
		height: 13px;
		font: 1px/1px Verdana, Arial, Helvetica, sans-serif;
		background: transparent url('../images/newLayout/left-menu-bottom-bg.gif') bottom left no-repeat;
	}
	  
#content {
	float: left;
	width: 643px;
}

	#content .inner {
		width: 491px;
		padding: 0px;
		margin: 0px;
	}

	#content .canYou {
		width: 491px;
	}
	
		#content .canYou div {
			margin: 15px 0px;
		}
		
		#content .canYou div h2 {
			text-align: right;
			padding-right: 15px;
			padding-top: 5px;
			font-size: 14px;
			font-weight: bold;
			color: #3b3b3b;
			/*border-bottom: 1px solid #9ecf53;*/
			background: url(../images/newLayout/can-you-top.gif) top left no-repeat;
		}
		
		#content .canYou ul {
			list-style-type: none;
			list-style-position: outside;
			padding-left: 15px;
			background: url(../images/newLayout/can-you-dot.gif) top left repeat-y;
		}
		
		#content .canYou li {
			color: #84c225;
			padding: 0px;
			margin: 0px;
			padding-left: 16px;
			background: url(../images/newLayout/bullet-green.gif) 0px 4px no-repeat;
		}
		
			#content .canYou li span {
				color: #7e9280;
				font-weight: bold;
			}
			
    #content .canYou div.bottom {
			text-align: right;
			height: 26px;
			background: url(../images/newLayout/can-you-bottom.gif) top left no-repeat;
			margin: 0px;
		}
			
.buyIt {
	background: transparent url(../images/newLayout/buy-it-background.gif) top left no-repeat;
	margin-right: 90px;
	margin-top: 30px;
	/*border: 1px dotted #93c841;*/
	width: 450px;
	height: 40px;
}

	.buyIt .desc {
		float: left;
		width: 335px;
		/*padding: 8px 16px;*/
		/*border-right: 2px solid #93c841;*/
	}
	
		.buyIt .desc p {
			padding: 8px 16px;
			font-size: 14px;
		}
	
	.buyIt .price {
		float: left;
		padding: 8px 16px;
		font-size: 17px;
		font-weight: bold;
	}

#footer {
	height: 44px;
	background: url(../images/newLayout/footer-bg.gif) top left repeat-x;
}

	#footer p {
		padding-top: 10px;
		padding-left: 30px;
	}
	
	#footer .name {
		font-weight: bold;
	}
