/*----------------------------------------------------------
title:		main stylesheet
----------------------------------------------------------*/

@import 'reset.css';

/*////////// start globals //////////*/

#home {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	background: url(../images/home_bg.jpg) #fff repeat-x;
	}

#sub_page {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	background: url(../images/sub_page_bg.jpg) #fff repeat-x;
	}

#sub_page_2 {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	background: url(../images/sub_page_bg2.jpg) #fff repeat-x;
	}

#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}

.clear {
	clear: both;
	}

/*/ start sub pages /*/

#sub_page_title {
	clear: both;
	margin: 0;
	padding: 21px 0 0 0;
	height: 55px;
	font-size: 1.70em;
	color: #fff;
	}

#sub_page_content_left {
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	width: 670px;
	}

#sub_page_content_left h3 {
	margin: 0;
	padding: 30px 0 10px 0;
	font-size: 1.10em;
	color: #2C62AE;
	}

#sub_page_content_left h4 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 1.00em;
	color: #2C62AE;
	}

#sub_page_content_left p {
	margin: 0;
	padding: 8px 0 8px 0;
	font-size: 0.95em;
	line-height: 1.60;
	color: #292929;
	}

#sub_page_content_left p a {
	color: #5D8620;
	text-decoration: none;
	}

#sub_page_content_left p a:hover {
	color: #8ab649;
	border-bottom: 1px dotted #8ab649;
	}

#sub_page_content_left ul {
	margin: 0;
	padding: 0 0 0 18px;
	color: #292929;
	}

#sub_page_content_left ul li{
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 0.95em;
	line-height: 1.60;
	list-style: disc;
	}

#sub_page_content_left ul li a {
	color: #5D8620;
	text-decoration: none;
	}

#sub_page_content_left ul li a:hover {
	color: #8ab649;
	border-bottom: 1px dotted #8ab649;
	}

#sub_page_content_right {
	float: left;
	margin: 0;
	padding: 30px 0 30px 15px;
	width: 265px;
	}

#sub_page_right_box {
	float: left;
	background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 0 15px 15px 15px;
	width: 230px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	}

.sub_page_right_box_info {
	float: left;
	margin: 0;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #ababab;
	}

.sub_page_right_box_info_title {
	font-size: 1.00em;
	font-weight: bold;
	color: #0067b1;
	}

.sub_page_right_box_info_title a {
	color: #0067b1;
	text-decoratioN: none;
	}

.sub_page_right_box_info_title a:hover{
	color: #3998dc;
	}

.sub_page_right_box_info_description {
	float: left;
	font-size: 0.90em;
	line-height: 1.50;
	color: #6e6e6e;
	}

#sub_page_content {
	float: left;
	margin: 0;
	padding: 0 0 30px 0;
	width: 960px;
	}

#sub_page_content h3 {
	margin: 0;
	padding: 30px 0 10px 0;
	font-size: 1.10em;
	color: #2C62AE;
	}

#sub_page_content h4 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 1.00em;
	color: #2C62AE;
	}

#sub_page_content p {
	margin: 0;
	padding: 8px 0 8px 0;
	font-size: 0.95em;
	line-height: 1.60;
	color: #292929;
	}

#sub_page_content p a {
	color: #5D8620;
	text-decoration: none;
	}

#sub_page_content p a:hover {
	color: #8ab649;
	border-bottom: 1px dotted #8ab649;
	}

#sub_page_content ul {
	margin: 0;
	padding: 0 0 0 18px;
	color: #292929;
	}

#sub_page_content ul li{
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 0.95em;
	line-height: 1.60;
	list-style: disc;
	}

#sub_page_content ul li a {
	color: #5D8620;
	text-decoration: none;
	}

#sub_page_content ul li a:hover {
	color: #8ab649;
	border-bottom: 1px dotted #8ab649;
	}

#sub_bottom_bar {
	height: 245px;
	background: #00487c;
	}

#sub_bottom_bar_content {
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 960px;
	}

