html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 100%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background:url(../images/body_bg.jpg) repeat-x;
	background-color:#36372e;
	color:#fff;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	font-family: Arial, Georgia, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

div#global {
	width:995px;
	margin:0px auto;
	background:#000;
	/*
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	*/
}
div#header {
	width:995px;
	height:157px;
	margin:0px auto;
	text-align:center;
}
	div#header img#logo { margin:0; }
	div#header div#header-separator { width:995px;height:2px;background:orange; }
	div#header ul { height:40px;margin-right:40px;text-align:right;border:0px solid black; }
	div#header ul li { display:inline;list-style-type:none;border:0px solid black; }
	div#header ul li img { width:20px;;height:24px;padding:3px 0 0 0; }
div#menu {
	width:995px;
	height:59px;
	margin:0px auto;
	padding:0;
	text-align:center;
	background:url(../images/bg-menu.png) repeat-x;
}	
	div#menu div#box { width:500px;height:59px;margin:0 0 0 400px;padding:0; }
	div#menu div#box ul { text-align:right; }
	div#menu div#box ul li { display:inline;list-style-type:none; }
	div#menu div#box ul li a {
		height:14px;
		border-right: 1px solid #fff;
		float: left;
		margin-right: 1px;
		padding: 40px 20px 5px 20px;
		text-align: center;
		color:#fff;
	}
	div#menu div#box ul li:first-child a {border-left: 1px solid #fff;}
	div#menu div#box ul li:last-child a {border-right: 0px solid #fff;}
	div#menu div#box ul li a:hover, div#menu div#box ul li a.menu_selected_item { text-decoration:none;background:url(../images/bg-menu-on.png) repeat-x;color:#c3cd4a; }

div#panel { width:995px; }
	div#panel div#rightpanel { width:270px;margin-right:10px;margin-left:20px;padding:5px;float:right;background:#000;border-left:1px solid #b3b3b3;color:#b3b3b3;text-align:center; }
	/*div#panel div#rightpanel h3 { color:#000; }*/
	
	div#panel div#leftpanel ul li {list-style-type:disc;list-style-position:outside;padding:0;margin:0 0 0 25px;line-height:15px;}
	div#panel div#leftpanel { width:695px;text-align:left;border:0px solid white; }
	div#panel div#leftpanel div#slider1 { margin:0 10px 0 10px;position:relative;border:2px solid #333; }
	div#panel div#leftpanel div#paginate-slider1 { position:relative;bottom:0;left:0;margin:0;padding:5px 0 5px 10px;border:0px solid red; }
	div#panel div#leftpanel div#paginate-slider1 a.toc { color:#fff;font-weight:800;padding:2px 5px;background:#333; }
	div#panel div#leftpanel div#paginate-slider1 a.toc:hover { color:#000;background:#b3b3b3; }
	div#panel div#leftpanel div#paginate-slider1 a.toc.selected { color:#000;background:#b3b3b3; }

div#some-examples {
	width:995px;
	/*height:100px;*/
	height:153px;
	margin:0px auto;
	padding:2px 0 5px 0;
	text-align:center;
	background:url(../images/bg-examples.gif) repeat-x;
}
	div#some-examples h2 {padding:2px;margin:5px;}
	div#some-examples ul li {display:inline;list-style-type:none;}
	div#some-examples ul li img {width:70px; height:70px;margin-right:5px;}

/* Footer  & links */
#footer {
	width:995px;
	margin:0px auto;
	padding: 12px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	background:#333;
	color:#b3b3b3;
}
#footer ul li {display:inline;list-style-type:none;}
#footer ul li a { color: #333; }
#footer ul li a:hover { color: #c3cd4a; }
#footer span.spacer {width:10px;}

/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0.6em 1.2em 0.6em;
	color: #b3b3b3;
	text-align:justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	margin-top: 10px;

}
h1 a { color: #ff7011; }
h1 a:hover { color: orange; }

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	margin-top: 20px;

}
h2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCC6;

}
h2 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: orange;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #b3b3b3;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF7011;
}
h5 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF7011;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
    color: #333;

	}

h1,h2,h3,h4,h5,h6 {margin-bottom: 6px;padding: 0.2em 0.6em 0 0.6em;}

/* 
   Links 
------------------------------------------------------------------- */

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #c6cf53;
	text-decoration: underline;
}
/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image { border: 0;padding: 0; }
/* 
   Floats
------------------------------------------------------------------- */
.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}
/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}
