body {
  margin:0.5em 0;	
}

h1 {
	color: red;
	text-align: center;
	border:2px solid;
	background:#FFF6BF;
	color:#df2914; 
	font-size: 32px; 
	padding: 5px;
	border-color:#FFD324;
	margin-bottom: 0px;
	margin-top:  0px;
	line-height: 1.4em;
}

h2 {
	margin-bottom:5px;
	margin-top: 10px;
	line-height: 1.1em;
	text-align: center;
}

h2.alt {
	text-align: center;
	margin: 5px 0px 5px;
}

h6 {
	text-align: center;
}

div.lp-contactform {
	border: 4px dashed #ffd324;
	width: 190px;
	margin-left: -20px;
	padding: 5px;
}

div.lp-footer {  
	padding:.8em;
    margin-top: 20px;  
    padding-top: 5px;  
    border-top: 1px solid #000;
	text-align: center;
	/* padding:.8em;border:2px solid #ddd; */
} 

ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    background-image: url("../images/bullet.png"); /* Replace bullet.gif with your img */
    background-position: left center; /* Position bullet */
    background-repeat: no-repeat;
    padding-left: 30px; /* Add padding so text doesn't cover bullet img */
    font-size: 1.4em;
    line-height:30px;
}

/*
ul { 
	list-style-image: url("../images/bullet.png");
	list-style-position: inside;
} 

li {
	font-size: 37px;
	line-height: 45px;
}
*/

.prodimg {  
	outline: 4px solid #fff6bf;
	float: right;
	margin:  10px 0px 10px 10px;
}

/* Forms Processing */
input.sbutton {
	width:176px;
	height:40px;
	border: none;
	background: transparent url("../images/submit.png") no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

textarea {
	width:190px;
	height:50px;
}

.form-input-field {
	width:130px;
}

/* Testimonials */
#pscroller1{
	width: 200px;
	height: 100px;
	border: 1px solid;
	padding: 5px;
	background-color: #FFF6BF;
	margin-left: -20px;
	color:#df2914; 
	border-color:#FFD324;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/* Roundbox */
.roundBox {
  background:transparent url(http://www.sgbizfinder.com/images/roundBox1.gif) no-repeat top left;
  width:510px;
  padding:5px 20px 20px 20px;
}

.roundBox .boxBottom {
  background:white url(http://www.sgbizfinder.com/images/roundBox1.gif) no-repeat bottom left;
  font-size:1px;
  line-height:1px;
  height:14px;
  margin:0 -20px -20px -20px;
}

/* Pagination */
.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
