/*	
	Copyright (c) 2007 currentsubmenuyblue.
	Doc: default
	Revision: 1.0
*/



/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#ffffff;
	background:#000000 url(../images/img_vertical.gif) repeat-y;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}
* html .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Generic Links */

a:link, a:visited, a:active {
	color:#c1d281;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
#wrapper {
	width:100%;
	background:url(../images/img_horizontal.gif) repeat-x;
}

#container {
	width:1000px;
}

#content {
	width:1000px;
	min-height:700px;
	background:url(../images/bg_main.gif) no-repeat;
}


/* Header */
#logo {
	display:inline;
	width:170px;
	height:65px;
	background:url(../images/img_logo.gif) no-repeat;
	margin:30px 0 65px 20px;
	float:left;
}

#download {
	display:inline;
	width:810px;
	height:98px;
	float:left;
	margin:30px 0 0 0;
	z-index:5px;
}

#title {
	width:810px;
	height:32px;
	float:left;
}

#title h1 {
	font-size:1.17em;
	text-transform:uppercase;
	color:#c1d281;
	font-weight:bold;
	margin:0;
	padding:0;
}


#left_panel {
	width:240px;
	min-height:540px;
	float:left;
}

#left_panel p {
	width:200px;
}
#left_panel ul {
	margin:0 0 0 10px;
	padding:0;
}
#left_panel ul li{
	list-style-type:none;
	background:url(../images/bullet.gif) top left no-repeat;
	width:180px;
	font-size:0.92em;
	margin:0;
	padding:0 0 10px 10px;
	wid\th:170px;
}

#left_panel ul li ul li {
	width:160px;
	font-size:0.92em;
	margin:0;
	padding:0 0 10px 10px;
	wid\th:150px;
}

#right_panel {
	width:240px;
	float:left;
}
.title_panel {
	width:120px;
	float:left;
	margin:0 0 0 10px;
	display:inline;
}
#right_panel_lrg {
	width:570px;
	float:left;
}

/* scroll bar */


.root     {
    position:relative;
    height:      540px;
    width:      200px;
    margin:       0;    
    }
.root p   {
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      10px;
    left:       10px;
    }
.up, .dn   {
    position:      absolute;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    position:      absolute; 
    left:      2px; 
    top:      19px; 
    width:      200px; 
    height:      540px; 
    clip:      rect(0 200 500 0); 
    overflow:      auto; 
    border-bottom:   0;
    background:    #000000;
    }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      200px; 
    }
	
/* Footer */
#footer {
}


/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */
#nav {
	display:inline;
	width:170px;
	margin:0 0 0 20px;
	float:left;
}

ul.navbar {
	list-style:none;
	padding:0;
	margin:0;
}  

ul.navbar li {
	list-style:none;
	padding:0;
	margin:0;
	border:solid #fff;
	border-width:1px 0 0 0;
	width:115px;
} 
ul.navbar a:link, ul.navbar a:active, ul.navbar a:visited {
	display:block;
	width:115px;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	font-size:0.83em;
	margin:3px 0;
}

ul.navbar a:hover {
	color: #c1d281;
} 
ul.navbar li.selected {
	list-style:none;
	padding:0;
	margin:0 0 0 0;
	border:solid #c1d281;
	border-width:1px 0 1px 0;
} 
ul.navbar li.selected a{
	color: #c1d281;
} 

ul.navbar li.base {
	list-style:none;
	padding:0;
	margin:0 0 0 0;
	border:solid #fff;
	border-width:1px 0 1px 0;
}

ul.navbar li.base2 {
	list-style:none;
	padding:0;
	margin:0 0 0 0;
	border:solid #fff;
	border-width:0px 0 1px 0;
}

ul.navbar li.next {
	list-style:none;
	padding:0;
	margin:0 0 0 0;
	border:solid #fff;
	border-width:0;
} 


#download a:link img, #download a:visited img, #download a:active img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#download a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
}

p span {
	color:#c1d281;
	font-weight:bold;
}

#download h2 {
	margin:0;
	padding:0;
	font-size:2em;
	color:#c1d281;
}



/* Type */
p {
	font-size:0.92em;
	margin:0;
	padding:0 0 10px 0;
}

p.foot {
	font-size:0.83em;
}

p.leadin {
	font-size:1em;
	font-weight:bold;
}


li {
}


a.adobe:link, a.adobe:active, a.adobe:visited {
	font-size:0.83em;
	color:#FFFFFF;
	text-decoration:none;
}
a.adobe:hover {
	font-size:0.83em;
	color:#ccc;
	text-decoration:none;
}


/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}


/*--------------------------------------------------------------------------------------------
	Flash text
  --------------------------------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}


/*--------------------------------------------------------------------------------------------
	Links 
  --------------------------------------------------------------------------------------------*/  

