/*
# -----------------------------------------------------------------------
# Project name: Renstu by Lisbon Project
# Marco Monteiro / Rentsu
# -----------------------------------------------------------------------
# Copyright information:
# Copyright (C) 2008-2009 Rentsu All Rights Reserved.
# @license - Copyrighted Commercial Software
# This file may not be redistributed in whole or significant part.
# -----------------------------------------------------------------------
# Project information:
# version: 1.0.9  (23/09/2009)
# Tested in: Firefox; Chrome; Opera; Safari; IE8; IE7;
# (this CSS will not be optimized for IE6 or any other before that)
# Any errors or changes just send me a e-mail
# -----------------------------------------------------------------------
# Author info:
# Name: Marco Monteiro
# Country: Portugal
# E-mail: mpmont@gmail.com or marco.monteiro@live.com
# Twitter: http://www.twitter.com/MarcoM0nteir0
# -----------------------------------------------------------------------
*/




/* -------------------------------------------------------------- 
   reset
   * Resets default browser CSS. 
-------------------------------- */

html,  div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	

}

table { 
	border-collapse: separate; border-spacing: 0; 
}

caption, th, td { 
	text-align: left; font-weight: normal; 
}

table, td, th { 
	vertical-align: middle; 
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}

blockquote, q { 
	quotes: "" ""; 
}

a img { 
	border: none; 
}

/* -------------------------------------------------------------- 
   General
   	 	* all general classes are here!
		--> h1 dont have size or any other stuff, thats because all the h1 are images;
--------------------------------------- */

html,body{
	margin:0;
	padding:0
}

body{
	background: #06136f url(../images/fundo1920x1200.jpg) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #99faf0;
	font-weight: bold;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9933;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

p{
	margin:2px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #72ffff;
	line-height:115%;
}

a{
	text-decoration:none;
	color: #99faf0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration:underline;
	color: #99faf0;
}

a:active{
	text-decoration:underline;
	color: #99faf0;
}

/* --------------------------------------------------------------
 Container
 		* Defines the size of the website
----------------------------------------- */

div#container2{
	width:862px;
	margin:0 auto;
}

div#wrapper{
	background: url(../images/content-bg.png);
	width:auto;
	height: 590px;
}

div#wrapper2{
	background: url(../images/bg-vertical.png);
	width:auto;
	height: 590px;
}
/* --------------------------------------------------------------
 Navigation
 		* All the top navigation styles (position) are here!
--------------------------------------------- */

div#navigation {
	background-color: #333;
	height: 30px;
	color: #FFF;
	margin: 0 0 18px 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
}

div#navigation-bar {
	height: 30px;
	color: #FFF;
	margin: 0 0 18px 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 920px;
	margin:0 auto;
}

div#navigation-bar ul {
	list-style-type: none;
	margin: 0;
	margin: 0;
	height: 30px;
}

div#navigation-bar ul li {
	display: block;
	float: right;
	padding: 0 19px 0 0;
}

div#navigation-bar ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	height: 21px;
	margin: 6px 0 0 0;
}

div#navigation-bar ul li a:hover, #navigation-bar ul li.selected a {
	border-bottom: 3px solid #000000;
}

div#navigation-bar ul li a:active {
	border-bottom: 3px solid #000000;
}

.chromestyle{
	width: 99%;
	font-weight: bold;
}

/***********************************************
* Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 0 6px 0 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	list-style:none;
}

.chromestyle ul li{
	display: inline;
	list-style:none;
}

.chromestyle ul li a{
	color: #494949;
	padding: 0 4px 7px 7px;
	margin: 0;
	text-decoration: none;
	list-style:none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 	list-style:none;
}

.dropmenudiv{
	position:absolute;
	font:normal 12px Verdana;
	z-index:100;
	background: #06136f url(../images/menu-bg.png); /*this images may need to be changed for other menus, only did this one because there was only one dropdown menu on the design*/
	width: 165px;
	visibility: hidden;
	margin-top: -7px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 3px 0 3px 12px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{
}

/***********************************************
* Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* (c) End's here!
***********************************************/


/* --------------------------------------------------------------
 Header
 	  * All the header styles are here!
--------------------------------------- */

div#header{
	height: 120px;
}

div#logo{
	width: 330px;
	height: 65px;
	float:left;
	background:url(../images/logo.jpg);
	margin: 32px 0 0 0;
}

div#logo a{
	text-decoration:none;
}

div#search {
	float: right;
	margin: 50px 0 0 0;
	background: url(../images/search-bg.png) no-repeat;
	width: 175px;
	height: 25px;
}

