@charset "utf-8";
/* CSS Document */

/***********************************
*      RESET STYLES                *
***********************************/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}

body {
	background: white none repeat scroll 0 0;
	color: black;
	line-height: 1;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************************
*      BEGIN STYLES             *
********************************/

body {
	background: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
}

a {
	color: #676667;
	text-decoration: underline;
}

a:hover {
	color: #1b63ac;
}

acronym {
	border-bottom: #900 1px dotted;
}

blockquote {
	margin: 22px 20px 22px 30px;
	upadding: 3px;
	color: #575757;
	padding: 0 20px 0 50px;
	background: transparent url(../images/blockquote.gif) no-repeat 0 0;
	font-size: 13px;
	font-style: italic;
}

#entire_site {
	width: 1000px;
	margin: 0 auto;
}

#main_container {
	background: #fff;
	margin: 15px;
	padding: 0 30px 30px;
}


/********************************
*      HEADER                   *
********************************/

#header {
	display: inline;
	height: 100px;
}

.logo {
	float: left;
	height: 100px;
	padding-top: 10px;
}

.header_nav {
	float: right;
	padding: 30px 7px 0 0;
}

.header_nav ul {
	display: inline;
}

.header_nav li {
	float: left;
	padding-left: 16px;
}

.header_nav a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 4px;
}

.header_nav a:hover {
	color: #1b63ac;
	font-size: 12px;
	text-decoration: none;
}

.header_nav a.active {
	border-top: #1b63ac 3px solid;	
}

.clear_float {
	clear: both;
}


/********************************
*      NAVIGATION               *
********************************/

#nav {
	clear: both;
	border-top: 1px #000 solid;
	border-bottom: 1px #CCC solid;
	height: 40px;
	font-size: 16px;
	background: #FFF url(../images/nav_bg.gif) repeat-x 0 0;
}

#nav ul {
	display: inline;
}

#nav li {
	float: left;
	padding-right: 16px;
}

#nav ul li a {
	display: block;
	font-size: 16px;
	padding: 10px 2px;
	margin: 0 10px;
	text-decoration: none;
}

#nav li a.active_nav {
	border-top: 4px #1b63ac solid;
	padding: 6px 2px;
	margin: 0 10px;
}

#nav span {
	padding: 10px 2px;
	margin: 0 10px;
	display: block;
	color: #CCCCCC;
}

#nav li li {
	background: #FFF;
	list-style: none;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	line-height: 135%;
	padding: 0;
	margin: 0;
	width: 180px;
}

#nav li li.last {
	list-style: none;
	border: 1px solid #000;
	line-height: 135%;
	padding: 0;
	margin: 0;
	width: 180px;
}

#nav li ul {
	display: none;
}

#nav li li a {
	background: #FFF;
	float: left;
	font-size: 14px;
	padding: 6px 0 6px 0;
	margin-left: 6px;
}

#nav li li a:hover {
	border-top: 3px solid #1b63ac;
	padding: 3px 0 6px 0;
}

#nav li:hover > ul {
	display: block;
	width: 180px;
	position: absolute;
	z-index: 1;
}

#nav li ul li:hover > ul {
	display: inline;
	width: 180px;
	position: absolute;
	margin-left: 50px;
}


/********************************
*      MASTHEAD                 *
********************************/

#masthead {
	clear: both;
	background: url(../images/Masthead.jpg) no-repeat 0 0;
	border-top: #888 1px solid;
	border-bottom: #888 1px solid;
	height: 200px;
	margin: 20px 0 30px;
}

#stationary {
	background: transparent;
	width: 410px; 
	height: 200px;
	float: left;
}

#movingBox {
	position: absolute;
}

#movingBox span {
	display: block;
	float: left;
}

.mask {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}

#movingBox span img {
	display: block;
	border: none;
}

#subpage_masthead {
	height: 40px;
	width: 910px;
}

/***** MASTHEAD IE6 ************/

#masthead_IE6 {
	display: none;
}


/********************************
*      MAIN COLUMNS             *
********************************/

