
#menu {
 margin: 0;
 padding: 0;

 background: #cc0000 url(http://www.cnrie.ca/images/menu_bg.gif) 0 0 repeat-x;
 float: left;
 width: 100%;
 border: 1px solid #000000;
 border-width: 1px 0;
}

#menu li {
 display: inline;
 padding: 0;
 margin: 0;
}

#menu li a {
 padding: 5px 20px 4px 10px;
 float: left;
 width: auto;
 border-right: 1px solid #42432d;
 color: #fff;
}

#menu a:visited {
 color: #ffffff;
}

#menu li a:hover {
 color: #ffffff;
 background: #cecece url(http://www.cnrie.ca/images/menu_bg2.gif) 0 0 repeat-x;
}

.home {
 border-left: 1px solid #42432d;
}

#menu li a:active {
 color: #ffffff;
}

body {
 text-align: center;
 margin: 0px;
 background: #ffffff;
}

a {
 text-decoration:none; 
 font-weight:bold; 
 color:#cc0000;
}

a:hover {
 color:#000000;
}

.title {
 font-family: times new roman; 
 font-size: 22px; 
 color: #000; 
 line-height: 22px;
 background: #eae7e7;
 border-top: dashed 1px #cecece;
 border-bottom: dashed 1px #cecece;
}

.ftitle {
 font-family: times new roman; 
 font-size: 20px; 
 color: #000; 
 line-height: 18px;
 background: #eae7e7;
 border: dashed 1px #cecece;
 width: 250px;
 padding: 5px;
}

.lines {
 border-bottom:1px dashed #cecece; 
 text-align: right; 
 line-height: 8px;
}

#container {
 border: solid 1px #cecece;
 background: #ffffff;
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 font-family: verdana;
 font-size: 11px;
 text-align: left;
}

#header {
 width: 700px;
 margin-top: 2px;
 margin-left: 0px;
 background: #ffffff;
}

#wide {
 width: 680px;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 background-color: #ffffff;
 font-family: tahoma;
 font-size: 13px;
 color: #000000;
 padding: 0px;
}

#t1, #t2 {	
 position: relative;	
 display: block;	
 padding: 0px 0 0 40px;	
 background: #fff url() no-repeat top left;
}


#img1 {	
 position: relative;
 float: right;
 width: 230px;	
 height: 186px;	
 padding: 0 0 5px 0px;	
 background: transparent url(images/home1.jpg) no-repeat center;
 border: solid 1px #cecece;
}

#img2 {
 position: relative;
 float: right;
 width: 230px;
 height: 186px;
 padding: 0 0 5px 0px;	
 background: transparent url(images/about1.jpg) no-repeat center;
 border: solid 1px #cecece;
}

#t3 {	
 position: relative;	
 display: block;	
 padding: 0 0 0 40px;	
 background: #fff url() no-repeat top left;
 font-family: tahoma;
 font-size: 11px;
}

#img3 {	
 position: relative;
 float: right;	
 margin-right:0px;
 width: 190px;	
 height: 150px;	
 padding: 10px 0px 0px 10px;
 background: #eae7e7;
 border: solid 1px #cecece;
}

#img4 {
 position: relative;
 float: right;
 width: 230px;
 height: 186px;
 padding: 0 0 5px 0px;
 background: transparent url(images/service1.jpg) no-repeat center;
 border: solid 1px #cecece
}

#img5 {
 position: relative;
 float: right;
 width: 230px;
 height: 186px;
 padding: 0 0 5px 0px;
 background: transparent url(images/faq1.jpg) no-repeat center;
 border: solid 1px #cecece
}

.end {
 clear: both;
 margin-left: auto;
 margin-right: auto;
}

#footer {
 width: 700px;
 margin-bottom: 2px;
 font-family: verdana;
 font-size: 9px;
 font-weight: normal;
 color: #ababab;
 text-align: center;
}

#footer a {
 font-weight: normal;
 color: #cc0000;
}

#footer a:hover {
 color:#000000;
}

#form label {
 display: inline-block;

 padding: 0 0 0px 0;

 font-size: 11px;
}


#form input, #form textarea {
	
 width: 272px;
	
 margin: 0 0 10px 0;

}


#form ul {
 list-style-type: none;
}

input#submit {
	
 width: 105px;
	
 height: 20px;

}



