/* CSS Document */
body {
	background-image: url(../images/bg.png);
	background-position: left top;
	background-repeat: repeat-x;	
}

#container {
	background: url(../images/banner.png) no-repeat left top;
	overflow: hidden;
}

#header {
	height: 419px;
}

#hmenu {
	background-image: url(../images/hmenu_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;	
	height: 56px;
}

#hmenu1 {
	background-image: url(../images/01_main_.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	height: 56px;
}

#hmenu2 {
	background-image: url(../images/02_price_.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 56px;
}

#hmenu3 {
	background-image: url(../images/03_service_.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	height: 56px;
}

#hmenu4 {
	background-image: url(../images/04_contact_.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	height: 56px;
}

#hmenu1:hover, #hmenu2:hover, #hmenu3:hover, #hmenu4:hover{
	background-position: 0px -56px;
}

#vspace20px {
	height: 20px;
}

#vspace50px {
	height: 50px;
}

#news_header {
	background-image: url(../images/news_header.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	height: 76px;
}

#news {
	background-image: url(../images/news_bg.png);
	background-position: 0px 0px;
	background-repeat: repeat-y; 
}

#news p {
	padding: 0em 2em 2em 2em;
	font-size: 80%;
	text-align: justify;
}

#content {
	font-size: 90%;
	text-align: justify;
	color:#333;
}

#col1 p, #col2 p, #col3 p {
	font-size: 60%;
	text-align: justify;
	color:#666;
}

.red {
	color: #b00000;
}

#news_footer {
	background-image: url(../images/news_footer.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	height: 15px;
}

#hline {
	height: 1px;
	background: #b0965f;
}

#footer_space {
	height: 5px;
}

#footer_left {
	color: #b0965f;
    font-size: 80%;
	text-align: left;
}

#footer_right {
	color: #b0965f;
	font-size: 80%;
	text-align: right;
}

a:visited {
	text-decoration: none;
	color: #b0965f;
}

a:link {
	text-decoration: none;
	color: #b0965f;
}

a:hover {
	text-decoration: none;
	color: #b00000;
}