.columns a {
}

.left_col {
	width: 250px;
	float: left;
}

ul.bullets {
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	margin-top: 15px;
}

ul.bullets li {
	list-style: url(../images/bullet.jpg);
	margin-left: 50px;
	padding-left: 6px;
	padding-right: 36px;
	line-height: 13px;
	font-size: 12px;
	padding-bottom: 10px;
	font-weight: normal;
}


/****    MODULES    ****/

iframe.events, iframe.demo, iframe.techsupport {
	height: 245px;
	width: 220px;
}

iframe.demo {
	height: 180px;
}

iframe.techsupport {
	height: 144px;
}


.module {
	width: 220px;
	margin-right: 30px;
	margin-bottom: 27px;
	border-top: #000 1px solid;
	border-bottom: 1px #000 solid;
}

.module span {
	float: left;
	border-top: #1b63ac 4px solid;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 7px;
}

.module_content {
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 8px 2px;
	margin-bottom: 4px;
	clear: both;
}

.module p {
	font-size: 12px;
	padding-bottom: 6px;
}

.module a {
	
}

.module img {
	margin: 0 4px;
	float: right;
}

.module ul.subnav {
	font-size: 14px;
}

.module ul.subnav li {
	padding: 4px 0 0 0;
	margin: 0;
}

.module ul.subnav ul {
	list-style-image: url(../images/bullet.jpg);
	padding: 2px 0 0 24px;
	line-height: 20px;
	font-size: 12px;
}

.module ul.subnav li li {
	padding: 0;
}

.module ul.subnav a.active {
	color: #555;
	font-size: 12px;
	font-weight: bold;
}


/****    RIGHT COLUMN    ****/

.right_col {
	width: 660px;
	float: right;
}

.right_col a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

.right_col a:hover {
	color: #D00;
}

.welcome {
	padding: 10px;
	width: 440px;
	float: left;
}

.welcome h1 {
	font-size: 30px;
	color: #333;
	padding: 0 0 8px;
}

.welcome img {
	float: left;
	margin: 14px 20px 0 0;
	border: 1px solid #333;
}

.welcome img.no_border {
	border: none;
}

.welcome p {
	font-size: 14px;
	padding: 10px 0 0;
	margin: 0;
	line-height: 20px;
}

.solutions {
	width: 185px;
	float: right;
	margin: 0;
	padding: 0 0 4px 0;
	text-align: right;
	border-bottom: 1px solid #000;
}

.solutions li.top {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #CCC;
	padding: 9px 0 7px 0;
	margin-bottom: 4px;
}

.solutions li.top span {
	border-top: 4px solid #1B63AC;
	padding: 6px 0 7px 0;
}

.solutions li.on, .solutions li.off {
	font-size: 10px;
	background: #FFF;
	padding: 4px;
	text-transform: uppercase;
}

.solutions li.off {
	background: #EEE;
}

.solutions li.on:hover, .solutions li.off:hover {
	background: #888;
}

.col_header {
	border-top: #000 1px solid;
	border-bottom: 1px #CCC solid;
	height: 40px;
}

.col_header span {
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px 0 0;
}

.col_header ul {
	display: inline;
	list-style: none;
}

.col_header li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 7px;
}

.col_header a {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.col_header a:hover {
	border-top: #d1e0ee 4px solid;
	padding: 8px 0;
}

.col_header a.active {
	border-top: #1b63ac 4px solid;
	padding: 8px 0;
	font-weight: bold;
}

#div5, #div2, #div3, #div4 {
	display: none;
}

#div1 {
	display: block;
}

.sub_col_right {
	padding: 20px 0 0 10px;
	width: 190px;
	float: right;
}

.sub_col_right img {
	border: 1px #AAA solid;
	margin-bottom: 14px;
}

