
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/css/header_hatten.jpg);
	background-repeat:no-repeat;
	background-position:center top;;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}


/** HEADINGS */

h1, h2, h3 { }

h1, h2 {
	color: #FF6600;
}

h1 span, h2 span {
	color: #cccccc;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 11px;
	color: #FFCC00;
}

.head1 {
	margin-top: 0px;
	font-size: 14px;
	color: #EF830E;
}

.head2 {
	margin-bottom: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 120%;
}

/** LISTS */

.list1 {
	margin-left: -10px;
	padding-left: 0px;
	list-style: armenian;
	list-style-position:inside;
	line-height: normal;
}

.list1 li {
	padding: 4px 0px 4px 27px;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
}

.list2 li {
	padding: 16px 0px 15px 0px;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

.list2 h3 {
	display: inline;
	margin: 0px;
}

.list2 p {
	margin-bottom: 0px;
}

.list3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
}

.list3 li {
	padding: 4px 0px 4px 27px;
}

/** LINKS */

a { color: #EF830E; text-decoration:none; }

a:hover { text-decoration: none; color:#CCCCCC; }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}
img.middle { 
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border-right:#B3D491 thick solid;
	border-left:#B3D491 thick solid;
	border-top:#EF830E thick solid;
	border-bottom:#EF830E thick solid;
}
hr { display: none; }

.hr1 {
	height: 35px;
	background: url(../images/homepage12.gif) repeat-x left center;
}

/** MENU */
#menu_wrap {
	border-bottom:#CCCCCC thin solid;}
#menu { 
	background-color: transparent;


background-repeat: no-repeat;

background-attachment: scroll;

background-position: 0% 0%;}


#menu a {
	padding: 0px 30px 0px 32px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}

#menu a:hover { text-decoration: underline; }

#menu .first a {
	padding-left: 30px;
	background: none;
}

/** TAGLINE */

#tagline {  }

#tagline h2 {
	margin: 0px;
	padding: 60px 0px 0px 105px;
	font-size: 18px;
	font-weight: normal;
	color: #B3D491;
}

/** FOOTER */

#footer {
	height: 250px;;
	background: url(images/css/footer_hatten.jpg) no-repeat center top #000000;
	border-top:#CCCCCC thin solid;
}
#centered_footer {	
 width:778px;
 margin:0 auto;} 

#footer p {
	margin: 0 auto;
	padding: 25px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
input, textarea, checkbox { border:thin dotted #cccccc; background-color:transparent; padding-left:6px;
}