/* GENERAL STYLES */
/* GENERAL STYLES */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
	margin:0 0 0 0;
	background-image:url(../../umbraco/../media/3108/background-logo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a 
{
	color:#223AA7;
	text-decoration:none;
}
a:hover
{
	color:#9a0505;
}
p
{
	line-height:17px;
	margin:0 0 6px 0;
}
img
{
	border:0;
}
ul
{
line-height:16px;
	padding:0;
}
#outercontainer
{

}
#container
{
	width:910px;
	margin:0 auto;
	overflow:hidden;
}
#header
{
	position:relative;
 	height:80px;
	padding:10px 5px;
}
#header .logo
{
	position:absolute;
	bottom:0;
}
#subheader
{
	position:relative;
 	height:210px;
}
#footer
{
	clear:both;
	text-align:center;
	padding-bottom:30px;
	background-image:url(images/background-swish.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#footer img
{
	margin:0 10px;
}

/* NAVIGATION */
#header .navigation
{
	position:absolute;
	right:0;
	bottom:0;
	margin-bottom: 1em;
	overflow: hidden;
}
#header .navigation .navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header .navlist .Client
{
	font-weight:bold;
}
#header .navigation .navlist li
{
	border-left: 1px solid #C0C0C2;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
.navigation .rect .rect_content
{
	padding:8px 14px;
	background-image:url(images/rect-header-navigation.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.navigation .rect .rect_content h3
{
	font-size:16px;
	margin:0;
}
.navigation .rect .rect_content ul
{
	margin:10px 0;
	list-style:none;
	line-height:16px;
}

/* TOOL BAR */
.toolbar
{
	width:100%;
	clear:both;
	float:none;
	padding:10px 5px;
}
/* FORM */
.umbMailFormLabel
{
	width:140px;
	display:block;
}
/* BREADCRUMB */
.clear
{
	visibility:hidden;
	clear:both;
	float:none;
}
.toolbar #navlist 
{
	width:500px;
	list-style:none;
	margin:0;
	padding:0;
	float:none;
}
.toolbar #navlist  li
{
 	float:left;
}
/* HEADER IMAGES */
#subheader
{
	background-position:center;
	background-repeat:no-repeat;
}
#subheader .tagline
{
	width:300px;
	position:relative;
	left:28px;
	top:40px;
	color:#FFFFFF;
}
#subheader .tagline p
{
	font-size:15px;
	line-height:23px;
	margin:0;
	padding:0;
}
#subheader .tagline h3
{
	font-size:20px;
	margin:0;
}
/** RECTANGLES **/
.rect h1, .rect h2, .rect h3, .rect h4, .rect h5
{
	color:#031567;
	font-size:16px;
	margin:0 0 10px 0;
}
.rect
{
	position:relative;
	background-image:url("images/rect-bottom.gif");
	background-position:bottom center;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.rect p
{
	margin:0;
}
.rect_padding1
{
	border-top:solid 1px #E5E5E5;
	border-left:solid 1px #F1F1F1;
	border-right:solid 1px #F1F1F1;
}
.rect_padding2
{
	border-left:solid 1px #E3E3E3;
	border-right:solid 1px #E3E3E3;
}
.rect_top_left, .rect_top_right, .rect_bottom_left, .rect_bottom_right
{
	position:absolute;
	width:10px;
	height:13px;
}
.rect_top_left
{
	top:0;
	left:0;
	background-image:url(images/rect-top-left.gif);
	background-repeat:no-repeat;	
}
.rect_top_right
{
	top:0;
	right:0;
	background-image:url(images/rect-top-right.gif);
	background-repeat:no-repeat;	
}
.rect_bottom_left
{
	bottom:0;
	left:0;
	background-image:url(images/rect-bottom-left.gif);
	background-repeat:no-repeat;	
}
.rect_bottom_right
{
	bottom:0;
	right:0;
	background-image:url(images/rect-bottom-right.gif);
	background-repeat:no-repeat;	
}
.rect_content
{
	padding:5px 22px 20px 22px;
	border-left:solid 1px #C0C0C0;
	border-right:solid 1px #C0C0C0;

}
/** CALLOUTS **/
.callout 
{
	background-image:url(images/rect-callout-background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;	
}
/** Subfooter **/
#subfooter
{
	clear:both;
	margin:10px 0;
}
#subfooter .rect_content
{

	background-image:url(images/icon-support.gif);
	background-position:right center;
	background-repeat:no-repeat;
	min-height:70px;
	padding-right:100px;
}
/** NAVIGATION CALLOUTS **/
.navcallout
{
	width:220px;
}
.navcallout .rect_content
{
	background-image:url(images/icon-small-o.gif);
	background-position:bottom right;
	background-repeat:no-repeat;	
}
.navcallout .rect_padding2
{
	background-image:url(images/rect-header.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
/*** INDIVIDUAL PAGES ***/
.page h3
{
	font-size:18px;
	padding-left:20px;
	background-image:url(images/icon-h3-o.gif);
	background-position: left;
	background-repeat:no-repeat;
}
.page ul
{
	margin:0;
}
.page li
{
	list-style:none;
	margin:0;
	padding-left:20px;
	background-image:url(images/bullet.gif);
	background-position: left;
	background-repeat:no-repeat;
}
/* DETAILS PAGE & SUB PAGE */
#detailspage .navigation, #subpage .navigation
{
	width:204px;
	margin-right:12px;
	float:left;
}
#detailspage .page 
{
	float:left;
	width:690px;
}
#subpage .page
{
	float:left;
	width:480px;
	margin-right:10px;
}
#detailspage .page .rect_content,  #subpage  .page .rect_content
{
	min-height:532px;
	background-image:url(images/rect-header-long.gif);
	background-position:top;
	background-repeat:repeat-x;	
}
#detailspage .page h1,  #subpage .page h1
{
	font-size:22px;
	margin-bottom:22px;
}
#detailspage .page .rect_padding1,  #subpage .page .rect_padding1
{
	background-image:url(images/icon-large-o.gif);
	background-position:top right;
	background-repeat:no-repeat;	
}
#detailspage .page .rect_padding2,  #subpage .page .rect_padding2
{
	background-image:url(images/icon-half-o.gif);
	background-position:-90px bottom;
	background-repeat:no-repeat;	
}
.calloutcolumn
{
	float:left;
	width:200px;
}
.calloutcolumn .callout .rect_content
{
	padding:5px 12px 20px 12px;
}
/* WELCOME PAGE */
#frontpage .callout
{
	width:448px;
	float:left;
	margin-bottom:5px;
}
#frontpage .callout .rect_content
{
	min-height:120px;
}
#frontpage #chooseText, #frontpage #toolboxText
{
	margin-right:10px;
}
#frontpage .navcallout
{
	width:224px;
	float:left;
	margin-bottom:5px;
}
#frontpage .navcallout .rect_content
{
	height:160px;
}
#frontpage .navcallout .rect_content ul
{
	margin:0;
	padding:0;
}
#frontpage .navcallout .rect_content li
{
	list-style:none;
	margin:0;
}
#frontpage #services, #frontpage #technologies, #frontpage #web
{
	margin-left:4px;
}
/* PARTNERS */
.partner
{
	clear:both;
	margin-bottom:20px;
}
.partner h2
{
	margin:10px 0;
}
.partner img
{
 margin:0 10px 0 0;
}
.partner img, .partners p
{
	float:left;
}
/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */

