/********************************************
   WEBSITE:			http://www.realmov.com/
   VERSION:			1.0          	
 *******************************************/ 
 
 * { margin: 0; padding: 0; }

body {
	background: #FFF;
	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333; 
	text-align: center;
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 	
}

.h5
{
    color: #2B820D;
    font-weight: bold;
    font-size: 12px;
}

.h6
{
    font-size: 9px;
    color: #616161;
}



/**********************************
  LAYOUT 
***********************************/

#wrap {
	width: 833px;
	background: url(site_image/bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

/* header */
#header {
	position: relative;
	width: 833px;
	height: 140px;
	background: #FFF url(site_image/header.jpg) no-repeat center top;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 19px; left: 53px;	
}
/* navigation tabs */
#header ul {
	position: absolute;
    margin:0;
    list-style:none;
	right:30px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}

#header a {
   float:left;
   background: url(site_image/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#header a span {
   float:left;
   display:block;
   background: url(site_image/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}
/* END header */


/* sidebar */

#sidebar
{
	position: relative;
	float: right;
	left: -40px;	
	margin: 0; padding: 0;
	width: 200px;
}

	
#sidebar h1 
{
	
	margin: 10px 0 0 0; 
	padding: 3px 10px;
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}



#sidebar a.sidebarnews
{
   	margin:0;
   	padding:0 0 0 4px;
   	color: #2B820D;
    font-weight: bold;
	font-size: 12px;
    text-decoration:none;
}

#sidebar a.sidebarnews:hover
{
   background-position:0% -42px;
}


#sidebar description
{
	width: 85%;
    height: 50px;
    font-size:10px;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}


#sidebar a.sidebarnewsmore
{
	position: relative;
   	color: #2B820D;
    font-size: 10px;
    text-decoration:none;
    float: right;
    left: 0px;	
    height: 20px;
}

#sidebar a.sidebarnewsmore:hover
{
   background-position:0% 42px;
   text-align: right;
   float: right;
}



* html body #sidebar ul.sidemenu li { height: 1%; }
/* END sidebar */


/* Main */
#main {
	float: left;	
	width: 70%;
	padding: 0;	margin: 0;	
}

#products_column
{

	width: 90%;
   /*width:300px;*/
}

.text
{
    font-size: 12px;
    vertical-align: top;
    line-height: 1.3;
}

#main .text ul
{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#main .text ul li
{
	margin:7px 0;
	padding-left:14px;
	font:normal 11px Verdana;
	text-align:justify;
	color:#000;
	background:url(/site_image/square.gif) no-repeat 0px 5px;
} 

h3,
.h3
{
    font-family: Tahoma, Verdana;
    font-size: 20px;
    color: #008000;
}


.borderv
{
    background-image: url(/site_image/borderv.gif);
    background-repeat: repeat-y;
}

.borderh
{
    background-image: url(/site_image/borderh.gif);
    background-repeat: repeat-x;
    margin-left: 12px;
    margin-right: 12px;
}

.borderhlong
{
    margin-left: 30px;
    background-image: url(/site_image/borderhlong.gif);
    background-repeat: repeat-x;
}


#main a.mainmore
{
   	margin:0;
   	padding:0 0 0 4px;
   	color: #400080;
    font-size: 12px;
    text-decoration:none;
    text-align: right;
    float: right;
    height: 25px;
 }

#main a.mainmore:hover
{
   background-position:0% 42px;
   text-align: right;
   float: right;
  
 }
 
#main a.black:link, a.black:visited
{
	font-family: "Tahoma";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000; 
	font-weight: bold;
	text-decoration:none;
	text-align: left;
}

#main a.black:hover
{
	text-decoration: underline;
}
	
/* END Main */

/* download */
#download
{
	position: relative;
	float: left;
	left: 40px;	
	margin: 0; padding: 0;
	width: 65%;
}

#download .download_header
{
    background-color: #ADADAD;
    color: #FFFFFF;
    font-weight: bold;
}

#download td#default
{
	border-right: 2px solid white;
    padding:0px;
    padding-left:7px;    
    text-align:left;
    font-size:11px;
    height:28px;
    border-bottom:1px solid #B7B7B7;
}

#download td#awards
{
	
	border-right: 2px solid white;
    width:33%;
    height: 100px;
}


#download a.download_link
{
    text-decoration:underline;
    margin:0;
   	color: #008000;
    font-size: 12px;
    float: left;
}

#download a.download_link2
{
    text-decoration:underline;
    margin:0;
   	color: #008000;
    font-size: 12px;
}

#download td.download_btn 
{
    padding:0px;    
    text-align:center;        
    vertical-align:top;
    padding-top:4px;
    height:17px;
}

#download td.download_btn img
{
    padding:0px;
    margin:0px;
    border:0px;    
}


#download .download_header td
{
    font-size: 12px;
    text-align:left;
    padding-left:7px;
    height:23px;
}


#download h1#title
{
	color: #66739B;
	font-size: 24px;
}

#download .regist
{
	color: black;
	font-size: 16px;
	font-weight: bold;
	color: #005000;
}

#download .features
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	color: #005000;
}

#download .requirements
{
	color: black;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
}


/* END download */

/* Support */
#support
{
    width:535px;
    border: 0px;
	text-align: left;
	padding-left:40px;
}

#support td
{
    padding:0px;
    padding-left:7px;    
    text-align:left;
    font-size:11px;
    height:21px;
}

#support a.download_link
{
    text-decoration:underline;
    margin:0;
   	color: #008000;
    font-size: 12px;
}

/* END Support */


/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #FFF url(site_image/footerbg.jpg) no-repeat center top;	
	width: 833px;
	height: 80px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 auto;	
}
#footer a {
  	background: inherit;
	text-decoration: none;
	color: #667F99;	
 }
 
 #footer a:hover {
  	background: inherit;
	color: #667F99;	
 }
/* END footer */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
