* { margin: 0; padding: 0; }
* ul { padding: 0px 0px; }
body {
	min-width: 1000px;
	background: url("../gfx/stripes.png") repeat top left;
	padding: 0 0px;
	color: #bbb;
	font-family: Verdana, Geneva, sans-serif;
}

img {
	border: none;
}

hr {
	border: none;
/* 	border-top: 1px dashed #46494d; */
}





/* Head */

#top_header {
	height: 5px;
	background: url("../gfx/top_header.png") repeat-x top left;
}

#head_container {
	height: 220px;
}

#logo {
	z-index: 1;
	position: absolute;
	top: 46px;
	left: 72px;
	width: 66px;
}
#logo h1#saiph_title {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#logo h1#saiph_title a {
	display: block;
	background: transparent url("../gfx/saiph_logo.png") top left no-repeat;
	width: 66px;
	height: 137px;
}

#menu {
	height: 80px;
	}





/* Slideshow */

#slideshow {
	width: 800px;
	height: 220px;
	float: right;
	border-left: 1px solid #323232;
	border-bottom: 1px solid #323232;
}


	


/* Navigation */

#pri_nav {
	position: absolute;
	top: 236px;
	left: 20px;
	width: 600px;
	background: transparent;
}

#pri_nav ul {
	list-style: none; 
	margin: 0;
	padding: 0;
	float: left;
}

#pri_nav ul li {
	display: block;
	float: right;
	margin: 0 6px;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
}

#pri_nav ul li.selected {
	padding-left: 18px;
	background: url("../gfx/menu_level_0.png") no-repeat center left transparent;
}

#pri_nav ul li a {
	display: block;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#pri_nav ul li a:hover {
	text-decoration: underline;
	background: #323232;
}

#sec_nav {
	position: absolute;
	top: 266px;
	left: 20px;
	width: 600px;
	background: transparent;
}

#sec_nav ul {
	list-style: none; 
	margin: 0;
	padding: 0;
	float: left;
}

#sec_nav ul li
{
	display: block;
	float: right;
	margin: 0 6px;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 26px;
	height: 26px;
}

#sec_nav ul li
{
	float: left;
}

#sec_nav ul li.selected
{
	padding-left: 18px;
	background: url("../gfx/menu_level_1.png") no-repeat center left transparent;
}

#sec_nav ul li a
{
	display: block;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

#sec_nav ul li a:hover
{
	text-decoration: underline;
	background: #323232;
}





/* Text blocks + settings */

.info {
	width:70%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.text_table {
	margin-left: auto;
	margin-right: auto;
	}

.column_title {
	width:26%;
	vertical-align:top;
	padding:20px;
	line-height:140%;
	text-align: right;
	}

.column_text{
	width:74%;
	vertical-align:top;
	padding:20px;
	line-height:140%
	}

h2 {
	font-size: 18px;
	color: #46494d;
	font-variant: small-caps;
}

h3 {
	font-size: 16px;
	color: #46494d;
}

p {
	font-size: 12px;
	line-height: 140%;
	word-spacing: 1px;
	padding: 0px 0px 20px 0px;
}

ul.services {
	font-size: 13px;
	line-height: 140%;
}

ul.services li {
	padding-left: 20px;
	background: transparent url("../gfx/bullet_sky.png") center left no-repeat;
	list-style: none;
	margin-bottom: 12px;
}

ul.components {
	font-size: 13px;
	line-height: 140%;
}

ul.components li {
	padding-left: 20px;
	background: transparent url("../gfx/bullet_orange.png") center left no-repeat;
	list-style: none;
	margin-bottom: 12px;
}

.textlink {
	color: #bbb;
	padding: 0px 2px 2px 2px;
	text-decoration: underline;
}

.textlink:hover {
	color: #4099e5;
	background-color: #323232;
}





/* Footer */

.footer {
	width: 100%;
	min-width: 200px;
	font-size: x-small;
	text-align: center;
	padding: 1px 0px 1px 0px;
}

.copyright {
	color: #46494d;
	display:inline;
	font-size: x-small;
	text-align: center;
}
