
*	{
	margin: 0;
	padding: 0;
	color:#222;
}

body	{
	text-align: center;
	background-color: #F3F3F3;
 	font-size: 11px; 
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
}

div {
	text-align: left;
}

a:link {
	color:#0069AC;
}

a:hover {
	color:#FF6600;
}

/* --------------------------------------
Typographical styles
========================================= */
                                                       
h1 {
	font-size: 18px;
	margin-bottom:10px;
}

h2 {
	font-size: 12px;
	margin-bottom:10px;
}

h3 {
	font-size: 12px;
	margin-bottom:15px;
	color:#666;
}   

h4 {
	font-size: 11px;
	margin-bottom:5px;
}   

h5 {
	font-size: 11px;
	margin-bottom:5px;
	color:#666;
}   


p {
	margin:10px 0 20px 0;
	line-height:150%;
}

strong {
	font-weight:bold;
}

#side {
	font-family: "Trebuchet MS", "MS Trebuchet", sans-serif;
	line-height:160%;
	margin-bottom:0;
}

/* --------------------------------------
Structural styles
========================================= */


/* 
The page wrappers
---------------------------------------- */

#shadewrapper {
	/* Adds the drops shadow background */
	width:840px;
	margin:0 auto;
	background-image: url(/images/ui/bg_shadow.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#outerwrapper {
	/* the larger background area to allow for 
	the vertical blue bars on left and right edges */
	width:800px;
	margin:0 auto;
	background-color: #0069AB;
	position:relative;
}

.tlblock,
.brblock {
	/* These are the blue blocks on the edges of the page area */
	width:10px;
	height:120px;
	background-color: #FFF;
	position:absolute;
}

.tlblock {
	top:0;
	left:0;
}

.brblock {
	bottom:0;
	right:0;
}

#innerwrapper {
	/* this is the inner page area within which we will set
	up columns for content*/
	width:780px;
	margin:0 auto;
	background-color: #FFF;
	position:relative;
	background-image: url(/images/ui/symbol_home.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}



/* 
The header
---------------------------------------- */

#header {
	background-image: url(/images/ui/bg_header_blank.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height:100px;
	width:780px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10px;
}    


                              
#header h6
{
	width: 198px;
	height: 68px;
	color: #FFF;
	position: relative;
	font-size: 12px;
	left:10px;
	top:20px;
}

#header h6 span
{
	background-image: url(/images/ui/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 100%;
	height: 100%;
}   


/* 
The navigation
---------------------------------------- */
              
#nav {
	position:relative;
	float:left;
	width:175px;
	margin-top:120px;
}   

#nav ul {
	list-style-type: none;
	padding-left:20px;
	width:120px;
}

#nav li {
	padding:4px 0;
	background-image: url(/images/ui/border_dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#nav li.first {
	padding-top:0;
	background-image: none;
}

#nav ul a:link,
#nav ul a:visited {
/*	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;*/ 
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	color:#000;
}

#nav ul a:hover,
#nav ul a:active {
	color:#FF6600;
}

/*sub nav*/ 
#nav ul ul {
	padding-left:0px;
	padding-top:5px;
	width:100px;
}


#nav ul ul li {
 	padding: 2px 0 2px 5px;
	background-image: none;
}

#nav ul ul a:link,
#nav ul ul a:visited {
	font-size:11px; 
	font-weight: normal;
	padding-left: 8px;
	background-image: url(/images/ui/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#nav ul#search {
	margin-top:30px;
}

#nav ul#search li {
	padding:3px 0 3px 20px;
	background-image: url(/images/ui/search_tool.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}


.nav_aux {
	list-style-type: none;
/*	padding-left:5px;*/
	 }

.nav_aux li {
		padding:3px 0;
	}	

.nav_aux li a:link,
.nav_aux li a:visited {
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	color:#444;
	padding: 0 0 0 8px;
	background-image: url(/images/ui/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.nav_aux li a:hover,
.nav_aux li a:active {
	color:#1C72BB;
}


#nav ul .u_r_here a:link,
#nav ul .u_r_here a:visited{
	       color:#0069AB;
}        

#nav ul .u_r_here ul  a:link,
#nav ul .u_r_here ul a:visited {
	       color:#000;
}

#nav ul ul .u_r_here a:link,
#nav ul ul .u_r_here a:visited {
	       color:#0069AB;
		   background-image: url(/images/ui/arrow_blue.gif);
}

/* 
The content columns
---------------------------------------- */
#content {
	position:relative;
	float:right;
	width:595px;
	margin-top:120px;
}

                   
#main {
	position:relative;
	float:left;
	width:390px;
}
     

#side {
	position:relative;
	float:right;
	width:159px;
	margin-top:30px;
	padding:0 10px 0 15px;
	border-left:1px solid #CCC;
}


