/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  Form styles
3.b  Individual forms

4.	PLUGINS

5.	PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto !important; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

p, ul, ol, table { margin: 0 0 18px }

strong, dt { font-weight: bold }
em { font-style: italic }
dd { margin-bottom: 1em }


/* Headlines */
h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: normal;
}
h2 {
	font-size: 26px;
	margin: 0 0 26px;
}
h3 {
	color: #00baeb;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px;
}
h4 {
	font-size: 18px;
	margin: 0 0 16px;
}
h5, dt {
	color: #00baeb;
	font-size: 12px;
	font-weight: bold;
}


/* Anchors */
a, a:link, a:visited {
	color: #b00;
	text-decoration: none;
}
a:hover, a:active, a.active { color: #f00 }


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	width: 776px;
	position: relative;
}
	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}
	#header {
		height: 189px;
		width: 100%;
	}
	#home #header {
		height: 560px;
		width: 100%;
	}
		#logo { margin: 0 }
		
		#tagline { display: none }

			#logo a {
				background: url(../img/logo.gif) no-repeat;
				height: 73px; width: 746px;
				position: absolute;
				top: 53px; left: 0;
			}

	#content {
		padding: 50px 20px 4em;
		width: 736px;
	}
		#colL {
			float: left;
			width: 445px;
		}
		#colR {
			float: right;
			width: 240px;
			font-size: 11px;
		}
	
	#footer {
		background: url(../img/bg-footer.gif) no-repeat;
		width: 100%; height: 87px;
	}
	#home #footer { background: none }


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation */
#nav {
	width: 100%; height: 34px;
	position: absolute;
	top: 155px; left: 0;
}
	#nav li {
		float: left; display: inline;
		line-height: 34px;
		margin-right: 8px;
	}
		#nav li a {
			background: url(../img/nav.gif) no-repeat;
			width: 90px; height: 34px;
		}
		#nav li.nav0 a { background-position: 0 0 }
		#nav li.nav0 a:hover, #nav li.nav0 a.active { background-position: 0 -34px }
		
		#nav li.nav1 a { background-position: -90px 0 }
		#nav li.nav1 a:hover, #nav li.nav1 a.active { background-position: -90px -34px }
		
		#nav li.nav2 a { background-position: -180px 0 }
		#nav li.nav2 a:hover, #nav li.nav2 a.active { background-position: -180px -34px }
		
		#nav li.nav3 a { background-position: -270px 0 }
		#nav li.nav3 a:hover, #nav li.nav3 a.active { background-position: -270px -34px }

		#nav li.nav4 a { background-position: -360px 0 }
		#nav li.nav4 a:hover, #nav li.nav4 a.active { background-position: -360px -34px }
		
		#nav li.nav5 a { background-position: -450px 0 }
		#nav li.nav5 a:hover, #nav li.nav5 a.active { background-position: -450px -34px }
		
		#nav li.nav6 a { background-position: -540px 0 }
		#nav li.nav6 a:hover, #nav li.nav6 a.active { background-position: -540px -34px }
		
		#nav li.nav7 a { background-position: -630px 0 }
		#nav li.nav7 a:hover, #nav li.nav7 a.active { background-position: -630px -34px }
		
		#nav li.nav7 { margin-right: 0px }
		
#navHome {
	background: #fff;
	width: 776px; height: 392px;
	margin: 0 0 0 -8px;
	position: absolute;
	top: 169px; left: 8px;
}
	#navHome li {
		float: left; display: inline;
		width: 184px; height: 184px;
		margin: 8px 0 0 8px;
	}
		#navHome li a {
			background: url(../img/nav-home.png) no-repeat;
			width: 184px; height: 184px;
		}
		#navHome li.nav0 a { background-position: 0 0 }
		#navHome li.nav0 a:hover, #navHome li.nav0 a.active { background-position: 0 -184px }
		
		#navHome li.nav1 a { background-position: -184px 0 }
		#navHome li.nav1 a:hover { background-position: -184px -184px }
		
		#navHome li.nav2 a { background-position: -368px 0 }
		#navHome li.nav2 a:hover { background-position: -368px -184px }
		
		#navHome li.nav3 a { background-position: -552px 0 }
		#navHome li.nav3 a:hover { background-position: -552px -184px }

		#navHome li.nav4 a { background-position: -736px 0 }
		#navHome li.nav4 a:hover { background-position: -736px -184px }
		
		#navHome li.nav5 a { background-position: -920px 0 }
		#navHome li.nav5 a:hover { background-position: -920px -184px }
		
		#navHome li.nav6 a { background-position: -1104px 0 }
		#navHome li.nav6 a:hover { background-position: -1104px -184px }
		
		#navHome li.nav7 a { background-position: -1288px 0 }
		#navHome li.nav7 a:hover { background-position: -1288px -184px }


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

#footer #copy {
	
	width: 174px; height: 9px;
	position: absolute;
	top: 15px; left: 0;
}

#footer #chwetExp {
	background: url(../img/bg-chwetExp.gif) no-repeat;
	width: 159px; height: 8px;
	position: absolute;
	top: 15px; right: 0;
}

div.div0 {
	background: #181818;
	margin-top: 36px;
	padding: 20px;
}

ul.list0 li {
	background: url(../img/bullet.gif) no-repeat 0 16px;
	padding: 10px 0 0 14px;
}
#colR ul.list0 li {
	background-position: 0 6px;
	padding-top: 0;
}

img.img0 {
	display: block;
	border: 5px solid #838383;
}

#colR p { margin: 0 0 10px }

p.link {
	font-weight: bold;
	text-align: right;
}
	p.link a { text-decoration: none !important }
	
ul.gallery {
	width: 770px;
	margin: 0 0 0 -25px;
}
	ul.gallery li {
		float: left; display: inline;
		margin: 0 0 25px 25px;
	}
		ul.gallery li a img { border: 5px solid #ccc }
		
		ul.gallery li a:hover img { border-color: #f00 }

.colR {
			float: right;
			width: 240px;
			font-size: 11px;
		}

/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 0;
	color: #000;
	padding: 3px;
}
input.text { width: 230px }
select.select { width: 236px }
textarea.textarea { width: 300px; height: 150px }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

/* General forms */
form.form { /* nothing here */ }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field { margin: 1em 0; padding: 0 0 10px 90px; position: relative }
		
			form.form ol.fieldset li.field label { display: block; width: 80px; text-align: right; position: absolute; top: 2px; left: 0 }
			
	form.form p.submit { margin-left: 90px }
	
		form.form p.submit input { padding: 3px 7px }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/





/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .anchor, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }

/* .opacity { -moz-opacity: 0.95; opacity: 0.95; filter: alpha(opacity = 95); } */

.hr { background: #181818; height: 1px; margin: 30px 0; }
.hr hr { display: none }


/*-------------------------------
Clearfix
-------------------------------*/

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }



} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */