/* @override http://clients.tierratechnology.com/telegent/css/structure-sub1.css */

/**{border:black 1px solid}
*/
#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	border-right: 8px solid #ffffff;
	border-left: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	border-top: 10px solid #ffffff;
	width: 845px;
	background-image:url(../../images/bg-sub.jpg);
	background-position: -1px 0px;
	background-repeat:repeat-y;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header-sub-about{
	background-image:url(../../images/header-sub2-about.jpg);
	background-position: -1px 0px;
	background-repeat:no-repeat;
	height:76px;
	font-size:23px;
	color:#1da2db;
	}
#header-sub-applications{
	background-image:url(../../images/header-sub2-applications.jpg);
	background-position: -1px 0px;
	background-repeat:no-repeat;
	height:76px;
	font-size:23px;
	color:#1da2db;
	}
#header-sub-products{
	background-image:url(../../images/header-sub2-products.jpg);
	background-position: -1px 0px;
	background-repeat:no-repeat;
	height:76px;
	font-size:23px;
	color:#1da2db;
	}
#header-sub-technology{
	background-image:url(../../images/header-sub2-technology.jpg);
	background-position: -1px 0px;
	background-repeat:no-repeat;
	height:76px;
	font-size:23px;
	color:#1da2db;
	}
#header-sub-news{
	background-image:url(../../images/header-sub2-news.jpg);
	background-position: -1px 0px;
	background-repeat:no-repeat;
	height:76px;
	font-size:23px;
	color:#1da2db;
	}
#header-sub-poseidon{
	background-image:url(../../images/header-sub2-applications.jpg);
	background-position: -1px 0px;
	background-repeat:no-repeat;
	height:76px;
	font-size:23px;
	color:#1da2db;
	}
#header-sub-zeus{
	background-image:url(../../images/header-sub2-news.jpg);
	background-position: -1px 0px;
	background-repeat:no-repeat;
	height:76px;
	font-size:23px;
	color:#1da2db;
	}

#header-sub-resources{
	background-image:url(../../images/header-sub2-technology.jpg);
	background-position: -1px 0px;
	background-repeat:no-repeat;
	height:76px;
	font-size:23px;
	color:#1da2db;
	}
.breadcrumbs{	
	padding-left:26px;
	padding-top:21px;
}

#sidebar1 {
	float: left;
	width: 112px;
	padding: 11px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right;
	clear: none;
	width: 172px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px; /* padding keeps the content of the div away from the edges */
}
#sidebar2-105 {
	position: absolute;
	top: 204px;
	right: 0;
	width: 172px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px; /* padding keeps the content of the div away from the edges */
}
#mainContent-sub { 
	margin-top:0;
	margin-bottom:0;
	margin-left:140px;
	margin-right:200px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:20px;
}
