/* CSS Document */

* { margin: 0 auto; 
	padding: 0;
}

html, {
	margin:0 auto; 
	padding:0;
}

body {
	font: 74% Arial, Helvetica, sans-serif;
	text-align:center;
	color: #696969;
	background: #5a6374 url(../images/bg-vert-transp.gif) repeat-y center top;
}



p{
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	clear: both;
	margin:5px 0 10px 0;
}


input, label, select {
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	line-height: 1.75em;
	display: block;
	font-weight: normal;
	color: #727272;
	font-weight: bold;
	clear: both;
}

h1 {
font-size: 1.8em;
font-weight: normal;

}

h2 {
font-size: 1.7em;
font-weight: normal;

}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1.3em;
}

h5 {
font-size: 1.2em;
}

a{
	color: #00AEEF;
	text-decoration: underline;
}

#pagecontent ul {
	padding-top: 10px;
	line-height: 1.5em;
	list-style: none;
	margin: 0 0 15px 0;
}

#pagecontent li {
	list-style: disc;
	margin: 0 0 0 30px;
	}

li a{
	color: #00AEEF;
	text-decoration: none;
}


a:hover{	
	color: #999999;
	text-decoration: none;
	}

	
/* PAGE ELEMENTS 
==============================================================*/

#wrapper {
	width:100%;
	/*background: transparent url(../images/bg-top.gif) no-repeat center top;*/
}

	
#container {
	width:845px;
	background-color: #ffffff;
}	

	#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

	
#header  {
	height:128px;
	background: transparent url(../images/header.jpg)  repeat-y; background-position:center top;
}

#header h1  {
	text-indent: -2000px;
}

#mini-nav {
	display: block;
	width: 314px;
	float: right;
	font-weight: bold;
}

#mini-nav ul {
	list-style: none;
	margin: 0;
}

#mini-nav li {
	display: inline;
	float: left;
	margin: 3px 16px 0 16px;
}

#mini-nav li a {
	color: #01458e;
	text-decoration: none;
}

#mini-nav li a:hover {
	color: blue;
}

#content-content {
	display: block;
}	


/* TOP NAVIGATION
==============================================================*/



#nav {
	display:block;
	float: left;
	margin-top: -35px;
	padding-left: 220px;
	width: 588px;
	height: 27px;
}

#nav ul {
	width: 588px;
	float: right;	
	margin-left: 0;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	text-indent: -3000px;
	overflow: hidden;
	margin-right: 3px;
	
}

#nav li a:hover {
}


#nav-home a {
	width: 68px; height: 27px;
	background: transparent url(../images/nav-home.gif) no-repeat 0 0;
}

#nav-home a:hover {
	width: 68px; height: 27px;
	background: transparent url(../images/nav-home-over.gif) no-repeat 0 0;
}	

#nav-profile a {
	width: 69px; height: 27px;
	background: transparent url(../images/nav-profile.gif) no-repeat 0 0;
}

#nav-profile a:hover {
	width: 69px; height: 27px;
	background: transparent url(../images/nav-profile-over.gif) no-repeat 0 0;
}

#nav-products a {
	width: 79px; height: 27px;
	background: transparent url(../images/nav-products.gif) no-repeat 0 0;
}

#nav-products a:hover {
	width: 79px; height: 27px;
	background: transparent url(../images/nav-products-over.gif) no-repeat 0 0;
}

#nav-services a {
	width: 79px; height: 27px;
	background: transparent url(../images/nav-services.gif) no-repeat 0 0;
}

#nav-services a:hover {
	width: 79px; height: 27px;
	background: transparent url(../images/nav-services-over.gif) no-repeat 0 0;
}

#nav-support a {
	width: 76px; height: 27px;
	background: transparent url(../images/nav-support.gif) no-repeat 0 0;
}

#nav-support a:hover {
	width: 76px; height: 27px;
	background: transparent url(../images/nav-support-over.gif) no-repeat 0 0;
}

#nav-testimonials a {
	width: 105px; height: 27px;
	background: transparent url(../images/nav-testimonials.gif) no-repeat 0 0;
}

#nav-testimonials a:hover {
	width: 105px; height: 27px;
	background: transparent url(../images/nav-testimonials-over.gif) no-repeat 0 0;
}

