@charset "UTF-8";
/* CSS Document */



/*Layout */



body {
margin:0 0 0 0;
border:0;
background-image:url(images/bg.jpg);;
background-repeat: repeat-x;
background-position: top center;
background-color:#343434;
font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
font-size:62.5%;
line-height:1.6em;
color:#ffffff;
text-align:center;}



#container {
width:980px;
margin:auto;
text-align:left;
}



#homeBanner { width:950px; padding:0 15px 0 15px; }

#header { width:980px; height:80px; position:relative; }



	#logo {
position:absolute;
top:20px;
left:50px;
}

#contactNumber {
	position:relative;
	top:23px;
	left:760px;
}
	
/*tabbed menu rollovers*/	


	
#navigation
{
margin: 0 0 0 0;
padding: 0px 10px 0 10px;
height: 39px;
width:930px;
}
#navigation ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navigation ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
#navigation ul li a
{
background: url(../images/navOffSmall.jpg) top no-repeat;
width: 100px;
height: 29px;
padding: 10px 0px 0 0;
margin: 0 10px 0 0;
color: #fff;
text-decoration: none;
font-weight:bold;
display: block;
text-align: center;
font-size:1.2em;
}
#navigation ul li a:hover
{
color: #fff;
background: url(../images/navOnSmall.jpg) top no-repeat;
}
#navigation a:active
{
background: url(../images/navOnSmall.jpg) top no-repeat;
color: #fff;
}
#navigation li#active a
{
background: url(../images/navOnSmall.jpg) top no-repeat;
color: #fff;
}



/*fonts*/	


p {font-size:12px;}


a:link {
	color: #62BB47;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #62BB47;
}
a:hover {
	text-decoration: none;
	color: #62BB47;
}
a:active {
	text-decoration: underline;
	color: #62BB47;
}



.footers A:link {color: #cccccc; text-decoration: underline } 
.footers A:visited {color: #cccccc; text-decoration: underline } 
.footers A:active {color: #cccccc; text-decoration: underline } 
.footers A:hover {color: #cccccc; text-decoration: none; } 




.siteNavlist
{
padding: 0;
margin: 0;
border-bottom: 0 solid gray;
width:400px;
}
.siteNavlist li
{
list-style: none;
margin: 0 0 1px 0;
padding: 0.1em 0 0.1em 0;
border-top: 0 solid gray;
display:block;
background-color:#f2f2f2;
font-weight:bold;
font-size: 1.1em;
}


.captionlarge {font-size: 16px ;font-weight:bold;}
.pricesincvat {font-size: 12px ;color:#cccccc}
.copyrighttxt {font-size: 10px ;color:#cccccc}
.captionlarger {font-size: 20px ;font-weight:bold;}

.captionlargeGREEN {font-size: 16px; color:#33cc00}

.GREEN {color:#33cc00}
