body {
	text-align:	justify;
	font-family:    Tahoma,  Verdana, Helvetica, Arial, sans-serif;
  	font-size:        .8em;
}


h1	{
	font-size:	large;
	font-color:	#fff;
}
 h2	{
	font-size:	115%;
	color:	#990000;
}
.main {
	width: 982px !important; width: 982px;
}
.columns {
	width: 146px;
	float: left;
	padding: 10px;
	position: relative;
	z-index: 100;
	overflow: auto;
}
.float {
	float: left;
	display: inline;
}

.content {
	margin: 48px;
}

.content h2, h3,	{
	font-size:	150%;
	font-color:	#990000;
}
.content a:link {
	color:black;
}
.content a:hover{
	color: #FFCC33;
}

.content a:visited{
	color:	black;
	text-decoration:	none;
	}

.bold {
	font-weight: bold;
}

.bigger {
	font-size: 120%;
}


.map {
	margin: 10px;
	text-align: center;
}

.title {
	font-style:	italic;
	font-weight:	bold;
	font-size:	110%;
}
.foottitle {
	font-size:	105%;
	font-weight: bold;
}

.mailto {
	color:	#fff;
}

.image {
	margin: 0 0 -10px 0;
	padding: -10px;
}

.imagesm {
	margin: 0px;
	padding: -5px;
}



#pagetitle {
	font-style:	italic;
	font-weight:	bold;
	font-size:	180%;
	text-align:	center;
}


#delivery {
	background-color:	#990000;
	text-align: center;
	color:	#fff;
	font-size:	105%;
	font-weight:	bold;
	padding:	5 8 8px;
	margin:	5px;
}


#delivery a {
	color: #fff;
	font-weight:	bold;
	text-decoration: none;

}

#delivery a:hover {
	color: #FFCC33;
	font-weight:	bold;
	text-decoration: none;
}

.dbl {background: url(images/rodbl.gif) bottom left  no-repeat;}
.dbr {background: url(images/rodbr.gif) bottom right no-repeat;}
.dtl {background: url(images/rodtl.gif) top left no-repeat;}
.dtr {background: url(images/rodtr.gif) top right no-repeat; padding:10px;}
.clear {font-size: 1px; height: 1px;}


#address {
	text-align:	center;
	color:	#fff;
	font-size:	140%;
	font-weight:	bold;
	font-style:	italic;
	background-color: #336699;
}

.abl {background: url(images/abl.jpg) bottom left no-repeat #cc3333;}
.abr {background: url(images/abr.jpg) bottom right no-repeat;}
.atl {background: url(images/atl.jpg) top left no-repeat;}
.atr {background: url(images/atr.jpg) top right no-repeat; padding: 2px;}
.clear {font-size: 1px; height: 1px;}



#wrapper {
	margin-left: auto;
	margin-right: auto;
}
#float	{

}
#center {
	margin-left: 166px;
	margin-right: 166px;
	width:	650px !important;
}
#left {
	margin-left: -165px;
}
#right {
	margin-right: -165px;
	float: right;
}
#header {
	width: 100%;
	height: 222px;
}

#footer {
	text-align: center;
	width: 100%;
	clear: both;
}

#navigation ul{
	width: 965px;
	list-style: none; 
	margin: 0 auto; 
	padding: 0px;
	text-align: center;		
}

		
#navigation li{
	background: url(images/buttonbb.jpg) left no-repeat;
			overflow: hidden;
			height: 30px;
			width: 178px;
			padding-left: 10px;
			margin-right: 5px;
			float: left;
			font-size: 110%;
			font-weight: bold;
}

#navigation li a{
	background: url(images/buttonbb.jpg) right no-repeat;
			display: block;
			padding: 3px 10px 0px 0px;
			height: 27px;
			color: #fff;
			text-decoration: none;	
}

#navigation a:link {
	color:	#fff;
}


#navigation a:hover {
	color:	#FFCC33;
}



/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0px;
		padding:0px;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:150px;
		height:150px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:150px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	