.sub_info {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px 0 0 15px;
	width: 290px;
	height: 195px;
	border-right: 1px dotted #287ab4;
	text-align: left;
	}

.sub_info_first {
	float: left;
	margin: 0 5px 0 7px;
	padding: 5px 0 0 15px;
	width: 290px;
	height: 195px;
	border-left: 1px dotted #287ab4;
	border-right: 1px dotted #287ab4;
	text-align: left;
	}

.sub_info_title {
	float: none;
	color: #fff;
	font-size: 1.10em;
	font-weight: bold;
	}

.sub_info_description {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	height: 100px;
	font-size: 0.95em;
	color: #fff2b4;
	}

#sub_bottom_bar ul{
	margin: 0;
	padding: 10px 0 0 20px;
	list-style: disc;
	color: #fff;
	}

#sub_bottom_bar ul li a{
	font-size: 0.90em;
	text-decoration: none;
	color: #fff;
	}

#sub_bottom_bar ul li a:hover{
	color: #fff2b4;
	}

#sub_bottom_bar p {
	padding: 10px 0 0 0;
	font-size: 0.90em;
	line-height: 1.50;
	color: #fff;
	}

#sub_bottom_bar p a {
	text-decoration: none;
	color: #bae080;
	}

#sub_bottom_bar p a:hover {
	color: #8ab649;
	}


/*/ end sub pages /*/

/*////////// end globals //////////*/

/*////////// start header //////////*/

#header {
	margin: 0;
	padding: 0;
	}

#logo {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 256px;
	height: 70px;
	}

#logo h1 {
	display: none;
	}

#top_info {
	float: right;
	margin: 0 -10px 0 0;
	padding: 20px 0 0 0;
	height: 36px;
	font-size: 0.75em;
	color: #5F5F5F;
	}

*:first-child+html #top_info { /* ie7 */
	color:#5F5F5F;
	float:left;
	font-size:0.75em;
	height:36px;
	margin:20px 0 0 -230px;
	padding:0;
	}

#top_info a {
	text-decoration: none;
	color: #5D8620;
	}

#top_info a:hover {
	color: #8ab649;
	}

#live_chat {
	float: right;
	margin: 0;
	padding: 19px 28px 0 0;
	height: 36px;
	}

/*/ start nav /*/

#nav {
	float: right;
	margin: 0;
	padding: 0 0 30px 30px;
	height: 11px;
	}

*:first-child+html #nav { /* ie7 */
	float: left;
	margin: 0 0 10px 25px;
	padding: 55px 0 30px 0px;
	height: 11px;
	}

#nav ul li {
	margin: 0 27px 0 0;
	padding: 0;
	display: inline;
	}

#nav ul li a{
	padding: 0 0 12px 0;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
	color: #0067b1;
	}

#nav ul li a:hover{
	color: #3998dc;
	}

#nav .active a {
	background: url(../images/nav_active.png) center bottom no-repeat;
	}

/*/ end nav /*/

/*/ start header bottom /*/

#header_bottom {
	float: left;
	width: 960px;
	height: 493px;
	background: url(../images/header_bottom_bg.jpg) no-repeat;
	}

#header_bottom_left {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	width: 505px;
	color: #fff;
	}

#header_bottom_left h2 {
	font-size: 1.50em;
	line-height: 1.30;
	}

#header_bottom_left p {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 0.95em;
	line-height: 1.50;
	}

#header_bottom_left p a {
	color: #F9E021;
	}

#header_bottom_left p a:hover {
	color: #FFEF6F;
	}

.header_bottom_left_button {
	float: left;
	margin: 38px 14px 0 0;
	}

#header_bottom_right {
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	width: 455px;
	}

/*/ end header bottom /*/

/*////////// end header //////////*/

/*////////// start home page content //////////*/

/*/ start package list /*/

#package_list {
	float: left;
	margin: 0;
	padding: 0;
	width: 960px;
	}

.package {
	float: left;
	margin: 0 22px 0 0;
	padding: 12px 12px 0 0;
	width: 279px;
	border-right: 1px dotted #c2c2c2;
	text-align: center;
	}

