/*===========================================================================================
created by Think | last modified: 09.09.09
=============================================================================================*/

/* RESET */
* html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,img {margin:0;padding:0;}
img, a img {border:0;}
ul {list-style:none;}

/* STRUCTURE */
#wrap {
	width:910px;
	margin:auto;

}
#text {
	width:650px;
	}

#image{	
	padding-bottom:10px;}

#content {
	background-color: #FFF;
}

#header {
	background-color:#FFFFF;
	height:125px;
	position:relative;
	background-image:url(../images/layout/header.png);
	background-repeat: no-repeat;
}
#page {
	background-image: url(../images/layout/bg1.png);
	background-repeat: repeat;
	background-position: right bottom;
	padding-left:5px;
	padding-right:5px;
}
#page_footer {
	height:35px;
	background-image:url(../images/layout/bg2.png);
	background-repeat: no-repeat;
}


/* TYPOGRAPHY */
body {
	color:#333333;
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-x;
	font-family: verdana, sans-serif;
	font-size: 74%;
	line-height: 19px;
}
p {
	line-height: 19px;
	font-size: 11px;
	color: #666;
	}
a {
	color:#007DC9;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 0px;
	list-style-image: url(../images/menu/point.png);
	}
a:hover {color:#F00;}

h2 {
	color:#000;
	font-size:38px;
	margin-left:40px;
	font-weight:normal;
	position:absolute;
	top:138px;
	left: 361px;
	line-height: 0px;
}
	
h3 {
	font-family:Verdana, Geneva, sans-serif;
	color:#007EC9;
	font-size:14px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	letter-spacing: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h4 {color:#333333; font-size:19px;margin:0 0 20px 0;letter-spacing:-1px;line-height:24px;font-weight:normal;}
h5 {color:#4CBCD4;font-size:16px; font-weight:bold;margin:0 0 20px 0;}
h6 {
	color:#007EC9;
	font-size:11px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
hr {
	color:#edecec;
	background-color:#CCC;
	height:1px;
	border:none;
	margin-bottom:20px;
}

/* menu */
#sml-nav {
			height: 25px;
			float: left;
			width: 145px;
			margin-top:50px;
			margin-left:740px;
			}
			
			#sml-nav dl { margin: 0; padding-right: 0; bottom:0;}
						/* IE5 Mac Hack \*/ 
			#sml-nav { padding-left: 0;} 
			/*/ 
			#main-nav { padding-left: 11px; overflow: hidden; } 
			/* End Hack */
			
			#sml-nav dt { float: left;}
			
			#sml-nav dt a {
				display: block;
				height: 0px !important;
				height /**/:20px; /* IE 5/Win hack */ 
				padding: 25px 0 0 0;
				overflow: hidden;
				background-repeat: no-repeat;
			}
			
			#sml-nav dt a:hover {
				background-position: 0 -25px;
			}
			
			#sml-nav dt#home,
			#sml-nav dt#home a { width: 45px; background-image:url(../images/menu/sml_home.gif) }
			#sml-nav dt#sitemap,
			#sml-nav dt#sitemap a { width: 45px; background-image:url(../images/menu/sml_sitemap.gif); }
			#sml-nav dt#contact,
			#sml-nav dt#contact a { width: 45px; background-image:url(../images/menu/sml_contact.gif); }
			
			
/* FOOTER */
#footer {
	color:#666;
	clear:both;
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	height:144px;
	font-size:10px;
}
#footer #text-aac {background:url(../_imgs/bg-footer-text-aac.gif) no-repeat; text-indent:-999em;margin-bottom:10px;}
#footer a { color:#666; text-decoration:none;
	}
#footer a:hover { color:#333; text-decoration:underline;}

#homeimage {
	float:right;
	
	}
.homef {
	background-image: url(../images/layout/br2.png);
	background-repeat: repeat-x;
}
.Text {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	line-height: 15px;
}
#menuback {
	width:900px;
	background-image:url(dropdown/themes/default/images/grad2.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.table{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;	
}
