.topmenu, .topmenu_bg, #top-main, .logo { behavior: url(../iepngfix.htc) } /*png transparency for IE6*/
.topmenu-home, .topmenu_bg-home, #top-main-home, .logo-home { behavior: url(iepngfix.htc) } /*png transparency for IE6*/

/* CSS
Author: Andrei Dobre

*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{
	border:0;
	margin: 0;
}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none; margin:0;padding:0}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Site
=====================================================================*/

html{
	height:100%;
	margin: 0px;
	padding: 0px;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
}

#div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
	height: 100%;
	background-image: url(../images/back_grad.gif);
	height:100%;
	margin: 0px;
	padding: 0px;
	width:100%;
	background-repeat:repeat-x;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #c62127;
}

a:hover{
	color: #0b4eaf;
}

#top{
height:55px;
width:1000px;
margin:auto;
}

.logo{
	position:absolute;
	z-index:99998;
	float:left;
	display:inline;
	margin: 100px 0px 0px -50px;
	background-image: url(../images/logo.png);
	width: 290px;
	height: 241px;
}

.logo-home{
	position:absolute;
	z-index:99998;
	float:left;
	display:inline;
	margin: 100px 0px 0px -50px;
	background-image: url(../images/logo.png);
	width: 290px;
	height: 241px;
}

#page{
	width:1092px;
	margin: auto;
}

.topmenu_bg{
	height:82px;
	margin: auto;
	width: 846px;
	position: relative;
	z-index: 9999;
	background:url('../images/topmenu.png');
}

.topmenu_bg-home{
	height:82px;
	margin: auto;
	width: 846px;
	position: relative;
	z-index: 9999;
	background:url('../images/topmenu.png');
}

.topmenu{
	position:relative;
	z-index: 99999;
	margin:-83px 0px 0px 140px;
}
.topmenu ul{
	margin:auto;
	padding: auto;
	
}

.topmenu li {
	list-style-type:none;
	float:left;
	text-align:center;
	margin: 22px 9px 0px 9px;
	width: 100px;
}
.topmenu a {
	display:block;
	float:left;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	position:relative;
	margin: 22px 9px 0px 9px;
	width: 100px;

}
.topmenu a:hover {
	color: #333333;
}


#header{
	height: 355px;
	width: 861px;
	margin: auto;
	position: relative;
	z-index: 700;
	margin-top: 10px;
	margin-bottom: -80px;
}

#top-main{
	background-image: url(../images/top-main.png);
	width: 846px;
	height: 60px;
	position: relative;
	z-index: 9999;
	margin-top: -5px;
	margin: auto;
}

#top-main-home{
	background-image: url(../images/top-main.png);
	width: 846px;
	height: 60px;
	position: relative;
	z-index: 9999;
	margin-top: -5px;
	margin: auto;
}
#main{
	background-color:#083033;
	color: #FFFFFF;
	font-size: 12px;
	width: 846px;
	margin: auto;
	position: relative;
	z-index: 99999999;
	text-align: justify;
}

#main-padder{
	width:780px;
	margin:auto;
	text-align: justify;
}

#footer{
	margin: auto;
	width: 846px;
	background-image: url(../images/footer.gif);
	height: 85px;
}


h1{
font-size:28px;
color:#c62127;
}

h2{
font-size:24px;
color:#c62127;
}

#right{
	float:left;
	display:inline;
	width:200px;
	text-align: justify;
}

.left{
	float:left;
	display:inline;
	width:555px;
	margin-right: 25px;
	text-align: justify;
}

.pic{
	float:left;
	display:inline;
	margin:0px 15px 20px 0px;
	padding: 4px;
	border: 1px solid #000;
	;
	background-color: #FFF;
}

.input{
margin-bottom:2px;
border:0px solid #fff;
height:20px;
line-height:20px;
}