.package_first {
	float: left;
	margin: 0 23px 0 0;
	padding: 12px 13px 0 13px;
	width: 279px;
	border-left: 1px dotted #c2c2c2;
	border-right: 1px dotted #c2c2c2;
	text-align: center;
	}

.package_title {
	float: none;
	color: #004a7f;
	font-size: 1.10em;
	font-weight: bold;
	}

.package_title a {
	text-decoration: none;
	color: #004a7f;
	}

.package_title a:hover {
	color: #2786c9;
	}

.package_description {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	height: 105px;
	color: #292929;
	}

.package_description a {
	color: #004A7F;
	}

.package_description a:hover {
	color: #2786c9;
	}

.compare_button {
	float: left;
	clear: both;
	margin: 10px 0 2px 78px;
	padding: 0;
	height: 34px;
	}

.demo_button {
	float: left;
	clear: both;
	margin: 10px 0 0 92px;
	padding: 0;
	height: 34px;
	}

.more_features_link {
	float: left;
	margin: 8px 0 0 38px;
	padding: 0;
	width: 200px;
	height: 34px;
	}

.more_features_link a {
	color: #004a7f;
	}

.more_features_link a:hover {
	color: #2786c9;
	}

/*/ end package list /*/

#home_content {
	float: left;
	margin: 40px 0 0 0;
	padding: 30px 0 30px 0;
	width: 937px;
	border-top: 1px solid #c2c2c2;
	}

#home_content_left {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 455px;
	border-right: 1px dotted #c2c2c2;
	}

#home_content_left a {
	color: #5D8620;
	text-decoration: none;
	}

#home_content_left a:hover {
	color: #8ab649;
	border-bottom: 1px dotted #8ab649;
	}

#home_content_left h3 {
	float: none;
	color: #004a7f;
	font-size: 1.00em;
	font-weight: bold;
	}

#home_content_left p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 0.90em;
	line-height: 1.50;
	color: #292929;
	}

#home_content_right {
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	width: 438px;
	}

#home_content_right h3 {
	float: none;
	color: #004a7f;
	font-size: 1.00em;
	font-weight: bold;
	}

#home_content_right h2 {
	display: none;
	}

#home_content_right form {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 0.90em;
	}

#home_content_right p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 0.90em;
	line-height: 1.50;
	color: #292929;
	}

#home_bottom_bar {
	height: 182px;
	background: #00487c;
	}

#home_bottom_bar_content {
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 960px;
	}

.info {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px 5px 0 0;
	width: 225px;
	height: 130px;
	border-right: 1px dotted #287ab4;
	text-align: center;
	}

.info_last {
	float: left;
	margin: 0 5px 0 7px;
	padding: 5px 5px 0 0;
	width: 225px;
	height: 130px;
	border-right: none;
	text-align: center;
	}

.info_title {
	float: none;
	color: #fff;
	font-size: 1.10em;
	font-weight: bold;
	}

.info_description {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	height: 100px;
	font-size: 0.95em;
	color: #fff2b4;
	}

/*////////// end home page content //////////*/

/*////////// start demo page content //////////*/

.choose_demo_button {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	}

/*////////// end demo page content //////////*/

/*////////// start features page content //////////*/

.features_nav {
	float: left;
	margin: 0;
	padding: 25px 0 20px 0;
	font-size: 1.30em;
	font-weight: bold;
	color: #9F9F9F;
	}

.version {
	color: #292929;
	}

.features_nav a {
	text-decoration: none;
	color: #2C62AE;
	}

.features_nav a:hover {
	text-decoration: none;
	color: #2786c9;
	}

/*////////// end features page content //////////*/

/*////////// start faq page content //////////*/

#faq_list {
	margin: 0;
	padding: 0;
	color: #292929;
	}

#faq_list p{
	padding: 30px 0 0 0;
	}

/*////////// end faq page content //////////*/

/*////////// start testimonials page content //////////*/

