/* -- Reset ------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- HTML -------------------------- */
html {
	height: 100%;
}
body {
	color: #7C7C7C;
	font: 14px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	height: 100%;
}
a, a:visited {
	color: #7C7C7C;
}
a.disable {
	color: #CCC;
}
address, code, dd, h5, h6, p, blockquote {
	margin-bottom: 1.25em;
}
blockquote {
	font-style: italic;
}
caption, h2, h3, h4, h5, h6, legend {
	color: #333;
	font-weight: 400;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
code {
	font: 12px/1.3em "Lucida Console", Monaco, monospace;
}
dd {
	margin: 0 16px 18px 30px;
}
dl {
	margin: 0 12px;
}
dt {
	color: #333;
}
h1 {
	color: #81AACC;
	font: 1.8em/.7em Verdana, Geneva, Tahoma, sans-serif;
	font-style: italic;
	font-weight: 700;
	margin-bottom: .4em;
}
h2 {
	font-size: 1.35em;
	margin-bottom: .7em;
}
h3 {
	font-size: 17px;
	line-height: .85em;
	margin: 1.20em 0 .43em 0;
}
h4, h5, h6 {
	font-size: 15px;
	line-height: 0.86em;
	margin: 1.2em 0 0.43em 0;
}
input[type=text], input[type=password], textarea {
	border: 1px solid #CCC;
	color: #333;
	font: 14px/1em Arial, Helvetica, sans-serif;
	margin: .2em 0;
	padding: .3em;
	width: 250px;
}
ins, th {
	color: #333;
	font-weight: 400;
}
label {
	display: block;
	padding-right: 6px;
}
ol {
	list-style: decimal outside;
	margin-left: 1.5em;
}
ul {
	list-style: circle;
	margin: 0 0 1em 1em;
	padding-left: 1em;
}
li > ol {
	list-style: lower-alpha inside;
	margin-left: 1.5em;
}
li > ul {
	list-style: circle inside;
	margin-left: 1.5em;
}
small {
	font-size: .9em;
}
td {
	padding: 5px;
}
textarea {
	width: 400px;
	margin-bottom: .8em;
}

/* -- Id ---------------------------- */
#article_wrap {
	margin-left:15px;
	width:720px;
}
#err_msg {
	font-size: 20px;
}
#err_msg strong {
	color: #81AACC;
	font-size: 50px;
	line-height: 1em;
}
#container {
    overflow: hidden;
	padding-top: 62px;
	margin: 0 auto;
	width: 940px;
}
#content {
	background: url('/images/header_fade.png') repeat-x;
}
#content li {
	margin: .7em 0 .5em 0;
}
#company_name {
	position: absolute;
	left: 100px;
	top: 48px;
}
#contact, #instructions {
	float: left;
	overflow: hidden;
	padding: 0 12px;
}
#crumbs {
	margin-bottom: 1.2em;
	overflow: hidden;
}
#crumbs a, #crumbs div {
	display: block;
	float: left;
	height: 17px;
	margin-right: 8px;
}
#crumbs a {
	text-decoration: none;
}
#crumbs div {
	background: url('/images/crumb_arrow.gif') no-repeat;
	width: 15px;
}
#footer {
	background: #DDD url('/images/header_fade.png') repeat-x;
	color: #777;
	font-size: 11px;
	margin-top: 20px;
	padding: 10px 0;
	text-align: right;
}
#footer, #push {
	clear: both;
	height: 2em;
}
#footer_content {
	margin: 0 auto;
	width: 940px;
}
#footer a {
	color: #999;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	color: #BBB;
	float: left;
	font-size: 14px;
	margin-right: 16px;
}
#header {
	height: 215px;
	margin: 0 auto;
	position: relative;
	width: 940px;
}
#instructions {
	width: 320px;
}
#logo {
	position: absolute;
	left: 0;
	top: 40px;
}
#portfolio {
	float: left;
	padding: 0 12px;
	width: 64%;
}
#portfolio div {
	margin: 10px 0 20px 0;
	overflow: hidden;
}
#portfolio img {
	border: 1px solid #CCC;
	float: right;
	padding: 4px;
}
#portfolio p {
	margin-right: 10px;
	width: 280px
}
#testimonials {
	float: left;
	padding: 0 12px;
	width: 30%;
}
#testimonials div {
	border-bottom: 1px solid #DDD;
	margin-top: 1.3em;
}
#testimonials p {
	text-align: right;
	margin-top: .7em;
}
/* Navigation */
#nav {
	list-style: none;
	padding: 0;
	float: right;
	position: absolute;
	right: 0; top: 130px;
}
#nav li {
	float: left;
}
#nav li a {
	background: url('/images/nav_menu.png');
	display: block;
	height: 36px;
	width: 126px;
}
/* Normal Links */
#nav li.link1 a { background-position: 0 0; }
#nav li.link2 a { background-position: -126px 0; }
#nav li.link3 a { background-position: -252px 0; }
#nav li.link4 a { background-position: -378px 0; }
/* Hover Links */
#nav li.link1 a:hover { background-position: 0 -36px; }
#nav li.link2 a:hover { background-position: -126px -36px; }
#nav li.link3 a:hover { background-position: -252px -36px; }
#nav li.link4 a:hover { background-position: -378px -36px; }
/* Active Links */
#nav li.link1 a:active { background-position: 0 -72px; }
#nav li.link2 a:active { background-position: -126px -72px; }
#nav li.link3 a:active { background-position: -252px -72px; }
#nav li.link4 a:active { background-position: -378px -72px; }
#page_title {
	position: absolute;
	bottom: 0;
}
#page_title span {
	color: #CCC;
	font-weight: normal;
	font-size: .75em;
	line-height: .7em;
}
#services {
	overflow:hidden;
	position:relative;
}
#services .button {
	position:absolute;
	bottom:0;
}
#software {
	margin:2em 0 0;
	border-top:1px solid #CCC;
	padding:1em 12px 0;
}
#software ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#software li {
	float:left;
	margin:0;
}
#software li a {
	background: url('/images/software.png') no-repeat;
	font-weight: 400;
	display: block;
	height: 64px;
	margin-right: 11px;
	text-align: center;
	text-decoration: none;
}
#software li a span {
	display: block;
	padding-top: 45px;
}
#software li.soft01 a { width: 88px; }
#software li.soft02 a { background-position: -107px 0; width: 102px; }
#software li.soft03 a { background-position: -221px 0; width: 75px; }
#software li.soft04 a { background-position: -298px 0; width: 70px; }
#software li.soft05 a { background-position: -373px 0; width: 64px; }
#software li.soft06 a { background-position: -439px 0; width: 46px; }
#software li.soft07 a { background-position: -498px 0; width: 46px; }
#software li.soft08 a { background-position: -556px 0; width: 50px; }
#software li.soft09 a { background-position: -619px 0; width: 46px; }
#software li.soft10 a { background-position: -681px 0; width: 76px; }
#software li.soft11 a { background-position: -775px 0; width: 76px; }
#software li.soft12 a { background-position: -868px 0; width: 52px; margin: 0; }

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em;
}