.sub_col_right span {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.sub_col_right ul {
	list-style-image: url(../images/bullet.jpg);
	padding: 6px 0 0 24px;
	line-height: 20px;
}

.sub_col_right li a {
	font-size: 12px;
	color: #222;
}

.sub_col_right li a:hover {
	font-size: 12px;
	color: #1b63ac;
}

.sub_col_left {
	width: 450px;
	padding: 24px 10px 0 0;
	float: left;
}

.sub_col_left h2 {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}

.sub_col_left p {
	font-size: 12px;
	padding-bottom: 12px;
}

.small_container {
	background: #DDE url(../images/small_container_bg.jpg) no-repeat top right;
	border-top: #AAA 1px solid;
	border-bottom: #BBB 1px solid;
	padding-bottom: 20px;
}

.small_container h1, .small_container h5 {
	font-size: 20px;
	padding: 12px;
	padding-top: 20px;
	color: #222;
}

.small_container h1 img {
	float: none;
	height: 50px;
	width: 200px;
	border: none;
}

.small_container h5 {
font-size: 16px;
}

.small_container p {
	font-size: 12px;
	padding: 0 12px 12px;
	color: #222;
}

.small_container img {
	border: #777 1px solid;
	float: right;
	width: 150px;
	height: 150px;
	margin-left: 10px;
}

.small_container div.pdf {
	float: right;
	width: 152px;
	margin: 0 20px 0 20px;
}

.small_container div.pdf a {
	background: url(../images/pdf.gif) no-repeat 0 0 scroll;
	padding: 1px 0 20px 22px;
	font-size: 11px;
	float: left;
	margin: 10px;
}

.small_container div.pdf a.software {
	background: url(../images/software.gif) no-repeat 0 0 scroll;
	padding: 1px 0 0px 22px;
	font-size: 11px;
	float: left;
	margin: 10px 10px 0px 10px;
}

.small_container ul {
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
}

.small_container ul li {
	list-style: url(../images/bullet.jpg);
	margin-left: 50px;
	padding-left: 6px;
	padding-right: 36px;
	line-height: 16px;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: normal;
}

.small_container ul.tight {
	font-size: 12px;
}


.small_container ul.tight li {
	font-size: 12px;
	line-height: 13px;
}

.small_container ul ul {
	padding-top: 4px;
}

.small_container ul ul li {
	padding-bottom: 4px;
}

.small_container ol {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 8px 12px;	
}

.small_container ol li {
	margin-left: 50px;
	padding-left: 6px;
	padding-right: 36px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
}

#newform {
	background: #FFF;
	height: 430px;
	padding-top: 10px;
}

img.newformPicture {
	float: left;
	width: 320px;
	height: 400px;
	padding: 10px 0px 10px 10px;
	border: none;
}

#newform ul {
	padding-left: 0px;
	padding-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
}

#newform ul li {
	list-style: none;
	font-size: 12px;
	padding-bottom: 6px;
}

.square_pic {
	width: 102px;
	height: 130px;
	margin: 10px 13px;
	float: left;
}

.square_pic img {
	border: #777 1px solid;
	margin-bottom: 6px;
	width: 100px;
	height: 100px;
	float: left;
}

.square_pic span {
	font-weight: bold;
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	width: 102px;
	float: left;
	padding-left: 10px;
}


.entity_content {
	width: 420px;
	padding: 0 10px 0 0;
	float: left;
}

.entity_content ul {
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
}

.entity_content ul li {
	font-size: 12px;
	font-weight: normal;
	margin-left: 30px;
}

.entity_content ul.tight {
	padding-bottom: 6px;
}

.entity_content ul.tight li {
	padding-bottom: 4px;
}

.entity_suggestions {
	padding: 20px 10px 0 10px;
	width: 190px;
	float: right;
}

.entity_suggestions img {
	border: 1px #AAA solid;
	margin-bottom: 14px;
	float: none;
	width: 150px;
	height: 150px;
}

.entity_suggestions span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.entity_suggestions ul {
	list-style-image: url(../images/bullet.jpg);
	padding: 6px 0 0 30px;
	line-height: 20px;
}

.entity_suggestions ul li {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	padding: 6px 0 0 6px;
}

.entity_suggestions li a {
	font-size: 12px;
	color: #222;
}

.entity_suggestions li a:hover {
	font-size: 12px;
	color: #1b63ac;
}




/****    CENTER COLUMN    ****/

#center_col {
	width: 400px;
	float: left;
	padding-right: 15px;
	margin: 0;
}

#center_col h1 {
	color: #222;
	font-size: 20px;
}

#center_col p {

}


/********************************
*      FOOTER                   *
********************************/

#footer {
	margin: 15px;
	padding: 0 15px 30px;
}

#footer_nav {
	float: right;
}

#footer_nav ul {
	display: inline;
}

#footer_nav li {
	float: left;
	padding-right: 6px;
	font-size: 12px;
}

#footer_nav a {
	color: #777;
	font-size: 12px;
	text-decoration: none;
}

#footer_nav a:hover {
	color: #1b63ac;
}

#footer_nav a.inactive_footer_nav {
	color: #BBB;
}

#copyright {
	float: right;
	padding: 6px 4px 0 0;
}

#copyright span {
	font-size: 12px;
}


/*****  TWITTER LINK  *******/

.twitter {
	background: transparent url(../images/twitter.gif) no-repeat scroll;
	width: 25px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding: 25px 0 0;
}

.twitter a {
	color: #0099CC;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.twitter a:hover {
	color: #999999;
}

.twitter:hover {
	background: transparent url(../images/twitter_hover.gif) no-repeat scroll;
	width: 200px;
	height: 20px;
	float: left;
	overflow: visible;
	padding: 8px 0 0 36px;
}

/********************************
*      ABOUT PAGE               *
********************************/

#employees {
	padding: 10px 2px 0 15px;
	margin: 10px 0 10px;
	width: 218px;
	float: right;
	border-left: 1px dashed #CCC;
}

.emp_header {
	padding: 10px 0 8px;
	margin: 0 15px 10px 0;
	border-top: #000 1px solid;
	border-bottom: #CCC 1px solid;
}

.emp_header span {
	border-top: #1b63ac 4px solid;
	padding: 5px 1px 0 1px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
}

.emp {
	width: 46px;
	height: 70px;
	float: left;
	padding-right: 7px;
}

.emp img {
	border: #CCC 1px solid;
	padding: 1px;
	width: 40px;
	height: 40px;
}

.emp img.executive {
	background: #AAA;
	border: #990000 1px solid;
	padding: 1px;
}

.emp span {
	width: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #776565;
	padding-left: 4px;
}


/********************************
*      LINKS PAGE               *
********************************/

.links {
	padding: 10px 15px 10px;
	clear: both;
}

.links div.header {
	padding: 10px 0 8px;
	margin: 10px 15px 10px 0;
	border-top: #000 1px solid;
	border-bottom: #CCC 1px solid;
}

.links div.header span {
	border-top: #1b63ac 4px solid;
	padding: 5px 1px 0 1px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
}

.links a {
	font-size: 13px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.links a:hover {
	color: #D00;
}

ul.sitemap li {
	padding: 0 0 0 10px;
	margin: 0 0 0 50px;	
	line-height: 18px;
	font-size: 12px;
}

ul.sitemap ul {
}

ul.sitemap li ul li {
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;	
}


/********************************
*      NEWS POSTS               *
********************************/

#news {
	padding-top: 10px;
}

.post {
	clear: both;
	margin: 0 20px 20px;
	border-bottom: 1px dotted #333;
}

.post h3 {
	font-size: 14px;
}

.post p {
	margin: 4px;
	padding: 0
}

.date {
	background: transparent url(../images/date_box.gif) no-repeat top left;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	width: 49px;
	height: 36px;
	text-align: center;
	margin: 0;
	padding: 4px 0 0;
	line-height: 14px;
	margin: 4px 20px 0 0;
	float: left;
	text-transform: uppercase;
}

.date em {
	font-size: 17px;
	float: left;
	padding: 0 0 0 6px;
	font-style: normal;
}

.news_bg_img {
	background: url(../images/news_cis.gif) no-repeat top left;
	width: 35px;
	height: 35px;
	margin: 0 10px 10px 10px;
	float: right;
	border: 1px solid #333;
}

