html, body, .nav ul, fieldset {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
}

html, body { background:#232323; }

body {
	color:#666;
	font:14px/1.4 Arial, Helvetica, sans-serif;
	min-width:980px;
}

fieldset {
	border:0;
}	

h1, h2 { color:#892501; }

h1 {
	font:28px Georgia, Times, "Times New Roman", serif;
	text-transform:uppercase;
	margin:0 0 0.75em;
}

h2 {
	font-size:20px;
	font-weight:normal;
	margin:1em 0 0.25em;
}

h2:first-child, h3:first-child { margin-top:0; }

h3 {
	color:#343a40;
	font-size:18px;
	font-weight:normal;
	margin:0.75em 0 0.1em;
}

h2 + h3 { margin-top:0.5em; }

h1 .text, h2 .text { color:#333; }

p { margin:1em 0; }

p.lead { color:#333; }

h3 + p, p:first-child { margin-top:0; }

a, img {
	border:0;
	outline:0;
}

a {
	color:#892501;
	text-decoration:none;
}

a:hover { color:#73B8CA; }

a.button {
	background:url(buttons_bg.png) no-repeat left top;
	color:#fff;
	display:inline-block;
	height:33px;
	line-height:32px;
	overflow:hidden;
	text-decoration:none;
	text-shadow:#237b92 1px 1px 0;
	vertical-align:middle;
}

a.button span {
	background:url(buttons_bg.png) no-repeat right -33px;
	cursor:pointer;
	display:block;
	height:33px;
	margin-left:10px;
	padding:0 20px 0 10px;
}

a.left span { background-position:-10px -33px; }

a.right { background:url(buttons_bg.png) no-repeat right -33px; }

a.right span { background:0; }

a.middle { background-position:center -33px; }

a.middle span {
	background:0;
	height:30px;
	border:1px solid #478ca1;
	border-width:0 1px;
	padding:0 20px;
	margin:0;
}

.icon {
	background:url(icons.png) no-repeat left center;
	padding-left:30px;
}

.icon-marketing { background-position:-600px center; }

.icon-counseling { background-position:-1200px center; }

.icon-solutions { background-position:-1800px center; }

.icon-multimedia { background-position:-2400px center; }

.icon-crm { background-position:-3000px center; }

.icon-contact { background-position:-3500px center; }

.container {
	margin:0 auto;
	overflow:auto;
	padding:0 10px;
	width:960px;
}

#header {
	background:#fff url(header_bg.png) repeat-x left top;
	height:85px;
	padding-top:30px;
}

#header .container { overflow:auto; }

#header .logo, #footer .logo { float:left; }

#header .nav {
	float:right;
	line-height:16px;
}

#header .nav li {
	float:left;
	list-style:none;
	margin-left:30px;
	height:85px;
}

#header .nav li.current { background:url(menu_current.png) no-repeat 12px bottom; }

#header .nav li:first-child { margin:0; }

#header .nav a {
	border-left:1px solid #2b2c2d;
	color:#fff;
	display:block;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#header .nav a span {
	border-left:1px solid #494a4b;
	display:block;
	padding:16px 0 4px 12px;
}

#header .nav a small {
	color:#73b8ca;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

#content {
	background:#fff;
	border-bottom:4px solid #161616;
	float:left;
	width:100%;
}

#feature {
	background:#ebf0f0 url(feature_bg.png) no-repeat center top;
	border:1px solid #dbe0e0;
	border-width:1px 0px;
	float:left;
	width:100%;
}

#feature .article {
	float:left;
	padding:35px 30px;
	width:400px;
}

#feature .article .button { margin-top:1em; }

#copy, #bottom {
	background:url(copy_bg.png) no-repeat center 6px;
	clear:both;
	min-height:0;
	padding:35px 0;
}

#bottom {
	margin-top:-15px;
	font-size:12px;
}

#copy .container { overflow:auto; }

#copy .container > .article {
	float:left;
	padding: 0 0 0 10px;
	width:620px;
}

#copy .container > .wide {
	float:none;
	padding:0 10px;
	width:auto;
}

.article .section {
	overflow:hidden;
	margin:1.5em 0 0;
}

