@charset "UTF-8";

/* CSS Document */

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #cccccc;
}

a, a:link, a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

H1, H3, .downloads {
	font-weight: bold;
	line-height: 1em;
}

H1 {
	font-size: 16px;
	padding: 0px 20px 0px 0px;
	margin: 10px 0px 4px 7px;
}

.downloads {
	color: #EA9D21;
	font-size: 18px;
	padding: 20px 30px 10px 20px;
}

.orange {
	color: #EA9D21;
}

.nobreak {
	white-space: nowrap;
}

img {
	border: none;
}

#mainwrap {
	width:722px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
}

#header {
	position: relative;
	float: left;
	background: #ffffff url(../images/zenith_head_bg.jpg) no-repeat;
	width: 722px;
	height: 141px;
	padding: 0px;
	margin: 0px;
}

#header.engineering {
	background: #ffffff url(../images/zenith_eng_head_bg.jpg) no-repeat;
}

/*#header img {
	position: absolute;
	border: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px 0px 14px 0px;
}*/

#picholder {
/*	background-color: #666666;*/
	position: relative;
	float: left;
	display: block;
	width: 700px;
	height: 200px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}


#contentwrap {
	background: #ffffff url(../images/zenith_bg.gif) left repeat-y;
	position: relative;
	float: left;
	width: 715px;
	margin: 0px;
	padding: 2px 0px 2px 7px;
}

/*main navigation*/



#mainnav {
	position: relative;
	float: left;
	background: #EA9D21 url(../images/tab_corner.gif) no-repeat right top;
	display: block;
	width: 700px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

#mainnav ul {
	list-style-type: none;	
	display: block;
	margin: 0px;
	padding: 0px;
}
	
#mainnav ul li {
	display: block;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#mainnav ul li.news {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px 8px;
}

#mainnav a {
	display: block;
	/*background: #EA9D21 url(../images/left_tab.gif) no-repeat center top;*/
	color: #ffffff;
	font-size: 10px;
	/*font-weight: normal;*/
	/*width: 91px;*/
	height: 23px;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px 8px;
}

#topMenu #mnuresellers a, #topMenu #mnubroadband a {width:94px;}
* html #topMenu #mnuresellers a, * html #topMenu #mnubroadband a {width:96px;}


#mainnav a:hover {
	color:#fff;
	background-position: center center;
}

#mainnav a.selected, #mainnav  a.selected:hover, #mainnav a.navleftsel, #mainnav a.navleftsel:hover, #mainnav a.navrightsel, #mainnav a.navmidsel, #mainnav a.navrightsel:hover, #mainnav a.navmidsel:hover {
	background-position: center bottom;
	color: #EA9D21;
}

#mainnav a.navleft {
	display: block;
	width: 91px;
	background-image: url(../images/left_tab.gif);
}

#mainnav a.navleftsel {
	width: 91px;
	background-image: url(../images/left_tab.gif);
}

#mainnav a.navmid {
	display: block;
	width: 92px;
	background-image: url(../images/centre_tab.gif);
}

#mainnav a.navmidsel {
	width: 92px;
	background-image: url(../images/centre_tab.gif);
}

#mainnav a.navright {
	width: 93px;
	background-image: url(../images/right_tab.gif);
}

#mainnav a.navrightsel {
	width: 93px;
	background-image: url(../images/right_tab.gif);
}

#mainnav img {
	margin: 1px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

#mainnav img.company {
	margin: 1px 0px 0px 18px;
	padding: 0px;
}

#mainnav img.engineering {
	margin: 1px 0px 0px 0px;
	padding: 0px;
}

#mainnav img.services {
	margin: 1px 0px 0px 18px;
	padding: 0px;
}

#mainnav img.proj {
	margin: 1px 0px 0px 15px;
	padding: 0px;
}

#mainnav img.contact {
	margin: 1px 0px 0px 21px;
	padding: 0px;
}

#mainnav img.projects {
	margin: 1px 0px 0px 90px;
	padding: 0px;
}


/*central content container*/

#content {
	position: relative;
	float: left;
	width: 496px;
	height: 290px;
	border-right: 1px #EA9D21 solid;
	border-left: 1px #EA9D21 solid; 
	border-bottom: 1px #EA9D21 solid;
	padding: 0px;
	margin: 0px;
}

#content H2 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#content p {
	/*position: relative;*/
	text-align: left;
	line-height: 1.2em;
	padding: 0px 30px 0px 20px;
	margin: 10px 0px 0px 0px;
}

#content a, #content a:link, #content a:visited {
	font-weight: normal;
	color: #000000;
}

#content a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #EA9D21;
}

#content p.nopad{
	padding: 0px 0px 0px 5px;
	font-size: 14px;
}

#content ul {
	/*position: relative;*/
	text-align: left;
	line-height: 1.2em;
	padding: 0px 0px 0px 35px;
	margin: 10px 0px 10px 0px;
}

#content ul li {
	/*position: relative;*/
	text-align: left;
	line-height: 1.2em;
	padding: 0px 32px 0px 0px;
	margin: 0px 0px 2px 0px;
}

#content img.left {
/*	position: absolute;
	border: 0px;
	bottom: 0px;*/
	left: 20px;
	padding: 0px;
	margin: 10px 0px 0px 20px;
}

#content img.right {
	position: relative;
	float: right;
	/*text-align: right;*/
	border: 0px;
	padding: 0px;
	margin: 20px 30px 0px 0px;
}

#content img.midalign {
	vertical-align: middle;
}

#intro {
	display: block;
	background: #FAE7C8 url(../images/intro_corner.gif) top right no-repeat;
	padding: 10px;
	margin: 25px 15px 0px 15px;
}

#intro H1 {
	color: #666666;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

#welcome {
	display: block;
	background: url(../images/welcome_corner.gif) top left no-repeat;
	padding: 15px 0px 0px 0px;
	margin: 0px 15px 0px 15px;
}

#welcome p {
	color: #000000;
	font-size: 12px;
	padding: 0px;
	margin: 0px 10px 10px 10px;
}

#subnav {
	position: relative;
	float: left;
	display: block;
	left: 5px;
	background-color: #F3C67F;
	width: 81px;
	height: 270px;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

#subnav p {
	color: #ffffff;
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
}

#subnav img {
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
}

#subnav a, #subnav a:link, #subnav a:visited {
	color: #ffffff;
	font-weight: normal;
}

#subnav a:hover, #subnav a.selected, #subnav a.selected:link, #subnav a.selected:visited {
	color: #000000;
	text-decoration: none;
}

#company {
	position: relative;
	float: left;
	width: 400px;
	display: block;
	left: 0px;
	margin: 5px 0px 5px 5px;
}

#company p {
	padding: 0px 0px 0px 2px;
	margin: 0px 15px 10px 10px;
}

#company H1 {
	font-size: 18px;
	color: #EA9D21;
	padding: 0px;
	margin: 10px 0px 12px 10px;
}

#company h1 a, #company h1 a:link, #company h1 a:visited {
	color: #EA9D21;
	font-weight: bold;
}

#company ul {
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 11px 0px;
}

#company li {
	list-style-image: url(../images/bullit.gif);
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#company table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#company td p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

#company img {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#company img.thumb {
	margin: 0px 0px 5px 12px;
}

#teamsel {
	position: relative;
	float: left;
	width: 162px;
	margin: 3px 20px 0px 0px;
	text-align: right;
}

#teamsel.engineering {
	width: 132px;
}

#teamsel p {
	text-align: right;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#teamsel p.small_caption {
	font-size: 10px;
}

div.team {
	position: relative;
	float: left;
	width: 110px;
	height: 95px;
	left: 0px;
	margin: 0px;
	vertical-align: middle;
}

.cap {
	margin: 0px 10px 5px 0px;
	white-space: nowrap;
}

/*right panel*/

#rightcol {
	position: absolute;
	top: 230px;
	left: 505px;
	overflow: auto;
	background-color: #FFFFFF;
	border-right: 1px #EA9D21 solid;
	border-left: 1px #EA9D21 solid; 
	border-bottom: 1px #EA9D21 solid;
	width: 198px;
	height: 292px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}

#rightcol p {
	font-size: 11px;
	line-height: 1.1em;
	margin: 0px 0px 10px 0px;
	padding: 0px 2px 0px 8px;
}

#rightcol h2 {
	color: #EA9D21;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
}

#rightcol h2 a, #rightcol h2 a:link, #rightcol h2 a:visited {
	color: #EA9D21;
}





/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbar {
	width: 18px;
	background: #EA9D21 url(../images/scroll_bar.gif) no-repeat;
	height: 18px !important;
}

.vscrollerbase {
	width: 18px;
	background: #ffffff;
	border-left: 1px #EA9D21 solid;
}

.vscrollerbasebeg {
	width: 18px;
	height: 18px !important;
	background: url(../images/scroll_top.gif) top left no-repeat;
}
.vscrollerbaseend {
	height: 18px;
	width: 18px;
	background: url(../images/scroll_bot.gif) no-repeat;
}

.hscrollerbase {
	height: 18px; background-color: white;
}
.hscrollerbar {
	height: 18px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
	padding: 18px;
	z-index: 2;
}

.scrollerjogbox {
	width: 18px;
	height: 18px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
	background: #EA9D21;
}


/*client panel*/

#client {
	position: relative;
	float: left;
	background-color: #EA9D21;
	width: 700px;
	height: 30px;
	margin: 2px 0px 0px 0px;
}

#client p {
	font-size: 18px;
	font-weight: bold;
	color: #F5CE90;
	margin: 6px 0px 0px 8px;
	padding: 0px;
}

#client a, #client a:link, #client a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #F5CE90;
}

#client a:hover {
	text-decoration: none;
	color: #ffffff;
}



#footer {
	position: relative;
	float: left;
	background: url(../images/zenith_footer_bg.gif) top left no-repeat;
	width: 722px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#copyright {
	position: relative;
	float: left;
	width: 510px;
}

#copyright p {
	color: #333333;
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 0px 4px;
}

#copyright a, #copyright a:link, #copyright a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 8px;
}

#copyright a:hover {
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}

#policy {
	position: relative;
	float: left;
	width: 200px;
	text-align: right;
}

#policy p {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#policy a, #policy a:link, #policy a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

#policy a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
