body {
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
        background: #fff;
}

/* START LAYOUT CSS */
a {text-decoration:none;}

ul.ads {
list-style-type:none;
display:inline;
padding-right:5px;
text-align:justify;
width:750px;

}
li.ads {
list-style-type:none;
display:inline;
padding-right:60px;
width:200px;
text-align:justify;
font-size:17px;
}

li.ads a{text-decoration:none;}

.menu {
margin-top:-6px;
}


.navigation a {
	color: #fff;
}

.navigation {
	display: block;
	background: #808080;
	padding: 5px;
}

.software-list ul {
	margin-left: 15px;
}



.menu li {
        float: left;
        border: 1px solid #666666;
        display: inline;
        padding: 2px 0px 2px 0px;
        margin: 4px;
}

.menu a:link,.menu a:visited {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        margin 0;
        padding: 2px 6px 2px 6px;
        background-color: #333333;
}

.menu a:hover {
        color: #000000;
        background-color: #FFFFFF;
}

.menu a:active {
        font-style: italic;
        font-weight: bold;
}



.main-wrapper {
	width: 1030px;
	background: #fff;
	margin: 0px auto 0px auto;
	padding: 5px;
}

.header {
	width: 1030px;
}

.main-logo {
	width: 400px;
	float: left;
}
.header-banner {
	padding-top: 15px;
	width: 600px;
	text-align: right;
	float: right;
}
.clear {
	clear: both;
}

.main-logo-home {
	width: 1000px;
	height: 90px;
	float: left;
}

.content-wrapper {
	padding: 5px;
	width: 1023px;
	background: #fff;
}

.main-clear {
	clear: both;
}

.main-footer {
	width: 1010px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
}

/* END LAYOUT CSS */



/* START NAVIGATION CSS */
#tabs {
	background: #fff;
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0 0 0 5px;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("http://www.wm6software.net/images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("http://www.wm6software.net/images/right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

/* END NAVIGATION CSS */



/* START SOFTWARE CSS */

.footer {
	width: 555px;
	float: left;
	background-color:#000;

}

.software-list {
	width: 555px;
	float: right;
}

.software-program-left {
	width: 275px;
	background: #f0f0f0;
	float: left;

}

.software-program-right {
	width: 275px;
	background: #f0f0f0;
	float: right;

}

.software-program-clear {
	width: 545px;
	text-align: center;
	padding: 5px;
	clear: both;

}

.software-program-title {
	width: 265px;
	color: #fff;
	font-weight: bold;
	background: url('http://www.wm6software.net/images/program_head.png');
	padding:5px;
}

.software-program-title a {
	color: #fff;
	text-decoration: none;
}

.software-program-title a:hover {
	color: #000;
}

.software-program-image {
	width: 240px;
	height: 320px;
	background: #fff;
	margin: 13px auto 13px auto;
}

.software-program-description {
	width: 240px;
	margin: 0 auto 5px auto;
}
.software-program-description a:hover {background:#ff0000;color:#ffffff; }

.software-description-title {
	font-weight: bold;
}

.software-list-navigation {
	width: 545px;
	background: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.software-list-navigation-bottom {
	width: 545px;
	background: #6A6A6A;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.software-list-navigation-bottom a {
	color: #fff;
	font-weight:bold;

}

.software-list-navigation-bottom a:visited {
	color: #fff;
	font-weight:bold;

}
.software-list-navigation-top {
	width: 545px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
}

.software-list-navigation-top a {
	color: #000;
	font-weight:bold;

}

.software-list-navigation-top a:visited {
	color: #000;
	font-weight:bold;

}

/* END SOFTWARE CSS */



/* START SIDEBAR CSS */

.main-sidebar {
	width: 230px;
	float: left;
}

.second-sidebar {
	width: 230px;
	float: right;
	margin-left: 5px;
}

.sidebar-list {
	width: 228px;
	background: #f0f0f0;
	margin-bottom: 5px;
}

.sidebar-list ul {
	width: 220px;
	padding: 5px;
}

.sidebar-list ul li {
	line-height: 15px;
	list-style: square;
	list-style-position: inside;
padding-bottom:5px;
list-style-image:url('/bullet.gif');

}

.sidebar-list ul li a {
	text-decoration: none;
color:#0000AA;
}

.sidebar-list ul li a:hover {
background-color:#f0f0f0;
}

.sidebar-list-title {
	background: url('http://www.wm6software.net/images/sidebar_head.png');
	color: #fff;
	font-weight: bold;
	width: 218px;
	padding: 5px;


	
}

.sidebar-list-title-adsense {
	color: #fff;
	font-weight: bold;
	background: #6A6A6A;
	width: 230px;
	height:10px;
}

/* END SIDEBAR CSS */



/* START MESSAGE BOX CSS */

.message-box {
	width: 760px;
	background: #fff;
	margin: 10px auto 10px auto;	
}

.message-box-title {
	color: #fff;
	font-weight: bold;
	background: #000;
	width: 750px;
	padding: 5px;
}

.message-box-content {
	width: 750px;
	padding: 5px;
}

/* END MESSAGE BOX CSS */



/* START DOWNLOAD PAGE */

.message-box {
	width: 760px;
	background: #fff;
	margin: 10px auto 10px auto;	
}

.message-box-title {
	color: #fff;
	font-weight: bold;
	background: #000;
	width: 750px;
	padding: 5px;
}

.message-box-content {
	width: 750px;
	padding: 5px;
}

.message-box-left {
	width: 240px;
	float: left;
}

.message-box-right {
	width: 500px;
	float: right;
	padding:5px;
}

.message-box-clear {
	clear: both;
}

/* END DOWNLOAD PAGE */



/* START ADS */

.ad-main-top {
	width: 728px;
	height: 90px;
	margin: 5px auto 5px auto;
}

.sidebar-sponsor {
	width: 210px;
	background: #fff;
	margin-bottom: 5px;
}
.sidebar-sponsor-title {
	color: #fff;
	font-weight: bold;
	background: #000;
	width: 200px;
	padding: 5px;
}

.sidebar-sponsor-content {
	width: 200px;
	padding: 5px;
	text-align: center;
}


/* END ADS */


