/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color: #f5f4f4;
	background-image: url(images/background_repeat_new.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: bold;
}

h1{	
	font-size: 120%;
	color: #666666;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #666666;	
	font-weight: bold;	
	
}

h3{
 font-size: 100%;
 color: #666666;
}

h4{
 font-size: 90%;
 font-weight: normal;
 color:  #666666;
 font-weight: bold;	
}

h5{
 font-size: 80%;
 color: #666666;
}

h6{
 font-size: 70%;
 color: #666666;
 padding:25px 22px;
 
}

p{
	padding-bottom: 10px;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 10px;}

a:link, a:visited{
	color:#666;
	text-decoration: none;

}

a:hover{
	color:#c80b0b;
	text-decoration: none;	
}

img{
	border: none;
}

/***********  layout styles ***********/

#wrapper{
	width:945px;
	float:left;
	padding-bottom:30px;
}

.clear {
	clear:both;
}

#topContainer{
	background-position: left;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	height: 120px;
}

#phoneNo {
	float: right;
	width:609px;
	margin-top: 10px;
}



#footertext {
	padding-top: 25px;
	padding-left:20px;
	font-size:10px;

}


/***********************************************/
/* Nav styles - Speedy */
/***********************************************/

#navtext{
	float:left;
	width:607px;
	padding-top:11px;
	margin-top: 11px;
	height:26px;
	color: #798484;
	font: 11px;
	background-image: url(images/nav_back.gif);
	background-repeat: repeat-x;
}

#navtext ul li{
	float:left;
	width: 151px;
	text-align: center;

}

#navtext ul li a:link, #navtext ul li a:visited{
	color:#798484;
	text-decoration: none;
	font-weight: bold;

}

#navtext ul .dwn a:link, #navtext ul .dwn a:visited{
	color:#c30706;
}

#navtext ul li a:hover{
	color:#c30706;
	text-decoration: none;
	font-weight: bold;
}
#subNav{
	margin-left:370px;
	margin-top:7px;
}

#subNav li{
	float:left;
	padding: 0px 3px 0px 6px;
	list-style-type:none;	
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

#subNav  li a:link, #subNav li a:visited{
	color:#c30706;
	text-decoration: none;	
	margin-left:2px;
	padding: 0px 3px 5px 3px;
}

#subNav .dwn a:link, #subNav .dwn a:visited{
	color:#666;	
}

#subNav li a:hover, #subNav  li a.dwn{
	color:#ccc;
	text-decoration: none;

}





a.linkOpacity img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}


/***********************************************/
/* body styles - Speedy */
/***********************************************/


#buttons {
	margin-left: 20px;
	margin-top:18px;
	width:270px;
}


#mainContainer {
	float:right;
	width: 610px;
	margin-top:0px;
}

#flashContainer {
	width:603px;
	height:293px;
	margin-top: 17px;
}


#bannerContainer {
	width:618px;
	height:158px;
}

#textContainer {
	width:603px;
	padding-top: 15px;
}

#maps {
	margin-left: 23px;
	margin-top:5px;
	width:267px;
}

#vat {
	margin-left: 23px;
	margin-top:10px;
	width:267px;
	margin-bottom:15px;
}


#navBox{
	width:201px;
	height:296px;
	background-image: url(images/navbox_back.gif);
	background-repeat: no-repeat;
	padding: 12px 10px 15px 10px;
}
#navBox ul li{
	padding-bottom:2px;
}
#navBox a:link, #navBox a:visited{
	display:block;
	padding:3px 0px 3px 30px;
	border-bottom: dashed 1px #ccc;
	margin: 5px 10px;
	background-image: url(images/navicon_up.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
#navBox .dwn a:link, #navBox .dwn a:visited{
	background-image: url(images/navicon_dn.gif);
	color:#c10806;

}

#navBox .dwn ul li a:link, #navBox .dwn ul li a:visited{
	background-image: url(images/sub_bullet.gif);
	font-size:12px;
	margin: 2px 5px 0px 37px;
	font-weight: normal;
	border-bottom:none;

}

#logo{
	margin-top:10px;
	width: 300px;
	margin-left: 20px;
}	
