/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#header .recent-entries h4 a {font-size:18px; color: #212c50;}
#header .recent-entries h4 a:hover {font-size:18px; color: #4a62b1;}
/*
#header .recent-entries ul li {width:210px;}
*/

#tabs {
	width:296px;
	float:left;
	padding-top:20px;
	border-top-width:1px;
	border-top-style:solid;
}
/*-------------------------This is The Beginning of the Sales Page------------------------------*/
#displayblock { height:800px;
	       	width:auto;
                background-color:#FFFFFF;
                position:relative;
	       }
            #imagepod { float:right;
			width:205px;
			height:auto;
			margin-left:5px;
			background-image: url(http://www.lifemodification.com/images/lifem.jpg);
			background-repeat:no-repeat;
			}	
#displayblock h1 { width:520px;
				   margin-left:auto;
				   margin-right:auto;
				   font-family: "Times New Roman", Times, serif;
				   font-size:40px;
				   text-align:left;
				   }	
#displayblock h2 { width:520px;
				   margin-left:auto;
				   margin-right:auto;
				   font-family: "Times New Roman", Times, serif;
				   font-size:22px;
				   text-align:left;
				   }
#displayblock li { list-style-type:none;
	 	   background:url(http://www.lifemodification.com/images/dot.png) 0px 4px no-repeat;
	 	   line-height:25px;
	 	   width:300px;
		 }		

#orderbutton { width:179px; margin-left:auto; margin-right:auto;
			   height:52px;
			   background-image: url(http://www.lifemodification.com/images/button.jpg);
			   }	 
#orderbutton a { position:absolute;
				 width:179px;
				 height:52px;
				 background-image: url(http://www.lifemodification.com/images/button.jpg);
				 }	
#orderbutton a:link {background-image: url(http://www.lifemodification.com/images/button.jpg);
				      }	
#orderbutton a:visited {background-image: url(http://www.lifemodification.com/images/button.jpg);
				      }
#orderbutton a:hover {background-image: url(http://www.lifemodification.com/images/hover.jpg);
				      }
#orderbutton a:active {background-image: url(http://www.lifemodification.com/images/push.jpg);
				      }		                                                   	      
			      
