*, 
html, 
body,
div {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
height:96%;
}
body {
	color: #000;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 12px;
	height: 100%;
	background-color:#171b20;
	background: url(images/bg.jpg) repeat top left #171b20;
}

#main_content {
}

#main_container {
	border:1px solid #223;

}

#header {
background-color:#223;
padding:2px 0px 10px 10px;
-moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;)
}

#header p {
margin:0;
padding:0;
}

#languages {
float:right;
padding-top:26px;
}

#container {
	margin: 20px auto 0 auto;
	width: 700px;
	background:transparent;
}

#inner_container,#ref_container,#marketing_container {
	margin: 20px auto 0 auto;
	width: 680px;
}

#horizontal_container,#horizontal_container2 {
	width: 680px;
	height: 130px;
	margin: 0px auto 5px auto;
}

h1 {
	color: #aaaaff;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	text-align: left;
}

h1 span {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 5px 5px 0;
	text-align: left;
}

.description {
	font-size: 12px;
	line-height: 18px;
	color: #ddd;
	padding: 5px 0 15px 0;
}	

a,
a:link,
a:visited {
	color: #666699;
}

.footer {
	margin: 20px 0 0 0;	
	text-align: left;
	font-size: 10px;
}

pre {
	font-size: 11px;
	padding: 10px;
	background: #000000;
	overflow: auto;
	margin: 10px 0 10px 0;
}

code {
	color: #ffffff;
	background: #000000;
	font-family: Monaco, Courier, monotype;
}
	
/*
	Vertical Accordions
*/

.accordion_toggle {
	display: block;
	height: 30px;
	width: 678px;
	/*background: url(images/accordion_toggle.jpg) no-repeat top right #262d85;*/
	background-color: #666666;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #fff;
	border-bottom: 1px solid #aaa;
	cursor: pointer;
	margin: 0 0 0 0;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;)
}

.accordion_toggle_active {
	/*background: url(images/accordion_toggle_active.jpg) no-repeat top right #262d85;*/
	background-color: #666699;
	color: #ffffff;
	border-bottom: 1px solid #999;
-moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;)
}

.accordion_content {
	background: url(images/toggle_shadow.gif) repeat-x top center #fff;
	color: #444444;
	overflow: hidden;
}
	
	.accordion_content h2 {
		margin: 10px 0 5px 10px;
		font-size:16px;
		color: #333333;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 5px 5px 10px;
	}

	.accordion_content ul {
		padding: 5px 10px 15px 10px;
	}
	.accordion_content ul li{
		list-style-type:none;
		padding: 5px 5px 5px 5px;
	}
	.accordion_content ul li li{
		list-style-type:dot;
	}
	


.ref_accordion_toggle,.inner_accordion_toggle,.marketing_accordion_toggle {
	display: block;
	height: 30px;
	width: 660px;
	background-color: #888;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	cursor: pointer;
	margin: 0 0 0 0;
}

.inner_accordion_toggle,.inner_accordion_toggle_active,.inner_accordion_content {
	border-right:1px solid #999;
}

.ref_accordion_toggle_active,.inner_accordion_toggle_active,.marketing_accordion_toggle_active {
	background-color: #8888bb;
	color: #fff;
	border-bottom: 1px solid #8888bb;
}

.ref_accordion_content,.inner_accordion_content,.marketing_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}


.ref_accordion_content,.marketing_accordion_content {
	background: url(images/toggle_shadow2.gif) repeat-x top center #fff;
	height:140px;
}


/*
	Horizontal Accordion
*/

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 240px;
	width: 30px;
	/*background: url(images/h_accordion_toggle.jpg) no-repeat top center #a9d06a;*/
	background-color: #888;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #999;
	cursor: pointer;
	margin: 0 0 0 0;
	padding-top:15px;
	text-align:center;
	font-size:12px;
}

.horizontal_accordion_toggle_active {
	/*background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;*/
	border-right: 1px solid #8888bb;
	background-color: #8888bb;
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 255px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	
	overflow: auto;
	background-color: #ddd;
	color: #444444;
}
	
	.horizontal_accordion_content p {
		width: 450px;
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}


