/* G E N E R A L */

* {
	padding:0;
	margin:0;
	}

a:focus, a:active { 
	outline: 0; 
	-moz-outline: none; 
	} 
 
body{
	color:#000;
	font: 11px Trebuchet, Verdana, Helvetica, Arial, sans-serif;	
	line-height:1.8em;
	background-color:#fff;
	min-width:920px;
	}

p, h1, h2, h3, h4, table{
	margin: 10px;
	}
	
 
h2, h3, h4{
	font-size:12px;
	color: #f4f2f0;
	background-color:#244ddc;
	width:100%;
	text-align:center;
	}

h1{
	font-size:17px;
	color: #000;
	}


.hide {
	display:none;
	}

.right {
	float:right;
	}
	
.left {
	float:left;
	}	

.title {
	margin:5px;
	}

ol {
	margin:0 30px;
	list-style-type:square;
	}

ul {
	list-style-type:square;
	margin-left:50px;
	}

a{
	color:#403b38;
	}

a:hover{
	color:#403b38;
	}

a img{
	border:none;
	padding:0;
	margin:0;
	}

img {
	border:none;
	}
	


/* H E A D E R */

#header {
	color: #333;
	width: 100%;
	float: left;
	height:175px;
	/*border: 1px solid #ccc;*/
	margin: 0px auto 30px auto;
	background: url(../images/header-repeat.png) repeat-x top left #eff7fb;
	}

#menubar{
    height:25px;
    min-width:920px;
    background-color:#000000;
    background:#d9ebf3 url(../images/menubg.gif) repeat-x;
    margin: 0px auto 0px auto;
    
}
	
#banner {
	width:920px;
	margin:0 auto;
	height:150px;
	background: url(../images/banner.png) no-repeat top left #eff7fb;
	}	
	
#navigation {
	color:#FFF;
	text-align:right;
	width:880px;
	font-size:11px;
	font-weight:bold;	
	margin:0 auto 0 auto;
	font-family:Tahoma;
	}

#navigation a
    {
     color:#FFF;
     text-decoration:none;
     
    }

#navigation a:hover
    {
     color:#300304;
     text-decoration:underline;
     
    }


#navigation li {
	display:inline;
	padding:0;
	margin:0;
	}

#navigation img {
	margin:0;
	padding: 0;
	}

/* M A I N */

#wrapper {
	margin: 0 auto;
	width: 920px;
	}	

#leftcolumn {
	margin: 0px 0px 40px 0px;
	padding: 10px;
	width: 660px;
	float:left;
	min-height:400px;
	}

#rightcolumn p{
	margin-left: 0;
	}

#leftcolumn img{

}

#rightcolumn a{
    color:#40a8d9;    
}

#rightcolumn a:hover{
    color:#18576a;    
}

#rightcolumn {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 220px;
	display: inline;
	text-align:center;
	font-weight:bold;
	}
	
#r_price
{
    width:450px;
    float:right;
    font-style:italic;
    font-size:10px;   
}	

#l_price
{
    width:450px;
    float:left;
    font-style:italic;
    font-size:10px;  
}

.p1
{
    font-weight:bold;
    font-style:normal;
    font-size:11px;   
}


.map
{
    width:350px;
    float:right; 
}	

/* F O O T E R */

#footer {
	width: 100%;
	clear: both;
	background: #d7def3;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #6a5f56;
	text-align:center;
	font-size:80%;	
	color: #666;
	font-family:Tahoma;
	}
	
#footer a {
	color:#666;
	font-weight:bold;
	}	

#footer ul li{
	display:inline;
	}

#footer p{
	margin:0;
	}


