/* 
2am Design : Superheroes of CSS
-----------------------------------------------------------------------------------------------
*/


/*****************************************************
* Global
*****************************************************/

* { padding: 0; margin: 0; }

body {
	text-align: center;
	background: #FFFFFF url(../images/bg-top.gif) repeat-x center top;
	margin: 0 auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
}

ul,
li  { list-style-type: none; }
img { border: 0; }

div.clear {
	clear: both;
}

.hidden { display: none; }

.right { float: right; }

.right-images { 
	float: right;
	padding-left: 10px;
}

.right-images img { 
	padding-bottom: 10px;
}

.right-images-thumb {
	float: right;
	margin-left: 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 3px solid #CCCCCC;
}
.right-images-thumb img {
	margin-left: -20px;
	width: 170px;
	height: auto;
}


/*****************************************************
* Typography
*****************************************************/

h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: -1px;
	color: #008b6c;
	padding-bottom: 0.4em;
}
p {
	color: #657771;
	padding-bottom: 1em;
	font-size: 0.8em;
	line-height: 1.45em;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #008B6C;
	line-height: 1.3em;
}
h2.header-bg {
	color: #FFFFFF;
	background: #008B6C url(../images/block-header-bg.gif) no-repeat right bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#container h3 {
	font-size: 1.2em;
	padding-bottom: 3px;
	color: #008b6c;
}
body .button p {
	padding: 0px;
}
.category-divider p {
	font-size: 0.7em;
}
.cols p {
	padding-top: 6px;
	padding-bottom: 4px;
}
.colright p {
	padding: 6px 15px 4px;
}
p.breadcrumb {
	font-size: 0.65em;
	border-bottom: 1px solid #ECEEED;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
#credits {
	font-size: 0.8em;
}
.cols h3 {
	height: 21px;
	position: absolute;
	left: 0px;
	top: 95px;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	background: #008B6C;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
}
.rss h2,
.pdf h2 {
	padding-bottom: 2px;
}
.rss p,
.pdf p {
	padding: 6px 0px 3px 22px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 0.7em;
}
.pdf p {
	background: url(../images/pdf-icon.gif) no-repeat left 5px;
}
.rss p {
	background: url(../images/rss-icon.gif) no-repeat left 5px;
}


/*****************************************************
* Links
*****************************************************/

#logo a {
	height: 63px;
	width: 100%;
	display: block;
}
a,
a:visited {
	color: #008b6c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #E6BB0B;
}
.button a,
.button a:visited {
	color: #FFFFFF;
	height: 25px;
	padding-top: 7px;
	display: block;
}
.button a:hover {
	color: #E6BB0B;
}
#credits a,
#credits a:visited {
	color: #657771;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
}
#credits a:hover {
	color: #008b6c;
}
#content .block h2 a,
.cols h3 a,
.cols h3 a:visited {
	color: #FFFFFF;
}
#content .block h2 a:hover,
.cols h3 a:hover {
	color: #E6BB0B;
}
.rss a,
.rss a:visited,
.pdf a,
.pdf a:visited {
	font-weight: normal;
}

/*****************************************************
* Layout
*****************************************************/

/* header */

#header-bg {
	background: url(../images/header-bg.gif) no-repeat center top;
	width: 100%;
	display: table;
}
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 133px;
}
#logo {
	background: url(../images/ntz-logo.gif) no-repeat left top;
	height: 63px;
	width: 192px;
	position: absolute;
	left: 0px;
	top: 19px;
	text-indent: -7777px;
}
#antech-logo {
	position: absolute;
	right: 0px;
	top: 19px;
}
#phone,
.skip {
	position: absolute;
	top: -50px;
}

/* content */

#content {
	width: 900px;
	margin: 21px auto 30px;
	text-align: left;
}
#home-images {
	height: 199px;
	width: 900px;
	margin-bottom: 20px;
}
#rotator {
	height: 197px;
	border: 1px solid #008b6c;
	overflow: hidden;
	width: 682px;
	float: left;
	display: block;
}
#eighty {
	float: left;
}
#sidebar-left {
	float: left;
	width: 210px;
}
#container {
	float: left;
	width: 424px;
	margin-right: 25px;
	margin-left: 25px;
}
#sidebar-right {
	float: left;
	width: 216px;
}
.block {
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.grey {
	background: #eceeed;
}
.button {
	background: url(../images/button-bg.gif) no-repeat center top;
	display: block;
	height: 32px;
	width: 192px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
.category-divider {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.top-image {
	width: 420px;
	height: 115px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #008b6c;
}

/* footer */

#footer{
	background: #EBEDEC url(../images/footer-bg.gif) repeat-x left top;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-top: 1px solid #999999;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#sections {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.cols {
	float: left;
	width: 193px;
	position: relative;
	display: block;
	padding-right: 35px;
}
.cols img {
	border: 1px solid #008B6C;
}
.colright {
	width: 216px;
	float: left;
	background: #FFFFFF;
	padding-bottom: 10px;
}
#credit-wrap {
	width: 100%;
	text-align: left;
	margin-top: 21px;
	padding-top: 10px;
	border-top: 1px solid #999999;
}
#credits {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#credits img {
	margin-bottom: -1px;
}

