/* Generic Styling */
/* for Gecko*/
html,body   {
 height: 100%;
 

}
/*Gecko end*/
.bgtop
{
background-image:url('/images/bodyBG-upper.gif');
width:800px;
height:100px
}
.bgmiddle
{
background-image:url('/images/bodyBG-middle.gif');
background-repeat:repeat-y;
width:800px;
height:100%
}
.bgbottom
{
background-image:url('/images/bodyBG-lower.gif');
width:800px;
height:100px
}

body {
	background-color: #579EEE;                                             
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	position: relative;
}
	
h2 {
background:url(../images/title.gif) no-repeat;
font-size:128%;
padding-top:15px;
padding-left:3px;
height:40px;
}

fieldset  
{
    -moz-border-radius: 8px;
     border-radius: px;
     padding:20px;
    
}
legend
{
    margin-left:15px;
    font-size:160%;
    font-weight:800;
    padding:4px;
}
.tabheader th
{
    background-color:#EFEFEF;
}
.orange
{
color:#FF9900;
}
.green
{
color:#99CC33;
}
.blue
{
color:#66CCFF;
}
.priceblue
{
color:#66CCFF;
font-size:14px;
font-weight:900;
}
.orangeprice
{
color:#FF9900;
font-size:14px;
font-weight:900;
}
.greenprice
{
color:#99CC33;
font-size:14px;
font-weight:900;
}
.signup
{
color:#999999;
font-size:14px;
font-weight:900;
}

h3 {
color:#124A78;
font-size:130%;
}
* {
	margin:0;
	padding:0;
	}
.nav {
background-color: #CCFFFF;
height:12px;
font-size:10px;
}
.buttons
 {
height:14px;
font-size:10px;
}
img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#124A78;
	font-weight:600;
	}
a:hover {
	text-decoration:underline;
	color:#6CC7DC;
	}

/* Structure */
#container {
/*height:780px;*/
height:850px;
width:800px;
background:url(/images/bodyBG.gif) no-repeat;
background-position: 0px 60px;
margin-left: auto;
margin-right: auto;
}
#header {
position:relative;
top:0px;
left:0px;
width:800px;
height:100px;
background-color: #579EEE;
background:url(/images/header.jpg) no-repeat top;

}
#login {
position:relative;
top:70px;
left:56%;
width:345px;
}
#wrapper {
	margin-left:40px;
	position:relative;
	/*top:100px;
	width:790px;*/
	width:742px;
	background:#ffffff;
	font-size:1.20em;
	}

#stage {
	background-color:#FFFFFF;
	position:absolute;
	top:65px;
	left: 0px;
	width:410px;
	height:200px;
		}
#lowerstage {
position:absolute;
	top:225px;
	left: 0px;
	width:680px;
	height:300px;
	
}
#sidebar {
	float:right;
	width:190px;
	top:100px;
	background:#efefef;
	margin-right:10px;
	}


/* Menu */
	

#submenu li a {
color:#000000;
	}
#submenu li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
	#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.gif) no-repeat;
	padding:0px 0px;
	}
#menu ul {
	list-style-type:none;
	margin-left:10px;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(/images/bg-menu-hover.png) no-repeat center center;
	font-weight:800;
	}
#submenu {
position:absolute;
margin-left:10px;
width:550px;
height:25px;
background:#efefef;
}

#submenu ul {
	list-style-type:none;
	}
#submenu li {
	float:left;
	padding:3px 3px;
	display:block;
	margin-left:5px
}
/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}

#sidebar li a {
        display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	border-bottom:1px solid #dddddd;
        PADDING-LEFT: 35px;
        background-image:url(../images/navarrow.gif);
        } 
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
    PADDING-LEFT: 35px;
    background-image:url(../images/navarrowhover.gif);
	}
#sidebar-bottom {
	height:20px;
	background:url(/images/bg-sidebar-bottom.gif) no-repeat top center;
	}
#signin  {
  	width: 80px;
	height: 25px;
	margin: 0;
  	padding: 0;
  	border: 0;
	background: transparent url(../images/submitbutton.gif) no-repeat center top;
	text-indent: -1000em;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}	
#enter {
width: 80px;
height: 25px;
background: transparent url(../images/enter.gif) no-repeat center top;
border: 0;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
}
#Go  { 
	width: 25px;
  	height: 25px;
  	margin: 0;
  	padding: 0;
  	border: 0;
	background: transparent url(../images/go.gif) no-repeat center top;
	text-indent: -1000em;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}


/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(/images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
   //* background:url("images/button-feed.png") 0 0 no-repeat*//
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}
#portfolo {
width:200px;
height:200px;
}
#news
{
color:#6699CC;
font-size:16px;
}
