@charset "utf-8";
/* CSS Document */

/* CSS 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

#pri { 
	margin-top: 55px;
	margin-bottom: 55px;
	margin-left: 10px;
	padding: 0;
	text-align: left;
	}
#pri h3 {color: #464646; font-family: 'Calibri', Helvetica, sans-serif; 
font-size: 18px; font-weight: bold; text-align: left; margin-top: 10px;}
#pri p {color: #777777; font-family: 'Calibri', Helvetica, sans-serif; 
font-size: 16px; margin-top: 5px; text-align: left;}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Begin */

/* *** Layout *** */
#wrapper{
	width: 100%;
	min-width: 990px;
	height: auto;
}

#header_wrapper{
	width: 100%;
	height: 150px;;
	background-color: #f7f7f7;
}

#mod-1_wrapper{
	width: 100%;
	height: auto;
	min-height: auto;
	background-color: #f4f5f7;
	background-image: url('../images/img3.jpg');
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

#mod-2_wrapper{
	width: 100%;
	height: auto;
	min-height: 100px;
	background-color: #2480ec;
	background-image: url('../images/mod-2_wrapper-bg.jpg');
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
}

#mod-3_wrapper{
	width: 100%;
	height: auto;
	min-height: 100px;
	background-color: #fff;
}

#mod-4_wrapper{
	width: 100%;
	height: auto;
	min-height: 100px;
	background-color: #000;
}

#footer_wrapper{
	width: 100%;
	height: auto;
	background-color: #f5f5f7;
}

.container{
	display: block;
	overflow: hidden;
	margin: auto;
	width: 990px;
	height: auto;
}


#contact {
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}


input {
	width: 250px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; text-transform: uppercase; text-shadow: 0px -1px 0px #334f71; 
}
	input::-webkit-input-placeholder  {
    	color: #fcfcfc; text-shadow: 0px -1px 0px #38506b;  
	}
	input:-moz-placeholder {
	    color: #fcfcfc; text-shadow: 0px -1px 0px #38506b; 
	}

textarea {
	width: 260px; height: 170px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; text-transform: uppercase; text-shadow: 0px -1px 0px #334f71; 
}
	textarea::-webkit-input-placeholder  {
    	color: #fff; text-shadow: 0px -1px 0px #38506b;  
	}
	textarea:-moz-placeholder {
	    color: #fff; text-shadow: 0px -1px 0px #38506b; 
	}
	
input:focus, textarea:focus {
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}

input[type=submit] {
	width: 175px; height: 52px; float: left; padding: 15px 15px; margin: 10px 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
	cursor: pointer;
}




/* *** General Styles *** */
.float_left{
	float: left;
}

.float_right{
	float: right;
}

.clear{
	height: 0px;
	display: none;
	clear: both;
}

	/* Margin Set */
	.stop_margin{margin-top: 10px;}
	.mtop_margin{margin-top: 20px;}
	.ltop_margin{margin-top: 30px;}
	.sright_margin{margin-right: 10px;}
	.mright_margin{margin-right: 20px;}
	.lright_margin{margin-right: 30px;}
	.sbot_margin{margin-bot: 10px;}
	.mbot_margin{margin-bot: 20px;}
	.lbot_margin{margin-bot: 30px;}
	.sleft_margin{margin-left: 10px;}
	.mleft_margin{margin-left: 20px;}
	.lleft_margin{margin-left: 30px;}

/* *** Font Styles *** */

#header_content h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	letter-spacing: 0px;
	color: #000;
	padding-left: 2px;
	margin-bottom: 0px;	
}

#header_content h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
	line-height: 46px;
	text-align: left;
	letter-spacing: 0px;
	color: #2480ec;
	margin-bottom: 10px;		
}

#mod-1_wrapper h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0px;
	color: #7f7f7f;
	margin-bottom: 20px;
}

#mod-1_wrapper a:link{
	color: #fff;
	text-decoration: none;
}

#mod-1_wrapper a:active{
	color: #fff;
	text-decoration: none;
}

#mod-1_wrapper a:visited{
	color: #fff;
	text-decoration: none;
}

#mod-1_wrapper a:hover{
	color: #fff;
	text-decoration: none;
}