.news_formfox {
	background: url(../images/news_formfox.gif) no-repeat top left;
}

.news_x-helion {
	background: url(../images/news_x-helion.gif) no-repeat top left;
}

.news_default {
	background: url(../images/news_default.gif) no-repeat top left;
}

.news_datia {
	background: url(../images/news_datia.gif) no-repeat top left;
}

.news_sapaa {
	background: url(../images/news_sapaa.gif) no-repeat top left;
}

.news_soft {
	background: url(../images/news_soft.gif) no-repeat top left;
}

.post span.news_link {
	float: right;
	margin: 0 36px 12px 0;
	font-size: 11px;
	font-style: italic;
}


/********************************
*      CONTACT PAGES            *
********************************/

.right_half, .left_half {
	width: 300px;
	margin: 15px;
}

.right_half {
	float: right;
}

.left_half {
	float: left;
}

.right_half div.header, .left_half div.header {
	padding: 10px 0 8px;
	margin: 0 12px 0 0;
	border-top: #000 1px solid;
	border-bottom: #CCC 1px solid;
	width: 290px;
}

.right_half span.header, .left_half span.header {
	border-top: #1b63ac 4px solid;
	padding: 5px 1px 0 1px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
}

.entry {
	padding: 10px 4px 20px 4px;
}

.entry h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.entry p {
	color: #222222;
	font-size: 12px;
	padding: 6px;
	line-height: 16px;	
}

.entry span {
	float: right;
	padding-right: 10px;
	font-size: 12px;
	font-style: italic;
	color: #457;
}

.entry em {
	padding-left: 30px;
}

.entry ul.phone_numbers {
	padding-top: 15px;
}

.entry ul.phone_numbers li {
	margin: 0 0 0 30px;
}

.entry ul.phone_numbers a {
	color: #900;
	text-decoration: none;
	line-height: 20px;
}

.entry ul.phone_numbers a:hover {
	color: #D00;
}

iframe.map {
	width: 278px;
	height: 350px;
	border: 1px #CCC solid;
	scrolling: no;
	padding: 2px;
	margin: 0;
}


/********************************
*      THREE COLUMN             *
********************************/

.column {
	float: left;
	width: 220px;
}

.column div {
	padding: 15px 15px 0px 15px;
}

.column div.header {
	padding: 10px 0 8px;
	margin: 0 4px 10px 0;
	border-top: #000 1px solid;
	border-bottom: #CCC 1px solid;
}

.column span.header {
	border-top: #1b63ac 4px solid;
	padding: 5px 1px 0 1px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
}

.column h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.column p {
	padding: 0 4px;
	margin: 0 0 12px;
}

.column p a {
	font-style: italic;
}

.column div p.righty {
	text-align: right;
	margin: 0 0 14px;
}

/********************************
*      SUPPORT LOGIN            *
********************************/

#login {
	background: url(../images/login.jpg) no-repeat top left;
	padding: 4px 10px 0 80px;
	margin: 10px 0 20px 30px;
	height: 70px;
}

#login h2 {
	font-weight: bold;
	font-size: 18px;
	padding: 4px 0 10px;
}

#login label {
	font-size: 14px;
	padding: 0 4px 0 10px;
}

#login input {
	
}

/********************************
*      DOWNLOAD FORM            *
********************************/

#download_form {
	background: url(../images/download_form.jpg) no-repeat top left;
	padding: 4px 20px 0 100px;
	margin: 10px 10px 80px 30px;
	height: 80px;
}

.row {
	margin: 0 0 20px;
}

.asterisk {
	color: #990000;
	font-weight: bold;
	font-size: 18px;
}

#download_form label {
	font-size: 14px;
	padding: 0 4px 0 10px;
	margin-right: 8px;
}

#download_form label em {
	color: #990000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

#download_form input {
	margin: 0 20px 0px 0;
}

.download_now {
	float: right;
}

/********************************
*      FormFox Demo             *
********************************/

