/*
 * Base              79%    91%   103%
 *
 * size              -2	    -1      0
 * -------------------------------------
 * biggest          151%   147%   160%		
 * bigger           130%   131%   130%
 * big              115%   113%   116%
 * normal           100%   100%   100%
 * small             89%    90%    88%
 * smaller            x     77%    77%
 * smallest           x      x     68%
 *
 */

body {
    margin:0;
    padding:0;
    text-align:center;
    background-color:#f3f3f3;
    font-family:arial,helvetica,sans-serif;
    scrollbar-face-color: #cccccc;
    scrollbar-shadow-color: #666666;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #999999;
    scrollbar-darkshadow-color: #666666;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #0066CC;    
}
#canvas {
    margin-right:auto;
    margin-left:auto;
    width:772px;
    text-align:left;
    background-color:#eaebeb;    
}
#header {
    background-image:url(../images/header_bg.jpg);
    background-repeat:repeat-x;
    background-color:#fff;   
    width:772px;
    height:76px;
}
#header #logo {
    float:left;    
}
#nav {
    width:580px;
    height:57px;
    background-image:url(../images/nav_bg.jpg);
    background-repeat:no-repeat;
    float:right;
    margin-top:18px;
}
#nav span {
   visibility: hidden;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
    position:relative;
}
#nav ul li {
	margin:0; 
	padding: 0;
    list-style: none;
	display: inline;
  
}
#nav a {
    text-decoration:none;
    top:35px;
    position:relative;
    font-size:18pt;
}
#thome a  {
	background: url(../images/nav_home.gif) no-repeat;
    left:0;
}
#tabout a  {
	background: url(../images/nav_about.gif) top left no-repeat;
    left:30px; 
}
#tlogin a  {
	background: url(../images/nav_login.gif) top left no-repeat;
    left:65px; 
}
#tregister a  {
	background: url(../images/nav_register.gif) top left no-repeat;
        left:90px; 
}
#tsearch a  {
	background: url(../images/nav_search.gif) top left no-repeat;
    left:105px; 
}
#tlinks a  {
	background: url(../images/nav_links.gif) top left no-repeat;
    left:130px; 
}
#banner {
    height:110px;
}
#banner img {
    width:772px;
    height:110px;
    background-color:#fff;    
}
#content {
    background-color:#fff;
    margin-bottom:69px;
    padding-bottom:60px;
    position:relative;
    border:1px solid #fff;
}
#content #leftcol {
    position:absolute;
    left:0;
    top:0;
    width:121px;
    margin:0;
}
#leftcol img.top {
    margin-top:10px;
    margin-left:8px;
}
#leftcol div.offer {
    margin-top:10px;
    margin-left:8px;
}
#content #centrecol {
    margin-left:121px;
    margin-right:245px;
}
#content #rightcol {
    position:absolute;
    right:0;
    top:0;
    width:245px;
    padding-top:38px;
}
#footer {
    background-image:url(../images/footer_bg.gif);
    background-repeat:repeat-x;
    height:20px;
    width:772px;   
}
#centrecol #feature {
    background-image:url(../images/map.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin-left:5px;
    margin-top:3px;
    padding-top:52px;
}
#centrecol #feature h1 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
#centrecol #feature h2 {
    margin:22px 0 18px 0;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
#centrecol #feature h3 {
    color:blue;
    font-family:verdana,arial,helvetica,sans-serif;
}
#centrecol #feature ul li {
    font-weight:bold;
    color:#606060;  
    font-size:12px; 
}
#rightcol p {
    font-size:13px;
    padding:0;
    margin:0;
}
#rightcol p.register {
    float:left;    
}
#homelogin {
    background-color:#efefef;
    margin-top:30px;
    width:180px;
    font-size:12px;
    padding:5px 3px 5px 3px;
    margin-left:45px;
}
#homelogin h3 {
    font-size:13px;
    margin-bottom:16px;
}
#details {
    font-size:12px;
}
#content #innerleft {
    font-size:12px;
    width:448px;
}
#content #innerleft p { 
    margin-left:13px;
}
#content #innerleft img { 
    margin-left:13px;
    margin-top:20px;
}
#content #innerright {
    position:absolute;
    left:525px;
    top:90px;
}
#topads {
    background-color:#f3f3f3;
    border-width:2px;
    border-style:ridge;
    border-color:#ccc;
    font-size:11px;    
}
#linkscontent {
    font-size:11px;
    padding:5px;
}
#alphanav a {
    margin:5px;
    color:#666;
}
#logodownload {
    border:1px dashed #000;
    border-width:1px 0 1px 0;
    padding:5px;
    width:75%;
    margin-top:50px;
}
.footerad {
    width:100%;
    text-align:center;
    padding-top:20px;
    font-size:11px;
}
input.txt {
    width:100px;
}
div.btncontainer {
    width:100%;
    text-align:right;
    margin-top:6px;
    margin-right:6px;
}
span.password {
    margin-right:6px;
    font-size:12px;
}
h1 {
    margin:0;
    padding:0;
}
h2 {
    margin:0;
    padding:0;
}
h3 {
    margin:0;
    padding:0;
}
div {
    padding:0;
    margin:0;
}
img {
    border:0;
}
form {
    margin:0;
    padding:0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* Links navigation */

#linkscontent a:link, #linkscontent a:visited {
  color: #666;
}

#linkscontent a:hover {
  color: #00F;
}

#linkscontent ul {
  margin: 2em 0;
  padding: 0;
  list-style-type: none;  
}

#linkscontent ul li {
  font-size: 110%;
  display: inline;
  font-weight: bold;
}

#linkscontent ul li.selected a {
  font-size: 120%;
  color:#000;
  text-decoration:none;
}

#linkscontent ul li a
{
  padding: 0.2em 0.5em;
}

/* Body of links section */

#linkscontent h2 {
  font-size:120%;
  margin-bottom:5px;
}

#linkscontent h3 {
  font-size:100%;
  margin-top:10px;
  margin-bottom:4px;
  margin-left:3px;
}

#linkscontent h3 a:link, #linkscontent h3 a:visited {
  text-decoration: none;
  color: #00F;
}

#linkscontent small {
  margin-left: 10px;
  color: #666;
}

#linkscontent p {
  margin-top:3px;
  margin-left:7px;
}

#contentimage {
  margin-top:3px;
  text-align:center;
   margin-right:auto;
    margin-left:auto;
}
#adurl {
	height: auto;
	width: 220px;
/*	float:left; */
	padding-top:15px; 
	padding-left:10px;
/*	position:absolute;
	top: 68px;
	left: 318px; */
	
} 

#topads h1 {
  font-size:110%;
}


#topads table {
  borde:0;
}

#topads td {
  border: 1px solid #CCC;
}