#form p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	letter-spacing: 0px;
	color: #2480ec;
	margin-bottom: 10px;		
}

#mod-2_wrapper h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 38px;
	text-align: center;
	letter-spacing: .5px;
	color: #fff;
	margin-bottom: 10px;
}

#mod-2_wrapper p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 20px;	
}

#mod-3_wrapper h4{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0px;
	color: #000;
	margin-bottom: 20px;	
}	

#mod-3_wrapper p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0px;
	color: #000;
	margin-right: 20px;
	margin-left: 20px;
}

#mod-4_wrapper h5{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 20px;	
}

#mod-4_wrapper p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #fff;
	margin-bottom: 20px;	
}

#mod-4_wrapper b{
	font-weight: bold;
}

#footer_wrapper p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.5px;
	color: #7f7f7f;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer_wrapper a:link{
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
}

#footer_wrapper a:active{
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
}

#footer_wrapper a:visited{
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
}

#footer_wrapper a:hover{
	font-weight: bold;
	color: #97d226;
	text-decoration: none;
}

/* *** Element Styles *** */
#main_logo{
	width: 363px;
	margin-top: 35px;
	height: 81px;
	border: none;
}

#header_content{
	margin-top: 50px;
}

#laptop_video_container{
	position: absolute;
	overflow: hidden;
	margin-top: 276px;
	margin-left: 120px;
	width: 408px;
	height: 250px;
	background-image: url("../images/video_screenshot.jpg");
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

/* Check Image */
#mod-1_wrapper img{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 120px;
	width: 60px;
}

#three_column{
	display: block;
	overflow: hidden;
	height: auto;
	margin-top: 630px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.three_column{
	width:300px;
	height: auto;
}

.four_column{
	float: left;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: 10px;
	width:235px;
	height: auto;
}

.four_column img{
	padding-left: 42px;
}

#middle_column{
	border-right-color: #e8e8e8;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #e8e8e8;
	border-left-style: solid;
	border-left-width: 2px;
	margin-right: 13px;
	margin-left: 13px;
}

/* Quote Image */
#mod-2_wrapper img{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
	width: 100px;
}

#testimonial{
	margin-top: 42px;
	margin-right: 80px;
	margin-bottom: 30px;
}

#two_column{
	display: block;
	overflow: hidden;
	height: auto;
	margin-top: 65px;
	margin-right: 50px;
	margin-bottom: 65px;
	margin-left: 50px;
}

.two_column_left{
	float: left;
	width: 440px;
	height: auto;
}

.two_column_right{
	float: right;
	width: 400px;
	height: auto;
}

.two_column_right img{
	width: 400px;
	height: auto;
	border: none;
}

#one_column{
	display: block;
	overflow: hidden;
	height: auto;
	margin-top: 65px;
	margin-right: 80px;
	margin-bottom: 65px;
	margin-left: 80px;
}

#blueBtn{
	position: absolute;
	margin-top: 90px;
	margin-left: 170px;
	width:130px;
	height: 44px;
	background-color: #1e79e2;
	border-color: #1d64b4;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	/* Font */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#blueBtn:hover{
	background-color: #1d64b4;
}

#greenBtn{
	position: absolute;
	margin-top: 90px;
	margin-left: 320px;
	width:130px;
	height: 44px;
	background-color: #8fcc15;
	border-color: #7daf1a;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	/* Font */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
#greenBtn:hover{
	background-color: #7daf1a;
}

/* Fancy Box */
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}

#screenshot_click{
	width:408px;
	height:250px	
}


	   #contact-form {
    background-color:#F2F7F9;
    width:465px;
    padding:20px;
    margin: 50px auto;   
    border: 6px solid #8FB5C1;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    position:relative;
}
 
#contact-form h1 {
    font-size:42px;
}
 
#contact-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}
 
#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form label {
    font-size:15px;
    margin-bottom:2px;
}
 
#contact-form input,
#contact-form select,
#contact-form textarea {
    width:450px;
    border: 1px solid #CEE1E8;
    margin-bottom:20px;
    padding:4px;
}
 
#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}
 
#contact-form textarea {
    height:95px;
    resize: none;
}
 
#contact-form label {
    display:block;
}
 
#contact-form .required {
    font-weight:bold;
    color:#F00;   
}
 