#testimonials_list {
	margin: 0;
	padding: 0;
	color: #292929;
	}

#testimonials_list p {
	padding: 30px 0 10px 0;
	color: #2C62AE;
	}

#testimonials_list strong {
	font-style: italic;
	}

/*////////// end testimonials page content //////////*/

/*////////// start testimonials page content //////////*/

#purchase_table {
	font-size: 0.95em;
	border: 1px solid #ccc;
	color: #292929;
	}

#purchase_table  td {
	padding: 12px 8px 12px 8px;
	}

#purchase_table  b {
	color: #fff;
	}

#purchase_table .copy_3 {
	color: #2C62AE;
	}

#purchase_table a {
	color: #5D8620;
	text-decoration: none;
	}

#purchase_table a:hover {
	color: #8ab649;
	border-bottom: 1px dotted #8ab649;
	}

/*////////// end testimonials page content //////////*/

/*////////// start customize page content //////////*/

#customize_content {
	margin: 0;
	padding: 25px 0 0 0;
	}

.customize_content_quote {
	float: left;
	margin: 10px 0 20px 0;
	font-size: 0.90em;
	font-style: italic;
	color: #2C62AE;
	}

.customize_content_quote_button {
	float: left;
	margin: 15px 0 0 0;
	}

/*////////// end customize page content //////////*/

/*////////// start compare page content //////////*/

#compare_content {
	margin: 0;
	padding: 25px 0 0 0;
	color: #292929;
	}

#compare_table {
	margin-top: 15px;
	font-size: 0.90em;
	width: 655px;
	}

#compare_table td{
	padding: 10px 8px 10px 8px;
	}

#compare_table th{
	padding: 10px 8px 10px 8px;
	}

#compare_table a {
	color: #5D8620;
	text-decoration: none;
	}

#compare_table a:hover {
	color: #8ab649;
	border-bottom: 1px dotted #8ab649;
	}

#compare_table .copy_3 {
	color: #2C62AE;
	}

/*////////// end compare page content //////////*/

/*////////// start screenshots page content //////////*/

#screenshots_content {
	margin: 0;
	padding: 25px 0 0 0;
	color: #292929;
	height: 700px;
	}

/*////////// end screenshots page content //////////*/

/*////////// start seo page content //////////*/

#seo_content {
	margin: 0;
	padding: 25px 0 0 0;
	color: #292929;
	}

.seo_content_image {
	float: left;
	margin: 0;
	padding: 15px 0 15px 0;
	}

/*////////// end seo page content //////////*/

/*////////// start quote page content //////////*/

#quote_content {
	margin: 0;
	padding: 25px 0 0 0;
	color: #292929;
	}

#quote_content form {
	padding: 22px 0 0 0;
	}

#quote_content form p {
	padding: 0 0 36px 0;
	}

#quote_content form label {
	padding: 0 20px 0 0;
	font-weight: bold;
	color: #2C62AE;
	}

#quote_content .phone_field {
	padding: 0 0 0 143px;
	}

#quote_content form textarea {
	width: 400px;
	height: 180px;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	}

#quote_content .submit_button input{
	width: 90px;
	height: 30px;
	}

/*////////// end quote page content //////////*/

/*////////// start digishop 8 page //////////*/

#digishop_8_content {
	margin: -60px 0 0 0;
	padding: 0;
	color: #292929;
	}

#digishop_8_content p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #292929;
	}

#digishop_8_header {
	border: 0px solid #000;
	}

#digishop_8_header p {
	font-size: 72px;
	text-align: center;
	color: #65A62B;
	}

/*////////// end digishop 8 page //////////*/

/*////////// start footer //////////*/

#footer {
	height: 31px;
	border-top: 1px solid #0b6db3;
	background: #ebebeb;
	}

#footer_content {
	margin: 0 auto;
	padding: 4px 0 0 0;
	width: 960px;
	}

.footer_text {
	font-size: 0.70em;
	font-weight: bold;
	color: #004a7f;
	}

/*////////// end footer //////////*/
