body{text-align:center;}
.container{text-align:left}
.menubar{
	background:#000 url(../images/menubar_bg.gif) repeat-x;
	height:54px;
}
.logo{margin-top:5px;}
.header{width:950px; height:284px;background:url(../images/header_bg_image.jpg) no-repeat;margin-top:0.5em;}
.product-image{margin:10px 0 0 -10px;}
.product-info{padding:15px 0px 0px 20px;width:650px;}

.product-info h2{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 2.2em;
  line-height: 1.2;
  color:#fff;
  font-weight:bold;
  margin-bottom:0.3em;
}
.product-info h3{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color:#fff;
  margin-bottom:0.5em;
}
.product-info h4{
  font-family: 'Khmer', serif;
  font-size: 1.4em;
  line-height: 1.2;
  color:#fff;
  font-weight:bold;
  margin-top:30px;
}
.product-info h4 span{
	 font-size: 2.2em;
}
.product-features{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#bad6f2;
	padding:0.6em;
	font-weight:bold;
	font-size:1em;
}
.product-features ul li{
	float:left;
	background:transparent url(../images/bullet1.png) no-repeat 0 4px;
	padding-left:15px;
	list-style:none;
	margin:0 10px 0 0;
	font-size:1.2em;
}
.product-features ul li.no-right-margin{
	margin-right:0;
	width:190px;
}
.no-left-padding{
	padding-left:0px;
}
.buynow-btn{margin-top:10px;width:275px;}
.price-tag{background:url(../images/price_tab_bg.png) no-repeat;font-size:16px;padding:5px;}

.price-tag2{font-size:25px;font-weight:bold;padding:5px;top:-20px;left:60px;position:relative;color:#fff;}

.discounted{width:320px;margin:-10px 0 0 10px}

.body-section-inner{
	width:925px;
}
.body-section{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 8px;
	border:1px solid #ddd;
	padding:1em;
	font-size:14px;
}
.body-section h2{
  font-family: 'Khmer', serif;
  font-size: 25px;
  font-weight:bold;
  line-height: 1.2;
  color:#272727;
  margin-bottom:0.5em;
}
.body-section h3{
  font-family: 'Khmer', serif;
  font-size: 20px;
  font-weight:bold;
  line-height: 1.2;
  color:#393939;
  margin-bottom:0.5em;
}

ul{
	margin:0;
	padding-left:0;
}
.bullets2{
	padding-left:15px;
}
.bullets2 li{
	background:url(../images/bullet2_icon.png) no-repeat -8px -6px;
	list-style:none;
	margin-left:-10px;
	padding-left:20px;
	margin-bottom:15px;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
}

.specialbox{
	background:#ededed;
	margin-bottom:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 8px;
	padding:10px;
}

.specialbox2{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 8px;
	padding:1em;
	background:#f9d835 url(../images/yellow_box_bg111.gif) repeat-x;
}
.body-section ul{
	padding-left:15px;
}
.specialbox2 ul li{
	padding:5px 0 5px 0;
}

.specialbox-shadow{
	border:1px solid #cbc4c4;
	padding:1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 8px;
}
.menu{width:440px;}
/* CSS Menu */
	ul#menu{margin:5px 0 0 0; padding:0; list-style:none;}
		#menu li{overflow:hidden; text-indent:-9999px; display:inline; float:left; margin-right:5px;}
			#menu li a{background:url('../images/menu-sprite.png') no-repeat; width:100%; height:100%; display:block;}
			
			/* Home Button */
			#menu li.home{width:69px; height:50px;}
				#menu li.home a{background-position:0px 0px}
				#menu li.home a:hover{background-position:0px -55px;}
				#menu li.home a.selected{background-position:0px -116px;}
			
			/* About Button */
			#menu li.affiliates{width:115px; height:50px;}
				#menu li.affiliates a{background-position:-70px 0px;}
				#menu li.affiliates a:hover{background-position:-70px -55px;}
				#menu li.affiliates a.selected{background-position:-70px -116px;}
				
			/* Contact Button */
			#menu li.contact{width:115px; height:50px;}
				#menu li.contact a{background-position:-185px 0px;}
				#menu li.contact a:hover{background-position:-185px -55px;}
				#menu li.contact a.selected{background-position:-185px -116px;}

			/* BuyNow Button */
			#menu li.buynow{width:115px; height:50px;}
				#menu li.buynow a{background-position:-300px 0px;}
				#menu li.buynow a:hover{background-position:-300px -55px;}
				#menu li.buynow a.selected{background-position:-300px -116px;}


.testimonial {
	position:relative;
	padding:15px 20px;
	margin:0;
	color:#444444;
	/* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e0e0e0));
	background:-moz-linear-gradient(#f2f2f2, #e0e0e0);
	background:-o-linear-gradient(#f2f2f2, #e0e0e0);
	background:linear-gradient(#f2f2f2, #e0e0e0);
	/* Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
	-webkit-border-top-left-radius:25px 50px;
	-webkit-border-top-right-radius:25px 50px;
	-webkit-border-bottom-right-radius:25px 50px;
	-webkit-border-bottom-left-radius:25px 50px;
	-moz-border-radius:25px / 50px;
	border-radius:25px / 50px;
	background:#f2f2f2 url(../images/left-quotes-big.png) no-repeat 10px 10px; /* default background for browsers without gradient support */
	padding-left: 57px; font-family: Georgia, serif; font-size: 14px; font-style: italic;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.testimonial + p {margin:10px 150px 2em 0; text-align:right; font-style:italic;color:#d7831d;font-weight:bold;}

p.tauthor span{color:#2c2c2c;font-weight:normal;}

/* creates the larger triangle */
.testimonial:before {
	content:"";
	position:absolute;
	bottom:-30px;
	right:80px;
	border-width:0 0 30px 50px;
	border-style:solid;
	border-color:transparent #f2f2f2;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* creates the smaller triangle */
.testimonial:after {
	content:"";
	position:absolute;
	bottom:-30px;
	right:110px; 
	border-width:0 0 30px 20px;
	border-style:solid;
	border-color:transparent #fff;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}
.footer{padding:10px;border-top:5px solid #ddd;margin-top:10px;}


.sp-box { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 0px 0px 10px;}
	.sp-box-content {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-shadow: 1px 1px 1px #ffffff; padding: 16px 10px 15px 25px; min-height:35px; }
		.sp-box-content strong { color: #000000; font-weight: bold; }
		.sp-box-content h1, .sp-box-content h2, .sp-box-content h3, .sp-box-content h4, .sp-box-content h5, .sp-box-content h6 { font-family: Century Gothic, Arial, sans-serif; }

.sp-shadow { border: 1px solid #cbc4c4; box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1); }
	.sp-shadow .sp-box-content { color: #444444; background: #f1f1f1; border: 1px solid #ffffff; padding-left: 10px; }
		.sp-shadow .sp-box-content h1, .sp-shadow .sp-box-content h2, .sp-shadow .sp-box-content h3, .sp-shadow .sp-box-content h4, .sp-shadow .sp-box-content h5, .sp-shadow .sp-box-content h6 { color: #4e4e4e; }