@charset "utf-8";
/* CSS Document */

/* **************************************************************************** */
/* GLOBAL PAGE ATTRIBUTES														*/
/* **************************************************************************** */	

html {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../../images/universal/page_background.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
} 

body{
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	background-image: url(../../images/universal/page_background.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* **************************************************************************** */
/* GLOBAL TEXT ATTRIBUTES														*/
/* **************************************************************************** */	

h1, h2, h3, h4, h5, h6, p, ul, li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	color: #8A8A8A;
	line-height: 25px;
	text-align: justify;
	margin: 0;
	padding: 5px 0 5px 0;
	}

ul {
	border-width: 0;
	margin: 0;
	padding: 0;
}

em
{
	color: #4180B9;
}

strong
{
	color: #4180B9;
	font-weight: normal;
}

img {
	border: 0;
	}

a {
	color: #77d300;
    text-decoration: none;
}

a:hover {
	color: #77d300;
	text-decoration: underline;
}

h1 {
	font-size: x-large;
	font-weight: lighter;
	color: #77d300;
	margin: 0;
	padding: 10px 0 0 0;
}

h2 {
	font-size: large;
	font-weight: lighter;
	color: #77d300;
	margin: 0;
	padding: 10px 0 0 0;
}

h3 {
	font-size: medium;
	line-height: 18px;
	font-weight: lighter;
	color: #ffffff;
	margin: 0;
}

h4{
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	}

h5{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	}

h6{
	font-size: xx-small;
	font-weight: bold;
	color: #ffffff;
	}

/******************************************************************************/
/* MASTHEAD																	  */
/******************************************************************************/

#masthead {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	height: 134px;
	width: 800px;
	background-image: url(../../images/universal/nav_background.gif);
	background-repeat: no-repeat;
}

/******************************************************************************/
/* NAVBAR																	  */
/******************************************************************************/

#navbar {
	margin: 0;
	padding: 95px 0 0 0;
	height: 29px;
	font-size: 18px;
	text-align: center;
	color: #c2e066;
	word-spacing: 20px;
	font-weight: bold;
}

/* Buttons - Rest, Visited (Current Page) */
#nav_select a, #nav_select a:visited {
	color: #c2e066;
	text-decoration: none;
}

/* Buttons - Rest, Visited (Not Current Page) */
#nav_home a, #nav_home a:visited,
#nav_products a, #nav_products a:visited,
#nav_solutions a, #nav_solutions a:visited,
#nav_support a, #nav_support a:visited,
#nav_company a, #nav_company a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Buttons - Over, Pressed (All) */
#nav_home a:hover, #nav_home a:active,
#nav_products a:hover, #nav_products a:active,
#nav_solutions a:hover, #nav_solutions a:active,
#nav_support a:hover, #nav_support a:active,
#nav_company a:hover, #nav_company a:active,
#nav_select a:hover, #nav_select a:active {
	color: #c2e066;
	text-decoration: none;
}

/* **************************************************************************** */
/* CONTENT																		*/
/* **************************************************************************** */	

#content{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	background-image: url(../../images/universal/main_background.gif)
	}

#content td {
	vertical-align: top;
	}

#content td p {
	text-align: left;
	}

/* COMPANY */	

#clientlist table {
	width: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	}
	
#clientlist td {
	height: 80px;
	vertical-align: top;
}

#clientlist img {
	width: 106px;
	height: 60px;
	margin: 0 20px 0 0;
	}
	
#clientlist p {
	text-align: left;
	line-height: 14px;
	margin: 0 0 4px 0;
}
	
/* SOLUTIONS */	

#logogrid img {
	margin: 5px 5px 0 0;
	}

#twocolumns td {
	vertical-align: top;
	}

/* **************************************************************************** */
/* MAIN																		*/
/* **************************************************************************** */	

#main{
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	width: 480px;
	text-align: left;
	}

/******************************************************************************/
/* SIDEBAR																	  */
/******************************************************************************/

#sidebar {
	float: right;
	display:inline;
	width: 258px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	}
	
#sidebar h3 {
	height: 32px;
	padding: 5px 0 0 10px;
	background-image: url(../../images/universal/side_header.gif);
	background-repeat: no-repeat;
	text-align: left;
	}

#sidebar p {
	width: 228px;
	background-image: url(../../images/universal/side_background.gif);
	padding: 0 0 15px 10px;
	margin: 0 20px 0 0;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	}

.sidefooter {
	padding: 18px 0 0 260px;
	background-image: url(../../images/universal/side_shadow.gif);
	background-repeat: no-repeat;
	}

/* **************************************************************************** */
/* CONTENT BOTTOM																*/
/* **************************************************************************** */	

#content_bottom{
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	background-image: url(../../images/universal/main_background.gif)
	}

/******************************************************************************/
/* FOOTER																	  */
/******************************************************************************/

#footer {
	clear: both;
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	height: 60px;
	background-image: url(../../images/universal/main_shadow.gif);
	background-repeat: no-repeat;
	}

#footer p {
	margin: 0;
	padding: 30px 0 30px 0;
	font-size: x-small;
	text-align: center;
}