/* -- Class ------------------------- */
a.button {
    background: url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #333;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}
a.button span {
    background: url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #333;
    outline: none;
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
.about {
	float: left;
	padding: 0 12px;
	width: 47%;
}
.caption {
	float: right;
	margin: 0 0 12px 12px;
}
.col_1, .col_2 {
	border-right: 1px solid #CCC;
}
.checkbox_group {
	overflow: hidden;
}
.checkbox_group div {
	float: left;
	margin-right: 2em;
}
.checkbox_group label {
	margin-bottom: .2em;
}
.contact_btn {
	margin-left: 126px;
}
.definition_list {
	float: left;
	width: 444px;
}
.displace {
	position: absolute;
	left: -5000px;
}
.follow {
	border-top:1px solid #CCC;
	margin:2em 0 0;
	padding:1em 12px;
}
.follow a {
	float:left;
	text-decoration:none;
	margin:0 1em;
	position:relative;
	width: 100px;
}
.follow span {
	position:absolute;
	left:40px;top:10px;
}
div.input {
	margin-bottom: .8em;
}
.project p {
	margin-top: .3em;
}
.row_label {
	float: left;
	margin-top: .4em;
	padding-right: 6px;
	text-align: right;
	width: 120px;
}
.service {
	float: left;
	padding: 0 12px;
	width: 288px;
	padding-bottom: 4em;
	margin-bottom: -4em;
}
.service img {
	display: block;
	margin: 0 auto 15px auto;
}
.spacer {
	clear:both;
}
.summary {
	margin-bottom: 33px;
}
.revdate, .exampletxt {
	font-size:0.9em;
	font-style:italic;
	padding-left:12px;
}