.article .section:first-child { margin:0; }

.article h3 {
	font-size:14px;
	font-weight:bold;
	margin:0.75em 0 0.25em;
}

.article h3:first-child { margin-top:0; }

.grid .article {
	float:left;
	width:300px;
	padding:0;
	margin:10px 0 10px 20px;
}

#cases .grid .article { width:220px; }

#cases .logo {
	background:#fff;
	border:1px solid #d6d6d6;
	padding:3px;
	height:114px;
	width:212px;
}

#cases .logo img { border:1px solid #f4f4f4; }

.grid .article:first-child, .grid .row {
	clear:left;
	margin-left:0;
}

.grid h2, .grid h3 {
	color:#333;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
}

.grid p { margin-bottom:0.5em; }

.grid ul {
	color:#892501;
	list-style-position:inside;
	margin:1em 0;
	padding:0;
}

#aside {
	float:right;
	width:310px;
}

#aside.news {
	font-size:12px;
	padding:0 10px 0 20px;
	width:280px;
}

#aside .box {
	background:url(aside_box_bg.png) no-repeat left top;
	width:304px;
	padding-top:9px;
	margin-bottom:20px;
}

#aside .box-content {
	background:url(aside_box_bg.png) no-repeat right bottom;
	padding:0 4px 12px;
}

#aside .nav {
	padding:0;
	background-position:-304px bottom;
}

#aside .nav ul { list-style:none; }

#aside .nav li li.current a { border-bottom:1px solid; }

#aside .nav > ul {
	list-style:none;
	padding:0 3px 12px;
}

#aside .nav > ul > li {
	background-color:#f8f9f9;
	border-color:#fbfcfc transparent #e9ecec;
	border-width:1px 0;
	border-style:solid;
	padding:0 15px;
	margin:0 1px;
}

#aside .box-heading {
	background-color:#f8f9f9;
	border-bottom:1px solid #e9ecec;
	padding:5px 15px 10px;
	font-size:16px;
}

#aside .box-heading h3 {
	font-size:16px;
	margin:0;
}

#aside .box-copy { padding:12px; }

#aside .nav > ul > li:first-child { border-top:0; }

#aside .nav > ul > li.last-child { border-bottom:0; }

#aside .nav > ul > li ul {
	border-top:1px solid #e9ecec;
	background:#fff;
	padding:10px 10px 10px 45px;
	line-height:2;
	margin:0 -15px;
}

#aside .nav > ul > li > a {
	color:#333;
	font-size:16px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}

#aside table {
	color:#333;
	width:100%;
}

#aside th {
	color:#999;
	vertical-align:top;
	padding:0.25em 1.5em 0.25em 0.25em;
	text-align:left;
	font-weight:normal;
}

#aside td { padding:0.25em; }

#bottom h3 { font-size:16px; }

#footer {
	background:#232323;
	border-top:1px solid #434343;
	clear:both;
	min-height:0;
	font-size:14px;
}

#footer .container {
	padding:25px 10px 30px;
	overflow:auto;
}

#footer .nav { float:right; }

#footer .nav > ul { list-style:none; }

#footer .nav > ul > li {
	float:left;
	line-height:1;
	margin:0 10px 0 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:top;
	width:160px;
}

#footer .nav > ul > li:first-child { margin:0; }

#footer .nav ul ul {
	color:#999;
	font-size:8px;
	list-style:outside disc;
	margin:1.5em 0 0 2em;
}

#footer .nav li li { margin-bottom:1em; }

#footer .nav a { text-decoration:none; }

#footer .nav > ul > li > a {
	color:#bdbdbd;
	font-weight:bold;
}

#footer .nav ul ul a {
	color:#999;
	font-size:11px;
	font-weight:normal;
	line-height:1.25;
}

#footer .contact_info {
	font-size:11px;
	float:right;
}

fieldset ol {
	list-style:none;
	margin:0;
	padding:0;
}

fieldset ol li {
	margin:0 0 1em;
}

fieldset ol li label {
	width:25%;
	display:inline-block;
	text-align:right;
	vertical-align:top;
}

fieldset div.actions {
	margin-left:25%;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