div#search .inputbox {
	background-color: #06136f;
	border: 0px;
	height: 12px;
	margin-top:6px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #72ffff;
	padding: 0;
}

#button-search{
background:#06136F url(../images/button-search-bg.jpg) no-repeat scroll 0 0;
border:0 none;
color:#06136F;
cursor:pointer;
float:right;
height:16px;
margin:6px 0 0 10px;
width:20px;
}



#button-newsletter
{
	background:transparent url(../images/newsletter_btn.png) no-repeat scroll 0 2px;
	border: 0px;
	margin: 0;
	width: 20px;
	height: 16px;
	cursor:pointer;
	
}
/* --------------------------------------------------------------
 Content
 		* All the content styles are here!
------------------------------------------ */

div#content-vertical{
	width: 854px;
	margin: 2px 2px 0 2px;
	height: 529px;
}

div#content-home{
height:362px;
margin:2px 0 0 2px;
width:857px;
margin-top:2px;
}

/* --------------------------------------------------------------
Left
	* All the right content styles are here!
	--> not avaiable at home
-------------------------------------------- */
div#left-vertical{
	width: 475px;
	float: left;
	margin: 2px 0 0 0;
}

div#left-vertical2{
	width: 371px;
	height: 490px;
	float: left;
	background:url(../images/left-dark.png) no-repeat;
	margin: 2px 0 0 0;
}

div#left-content h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff9933;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

div#left-content {
	padding: 30px 0 0 20px;
	color: #ff9933;
}

div#left-content ul{
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: normal;
}

div#left-content li{
	color: #ff9933;
	list-style: none;
}

div#more {
	margin: 0 3px 0 0;
	float: right;
	border: 0px;
}

div#left-text{
	margin: 35px 0 0 40px;
	width: 295px;
}
div#left-text p{
	margin-left: 18px
}
div#left-text2{
	margin: 35px 0 0 40px;
	width: 320px;
}

div#left-text2 p{
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 30px 0 0 20px;
}

div#left-faq{
	margin: 35px 0 0 40px;
	height: 433px;
}

div#faqs {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 313px;
	margin: 20px 0 0 20px;
	height: 47px;
}

div#faq {
	margin: 0 0 10px 0;
}

div#left-servicos{
	margin: 35px 0 0 40px;
}

div#servicos {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:370px;
	margin: 20px 0 0 20px;
	height: 47px;
}

div#servico {
	background:url(../images/servico_off.png) no-repeat;
	width:370px;
	height:30px;
	margin: 0 0 5px 0;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F90BF;
	cursor:pointer;
}

div#servico:hover{
	background:url(../images/servico_on.png) no-repeat;
	width:370px;
	height:30px;
	margin: 0 0 5px 0;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99faf0;
	cursor:pointer;
}

div#servico_small {
	background:url(../images/servico_small_off.png) no-repeat;
	width:166px;
	height:28px;
	margin: 0 0 5px 0;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F90BF;
	cursor:pointer;
}

div#servico_small:hover{
	background:url(../images/servico_small_on.png) no-repeat;
	width:166px;
	height:28px;
	margin: 0 0 5px 0;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99faf0;
	cursor:pointer;
}


div#servico_big {
	background:url(../images/servico_big_off.png) no-repeat;
	width:311px;
	height:45px;
	margin: 0 0 5px 0;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F90BF;
	cursor:pointer;
}

div#servico_big:hover{
	background:url(../images/servico_big_on.png) no-repeat;
	width:311px;
	height:45px;
	margin: 0 0 5px 0;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99faf0;
	cursor:pointer;
}

div#servico_big.selected_big{
	background:url(../images/servico_big_on.png) no-repeat;
	width:311px;
	height:45px;
	margin: 0 0 5px 0;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99faf0;
	cursor:pointer;
}

div#servico.selected{
	background:url(../images/servico_on.png) no-repeat;
	width:370px;
	height:30px;
	margin: 0 0 5px 0;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99faf0;
	cursor:pointer;
}


div#divisor {
	background:url(../images/divisor.png) no-repeat;
	width: 11px;
	height: 481px;
	margin: -100px 0 0 390px;
}

div#divisor2 {
	background:url(../images/divisor.png) no-repeat;
	width: 11px;
	height: 481px;
	margin: -480px 0 0 420px;
}

div#banca {
	width: 75px;
	height: 30px;
	margin: 30px 0 10px 12px;
}

div#itec {
	width: 190px;
	height: 30px;
	margin: 0 0 10px 12px;
}

div#outros {
	width: 75px;
	height: 30px;
	margin: 0 0 10px 12px;
}

div#banca a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

