/* CSS Document */
/* 2007 Copyright Topfreewaredownloads.com*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-image: url(../images/textures/texture_03.gif);
}

h1, h2, h3, h4, h5, h5, p {
	font: Arial, Helvetica, sans-serif;
}

h1 {
	color: #333333;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-style: normal;
}

h2 {
	color: #333333;
	font-size: 110%;
	text-align: left;
	padding: 0px;
}

h3 {
	color: #333333;
	font-size: 110%;
	text-align: left;
	padding: 10px 0px;
}

h3 A:link {
	color: #0000FF;
	text-decoration: underline;
}	

h3 A:focus {
	color: #FF6600;
	text-decoration: underline;
}

h3 A:active {
	color: #FF6600;
	text-decoration: underline;
}

h3 A:hover {
	color: #FF6600;
	text-decoration: underline;
}

h3 A:visited {
	text-decoration: underline;
	color: #003399;
}

h4 {
	color: #0033FF;
	font-size: 120%;
	text-align: left;
	padding: 10px 0px;
}
	
h5 {
	color: #333333;
	font-size: 90%;
	padding: 0px;
	font-weight: normal;
}

h6 {
	color: #333333;
	padding: 0px;
	font-size: 90%;
	font-weight: normal;
	
}

img {
  border-style: none;
}

A:link {
	color: #0000FF;
	text-decoration: underline;
}

A:focus {
	color: #FF6600;
	text-decoration: underline;
}

A:active {
	color: #FF6600;
	text-decoration: underline;
}

A:hover {
	color: #FF6600;
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
	color: #003399;
}

ul A:link {
	color: #0000FF;
	text-decoration: underline;
}

ul li A:focus {
	color: #FF6600;
}

ul li A:active {
	color: #FF6600;
}

ul li A:hover {
	color: #FF6600;
}

ul li A:visited {
	text-decoration: underline;
	color: #003399;
}

ol A:link {
	color: #0000FF;
	text-decoration: underline;
}

ol li A:focus {
	color: #FF6600;
}

ol li A:active {
	color: #FF6600;
}

ol li A:hover {
	color: #FF6600;
}

ol li A:visited {
	text-decoration: underline;
	color: #003399;
}

.heading_orange {
	color: #333333;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-orange.gif);
}

.heading_green {
	color: #333333;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-green.gif);
}
	

.heading_red {
	color: #333333;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-red.gif);
}
	
.heading_blue {
	color: #333333;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-blue.gif);
}

.heading_brown {
	color: #333333;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-light-brown.gif);
}

.heading_purple {
	color: #333333;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-purple.gif);
}


.title_blue  {
	color: #333333;
	text-align: center;
	padding: 4px 0px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-blue.gif);
}

.title_orange {
	color: #333333;
	text-align: center;
	padding: 4px 0px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-orange.gif);
}

.title_green {
	color: #333333;
	text-align: center;
	padding: 4px 0px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-green.gif);
}

.title_red {
	color: #333333;
	text-align: center;
	padding: 4px 0px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-red.gif);
}

.title_grey {
	color: #333333;
	text-align: center;
	padding: 4px 0px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-silver.gif);
}

.title_brown {
	color: #333333;
	text-align: center;
	padding: 4px 0px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-light-brown.gif);
}

.title_purple {
	color: #333333;
	text-align: center;
	padding: 4px 0px;
	border: 1px solid;
	background-image: url(../images/backgrounds/bg-purple.gif);
}

#container {
	width: 1000px;
	position: relative;
	margin: 0px auto 0px auto;
	border: 1px solid #333;
	background-color: #FFFFFF;
}

#banner {
	background-image: url(../images/banner/banner-14.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #999;
	height: 110px;
	border-color: #005288;
 }

#banner_logo {
	position: absolute;
	top: 28px;
	width: auto;
	height: auto;
	left: 5px;
	color: #FFFFFF;
	font-size: 140%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-style: normal;
}

#banner_text {
	width: auto;
	height: auto;
	top: 58px;
	left: 15px;
	position: absolute;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.google_search_box {
	width:380px;
	height:auto;
	border: 0px;
	margin: 0px auto;
	border-color: #666666;
	padding: 5px;
	position: absolute;
	top: 45px;
	left: 600px;
}

.breadcrumbs {
	width: 630px;
	height: auto;
	text-align: left;
	margin: 20px 0px 20px 220px;
	background-color: #F0F7FF;
	border: 1px dashed;
	padding: 0px 0px 0px 5px;
	border-color: #000099;
}

.breadcrumbs ul {
	padding: 4px 0px;
	margin: 0px;
}

.breadcrumbs ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: circle;
	font-size: 90%;
}

.breadcrumbs ul li a {
	color: #0000FF;
	text-decoration: none;
	padding: 0px 8px 0px 0px;
	text-align: center;
	font-weight: normal;
	display: inline;
}

.breadcrumbs ul li a:hover, .breadcrumbs ul li a:focus {
	color: #F27900;
}

#nav {
	width: 1000px;
	margin: 0px 0px 16px 0px;
	border-bottom: 2px solid #666;
	height: 30px;
	background-image: url(../images/backgrounds/nav-bg3.gif);
}

#nav ul {
	padding: 6px 0px 0px 0px;
	margin: 0px;
	list-style-image: none;
	border-bottom-color: #0099FF;
}

#nav ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#nav ul li a {
	font-size: 90%;
	color: #0000FF;
	text-decoration: none;
	padding: 2px 10px;
	border-right: 1px solid #005288;
	text-align: center;
}

#nav ul li a:hover {
	color: #FF6600;
}

#nav ul li a:focus {
	color: #FF6600;
}

#content {
	width: 636px;
	margin: 0px 0px 0px 220px;
	padding: 0px;
	font-size: 85%;
	border: 0px solid #999;
}

#content p {
	margin: 5px 0px 10px 0px;
}

#content p A:link {
	color: #0000FF;
	text-decoration: underline;
}

#content p A:focus {
	color: #FF6600;
}

#content p A:active {
	color: #FF6600;
}

#content p A:hover {
	color: #FF6600;
}

#content p A:visited {
	text-decoration: underline;
	color: #003399;
}

#content ul {
	list-style:inside;	
}

#content ol {
	list-style-position: inside;
}

#content ol li a {
	color: #0000FF;
}

#content ol li a:hover{
	color: #FF6600;
}

#content ol li a:focus {
	color: #FF6600; 
}

.news_box {
	width: 635px;
	margin: 0px 0px 10px 0px;
	float: left;
}

.news_box ul {
	list-style-position: inside;
	list-style-type: square;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0px 5px 15px;
}

.news_box ul li {
	padding: 5px 0px;
}

.news_box_content {
	padding: 5px 5px 15px 5px;
	border: 0px solid #999;
}

.news_box_content1 {
	padding: 5px 5px 15px 5px;
	border: 0px solid #999;
}

.pic_box_rate {
	float: left;
	height: 120px;
	margin: 10px 10px 0px 0px;
	width: 120px;
	text-align: center;
}

.rate_and_dl {
	width: 350px;
	margin: 10px 0px 0px 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	border: 1px solid #666;
	background-color: #F2F2F2;
}

.rate_and_dl ul{
	padding: 4px 0px 4px 0px;
}

.rate_and_dl ul li{
	display: inline;
	padding: 3px 10px 3px 5px;
}

.rate_and_dl img { 
	vertical-align: bottom; 
}

.rating_box {
	border: 1px solid #999;
	padding: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 280px;
	background-image: url(../images/backgrounds/bg-01.gif);
	background-repeat: repeat-x;
	display: table;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.downloading_box {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/icons/download-box.gif);
	width: 155px;
	height: 45px;
	background-repeat: no-repeat;
	float: left;
}

.downloading_stats {
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 15px;
	left: 88#;
	width: 130px;
	left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.bottom ul {
	font-size: 105%;
	list-style-position: inside;
	margin: 15px 0px 0px 0px;
}

.bottom ul li {
	padding: 0px 10px 0px 4px;
	display: inline;
	border-left: 2px solid;
	border-color: #FF6600;
	font-weight: bold;
}

.bottom ul li a {
	text-decoration: underline;
	color: #0033FF;
}

.bottom ul li a:hover, a:focus {
	color: #FF6600;
}

#side_column {
	width: 200px;
	position: absolute;
	top: 160px;
	left: 10px;
}

#side_column ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
}

#side_column ul li {
	padding: 4px 0px 0px 3px;
	margin: 0px;
	font-size: 90%;
}

#side_column ul li a {
	color: #0033FF;
	text-decoration: none;
	padding: 0px;
}

#side_column ul li a:hover {
	color: #FF6600;
}

#side_column ul li a:focus {
	color: #FF6600;
}

#side_column ul li a:active {
	color: #FF6600;
}

.side_column_content {
	border: 1px solid #999999;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	background-image: url(../images/backgrounds/bg-01.gif);
	background-repeat: repeat-x;
}

.side_column_right {
	width: 136px;
	position: absolute;
	top: 260px;
	left: 862px;
	padding: 0px 0px 3px 0px;
}

.side_column_right_content {
	background-color: #FAF9EF;
	border: 1px dashed;
	border-color: #000033;
	margin: 0px 0px 10px 0px;
}

.side_column_right p {
	font-size: 80%;
}

.side_column_right ul {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	list-style-position: inside;
}

.side_column_right ul li {
	padding: 4px 0px 0px 1px;
	margin: 0px;
	font-size: 75%;
}

.side_column_right ul li a {
	color: #0033FF;
	text-decoration: none;
	padding: 0px;
}

.side_column_right ul li a:hover {
	color: #FF6600;
}

.side_column_right ul li a:focus {
	color: #FF6600;
}

.side_column_right ul li a:active {
	color: #FF6600;
}

.side_column_right h5 {
	color: #0033FF;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

.left_column {
	width: 250px;
	font-size: 110%;
	float: left;
}

.right_column {
	width: 280px;
	font-size: 110%;
	float: right;
	margin: 0px 90px 0px 0px;
}

#footer {
	width: 870px;
	background-color: transparent;
	margin: 10px auto;
	text-align: center;
}

#footer ul {
	padding: 3px 0;
	margin: 0px;
}

#footer ul li {
    display: inline;
    padding: 0px;
    margin: 0;
}

#footer ul li a {
	font-size: 75%;
	color: #000000;
	text-decoration: none;
	padding: 1px 7px;
	border-left: 1px solid #999;
	text-align: center;
}

#footer ul li a:hover, #footer ul li a:focus {
	color: #0066FF;
}

#footer a.noborder {
	border-left: 0px solid #999;
}

.about_us {
	margin: 15px auto;
	padding: 5px;
	width: 700px;
	height: auto;
	background-repeat: no-repeat;
	font-size: 80%;
	text-align: center;
	border: 1px dashed;
}

#copy {
	margin: 10px auto;
	padding: 0px;
	width: 240px;
	height: auto;
	background-repeat: no-repeat;
	font-size: 70%;
	text-align: center;
}

#copy a img {
	padding:0px;
	margin:0px;
	text-decoration: none;
	border: 1px solid #000000;
}

.region1 {
	width: 630px;
	margin: 0px 0px 0px 225px;
	padding: 0px;
}

.green_text {
	color:#2B8400;
}

.blue_text {
	color:#0033FF;
}

.image_box {
	width: 120px;
	height: 120px;
	float: left;
}

.left_image {
	float: left;
	margin: 0px 10px 10px 0px;
}

.left_image1 {
	float: left;
	margin: 30px 10px 20px 0px;
}

.left_image2 {
	float: left;
	margin: 10px 0px 20px 50px;
}

.left_image3 {
	margin: 10px 10px 5px 10px;
}

.left_image4 {
	float: left;
	margin: 20px 30px 40px 30px;
}

.left_image5 {
	float: left;
	margin: 10px 20px 30px 15px;
}

.left_image6 {
	float: left;
	margin: 20px 35px 40px 35px;
}

.left_image7 {
	float: left;
	margin: 10px 30px 40px 25px;
}

.left_image8 {
	float: left;
	margin: 10px 30px 15px 65px;
}

.center_image {
	text-align: center;
}

.software_image_box {
	margin: 15px 10px 10px 10px;
	padding: 5px;
	width: 120px;
	text-align: center;

}

.center_image_border {
	text-align: center;
	border: 1px dashed;
	border-color: #999999;
	padding: 3px 0px;
	background-image: url(../images/backgrounds/box-background-01.gif);
	background-repeat: repeat-x;
}

.ad_unit_200_90 {
	width:200px;
	height:90px;
	margin: 25px 0px 8px 15px;
	background-color: #FAF9EF;
	border: 1px dashed;
	border-color: #A99D34;
	padding: 5px;
	float: left;
}

.ad_468x15 {
	width:468px;
	height:15px;
	margin: 0px 0px 5px 220px;
}

.ad_468x60_top {
	width: 468px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 22px;
	left: 465px;
	border: 1px solid;
	border-color: #000066;
}

.top_banner01 {
	width:auto;
	position:absolute;
	top:12px;
	left:500px;
	height:auto;
	border: 0px solid #999;
}

.ad_726x90 {
	width:726px;
	height:90px;
	margin: 0px 0px 10px 225px;
}

.side_ad_120x600 {
	width:auto;
	height:600px;
	margin: 5px auto;
	padding: 5px 0px;
	border: 0px dashed #000033;
	text-align: center;
}

.side_ad_200x275 {
	width:200px;
	height:275px;
	margin: 10px 0px 10px 0px;
}

.side_ad_200x200 {
	width:200px;
	height:200px;
	margin: 5px auto;
}

.left_ad_box_300x250 {
	width:300px;
	height:250px;
	margin: 10px 0px 0px 0px;
	float: left;
	text-align: center;
}

.left_ad_box_250x250 {
	width:250px;
	height:250px;
	float: left;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.left_ad_box_336x280 {
	width:336px;
	height:280px;
	float: left;
	margin: 0px 0px 10px 230px;
	text-align: center;
}

.left_ad_box_336x280_01 {
	width:336px;
	height:280px;
	margin: 0px auto 10px 5px;
	text-align: center;
}

.right_ad_box_250x250 {
	width:250px;
	height:250px;
	float: right;
	margin: 10px 90px 0px 0px;
	text-align: center;
}

.right_ad_box_300x250 {
	width:300px;
	height:250px;
	float: right;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.right_ad_box_300x250_01 {
	width:300px;
	height:250px;
	float: right;
	margin: 10px 144px 0px 0px;
	text-align: center;
}

.right_ad_box_336x280 {
	width:336px;
	height:280px;
	float: right;
	margin: 0px 20px 0px 0px;
	text-align: center;
}

.sudoku_left_box {
	width:100px;
	height:200px;
	float:left;
	text-align: center;
	padding-top: 8px;
}

.image_smiley {
	float: left;
	margin: 10px 20px 90px 15px;
	height: auto;
}

.smiley_downloads {
	width: 150px;
	margin: 0px 0px 0px 70px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	color: #333333;
}

.download_button {
	width: 170px;
	margin: 10px 0px 10px 65px;
}

.google_200_200_Right_01 {
	width: 200px;
	height: 200px;
	float: right;
	margin: 0px 150px 15px 0px;
}

.tutorials_comments {
	width: 635px;
	margin: 0px 0px 0px 220px;
	padding: 0px;
	font-size: 85%;
	border: 0px solid #999;
}

.bookmark {
	width:560px;
	height:auto;
	margin: 10px 0px 10px 225px;
}

.spacer_margin_large {
	margin: 50px 0px 0px 0px;
}

.dotted_line {
	border-bottom: 1px dotted #999;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.dotted_line2 {
	border-bottom: 1px dotted #999;
	padding: 0px;
	margin: 15px 0px;
	clear: both;
}

.dotted_line3 {
	border-bottom: 1px dotted #999;
	padding: 0px;
	margin: 20px 0px;
	clear: both;
}

.clearit {
	clear: both;
	margin: 0px;
	height: 1px;
}

/* 2007 Copyright Topfreewaredownloads.com*/

