/* CSS Document */

html,body{
	margin:0px auto;
	background-image:url(../Images/bg.gif);
}
*{
	margin:0px auto;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	line-height:15px;
}
a{
	color:#cfac67;
	text-decoration:underline;
}
a:hover{
	color:#cfac67;
	text-decoration:none;
}
img{
	border:0pt;
}
#main{
	/*position:relative;*/
	width:928px;
}
#top{
	width:928px;
	height:191px;
	padding-top:30px;
}
#logo{
	position:relative;
	background-image:url(../Images/logo.gif);
	background-repeat:no-repeat;
	width:346px;
	height:129px;
}
#linklogo{
	width:346px;
	height:129px;
	text-indent:-1000px;
	overflow:hidden;
	display:block;
}
#container_top{
	background-image:url(../Images/container_01.gif);
	background-repeat:repeat-y;
	width:624px;
	height:42px;
	padding:0px 79px 0px 225px;
}
#menu{
	width:624px;
	height:42px;
}
#container{
	background-image:url(../Images/bg_container.gif);
	background-repeat:repeat-y;
	width:842px;
	padding:24px 43px 24px 43px;
	/*position:relative;*/
	overflow:hidden;
}
#container_bottom{
	background-image:url(../Images/container_03.gif);
	background-repeat:repeat-y;
	width:928px;
	height:47px;
}
#teaser_box{
	width:144px;
	float:left;
	margin-right:45px;
}
.teaser{
	background-image:url(../Images/bg_teaser.gif);
	background-repeat:repeat-y;
	width:144px;
	margin-bottom:24px;
}
.teaser_top{
	background-image:url(../Images/teaser_01.gif);
	background-repeat:no-repeat;
	height:24px;
	width:144px;
}
#teaser_img1{
	background-image:url(../Images/teaser_01.jpg);
	background-repeat:no-repeat;
	width:129px;
	height:128px;
	padding-bottom:19px;
}
#teaser_img2{
	background-image:url(../Images/teaser_02.jpg);
	background-repeat:no-repeat;
	width:129px;
	height:128px;
	padding-bottom:19px;
}
#teaser_h1{
	background-image:url(../Images/teaser_h1.gif);
	background-repeat:no-repeat;
	width:129px;
	height:18px;
}
#teaser_h2{
	background-image:url(../Images/teaser_h2.gif);
	background-repeat:no-repeat;
	width:129px;
	height:18px;
}
.teaser_bottom{
	background-image:url(../Images/teaser_03.gif);
	background-repeat:no-repeat;
	height:18px;
	width:144px;
}
#content_box{
	width:653px;
	float:right;
}
#heading
{
    width:425px;
	height:51px;
	float:left;
	margin-bottom:6px;
}
#content{
	width:653px;
	clear:both;
}
/* Contact form */
.modalBackground 
{
background-color: Gray;
        height: 100%;
        filter: alpha(opacity=50);
        opacity: 0.5;
}
#contact_form{
	margin:10px 0pt 0pt 0px;
	width:280px;
	float:left;
	font-family: Verdana, Arial;
	font-size:11px;
}
#contact_form table{
	width:280px;
	border:0pt;
	float:left;
}
#contact_form td{
	border:0pt;
}
#contact_form textarea{
    font-family:arial;
    font-size:12px;
    height:100px;
    padding-top:1px;
    width:248px;
}
#contact_form .textbox {
font-size:12px;
height:18px;
margin-top:2px;
padding-top:1px;
width:160px;
}
#contact_form input.botton{
	width:50px;
	height:20px;
	text-align:center;
}
#contact_form img{
	width:160px;
	text-align:right;
	padding: 5px 0px 5px 0px;
	border: 0px;
}