div#itec a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

div#outros a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

div#banca p{
	padding: 7px 0 0 15px;
}

div#itec p{
	padding: 7px 0 0 15px;
}

div#outros p{
	padding: 7px 0 0 15px;
}
/* --------------------------------------------------------------
Right
	* All the right content styles are here!
-------------------------------------------- */

div#right-startup{
	color: #72ffff;
	width: 470px;
	height: 430px;
	float: right;
	padding: 40px 0 0 0;
}

div#right-startup h2{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #99faf0;
	font-weight: bold;
	padding: 0 20px 0 40px;
}

div#right-startup p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99faf0;
	padding: 20px 20px 0 40px;
}

div#right-startup ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99faf0;
	padding: 20px 20px 0 55px;
}

div#right-startup li{
	list-style-image:url(../images/list.png);
	padding: 0 0 7px 0;
}

div#pdf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	float: right;
	padding: 0 35px 0 0;
}

div#right-vertical{
	width: 300px;
	float: right;
	margin: 45px 33px 0 0;
}
div#right-vertical-content-outter{
	height:420px;
	overflow:hidden;
}
div#right-vertical #right-vertical-content{

}
div#right-vertical2{
	float: right;
	width: 300px;
	height: 400px;
	padding: 30px 30px 0 30px;
	float: right;
}

div#right-vertical2 h2{
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0 10px 20px;
	font-weight: bold;
}

div#right-vertical2 p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px 0 10px 20px;
}

div#right-vertical2 ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px 0 10px 35px;
	color: #99faf0;
}

div#right-vertical2 li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0 5px 0;
	color: #99faf0;
	list-style-image:url(../images/list.png);
}

div#right-faq{
	width: 345px;
	float: right;
	margin: 75px 20px 0 0;
}

div#right-faq #right-faq-content{
	width:320px;
}

div#right-faq h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99faf0;
	font-weight: bold;
}

div#right-faq p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99faf0;
	padding: 5px 0 0 0;
}

div#right-faq ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99faf0;
	padding: 0 0 0 20px;
	list-style: none;
}

div#pagination{
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: right;
	color: #99faf0;
	margin: 0 30px 0 0;
}

div#renting-bt{
	margin: 30px 65px 0 0;
	float: right;
}

div#pagination a{
	text-transform: none;
	text-decoration: none;
}

div#pagination a:active{
	text-transform: none;
	text-decoration: none;
	color: #3e8aba;
}

div#right-vertical li a{
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
	color: #325b90;
}

div#right-vertical a:active{
	color: #99faf0;
}

div#right-vertical ul {
	list-style: none;
	padding: 30px 0 0 5px;
}

/* --------------------------------------------------------------
Bottom
	* All the bottom position styles are here! 
	(left - center - right)
			---> Bottom = home
---------------------------------------------- */

div#bottom{
	width: 800px;
	float: right;
	margin: 20px 0 0 0;
}

div#bottom-left{
	width: 200px;
	float: left;
}

div#bottom-left li{
	list-style:none;
	font-size: 10px;
	padding: 3px 0 0 20px;
}

div#bottom-left ul{
	padding: 10px 0 0 0;
}
div#bottom-lef-list{
	margin: 10px 0 0 0;
}

div#bottom-left p{
	font-size: 10px;
	padding: 0 0 0 20px;
	margin: 4px 0 0 0;
}



div#bottom-right{
	width: 250px;
	float: right;
	margin: -145px 5px 0 0;
}
div#bottom-right .inputbox{
	background: #040e41;
	border: 0px;
	color: #2f74b2;
	width: 210px;
	font-size: 10px;
	margin-left: 24px;
	padding: 0 0 0 3px;
	height: 18px;
}

#button-submit{
	background: url(../images/submit.png);
	width: 95px;
	height: 18px;
	border: 0px;
	float: right;
	margin: 3px 13px 0 0;
	color: #2f74b2;
	font-size: 10px;
	padding-bottom:2px;
}

div#bottom2 {
	margin: 200px 0 0 130px;
	background: url(../images/bottom2-bg.png) no-repeat;
}

#bottom2 a{
	color: #2f74b2;
}

div#bottom2 li{
	float: left;
	list-style: none;
	padding: 0 15px 0 0;
}

div#bottom3 {
	margin: 20px 0 0 130px;
	background: url(../images/bottom2-bg.png) no-repeat;
}

#bottom3 a{
	color: #2f74b2;
}

div#bottom3 li{
	float: left;
	list-style: none;
	padding: 0 15px 0 0;
}

#subscrever{
	float:right;
	margin-right: 13px;
	margin-top: -3px;
}

