/* CSS Document */
html {
	height: 100%;
}

body {	
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	color: #666;
	
	background-color: #FFFFFF;
	background: url("/templates/v1/images/background.jpg") top left repeat-x;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	padding: 1px 2px;
	font-size: 10px;
}

p {
	font: normal 11px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 10px 0;
	color: #666;
}

.indent {
	padding-left: 30px;
	text-indent: -15px;
}

h1 {
	margin-bottom: 0px;
}

.prop {
	float:right;
	width:1px;
}

/* -------------------------------------------------------------------------------- */
/* TOP MENU-BAR */
#wrapper {
	height: 100%;
	width: 770px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	margin-bottom: -24px;
	top: 0;
	left: 0;
}

/* -------------------------------------------------------------------------------- */
/* TOP MENU-BAR */
#header {
	height: 117px;
	position: relative;
	top: 0;
	left: 0;
}

/* -------------------------------------------------------------------------------- */
/* TOP MENU-BAR */
#banner {
	background: url("/templates/v1/images/header_background.jpg") top left no-repeat;
	height: 80px;
}


/* -------------------------------------------------------------------------------- */
/* TOP MENU-BAR */
#mainmenu {
	width: 770px;
	background: url("/templates/v1/images/menu_main_background.jpg") top left no-repeat;
	height: 19px;
	font: normal 11px Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	position: absolute;
	top: 80px;
	left: 0;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	height: 20px;
	color: #333;
}

#mainmenu li {
	float: left;
	background: url("/templates/v1/images/menu_main_inactive_left.jpg") left top no-repeat;
	margin: 0;
	height: 19px;
	padding: 0 0 0 6px;
}

#mainmenu a {
	font-size: 11px;
	float: left;
	display: block;
	width: .1em;
	background: url("/templates/v1/images/menu_main_inactive_right.jpg") right top no-repeat;
	padding: 3px 20px 3px 5px;
	text-decoration: none;
	margin: 0 0 0 7px;
	font-weight: bold;
	height: 19px;
	color: #333;
}

#mainmenu > ul a {
	width: auto;
}

#mainmenu a:hover {
	color: #666;
}

/* Hide from IE5-Mac \*/

#mainmenu a {
	float: none;
}

/* End IE5-Mac Hide */

#company #companynav,
#portfolio #portfolionav,
#methods #methodsnav,
#solutions #solutionsnav,
#support #supportnav {
	background: url("/templates/v1/images/menu_main_active_left.jpg") left top no-repeat;
	border-width: 0;
}

#company #companynav a,
#portfolio #portfolionav a,
#methods #methodsnav a,
#solutions #solutionsnav a,
#support #supportnav a {
	background: url("/templates/v1/images/menu_main_active_right.jpg") right top no-repeat;
	padding-bottom: 2px;
	color: #333;
}


/* -------------------------------------------------------------------------------- */
/* TOP MENU RIGHT */
#mainmenu_right {
	position: relative;
	top: 101px;
	height: 18px;
	font: normal 11px Verdana, Arial, sans-serif;
	position: absolute;
	top: 80px;
	right: 5px;
	text-align: right;
}

#mainmenu_right a{
	color: #EEE;
	text-decoration: none;
}

#mainmenu_right a:hover{
	color: #BBB;
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/* SUB MENU-BAR */
#submenu {
	height: 18px;
	font: normal 11px Verdana, Arial, sans-serif;
	position: absolute;
	top: 101px;
	left: 0;
}

#submenu a{
	color: #333;
	text-decoration: none;
}

#submenu a:hover{
	color: #666;
	text-decoration: underline;
}


/* -------------------------------------------------------------------------------- */
/* CONTENT */
#content {
	margin: 25px 2px 24px 2px;
	min-height: 340px;
}

#content a, a:link, a:visited {
	color: #213F4A;
	font-size: 11px; 
	padding: 0px;
	text-decoration: underline;
}

#content a:hover {
	color: #C1D8AE;
}


/* -------------------------------------------------------------------------------- */
/* FORM FIELDS */

#content input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	color: #666;
	padding: 2px 3px;
	border: 1px solid #CCC;
}

#content textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	color: #666;
	padding: 2px 3px;
	border: 1px solid #CCC;
}



/* -------------------------------------------------------------------------------- */
/* FOOTER */
#footer {
	clear: both;
	background: url("/templates/v1/images/footer.jpg") top left repeat-x;
	height: 22px;
	vertical-align: bottom;
	width: 100%;
	border-top: 2px solid #C1D8AD;
	position: relative;
}
#footercontent {
	clear: both;
	width: 770px;
	vertical-align: middle;
	margin: 0 auto;
	padding: 3px 0 0 0;
}

#footercontent p{
	font-size: 10px; 
	color: #EEE;
	vertical-align: middle;
	margin:0;
	padding: 0;
}


/* -------------------------------------------------------------------------------- */
/* FORM BUTTONS */
#content a.button_sm {
  display: block;
  background: url("/templates/v1/images/button_sm.gif") left top no-repeat;
  padding: 0;
	line-height: 20px;
	height: 20px;
	width: 120px;
	text-align: center;
	
	font-size: 11px;
  color: #213F4A;
  font-weight: bold;
  text-decoration: none;
}

#content a.button_sm:hover {
  background-position: 0% -20px;
  padding: 0;
	line-height: 20px;
	height: 20px;
	width: 120px;
	text-align: center;

	font-size: 11px;
  color: #213F4A;
  font-weight: bold;
  text-decoration: none;
}
	
	


/* -------------------------------------------------------------------------------- */
/* MISC */


#solutions #content table {
	border: 1px solid #213F4A;
	font-size: 10px;
}
#solutions #content a {
	font-size: 11px;
}
#solutions #content tr.header {
	background-color: #213F4A;
	color: #C1D8AD;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
