@charset "utf-8";
BODY {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #99CC00 url(images/back_02.jpg) repeat-x left top; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center
}


#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 0px;
} 
#header  {
	text-align: left;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-left: 30px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 30px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 270px;
	background-image: url(images/panel_back_01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#base {
	background-image: url(images/panel_back_03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

#main-content {
	FONT-SIZE: 100%;
	background-image: url(images/panel_back_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#footer  {
	padding: 0 10px 0 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.welcome {
	padding: 3px 10px 0px 8px;
	background-image: url(images/panel_welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 163px;
	width: 550px;
	margin: 0px;
	vertical-align: top;
	
}
HR.cleaner {
	CLEAR: both;
	MARGIN: 0px;
	HEIGHT: 0px;
	padding: 0px;
	visibility: hidden;
	border: none;






}
.panel01 {
	background-image: url(images/panel_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 20px 0px 180px;
	margin: 0px;
	height: 125px;
	width: 550px;
}

.panel02 {
	background-image: url(images/panel_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 155px 0px 10px;
	margin: 0px;
	height: 125px;
	width: 550px;
	
}
.panel03 {
	background-image: url(images/panel_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 20px 0px 180px;
	margin: 0px;
	height: 125px;
	width: 550px;
}

.panel04 {
	background-image: url(images/panel_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 155px 0px 10px;
	margin: 0px;
	height: 125px;
	width: 550px;	
}
.rates  {
	padding: 7px;
}

.colour01 {
	background-color: #9CB1B4;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}
#tableSPry {
	border: 1px solid #CCCCCC;
}


h1 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #0066FF;
	margin: 10px 0px 10px 5px;
	padding: 0px;
	letter-spacing: 0pt;
	word-spacing: 0px;




}
h2 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #0066FF;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px 0px 1px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 100%;


}
h3 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding: 2px 0px 1px;
	text-align: left;
	width: 100%;
	margin: 0px;



	
}
h4 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	padding: 3px;
	border: 1px solid #0066FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

	
}
h5 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#banner {
	padding: 0px;
	margin: 0px 0px 0px -1px;


}	
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.image0m0p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.imageleft {
	margin: 2px 7px 0px 2px;
	padding: 0px;
	float: left;
	height: 114px;
}
#button01 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066FF;
	background-position: right top;
	padding: 1px 5px;
	font-size: 12px;
	float: right;
	clear: none;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.button01 a:link, .button01 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
.button01 a:hover, .button01 a:active{
	color: #FF9900;
	
}
#button02 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CC00;
	background-position: left top;
	padding: 1px 5px;
	font-size: 12px;
	float: left;
	clear: none;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0px;
	border-left: 2px solid #FFFFFF;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	margin: 1px 0px 0px;
}
.button02 a:link, .button02 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
.button02 a:hover, .button02 a:active{
	color: #FF9900;
}
#button03 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	background-position: right top;
	padding: 1px 5px;
	font-size: 12px;
	float: right;
	clear: none;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0px;
	border-left: 2px solid #FFFFFF;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.button03 a:link, .button03 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
.button03 a:hover, .button03 a:active{
	color: #FF9900;

}
#button04 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	background-position: left top;
	padding: 1px 5px;
	font-size: 12px;
	float: left;
	clear: none;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0px;
	border-left: 2px solid #FFFFFF;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	margin: 1px 0px 0px;
}
.button04 a:link, .button04 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
.button04 a:hover, .button04 a:active{
	color: #FF9900;

	
	
	
}
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}
.imageright {
	margin: -5px 4px 0px 0px;
	padding: 0px;
	float: right;
	height: 119px;
}
.para01 {
	margin: 0px 0px 1px;
	padding: 0px;
}

#navigation {
	FONT-SIZE: 60%;
	MARGIN: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	height: 360px;
	width: 225px;
	background-position: left top;
	background-image: url(images/panel_nav.gif);
}

ul.nav01 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	list-style-type: none;
	padding: 10px 0px 0px;
	width: 207px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 15px;

}
li.nav01 {
	margin: 0px 2px 4px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

li.nav01 a:link, li.nav01 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: text-top;

}

li.nav01 a:hover, li.nav01 a:active {
	color: #0099FF;	
	
}
li.nav02 {
	margin: 0px 2px 4px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
	background-color: #0099FF;

	
}

li.nav02 a:link, li.nav02 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: text-top;

}

li.nav02 a:hover, li.nav02 a:active {
	color: #0066CC;
	

}
.image0m0pMIDDLE {
	border: 0px;
	vertical-align: middle;
	background-position: center;
	margin-bottom: 1px;
}


.line01 {
	background-image: url(images/dot_01.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	background-position: center;
}
.general a:link, .general  a:visited {
	color: #FF6600;
	text-decoration: underline;


}
.general a:hover, .general a:active {
	color: #003366;


}
.content01 {
	FONT-SIZE: 100%;
	MARGIN: 0px;
	padding: 15px 10px 15px 15px;
	border: 2px solid #0066FF;
	background-color: #FFFFFF;

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 2px;
	list-style-type: square;

}
.headline01 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 7px 0px 5px 30px;
	padding: 0px;
	letter-spacing: 0pt;
	word-spacing: 0px;
}
.highlight01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
	float: right;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	width: 100%;



}
.highlight02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: 0px;
	margin-top: 5px;
	margin-left: 7px;





}
.navbutton {
	border: 0px;
	vertical-align: middle;
	background-position: center;
	margin-bottom: 1px;
	margin-right: 1px;

}
.tableshadow {
	background-image: url(images/panel_back_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;


}
.tableshadowtop {
	background-image: url(images/panel_back_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.tableshadowbase {
	background-image: url(images/panel_back_03.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;

}
.navbutton01 {
	border: 0px;
	vertical-align: middle;
	background-position: center;
	margin-bottom: 1px;
	margin-right: 1px;
	margin-top: 3px;
	padding: 0px;
	margin-left: -8px;


}
.contentspace {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#box01 {
	padding: 10px;
	border: 1px solid #0066FF;
	margin-top: 10px;
}
li.stars {
	vertical-align: text-top;
	list-style-position: outside;
	list-style-image: url(images/stars.gif);
	margin-bottom: 3px;
	padding: 0px 0px 0px 5px;
	margin-top: 3px;

}
.highlight01a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#box02 {
	padding: 10px;
	border: 1px solid #FF6600;
	margin-top: 10px;

}
.panelbase {
	background-image: url(images/panel_base.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	padding: 12px 10px 10px 30px;
	height: 70px;
	margin: -10px 0px 0px;





}
.smlpic {
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 0px;



}
.box01 {
	border: 1px solid #FF6600;
	padding: 0px;
	margin-top: 10px;
}
.smlpic01 {
	padding: 0px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;




}
.lgeimage {
	margin: 1px;

}
.button03 a:active { }
.line02 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: none;


}

#otherstores {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
#mainContent01 {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 270px;
	padding: 0px;
}

