/* Global */
*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Times, serif;
	font-size: 11px;
	color: #4d4d36;
}

body{
margin:0;
padding:0;
}

#wrapper
{
	position: relative;
	width: 805px;
	margin: 0 auto;
}

#Links li.divider{
background:url(images/nav_divider.gif) no-repeat top left;
width:5px;
height:21px;
}

#NavBar{
background:url(images/Logo_bottom.jpg) no-repeat top left;
width:805px;
height:21px;
background-color:#a70007;
}

#Links{
list-style-type: none;
padding-top:0;
padding-left:0;
margin-left: 190px;
}

#Links li{
float:left;
margin:0;	
padding:0;
color:#000;
text-align:center;
}
#Links li.selected{
float:left;
margin:0 0 0 0;	
padding:0;
color:#fff;
text-align:center;
}

#Links li a.home{
display:block;
text-decoration:none;
color:#fff;
padding:0;
height:21px;
width:86px;
background:url(images/but_home_off.gif) no-repeat top left;
}

#Links li a.home:hover{
background:url(images/but_home_on.gif) no-repeat top left;
}

#Links li.selected a.home{
display:block;
text-decoration:none;
color:#fff;
padding:0 0 0 0;
background:url(images/but_home_on.gif) no-repeat top left;
}

#Links li a.news{
display:block;
text-decoration:none;
color:#fff;
padding:0;
height:21px;
width:124px;
background:url(images/but_news_off.gif) no-repeat top left;
}

#Links li a.news:hover{
background:url(images/but_news_on.gif) no-repeat top left;
}

#Links li.selected a.news{
display:block;
text-decoration:none;
color:#fff;
padding:0 0 0 0;
background:url(images/but_news_on.gif) no-repeat top left;
}

#Links li a.contact{
display:block;
text-decoration:none;
color:#fff;
padding:0;
height:21px;
width:110px;
background:url(images/but_contact_off.gif) no-repeat top left;
}

#Links li a.contact:hover{
background:url(images/but_contact_on.gif) no-repeat top left;
}

#Links li.selected a.contact{
display:block;
text-decoration:none;
color:#fff;
padding:0 0 0 0;
background:url(images/but_contact_on.gif) no-repeat top left;
}

#Links li a.store{
display:block;
text-decoration:none;
color:#fff;
padding:0;
height:21px;
width:134px;
background:url(images/but_store_off.gif) no-repeat top left;
}

#Links li a.store:hover{
background:url(images/but_store_on.gif) no-repeat top left;
}

#Links li.selected a.store{
display:block;
text-decoration:none;
color:#fff;
padding:0 0 0 0;
background:url(images/but_store_on.gif) no-repeat top left;
}





#leftColumn{
float:left;
width:241px;
}

#leftColContent{
width:200px;
padding-top:280px;
padding-left:15px;
}


#rightColumn{
width:544px;
float:left;
margin-left:20px;
margin-top:0;
background:url(images/circle_bg.jpg) no-repeat top right;
}

#rightColContent{
margin-top:20px;
width:544px;
}

img.ttl{
padding:0 0 20px 0;
}