#nav-contact a {
	width: 91px; height: 27px;
	background: transparent url(../images/nav-contact.gif) no-repeat 0 0;
}

#nav-contact a:hover {
	width: 91px; height: 27px;
	background: transparent url(../images/nav-contact-over.gif) no-repeat 0 0;
}


#nav-home-active a {
	width: 101px; height: 27px;
	background: transparent url(../images/nav-home.gif) no-repeat 0 -32px;
}	


/* END TOP NAVIGATION
==============================================================*/

/* content
==============================================================*/

#content {
	clear: both;
	width: 832px;
	padding-left: 13px;
	background-color: #ffffff;
	min-height: 550px;
}

#side {
	float: left;
	width: 203px;
	text-align: center;
}

#pagecontent {
	float: left;
	width:613px;
	background-color: #ffffff;
	text-align: left;
	background: transparent url(../images/bg-content.gif) repeat-y 0 0;
}

#text {
	background: transparent url(../images/bg-content-top.gif) no-repeat 0 0;
	padding: 15px 25px 0 25px;
	text-align: left;
	min-height: 500px;
}

#text h1{
	background: transparent url(../images/bg-dotted.gif) repeat-x 0 bottom;
	margin: 0 10px 10px 0;
}

#content-bottom {
	display: block;
	height: 25px;
	margin-top: 20px;
	background: #ffffff url(../images/bg-content-bottom.gif) no-repeat 0 0;
}


/* SIDE
==============================================================*/

#side-nav {
	width: 203px;
	height: 219px;
	display: block;
	background: transparent url(../images/bg-sidenav.gif) no-repeat 0 0;
	text-align: left;
}

#side-nav ul {
	list-style: none;
	padding: 46px 0 0 0;
	margin-left: 0;
}

#side-nav li {
	margin-left: 0;
}

#side-nav li a {
	display: block;
	color: #23849b;
	font-weight: bold;
	padding: 0 0 9px 24px;
}

#remote-support {
	width: 203px;
	height: 120px;
	background: transparent url(../images/bg-support.gif) no-repeat 0 0;
	color: white;
}

#remote-support h3 {
	text-indent: -1000px;
}

input#remote-support-submit {
	background: transparent url(../images/butt-support.gif) no-repeat 0 0;
	border: 0;
	text-indent: -1000px;
	margin: 5px 0 0 20px;
	width: 150px;
	height: 25px;
}


/* SUBNAV
==============================================================*/



#subnav {
	display:block;
	clear: both;
	width: 500px;
	height: 37px;
	margin: 0 auto;
	font-size: .9em;
	margin-top: -10px;
}

#subnav ul {
	margin-left: 0;
	height: 37px;
}

#subnav li {
	list-style: none;
	display: inline;
	height: 37px;	
	float: left;
	padding: 0;
	background: none;
}

#subnav li a {
	text-decoration: underline;
}


#subnav li a:hover {
	background-position: 0 -161px;
}

.backlink {
	float: right;
	clear: both;
	margin-bottom: 20px;
}

.backlink a{
	color:  #87bd41;
	text-decoration: none;
}

#content-home .backlink {
	display: none;
}

/* CONTENT
==============================================================*/




.image-left {
	margin: 10px 0 10px 0;
	float: left;
	font-weight: bold;
}

.image-right {
	float: right;
	margin: 10px 0 10px 0;
	font-weight: bold;
}




/* CONTACT PAGE
==============================================================*/

.contact-row {
	padding-bottom: 3px;
}

.contact-label {
	display: block;
	float: left;
	width: 50px;
}



/* FOOTER
==============================================================*/

#footer {
	clear:both;
	width:845px;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	background: #5a6374 url(../images/bg-footer2.gif)  no-repeat; background-position: 0 0; 
}

#footer a {
	color: #5280b2;
}

#copyright  { 
	width:845px;
	text-align: right;
	display: block;
	padding-top: 5px;
	font-size: .9em;
	padding-bottom: 10px;
	background-color: #5a6374; 
	color: #ccc;
} 

#copyright span  { 
	margin-right: 30px;
} 

#copyright img  { 
	margin-top: -5px;
} 

#copyright a  { 
	color: #ccc;
} 


	