#subscrever .inputbox{
	background: #040e41;
	border: 0px;
	color: #2F74B2;
	font-size: 10px;
	height: 15px;
	width: 185px;
	padding-left:3px;
}

/* --------------------------------------------------------------
 Footer
 	 * All the footer styles are here!
-------------------------------------- */
div#footer{
	clear:both;
	display:block;
	font-size:11px;
	height:20px;
	margin-bottom:10px;
	text-align:right;
	width:100%;
}

div#bottom-menu li{
	float: left;
	list-style:none;
	padding: 2px 2px 4px 4px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight:normal;
}

div#bottom-menu a{
	color: #000099;
	font-weight:normal;
}

div#copyright{
	margin: 2px 10px 0 150px;
	float: left;
}
div#copyright09{
	margin: 2px 10px 0 150px;
	float: left;
	color: #000099;
	font-size:9px;
	text-decoration: none;
	text-transform: none;
	font-weight:normal;
}
div#copyright a{
	color: #000099;
	font-size:9px;
	text-decoration: none;
	text-transform: none;
	font-weight:normal;
}

div#copyright a:hover{
	color: #000099;
	font-size:9px;
	text-decoration: none;
	text-transform: none;
	font-weight:normal;
}

div#copyright a:active{
	color: #000099;
	font-size:9px;
	text-decoration: none;
	text-transform: none;
	font-weight:normal;
}

div#lisbon{
	margin: 3px 10px 0 30px;
	float: right;
}

#bottom-menu2
{
   margin-left:-70px;
}

/* --------------------------------------------
   SLIDER 
   --------------------------------------------*/
   
#slider_item_list_div
{
	margin-top:140px;
		
}

.slider_item_list_item_off
{
	color:#325B90;
	font-size:11px;
	text-decoration:none;
	text-transform:none;
}

.slider_item_list_item_on
{
	color:#99FAF0;
	font-size:11px;
	text-decoration:none;
	text-transform:none;
}
.slider_item_list_item:hover {
	color:#99FAF0;
	text-decoration:none;
}


#Slider_DIV
{
	margin-left:0;
}   
   
div#bottom-center{
	background-image:url(../images/slider_back.png);
	height:121px;
	margin:0 0 0 260px;
	position:relative;
	width:180px;
}
#prev_btn { 
	width : 15px; 
	height : 21px; 
	margin-top:5px;
	cursor:pointer;
	background-image : url(../images/prev.png); 
} 

#prev_btn:hover { 
	background-image : url(../images/prev2.png); 
} 

#next_btn { 
	width : 15px; 
	height : 21px; 
	margin-top:5px;
	cursor:pointer;
	background-image : url(../images/next.png); 
} 
#next_btn:hover { 
	background-image : url(../images/next2.png); 
} 

/*  
   SEARCH
 */
.search_found_text
{
    color:#72FFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:2px 0 5px;
}

.search_found_title
{
    color:#99FAF0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:15px 0 5px;
	font-weight:bold;
}

.search_found_link
{
    color:#72FFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:6px 0 0;
	float:right;
}
.search_found_link:hover
{
    color:#99FAF0;
}
#search-next-found{
	background:transparent url(../images/button-search-bg.png) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:right;
	height:16px;
	margin:3px 0 0 3px;
	width:20px;
}

.services_links
{
    color:#72FFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:5px 0 10px 0;
	text-decoration:underline;
}

/*
  FRONTPAGE
  */
#start_img_0_div
{
	background:transparent url(../images/start_img_0.jpg) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	height:355px;
	margin:2px 0 0 0;
	width:579px;
	
}
#start_img_1_div
{
	background:transparent url(../images/start_img_1.jpg) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	height:355px;
	margin:2px 0 0 0;
	width:579px;
}
#start_img_2_div
{
	background:transparent url(../images/start_img_2.jpg) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	height:355px;
	margin:2px 0 0 0;
	width:579px;
}
#start_img_3_div
{
	background:transparent url(../images/start_img_3.jpg) no-repeat scroll 0 0;
	border:0 none;
	float:left;
	height:355px;
	margin:2px 0 0 0;
	width:579px;
}

