/*
	BASICS
*/

* {
	padding : 0;
	margin : 0;
}

body {
	color : #000;
	font-size : 12px;
	font-variant : normal;
	font-weight : normal;
	font-family : 'Verdana','Tahoma','Times New Roman','Halvetica',sans-serif;
	text-decoration : none;
	text-align : center;
	background : #9dcef4 url(../gfx/bg.jpg) no-repeat 50% -98px;
}
img {
	border : 0;
}

a {
	text-decoration : underline;
	color : blue;
}

a:link {
}

a:visited,a:active {
}

a:hover {
}

.float-left {
	float : left;
}

.float-right {
	float : right;
}

ul li {
	list-style : square url(../gfx/bullet_1.gif) !important;
}

ol li {
	list-style : decimal-leading-zero;
	color : #555;
}
ol li h1 { font-size : 16px; color : #222; margin : 0 !important; }
ol li blockquote { margin-bottom : 20px; }


/*
	GENERAL STRUCTURE
*/

#dbody-wrapper {
	display : block;
	margin : 20px auto 0 auto;
	width : 1020px;
	background : transparent url(../gfx/middle.jpg) 50% 0;
}

#dbody {
	display : block;
	overflow : hidden;
	margin : 0 auto;
	width : 1020px;
	background : transparent url(../gfx/header.jpg) no-repeat 50% 0;
}

#Footer {
	display : block;
	overflow : hidden;
	margin : 0 auto;
	width : 980px;
	height : 40px;
	background : transparent url(../gfx/footer.jpg) no-repeat 50% 100%;
	padding : 5px 20px;
}

#PartLeft {
	display : block;
	overflow : hidden;
	float : left;
	width : 260px;
}

#PartRight {
	display : block;
	overflow : hidden;
	float : left;
	width : 750px;
	text-align : justify;
}

#MainMenu {
	margin : 200px 10px 0 20px;
	display : block;
}


#MainMenu a {
	font-size : 16px;
	font-weight : bolder;
	display : block;
	border-bottom : 1px solid #c49106;
	padding : 3px 0;
	text-decoration : none;
	font-variant : small-caps;
	color : #333;
	text-align : left;
}

#MainMenu a:hover {
	color : #fff;
}

#MainMenu a.active {
	background : transparent url(../gfx/finger.png) no-repeat 0 0;
	padding-left : 24px;
}

#MainMenu div.submenu {
	padding : 0 0 0 20px;
}
#MainMenu div.submenu a {
	font-size : 13px;
}

#PageTitle {
	margin : 200px 0 0 0;
	height : 30px;
	display : block;
}

#PageTitle h1 {
	font-size : 14px;
	color : #444;
	text-align : center;
}

#Content {
	margin : 0px 20px 0 20px;
}

#Content p {
	text-indent : 15px;
	margin-bottom : 12px;
}

#Content ol, #Content ul {
	margin-left : 40px; list-style-position : outside;
}

.table {
	margin : 4px 10px;
	border-collapse : collapse;
	margin : 0 auto;
}

.table th {
	background : #ffb400 url(../gfx/th-gradient.png);
	padding : 2px 4px;
	border : 1px solid #aaa;
	text-align : center;
}

.table td {
	border : 1px solid #aaa;
	padding : 2px 4px;
}

.table td.center {
	text-align : center;
}

.gallery {
	text-align : center;
}


.gallery img {
	border : 1px solid #000;
	background : #fff;
	padding : 1px;
	margin : 4px 2px !important;
	width : 200px;
}

.tabs {
}

.tabs a {
	border : 1px solid #aaa;
	border-bottom : 0;
	border-top : 3px solid #f3b303;
	color : #000;
	text-decoration : none;
	padding : 4px 8px 0 6px;
	font-size : 14px;
	font-weight : bold;
}

.tabs a.active {
	background : #f3b303;
	border-top : 3px solid #f9c53b;
}

#tabs_content_A2,
#tabs_content_B1,
#tabs_content_B2,
#tabs_content_C1,
#tabs_content_C2 { display : none; }
