/* CSS Document */

body {
	background-color:#F0F0F0;
	color:#333333;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	line-height:16px!important;
	line-height:14px;
}
a {
	font-weight:bold;
	color:#CA432D;
	text-decoration:none;
}
a:hover {
	color:#666666;
}
p {
	margin-bottom:7px;
}
h3 {
	margin:5px 0px 0px 30px;
	font-size:10px;
}
#frame {
	margin-left:auto;
	margin-right:auto;
	width:730px;
	padding-top:15px;
}
/*------------------------------------------------------HEADER + MENU---------------------*/
#header {
	width:730px;
	height:160px;
	margin-bottom:8px;
}
#menu_container{
	height:33px;
	width:730px;
	background-image:url(images/menu_container.gif);
}
#menu a{
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	display:block;
	height:30px;
	width:82px;
	padding:3px 0px 0px 0px;
	margin:0px 2px 0px 0px;
	color:#666666;
	text-decoration:none;
	text-align:center;
	float:right;
	font-weight:bold;
}
#menu a:hover {
	background-position:0 -33px;
	color:#CA432D;
	text-decoration:none;
	font-weight:bold;
}
#menu_contact a{
	background-image:url(images/menu_contact.gif);
	background-repeat:no-repeat;
	display:block;
	height:30px;
	width:82px;
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#666666;
	text-decoration:none;
	text-align:center;
	float:right;
	font-weight:bold;
}
#menu_contact a:hover {
	background-position:0 -33px;
	color:#CA432D;
	text-decoration:none;
	font-weight:bold;
}
.menu {
	background-position:0 -33px;
}
/*----------------------------------------------------MAIN CONTENT------------------------*/
#main {
	width:688px;
	/*height:538px;*/
	background-color:#FFFFFF;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:0px;
	padding:7px 20px 0px 20px;
}

#address {
	margin:7px 0px 0px 130px;
}
	
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	background-color:#FFFFFF;
	border-bottom:2px solid #CA432D;
	border-left:2px solid #CA432D;
	border-right:0px solid #CA432D;
	border-top:0px solid #CA432D;
}

/*------------------------------------------------------FOOTER-----------------------------*/
#footer {
	width:718px;
	height:23px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-top:10px;
	color:#999999;
	padding:7px 0px 0px 10px;
	margin-bottom:10px;
}

