html,body {
	margin: 0px;
	padding: 0px;
	background-color: #939ba1;
	width: 100%;
	background-image: url(images/bg-tile.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

body, table, td, ul, li, p {
	font-family: verdana,arial,sans serif;
	font-size: 12px;
	color: #58595b;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style-type:circle;
	background: url(images/bullet-point1.gif) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 15px;
}

a {
	color: #00a4e4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.show {
	visibility: visible;
}

.hidden {
	visibility: hidden;
}

#page-container {
	position: relative;
	width: 980px;
	min-height: 700px;
	_height: 700px;
	#height: 700px;
	background-color: white;
	border-left: 4px solid #939ba1;
	border-right: 4px solid #939ba1;
	border-bottom: 4px solid #939ba1;
	text-align: left;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.clear {
	clear: both;
}

span.text-blue {
	color: #3ab6e6;
	font-size: 14px;
	font-weight: bold;
}

#header-container {
	position: relative;
	height: 134px;
	width: 980px;
	background: url(images/bg-header-left-curve.gif) no-repeat bottom right;
}

#header-image {
	padding-left: 43px;
	padding-top: 41px;
}

#navigation-container {
	position: relative;
	width: 980px;
	height: 47px;
	margin: 0px;
	padding: 0px;
	display:inline;
}

#content-container {
	position: relative;
	width: 980px;
}

#content-column-one {
	position: relative;
	float: left;
	width: 196px;
	min-height: 519px;
	_height: 519px;
	#height: 519px;
	background-image: url(images/bg-left-panel.gif);
	background-repeat:no-repeat;
	background-position: top left;
	background-color: #4dbfec;
}

#column-one-text {
	 margin-top: 30px;
	 margin-left: 15px;
	 margin-right: 15px;
	 color: white;
	 font-family: arial,sans serif;
	 font-size: 20px;
	 text-transform: uppercase;
}

#column-one-btn {
	position: absolute;
	top: 445px;
	left: 0px;
	width: 196px;
	height: 44px;
	z-index: 100;
	cursor: hand;
	cursor: pointer;
}

#content-column-two {
	float: left;
	width: 392px;
	min-height: 519px;
	_height: 519px;
	#height: 519px;
	background-color: #e9ebec;
}

#contact-column-two {
	float: left;
	width: 392px;
	min-height: 519px;
	_height: 519px;
	#height: 519px;
	background-color: #def3fb;
}

#column-two-text {
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 25px;
}

#content-column-three {
	float: left;
	width: 392px;
	min-height: 519px;
	_height: 519px;
	#height: 519px;
}

#contact-column-three {
	float: left;
	width: 392px;
	min-height: 519px;
	_height: 519px;
	#height: 519px;
	background-color: #def3fb;
}

#contact-box {
	border: 1px solid #cbdde5;
	width: 366px;
	height: 362px;
	background-color: white;
	margin-top: 27px;
}

#contact-box-padding {
	padding: 15px;
}

/* ------------------------ NAVIGATION ------------------*/

#nav-what-is-tower {
	float: left;
	width: 196px;
	height: 47px;
}

#nav-security-solution {
	float: left;
	width: 212px;
	height: 47px;
}

#nav-how-it-works {
	float: left;
	width: 180px;
	height: 47px;
}

#nav-applications {
float: left;
	width: 202px;
	height: 47px;
}

#nav-durability {
	float: left;
	width: 190px;
	height: 47px;
}

/*--------------------------- FADER -------------------------------*/

.faderstyle {
	height: 250px; 
	width: 100%; 
	display: block; 
	overflow: hidden; 
	background: url(images/bg-fader.png) no-repeat);
}

.fader-content {
	position: relative;
	overflow: hidden;
	text-align: left;
}