#nossos_produtos_div
{
	background:transparent url(../images/nossos_produtos.jpg) no-repeat scroll 0 0;
	border:0 none;

	height:50px;
	margin:2px 0 0 580px;
	width:278px;
	position:absolute;
	
}
#start_btn_1
{
	background:transparent url(../images/start_btn_1.png) no-repeat scroll 0 0;
	border:0 none;

	height:102px;
	margin:50px 0 0 580px;
	width:278px;
	position:absolute;
	cursor:pointer;
}
#start_btn_2
{
	background:transparent url(../images/start_btn_2.png) no-repeat scroll 0 0;
	border:0 none;

	height:102px;
	margin:152px 0 0 580px;
	width:278px;
	position:absolute;
	cursor:pointer;
}
#start_btn_3
{
	background:transparent url(../images/start_btn_3.png) no-repeat scroll 0 0;
	border:0 none;

	height:103px;
	margin:254px 0 0 580px;
	width:278px;
	position:absolute;
	cursor:pointer;
}
#start_btn_1_on
{
	background:transparent url(../images/start_btn_1.png) no-repeat scroll 0 0;
	border:0 none;

	height:102px;
	margin:50px 0 0 580px;
	width:278px;
	position:absolute;
	cursor:pointer;
}
#start_btn_2_on
{
	background:transparent url(../images/start_btn_2.png) no-repeat scroll 0 0;
	border:0 none;

	height:102px;
	margin:152px 0 0 580px;
	width:278px;
	position:absolute;
	cursor:pointer;
}
#start_btn_3_on
{
	background:transparent url(../images/start_btn_3.png) no-repeat scroll 0 0;
	border:0 none;

	height:103px;
	margin:254px 0 0 580px;
	width:278px;
	position:absolute;
	cursor:pointer;
}
.start_btns_img
{
	margin: 10px 0px 0px 23px;
}
.start_btns_text
{
	padding: 0px 0px 3px 43px;

}
.start_btns_text span
{


}
.start_btns_text_on 
{
	padding: 0px 0px 3px 43px;
	color:#99FAF0 !important;
}
.start_btns_text_on span
{

	color:#99FAF0 !important;
}

.btn_alpha_1
{
	z-index:99;
	border:0 none;

	height:102px;
	margin:48px 0 0 580px;
	width:278px;
	position:absolute;
	cursor:pointer;
	background-color:#000000;
	opacity:0;
	filter:alpha(opacity=0);
}

.btn_alpha_2
{
	z-index:99;
	display:block;
	border:0 none;

	height:102px;
	margin:150px 0 0 580px;
	width:278px;
	position:absolute;
	cursor:pointer;
	background-color:#000000;
	opacity:0;
	filter:alpha(opacity=0);
}

.btn_alpha_3
{
	z-index:99;
	display:block;
	border:0 none;

	height:102px;
	margin:252px 0 0 580px;
	width:278px;
	position:absolute;
	cursor:pointer;
	background-color:#000000;
	opacity:0;
	filter:alpha(opacity=0);
}
/*
  scroll
 */
#scroll_div
{
	float:right;
	margin-top:20px;
	margin-right:-20px;
}

#scroll_up
{
	background:transparent url(../images/scroll_up_off.png) no-repeat scroll 0 0;
	width:15px;
	height:15px;
	cursor:pointer;
	margin-top:10px;
}

#scroll_down
{
	background:transparent url(../images/scroll_down_off.png) no-repeat scroll 0 0;
	width:15px;
	height:15px;
	cursor:pointer;
	margin-top:400px;
}
 

#proform_back
{
	background:#06136F url(../images/orc.jpg) no-repeat scroll center top;
	display:block;
	width:279px;
	height:419px;
}

#proform_text
{
	padding-top:80px;
}

div#proform_text .inputbox 
{
	background:#040E41 none repeat scroll 0 0;
	border:0 none;
	color:#2F74B2;
	font-size:10px;
	height:18px;
	margin-left:34px;
	padding:0 0 0 3px;
	width:210px;
}

div#proform_text .textarea 
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background:#040E41 none repeat scroll 0 0;
	border:0 none;
	color:#2F74B2;
	font-size:10px;
	height:190px;
	margin-left:34px;
	padding:0 0 0 3px;
	width:210px;
	margin-top:5px;
}

#button-submit-proform
{
	background:transparent url(../images/submit.png) repeat scroll 0 0;
	border:0 none;
	color:#2F74B2;
	float:right;
	font-size:10px;
	height:18px;
	margin:10px 32px 0 0;
	padding-bottom:2px;
	width:95px;
	
}

#right-vertical-pages
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:20px;
	color:#2F74B2;
	text-align:right;
}

.pages_off
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:20px;
	color:#2F74B2;
	cursor:pointer;
	text-decoration:none !important;
	
}


.pages_on
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:20px;
	color:#99FAF0;
	cursor:default;
	text-decoration:none !important;
}

.pages_on:hover
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	height:20px;
	color:#99FAF0 !important;
	cursor:default;
	text-decoration:none !important;
}