/*****************************************************
* Lists
*****************************************************/

/* main nav */

ul#nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 900px;
	height: 31px;
}
ul#nav li {
	float: left;
	height: 31px;
	font-size: 0.8em;
	margin-right: 2px;
	background: #006A4C url(../images/nav-green-left.gif) no-repeat left top;
}
ul#nav li a,
ul#nav li a:visited {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	display: block;
	height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/nav-green-right.gif) no-repeat right top;
}
ul#nav li a:hover {
	color: #e6bb0b;
}
ul#nav li.competitions {
	background: #E6BB0B url(../images/nav-yellow-left.gif) no-repeat left top;
}
#header ul#nav li.competitions a,
#header ul#nav li.competitions a:visited {
	background: url(../images/nav-yellow-right.gif) no-repeat right top;
	color: #FFFFFF;
}
#header ul#nav li.competitions a:hover {
	background: url(../images/nav-yellow-right.gif) no-repeat right top;
	color: #008b6c;
}

/* selected */

body.home ul#nav li.home,
body.aboutbod ul#nav li.about,
body.contaminationbod ul#nav li.contamination,
body.productsbod ul#nav li.products,
body.applicationsbod ul#nav li.applications,
body.learnbod ul#nav li.learn,
body.newsbod ul#nav li.news,
body.contactbod ul#nav li.contact,
body.competitionsbod ul#nav li.competitions {
	background: #FFFFFF url(../images/nav-white-left.gif) no-repeat left top;
}
body.home #header ul#nav li.home a,
body.home #header ul#nav li.home a:visited,
body.home #header ul#nav li.home a:hover,
body.aboutbod #header ul#nav li.about a,
body.aboutbod #header ul#nav li.about a:visited,
body.aboutbod #header ul#nav li.about a:hover,
body.contaminationbod #header ul#nav li.contamination a,
body.contaminationbod #header ul#nav li.contamination a:visited,
body.contaminationbod #header ul#nav li.contamination a:hover,
body.productsbod #header ul#nav li.products a,
body.productsbod #header ul#nav li.products a:visited,
body.productsbod #header ul#nav li.products a:hover,
body.applicationsbod #header ul#nav li.applications a,
body.applicationsbod #header ul#nav li.applications a:visited,
body.applicationsbod #header ul#nav li.applications a:hover,
body.learnbod #header ul#nav li.learn a,
body.learnbod #header ul#nav li.learn a:visited,
body.learnbod #header ul#nav li.learn a:hover,
body.newsbod #header ul#nav li.news a,
body.newsbod #header ul#nav li.news a:visited,
body.newsbod #header ul#nav li.news a:hover,
body.contactbod #header ul#nav li.contact a,
body.contactbod #header ul#nav li.contact a:visited,
body.contactbod #header ul#nav li.contact a:hover,
body.competitionsbod #header ul#nav li.competitions a,
body.competitionsbod #header ul#nav li.competitions a:visited,
body.competitionsbod #header ul#nav li.competitions a:hover {
	color: #006A4C;
	background: url(../images/nav-white-right.gif) no-repeat right top;
}


/* main lists */

#container ul {
	padding-botom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#container ul li {
	font-size: 0.8em;
	line-height: 1.5em;
	background: url(../images/bullet-white-bg.gif) no-repeat 15px 5px;
	padding-left: 30px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #657771;
	border-bottom: 1px dotted #CCCCCC;
}


/* sidebar lists */

.block ul {
	padding-top: 10px;
}
.block ul li {
	font-size: 0.7em;
	line-height: 1.5em;
	background: url(../images/bullet-white-bg.gif) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	color: #657771;
}
.block ul.links {
	padding-left: 15px;
	padding-right: 15px;
}
.block ul.links li {
	background: url(../images/bullet-grey-bg.gif) no-repeat left 5px;
}
.block ul.links li ul li {
	font-size: 0.95em;
}
.block ul.links li ul li a,
.block ul.links li ul li a:visited,
.home .block ul.links li a,
.home .block ul.links li a:visited {
	font-weight: normal;
}
#content .block ul.links li.selected a,
#content .block ul.links li.selected a:visited,
#content .block ul.links li ul li a.selected,
#content .block ul.links li ul li a.selected:visited {
	font-weight: bold;
	color: #E6BB0B;
}

/*****************************************************
* Forms
*****************************************************/

.form-bg {
	background: #ECEEED;
	padding: 12px 20px;
}
.form-bg input,
.form-bg textarea {
	width: 377px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333333;
	border: 1px solid #999999;
	background: #FFFFFF;
}
.form-bg input.submit-button {
	background: url(../images/button-bg.gif);
	height: 32px;
	width: 192px;
	border-style: none;
	color: #FFFFFF;
	cursor: pointer;
}


/* iframe */

iframe {
	border-style: none;
}
