/* CSS Document for bSoftware's web site */
body    {
	background-color: #ffffff;
	font: 11px/17px verdana, arial, sans-serif;
	text-align: center;
	margin: 0 ;
	padding: 0;
    color: #333;
	background-image: url(../global_pics/back-blend-grey.jpg);
	background-repeat: repeat-x;
}

/* ------------------------------------------------------------
*  Here is my attempt at making a usable background box, with
*  rounded corners.
*/
#header_container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 618px;
	background-color: transparent;
	background: url(../global_pics/corner-center.gif);
	background-repeat: repeat-y;
}
#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 618px;
	background-color: transparent;
	background: url(../global_pics/corner-center.gif);
	background-repeat: repeat-y;
}

#bottomcorners {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 618px;
	height: 15px;
	text-align: left;
	background-color: transparent;
	background: url(../global_pics/col-botcorners.gif) no-repeat bottom center;
}

#topcorners {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 618px;
	height: 14px;
	text-align: left;
	background-color: transparent;
	background: url(../global_pics/col-topcorners.gif) no-repeat top center;
}

/* ------------------------------------------------------------
*  The box that holds the bSoft logo and title text...
*/
#raisedbar-top{
	height: 20px;
	background: url(../global_pics/logo-header-top.jpg) no-repeat top center;
}
#bSoft-logo-box{
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 19px;
	margin-bottom: 19px;
	height: 146px;
	text-align: left;
	background: url(../global_pics/bsoft-header-logo.gif) no-repeat;
}
#raisedbar-bottom{
	height: 20px;
	background: url(../global_pics/logo-header-bottom.jpg) no-repeat top center;
}

/* ------------------------------------------------------------
*  Navigation bar
*/
#navcontainer {
	text-align: center;
	margin-left: auto; margin-right: auto;
	margin-top: 10px;
	font: 14px/17px arial, sans-serif;
}

#navlist{
	margin: 0;
	padding: 0 0 40px 0px;
}

#navlist ul, #navlist li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 20px;
	text-decoration: none;
	border-bottom: 0;
	background: transparent;
	color: #999;
}

#navlist a:hover {
	border-bottom: 2px solid rgb(90%, 90%, 90%);
	padding-bottom: 2px;
	text-decoration: none;
	background: transparent;
	color: #000;
}
#navlist a:link#current, #navlist a:visited#current {
	border-bottom: 2px solid #9D1415;;
	padding-bottom: 2px;
	text-decoration: none;
	background: transparent;
	color: #000;
}
#navlist a:hover { 
	color: #000; 
	background: transparent;
	text-decoration: none;
}

/* ------------------------------------------------------------
*  Normal html stuff
*/
h1 {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1em;
	font-size: 13px;
    color: #9D1415;
}
h2 {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1em;
	font-size: 11px;
    color: rgb(40%, 40%, 40%);
}
p {
	padding: 0;
	margin: 0;
	
}
a, a:link {
	margin: 0; 
	padding: 0;
	border: 0;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(70%, 70%, 70%);
	background-color: rgb(95%, 95%, 95%);
	color: black;
}
a:hover {
	margin: 0; 
	padding: 0;
	border: 0;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
}
/* ------------------------------------------------------------
*  Main content container.
*/
.content {
	padding: 10px 0 0 0;
	margin: 0;
	margin-left: 212px;
	margin-right: 55px;
	margin-bottom: 5px;
	text-align: justify;
}
.content p {
	padding: 0;
	margin: 0 0 10px 0;
}
.left_col {
	float: left;
	width: 144px;
	text-align: left;
	line-height: 1.2em;
	font-size: 0.9em;
	margin: 0;
	margin-bottom: 0;
	padding: 35px 0 10px 40px;
}
.left_col p {
	padding: 0;
	margin: 0 0 4px 0;
}
.content_end {
	clear: both;
	padding: 0;
	margin: 0 55px 10px 214px;
	border-bottom: solid;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.pre_header {
	height: 5px;
	padding: 0;
	margin: 0;
}

.thumb {
	width: 140px;
	height: 40px;
	padding: 0;
	margin: 0;
	background-color: white;
	display:inline; 
}
.thumb img{ display: block; }  /*Fixes buggy IE padding on images w borders!*/
.thumb a img, .thumb a img:hover, .thumb a img:link {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	border-bottom-style: none;
}
.thumb a, .thumb a:hover, thumb a:link  {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	border-bottom-style: none;
}

.gallery, .gallery img, .gallery a, .gallery a:link, .gallery a:hover {
	float: left;
	border: none;
	margin: 0 10px 15px 0;
	padding: 0 0 0 0;
	text-decoration: none;
	background: none;
}
.gallerybox {
	display: block;
	margin: 0 20px 20px 40px;
	padding: 0;
}

/* ------------------------------------------------------------
*  Footer
*/
#footer {
	margin: 0 0 0 137px;
	padding: 0 0 0 0;
	border: 0;
}
#footer img{  /*Fixes buggy IE padding on images w borders!*/
	display: inline;
} 
#footer a img, #footer a img:hover, #footer a img:link {
	margin: 0; 
	padding: 0;
	text-decoration: none;
	border: 0;
}
#footer a, #footer a:hover, #footer a:link {
	margin: 0; 
	padding: 0;
	text-decoration: none;
	border: 0;
}
#copyright {
	font-size: 8px;
	color: #CCCCCC;
	font-family: arial, sans-serif;
	position:relative;
	top: -6px;
	margin-left: 70px;
}




#zermattLogo { 
	text-align: center; 
	margin: 0 auto;
}
#zermattLogo a { 
	text-decoration: none;
	border: 0;
}
#zermattLogo img { 
	border: 0;
}














