/* LAYOUT */
html, body  {
	margin:0;
	padding:0;
	background-color:#999999;
}

#container {
	margin:0 auto;
	width:800px;
	border:1px solid #000;
}

#header {
	background:url(../images/bg-header.png) no-repeat 0px 0px;
	height:190px;
}

#index #header {
	background:url(../images/bg-header-index.png) no-repeat 0px 0px;
	height:190px;
}

#tagline {
	float:right;
	margin-top:65px;
	margin-right:40px;
}

#menu {
	height:35px;
	padding-top:8px;
	text-align:center;
}

#menu ul {
	display:inline;
	list-style:none;
}

#menu li {
	display: inline;
	margin:0 20px 0 0;
}

#content {
	background-color:#faa927;
	height:100%;
}

#left {
	background:#faa927 url(../images/bg-left.png) no-repeat top right;
	width:154px;
	float:left;
	min-height:350px;
	padding:14px 6px 10px 10px;
}

#index #left {
	width:254px;
}

#left h1 {
	padding-right:10px;
	line-height:14pt;
}

#right {
	background-color:#fff;
	float:right;
	width:605px;
	padding:14px 10px 10px 15px;
	min-height:350px;
}

#index #right {
	width:530px;
	padding:0px;
}

h1, h2, h3 {
	margin:0;
	padding:0;
}

#break {
	height:3px;
	background-color:#fff;
}

#footer {
	margin:0 auto;
	text-align:center;
	padding:10px 0 10px 0;
	background-color:#000;
}

#footer ul {
	display:inline;
	list-style:none;
}

#footer li {
	margin:0 10px 0 0;
	display: inline;
}

.clear {
	clear:both;
}

/* STYLE */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000;
}

a:link {
	color:#000;
}

a:active, a:focus {
	color:#664612;
}

a:visited {
	color:#444;
}

a:hover {
	color:#222;
	text-decoration:none;
}

h1 {
	color:#000;
	font-size:14pt;
	font-weight:normal;
	text-align:right;
}

h2 {
	color:#000;
	font-size:9pt;
	font-weight:bold;
}

h3 {
	color:#000;
	font-size:8pt;
	font-weight:bold;
}

#tagline {
	color:#fff;
	font-size:24pt;
	font-family: Futura, Tahoma , Verdana, Arial, Helvetica, sans-serif;
}

#menu {
	font-size:11pt;
	font-family: Futura, Tahoma , Verdana, Arial, Helvetica, sans-serif;
}

#menu a:link {
	color:#fff;
	text-decoration:none;
}

#menu a:active, a:focus {
	color:#ffd83c;
	text-decoration:none;
}

#menu a:visited {
	color:#fff;
	text-decoration:none;
}

#menu a:hover {
	color:#fff;
	text-decoration:underline;
}

#index #menu #home, 
#aboutus #menu #aboutus,
#solutions #menu #solutions,  
#services #menu #services,
#partners #menu #partners {
	color:#fff;
	font-size:12pt;
	text-decoration:none;
	font-weight:bold;
}

#content {
	line-height:1.4em;
}

#content a {
	font-weight:bold;
}

#footer {
	font-size:8pt;
	color:#fff;
}

#footer a {
	font-weight:normal;
}

#footer a:link {
	color:#fff;
	text-decoration:none;
}

#footer a:active, a:focus {
	color:#ffd83c;
	text-decoration:none;
}

#footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
