* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background-color: #EBEBEB;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: grey;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: black;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
	
	
}

img {
	border: none;
	padding: 4px;
}

.sm {  font-size: 8pt; }

.tariff {
	font-size:16px;
	font-weight: bold;
	}

.sprycontent {font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;}
	
.list {list-style:none;}

.backgr { background-color: #FFFFFF; }

.noscript { font-size: 14px;
	color: #FF0000; }

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	}
	#page-wrap #inside {
		margin: 0px 10px 0px 0px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: url(images/sidebar.gif) repeat-y white;
	padding-left: 230px;
	padding-top: 0px;
}
	
#header {
	
	background-color: #FFFFFF;
	text-align: center;
	height: 130px;
}
	
#left-sidebar {
	width: 180px;
	float: left;
	padding-left: 5px;
	padding-top: 20px;
}

#footer {
	background: #ffffff;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	color: grey;
}

/*- Menu Tabs--------------------------- */ 


    #tabs {
      float:left;
      width:100%;
      background:url(images/menu1.gif) no-repeat;
      font-size:98%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url(images/tableft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url(images/tabright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

	/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px #000000 solid;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: 1px gray solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -10px;
left: 350px; /*position where enlarged image should offset horizontally */
z-index: 100;
}

.gallerycontainer2{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail2 img{
border: 1px #000000 solid;
margin: 0 5px 5px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: 1px solid blue;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: 1px gray solid;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20px;
left: -250px; /*position where enlarged image should offset horizontally */
z-index: 100;
}
