/* CSS Document */

html { overflow-y:scroll; background-image: url(images/bg_html.jpg); background-repeat: repeat; }
body {
	color:#666565;
	font-size:.8em;
	margin:0 auto;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", "Century Gothic", Arial;
	background-image:url(images/bg_body.jpg);
}

a { color:#000; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- layout settings ----------------------- */

.logo {
	position:relative;
	top:35px;
	left:85px;
	width: 220px;
	height: 60px;
	float: left;
}

.flag-small {
	color: #2e3192;
	font-size: 1.6em;
	border-bottom: 3px solid #afb2e9;
}

.sub-text {
	width: 500px;
	height: auto;
	margin: 0 0 0 50px;
}

.request-demo {
	width: 595px;
	height: auto;
	border-top: 5px solid #d7d7d7;
	padding: 0 0 0 10px;
	font-size: 1.2em;
}

.groups {
	position:relative;
	margin:0 auto;
	width:600px;
	height:auto;
	margin: 10px 0 30px 0;
}

.groups img {
	margin: 0 20px 5px 0;
}

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:134px;
	background-image: url(images/img_header.jpg)
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:481px;
	height:24px;
	float: right;
	margin: 58px 70px 0 0;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

#main-bg {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: no-repeat;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:590px;
	height:auto;
	padding: 20px 20px 20px 60px;
}

.content-blue {
	position:relative;
	top:0;
	left:13px;
	width:550px;
	height:auto;
	padding: 10px;
	background-color: #C4C5F3;
}
.content-white {
	position:relative;
	top:0;
	left:13px;
	width:550px;
	height:auto;
	padding: 10px;
}
/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:220px;
	height:auto;
	color: #12134d;
	padding: 20px 0 20px 10px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#000;
	width:830px;
	height:50px;
	clear:both;
	padding: 38px 60px 0 60px;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

#footer a {
color: #000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	height: 24px;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
}

a:hover#nav_01 {
	background-position: 0 -24px;
}

a#nav_01 {
	width:75px;
	background-position:0 0;
	background-image:url(images/nav/nav.gif);
}
a:hover#nav_02 {
	background-position: -75px -24px;
}

a#nav_02 {
	width:78px;
	background-position:-75px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_03 {
	background-position: -153px -24px;
}

a#nav_03 {
	width:89px;
	background-position:-153px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_04 {
	background-position: -242px -24px;
}

a#nav_04 {
	width:147px;
	background-position:-242px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_05 {
	background-position: -389px -24px;
}

a#nav_05 {
	width:92px;
	background-position:-389px 0;
	background-image:url(images/nav/nav.gif);
}

