
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #fff;
	
	background-image: url(/newimages/remotenz/bg-bodyliquid.gif);			/* for Liquid layouts - to give appearance of left column extending to page base */
	background-position: top left;								/* for Liquid layouts */
	background-repeat: repeat-y;  								/* for Liquid layouts */

	background-image: url(/newimages/remotenz/body-bg.gif);				/* for Fixed-Width Centered layouts */
	background-position: top center;							/* for Fixed-Width Centered layouts */
	background-repeat: repeat-y;  								/* for Fixed-Width Centered layouts */

	color: #000;
	font-family: verdana;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {							/* for TABLE based header */
	background-color: #000000;
	background-image: url(/newimages/remotenz/bg-header.gif);
	}

#rightheader {						/* for TABLE based header  */
	text-align: right;
	}
	
#headerdiv {						/* DIV based header  */
	width: 100%;
	background-color: #cc0000;
	position: relative;
	text-align: left;				/* text-align for Fixed-Width Centered layouts  */
	}

#headright {						/* DIV based header  */
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#main {
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
	}

#content {
	vertical-align: top;
/*	width: 577px;*/
	padding: 10px 10px 35px 10px;
	background-color: #fff;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #32312d;
	}

h1 {
	font-family: Arial;
	margin-bottom: .5em;
	font-size: 20px;
	color: #32312d;							
	}

h2, h3, h4 {
	font-family: Arial;
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	font-size: 16px;
	color: #7585a1;
	}

h3 {
	font-size: 14px;
	color: #32312d;
	}

h4 {
	font-size: 14px;
	color: #baceef;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #32312d;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

#footerblock{
	background-color: #32312d;
}

#footer {
	width: auto;
	margin-bottom: 10px;
	}

#poweredby {
	float: center;
	margin: 0 10px 0 10px;
	}

#poweredshell{
	text-align: center;
}

.small {
	font-size: x-small;
	color: #fff;
	}

#icons {
	width: 128px;
	background-image: url(/newimages/remotenz/icons-bg.jpg);										
	background-repeat: no-repeat;  	
	padding: 0px 12px 0px 43px;
	vertical-align: top;
	text-align: right;
}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #7585a1;
	text-decoration: underline;
	}

a:hover	{
	color: #32312d;
	}

.subnav, .subnav a {
	font-family: Arial;
	color: #000;
	font-size: 10px;
	background-color: #fff;
	padding: 3px 20px 5px 20px;
	text-align: center;
	border-bottom: solid #32312d 1px;
	border-top: solid #32312d 1px;
	text-decoration: none;
	}

#navcolumn, #navcolbase {
	background-color: #32312d;
	vertical-align: top;
	background-image: url(/newimages/remotenz/nav-bg.gif);								
	background-repeat: repeat-y;  	
	}
#navcolumn,{
	border-top: solid #32312d 1px;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
	background-color: #32312d;
	background-image: url(/newimages/remotenz/nav-bg.gif);								
	background-repeat: repeat-y;  	
	}

#navbarhome{
	width: 557px;
	padding: 6px 10px 6px 10px;
}
#navbar{
	width: 740px;
	padding: 6px 10px 6px 10px;
}

#navbarhome, #navbarhome a, #navbar, #navbar a  {
/*	height: 30px;*/
	vertical-align: middle;
	background-image: url(/newimages/remotenz/navbarhome-bg.gif);								
	background-repeat: repeat-x;  	
	font-family: Arial;
	text-decoration: none;
	color: #baceef;
	font-size: 12px;
	background-color: #fff;
	text-align: left;
}

#navbarhome a:hover, #navbar a:hover {
	text-decoration: underline;
}

#navigator {
	width: 150px;
	padding-top: 5px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 150px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #baceef;
	}

.currentpage a {
	font-weight: bold;
	background-color: #3f3b3b;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	background-color: #5b5257;
	}

.submen a {
	font-weight: normal;
	font-size: 10px;
	text-indent: 20px;
	}

#comingsoon {
	background-image: url(/newimages/remotenz/bg-remotenz.jpg);			
	background-repeat: no-repeat;  	
}

#comingsoon a {
	color: #32312d;
}