body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color:#DFFFDF;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	/*
	background-image: ;
	background-repeat: ;
	*/
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFF00;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
	text-align:center;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	text-align:right;
}

h3 {
	font-size: 1em;
}

p, ul {
	line-height: 200%;
}

blockquote {
	
	line-height: normal;
	font-style: italic;
	font-size: x-small;
}

a {
	color: #7BE932;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color:#DFFFDF;
}
/*menu*/

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 1px solid #0F0F0F; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #DFFFDF;
}


/* top */

#top 
{
	
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(images/head.jpg) no-repeat center top ;
}

#top h1, #top p {
	margin: 0;
	color: #7BE932;
	text-align:center;
	
}

#top h1 {
	padding-top: 100px;
}

#top a {
	color: #7BE932;
	text-decoration: none;
	
}
#top_paypal{
margin-left : 80px;



}
#top_home_homeview 
{
	
	width: 240px;
	height: 320px;
	margin-left: 0;
	background: url(images/wmT3_HomeView.png) no-repeat;
}

/* main */

#main {
	width: 760px;
	margin: 0 auto;
}


/* Content */

#content {
	float: right;
	width: 460px;
}

.item {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #0F0F0F;
}


.more {
	text-align: right;
	color: #646464;
	padding-left: 20px;
}


#home_screen_smartphone
{
	
	width: 200px;
	height: 380px;
	background: url(images/wmT3_Smartphone.jpg) no-repeat;
}

#home_screen_ppc
{
	
	width: 224px;
	height: 378px;
	margin-left: 250px;
	background: url(images/wmT3_PPC.jpg) no-repeat;
}



/* Menu */

#menu {
	float: left;
	width: 240px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#menu li {
}

#menu li ul {
	padding: 15px 0;
}

#menu li li 
{
	text-align:right;
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	
}

#menu h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #0F0F0F;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
}

#paypal 
{
	margin-top:20px;
	margin-left: 100px;
	width: 150px;
	height: 157px;
	background: url(images/paypal_icon.png) no-repeat;
	}

#features 
{
padding: 0 0 20px 0;
}

.feat
{
	color:#FFFF00;
	margin:0;
	
}
#features li
{
	list-style-image: url(images/star.png);	
}


/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
}


