﻿html, body
{
    height:auto !important; /* FF and compliant browsers should automatically size the body/html */        
    height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */        
    min-height:100%;
	background-color:#dcdddf;
}

body, div, p, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, dl, dt, dd
{
margin:0px;
padding:0px;
}
table
{
	border-collapse:collapse;border-spacing:0;
}
fieldset,img
{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}

li
{
	list-style:none;
}

caption,th
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}

a
{
 text-decoration: none; 	
}

#MainFrame
{
	/*background: url(../images/OkSoftMlmSite_MainBgRepeate.jpg) repeat-x left top;*/
	text-align:center;	
    height:100% !important;
    min-height:100%;
}

#SiteFrame
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
  	width: 960px;
    height:100% !important;
    min-height:100%; 	
  	vertical-align:top;
	top: 0px;
	left: 0px;
}

/* ----------------------------------- Header ---------------------------------- */

#Header
{
	float:left;
	width:960px;
	height:304px;
	background: url(../Images/Header_Bg.jpg) no-repeat center center;
	vertical-align:bottom;
	margin:0px 0px 0px 0px;
}

/* ----------------------------------- Menu ------------------------------------ */

#Menu
{
	float:left;
	width:223px;
	padding:15px 5px 0px 0px;
}

li.Menu
{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#565b5d;
	margin: 0px 0px 0px 20px;
}

li.SecondLevelMenu
{
	font-family:Tahoma;
	font-size:12px;
	color:#565b5d;
	margin: 10px 0px 5px 30px;
}

.Menu a, .SecondLevelMenu a
{
	text-decoration:none;
	color:#221f20;
}

.Menu a:hover, .SecondLevelMenu a:hover
{
	text-decoration:none;
	color:#5f585b;
}

/* ----------------------------------- Footer ------------------------------------ */

#Footer
{
	float:left;
	width:960px;
	height:148px;			
	background: url(../Images/Footer_Bg.jpg) no-repeat center top;
	vertical-align:top;
}

p.footer
{
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;	 
	vertical-align:top; 
	margin: 130px 30px 0px 25px;	
	width:300px;
}

.footer a
{
	color:#ffffff;
	vertical-align:top;
	text-decoration:underline;
}

/* ------------------------------------ Content ---------------------------------- */

#ContentFrame
{
	float:left;
	width:960px;
	background: url(../Images/Content_Bg.jpg) repeat-y center center;
}

#ContentArea
{
	float:right;
	width:642px;	
	padding:5px 60px 0px 30px;
	min-height:400px;
}

#ContentArea li
{	
	font-family:Tahoma;
	font-size:11px;
	padding-left: 15px;
	padding-right: 30px;
	text-align:justify;	
	list-style-type:disc;
}

#ContentArea a
{	
	color:#0151b4;
	text-decoration:underline;
}

/* ------------------------------------ Named Classes ---------------------------- */

p.article
{
	font-family:Tahoma;
	font-size:12px;
	text-align:justify;	
}

h1.article_head
{
	font-family:Tahoma;
	font-size:12px;
	text-align:justify;
	color:#0151b4;
	margin-bottom:20px;	
}

li.article
{	
	font-family:Tahoma;
	font-size:11px;
	padding-left: 30px;
	padding-right: 30px;
	text-align:justify;	
	list-style-type:disc;
}

td.article
{
	font-family:Tahoma;
	font-size:12px;
	text-align:justify;	
	padding: 5px;
}

ul.SecondLevelMenu
{
	display:none;			
}

/* --------------------------------------------------------------------------------- */

table.List
{
	float:left;		
	border-collapse:collapse;		
}

th.PriceList
{		
	/*background-color:#f5f5f5;*/
	border: solid 1px #a0a0a0;	
	border-collapse:collapse;
	padding:5px;
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

td.PriceList
{	
	border: solid 1px #a0a0a0;
	border-collapse:collapse;
	padding:5px;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;	
	color:#000000;
}

/* --------------------------------------------------------------------------------- */

table.CssTable
{
	border:solid 1px #000000;
	border-collapse:collapse;	
}

.CssTable td
{
	border:solid 1px #000000;
	border-collapse:collapse;
	padding:3px;	
}

/* --------------------------------------------------------------------------------- */

.TxtBxStyle
{	
	width:200px;
	height:18px;
	border: 1px solid #909092;
	margin:0px 0px 0px 20px;
}

.SearchBtn
{	
	border: none; /*1px solid #909092;*/
	cursor:pointer;
	width:30px;
	height:30px;
	font-weight:bold;
	font-size:9pt;
	font-family:Arial;
	color:#555456;
	text-align:center;	
	text-decoration:none;
	margin:0px 0px 0px 5px;
	background: url(../Images/search.png) no-repeat center center;
}