#tutorial_back {
	text-align: right;
	margin: 10px 20px 20px 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: normal;
	vertical-align: bottom;
}

#tutorial_back p {
	float: left;
	font-size: 24px;
	font-style: normal;
}

#ff_demo {
	clear: both;
	width: 100%;
}


/********************************
*      Advert Landing           *
********************************/

img.discount {
	float: left; 
	border: none; 
	padding: 0px 24px 0 10px; 
	width: 125px;
	height: auto;
}

.headline {
	font-family: Arial, Helvetica, sans-serif; 
	color: #313131; 
	line-height: 30px;
	padding-top: 4px;
}

.headline p {
	font-size: 18px; 
}

.headline span {
	font-weight: bold;
	font-size: 20px;
}

.headline span.blue {
	color: #3366FF; 
	font-style: italic; 
	font-weight: bold;
}

ul.bigger {
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0px;
}

ul.bigger li {
	color: #555555;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

img.assistant_customers {
	width: auto; 
	height: auto; 
	border: none; 
	padding: 20px;
}

img.top_right {
	width: auto;
	height: auto;
	border: none;
	padding: 0 0 0 10px;
	margin: -10px 0px 0 0;
}

.landing_contact {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	color: #313131; 
}

.landing_contact h4 {
	font-size: 16px;
	color: #990000;
	text-transform: uppercase;
	padding-top: 6px;
}

.landing_contact em {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}

.landing_contact span {
	padding: 0 20px; 
	font-size: 16px; 
	font-weight: bold;
}

.landing_contact a {
	font-size: 16px; 
	color: #313131; 
	font-weight: bold;
	text-decoration: underline;
}

.righty {
	clear: both;
	padding: 20px 18px;
	text-align: right;
	line-height: 20px;
}

.righty img {
	float: left;
	width: auto;
	height: auto;
	border: none;
	padding: 0 30px 0 0;
}

.righty p.red {
	font-size: 20px;
	line-height: normal;
	color: #CC0000;
	text-align: center;
	padding: 10px;
}

.features {
	padding: 0 10px 10px;
}

.features h1 {
	margin: 0 0 10px;
}

.features ul {
	margin: 18px 0 0 30px;
	font-size: 15px;
	color: #224488; 
}

.features ul li {
	color: #000;
	margin-top: 6px;
	padding-bottom: 0;
}

.conclusion {
	padding: 12px;
	margin: 20px 0 10px;
}

.conclusion p {
	font-size: 15px;
	font-style: italic;
	line-height: 22px;
}

.conclusion em {
	font-style: normal;
	color: #3366FF; 
	font-weight: bold;
}

.halfsies {
}

.half {
	width: 50%;
	float: left;
}

.half div.header {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #000000;
	margin:15px 20px 10px 20px;
	padding:10px 0 8px;
}

.half span {
	border-top:4px solid #1B63AC;
	font-size:14px;
	font-weight:bold;
	padding:7px 1px 0;
	text-transform:uppercase;
}

.tutorial {
	height: 100px;
	margin: 10px 20px 10px 20px;
	padding: 10px 0;
}

.tutorial img {
	width: 133px;
	height: 100px;
	float: right;
	margin-left: 20px;
}

.tutorial h4 {
	margin: 0 0 10px;
}

.tutorial p {
	padding: 0; margin: 0;
}

#regular, #regular2 {
	margin: 20px;
	width: 550px;
	font-size: 14px;
	line-height: 20px;
	float: left;
}

#regular h1 {
	font-size: 32px;
	text-transform: capitalize;
	padding: 10px 0;
	line-height: 32px;
}

#regular p {
	margin: 12px 0;
}

#regular a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

#regular a:hover {
	color: #D00;
}

.address {
	padding-left: 40px;
}

.summary {
	border: 1px solid #CCCCCC;
	padding: 3px 6px 5px;
	font-size: 13px;
	margin: 0 0 10px;
}

#regular2 {
	width: 275px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}

#regular2 p {
	padding-bottom: 15px;
}