/*@charset "utf-8";
/* CSS Document */
body {
	background: #0F0D0D;
	padding: 0px 0 0 50px;
	background-color: #FFFFFF;
}


div.sc_menu_wrapper {
	position: relative; 	
	height: 400px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 117px;
	
	margin-top: 0px;
	overflow: auto;
}
div.sc_menu {
	padding: 0px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 0px;
	width: 100px;
	border: 0px #999999 solid;
 		
		/* When image support is turned off */
	color: #fff;
	background: #999999;	
}
.sc_menu a:hover {
	border-color: rgb(130, 130, 130);
	border-style: dotted;
}
.sc_menu img {
	display: block;
	border: none;
}

/*horizontal scroll css bits.....for 2 images*/

div.hrz_sc_menu_2 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 101px;
	width: 230px;
	overflow: auto;
}
ul.hrz_sc_menu_2 {
	display: block;
	height: 84px;
	/* max width here, for users without javascript */	
	width: 228px;	
	padding: 0px 0 0 0px; 
	/* removing default styling */
	margin: 0;
	/*background: url('navigation.png');*/		
	list-style: none;
}
.hrz_sc_menu_2 li {
	display: block;
	float: left;	
	padding: 0 0px;
}

/*horizontal scroll css bits.....for 3 images*/

div.hrz_sc_menu_3 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 101px;
	width: 230px;
	overflow: auto;
}
ul.hrz_sc_menu_3 {
	display: block;
	height: 84px;
	/* max width here, for users without javascript */	
	width: 228px;	
	padding: 0px 0 0 0px; 
	/* removing default styling */
	margin: 0;
	/*background: url('navigation.png');*/		
	list-style: none;
}
.hrz_sc_menu_3 li {
	display: block;
	float: left;	
	padding: 0 0px;
}

/*horizontal scroll css bits.....for 4 images*/

div.hrz_sc_menu_4 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 101px;
	width: 230px;
	overflow: auto;
}
ul.hrz_sc_menu_4 {
	display: block;
	height: 84px;
	/* max width here, for users without javascript */	
	width: 304px;	
	padding: 0px 0 0 0px; 
	/* removing default styling */
	margin: 0;
	/*background: url('navigation.png');*/		
	list-style: none;
}
.hrz_sc_menu_4 li {
	display: block;
	float: left;	
	padding: 0 0px;
}

/*horizontal scroll css bits.....for 5 images*/

div.hrz_sc_menu_5 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 101px;
	width: 230px;
	overflow: auto;
}
ul.hrz_sc_menu_5 {
	display: block;
	height: 84px;
	/* max width here, for users without javascript */	
	width: 380px;	
	padding: 0px 0 0 0px; 
	/* removing default styling */
	margin: 0;
	/*background: url('navigation.png');*/		
	list-style: none;
}
.hrz_sc_menu_5 li {
	display: block;
	float: left;	
	padding: 0 0px;
}

/*horizontal scroll css bits.....for 6 images*/

div.hrz_sc_menu_6 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 101px;
	width: 230px;
	overflow: auto;
}
ul.hrz_sc_menu_6 {
	display: block;
	height: 84px;
	/* max width here, for users without javascript */	
	width: 456px;	
	padding: 0px 0 0 0px; 
	/* removing default styling */
	margin: 0;
	/*background: url('navigation.png');*/		
	list-style: none;
}
.hrz_sc_menu_6 li {
	display: block;
	float: left;	
	padding: 0 0px;
}

/*horizontal scroll css bits.....for 7 images*/

div.hrz_sc_menu_7 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 101px;
	width: 230px;
	overflow: auto;
}
ul.hrz_sc_menu_7 {
	display: block;
	height: 84px;
	/* max width here, for users without javascript */	
	width: 532px;	
	padding: 0px 0 0 0px; 
	/* removing default styling */
	margin: 0;
	/*background: url('navigation.png');*/		
	list-style: none;
}
.hrz_sc_menu_7 li {
	display: block;
	float: left;	
	padding: 0 0px;
}

/*horizontal scroll css bits.....for 8 images*/

div.hrz_sc_menu_8 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 101px;
	width: 230px;
	overflow: auto;
}
ul.hrz_sc_menu_8 {
	display: block;
	height: 84px;
	/* max width here, for users without javascript */	
	width: 608px;	
	padding: 0px 0 0 0px; 
	/* removing default styling */
	margin: 0;
	/*background: url('navigation.png');*/		
	list-style: none;
}
.hrz_sc_menu_8 li {
	display: block;
	float: left;	
	padding: 0 0px;
}

/*text formatting.......*/

.main_text {
	font-family: "Myriad Pro";
	font-size: 15px;
	font-weight: normal;
	width: 320px;
	margin-left: 20px;
}

.Heading_text {
	font-family: "Myriad Pro";
	font-size: 35px;
	font-weight: normal;
	margin-left: 20px;
	padding-top: 20px;
}
.Heading_text_small {
	font-family: "Myriad Pro";
	font-size: 22px;
	font-weight: normal;
	padding-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.main_text_small {
	font-family: "Myriad Pro";
	font-size: 15px;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
}

.about_text {
	font-family: "Myriad Pro";
	font-size: 15px;
	font-weight: normal;
	width: 420px;
	margin-left: 20px;
}