.clear {	
	clear:both;
	float:none;
	display:block;
	font-size:0px;
	line-height:0px;
	height:0px;
}


#innerfooter,
#outerfooter {
	clear:both;
	float:none;
	text-align:center;
}

/* 
Content styles
---------------------------------------- */
              
#innerfooter {
	font-size:10px;
	font-weight:bold;
	line-height:180%;
	padding:20px 0 10px 0;
}

#innerfooter strong {
	color:#999;
}

#innerfooter a:link,
#innerfooter a:visited {
	text-decoration: none;
	color:#333;
}

#innerfooter a:hover,
#innerfooter a:active {
	color:#FF6600;
}

#outerfooter {
	font-size:10px;
	color:#999;
	padding:8px 0 10px 0;
}

#main img {
	float:right;
	margin:10px 10px 10px 30px;
}


#main ul, #main dl {
	list-style-type: none;
	padding-left:0px;
	padding-bottom: 20px;
	position:relative;
}

#main ul li {
	padding:2px 0 2px 15px;
	background-image: url(/images/ui/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}


#main dl dt {
	padding-left:15px;
        padding-bottom: 2px;
	font-weight:bold;
	background-image: url(/images/ui/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#main dl dd {
      padding-bottom: 15px;
}

#main ol {
	padding-left:22px;
	padding-bottom: 20px;
}

#main ol li {
	padding:3px 0;
}


#main a:link,
#main a:visited {
	text-decoration: none;
	color:#0069AB;
}           

#main a:hover,
#main a:active {
	color:#FF6600;
}

#main a.nolink {
	color:#222;
}

.portfolioitem {
	background-image: url(/images/ui/bg_portfolio.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding:1px 15px;
	margin-bottom: 20px;
	width:360px;
/*	position:relative;*/
}

#main .portfolioitem img {
	float:left;
	width:150px;
	margin: 0 15px 15px 0;
}

.portfolioitem .roles {
	color:#999;
}

.portfolioitem .also {
	clear:both;
}

.portfolioitem a:link,
.portfolioitem a:visited {
	text-decoration: none;
	color:#0069AB;
}

.portfolioitem a:hover,
.portfolioitem a:active {
	color:#FF6600;
}

h2 a:link,
h2 a:visited {
	font-weight: normal;
	text-decoration: none;
	display:block;
	padding-left: 17px;
	background-image: url(/images/ui/icon_newwin.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
}

#side p.article_indent {
	text-indent: 20px;
	background-image: url(/images/ui/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top:15px;
}

#side img {
	width:120px;
}

.sideitem {
	padding-bottom:5px;
	margin:15px 0;
	background-image: url(/images/ui/border_dot2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}

.sideitem p,.sideitem h4, .sideitem h5 { 
	margin:2px 0;
	} 

.sideitem h4 {
		color:#777;
		}
	
.sideitem h5 {
	color:#999;
	font-weight:normal;
	font-style: italic;
	text-align:right;
	margin-right:20px;
	line-height:110%;
	
}	
/* --------------------------------------
Form styles
========================================= */      



#side form input,
#side form textarea {
	width:140px;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#444;
}


#side form input#send {
	width:60px;
}

#side form input#clear {
	width:60px;
}

#side label {
	display:block;
	font-weight:bold;
	color:#666;
	padding:8px 0 0 0;
}

#side .buttons {
	padding:10px 0 0 0;
}


#side fieldset {
	border-style: none;
}

/* --------------------------------------
Headers
========================================= */

         /*Header*/
body.home #header {
	background-image: url(/images/ui/bg_header_blank.jpg);
}    

body.company #header {
	background-image: url(/images/ui/bg_header_blank.jpg);
}

body.services #header {
	background-image: url(/images/ui/bg_header_blank.jpg);
}

body.clients #header {
	background-image: url(/images/ui/bg_header_blank.jpg);
}

body.tech #header {
	background-image: url(//images/ui/bg_header_blank.jpg);
}

body.contact #header {
	background-image: url(/images/ui/bg_header_blank.jpg);
}

 
/*Symbol*/
body.home #innerwrapper {
	background-image: url(/images/ui/symbol_home.jpg);
}

body.company #innerwrapper {
	background-image: url(/images/ui/symbol_company.jpg);
}

body.services #innerwrapper {
	background-image: url(/images/ui/symbol_services.jpg);
}

body.clients #innerwrapper {
	background-image: url(/images/ui/symbol_clients.jpg);
}

body.technology #innerwrapper {
	background-image: url(/images/ui/symbol_tech.jpg);
}

body.contact #innerwrapper {
	background-image: url(/images/ui/symbol_contact.jpg);
}

p.nopadding {
  padding: 0px;
  margin: 0px;
}