@charset "utf-8";
/* CSS Document */

body {
	background:white;
}
/*Custom Links, Tips & Stuff*/
a:link {
	color:#000;
}
a:visited {
	color: #000;
}
a:hover {
	color:#06C;
}
a:active {
	color:#06C;
}
h2 a {
	text-decoration:none;
}
p, li { 
	color: #333;
}
.red {
	color: #cc0000;
}

strong {color:black!important;}
.floatr {
	float:right!important;
}
.floatl {
	float:left!important;
}
.margint {
	margin-top:20px!important;
}
.marginnt {
	margin-top:-20px!important;
}
.marginb {
	margin-bottom:20px!important;
}
.marginr {
	margin-right:20px!important;
}
.marginl {
	margin-left:20px!important;
}
.margini {
	margin-right:10px!important;
}
.marginnl {
	margin-left:-20px!important;
}
.marginnr {
	margin-right:-20px!important;
}

h1#title {
	font-size:45px;
	margin:0 0 0 110px;
	line-height: 95px;
}
h2#get {
	font-size:30px;
	margin:-20px 0 20px 20px!important;
	line-height: 30px;
	border-bottom: solid 1px #000;
	width: 280px;
}
.subtitle {
	font-size:20px;
}
p.pitch {
	margin-left:250px!important;
	margin-bottom:20px;
}
/*download button*/
#download {
	display:block;
	background: #ffebeb;
	border: solid 1px #bd0000;
}
/*Top Nav*/

ul.topnav {
	list-style: none;
	display:block;
	width: 620px;
	margin: 0 auto!important;
}
ul.topnav li {
	float: left;
	margin: 0;
}
ul.topnav li a {
	display:block;
	padding: 0 20px;
	text-align: center;
}
ul.topnav li a:hover {
	font-weight:bold;
}
ul.topnav li a:active, ul.topnav li a.current {
	font-weight:bold;
}



/*Headers*/
#container {
	position:relative;
}
/*Blocs*/
#guarantee {
	position:absolute!important;
	top:10px!important;
	z-index:10!important;
	right: 0px!important;
	width: 88px;
	height: 115px;
}
#checkout {
	width: 160px;
	margin: 40px 30px 0 0;
	height: 158px;
}
#checkout p {
	margin:0;
	text-align: right;
}
#payment {
	margin-top:20px;
}
#price {
	font-size:30px;
	line-height: 31px;
	border-bottom: solid 1px #000;
}
.price2 {
	font-size:20px;
	margin: -20px 0 20px 140px!important;
}
.add {
	text-decoration:underline;
	margin: -20px 0 20px 140px!important;
}
#sugestion {
	margin:-20px 0 20px 20px!important;
	line-height: 30px;
}
#sidebar {
	margin-top:0!important;
}

.bloc, .bloc_grey {
	margin-top:20px;
}
.bloc p, .bloc h1, .bloc h2, .bloc h3, .bloc ul {
	margin-left: 20px;
	margin-right:20px;
}

.bloc_top_left {
	background: url(../images/bloc_top_left.png) no-repeat top left;
	height:30px;
	width: 3%;
	float: left;
}
.bloc_top_right {
	background: url(../images/bloc_top_right.png) no-repeat top right;
	height:30px;
	width: 3%;
	float: right;
}
.bloc_top {
	background: url(../images/bloc_top.png) repeat-x;
	height:30px;
	float: left;
	width: 100%;
	clear: both;
}
.bloc_bottom_left {
	background: url(../images/bloc_bottom_left.png) no-repeat top left;
	height:7px;
	width: 3%;
	float: left;
}
.bloc_bottom_right {
	background: url(../images/bloc_bottom_right.png) no-repeat top right;
	height:7px;
	width: 3%;
	float: right;
}
.bloc_bottom {
	background: url(../images/bloc_bottom.png) repeat-x;
	height:7px;
	float: left;
	width: 100%;
	clear: both;
}
/*Bloc Grey (sidebar)*/
.bloc_grey .bloc_insider {
	background: #EBEBEB;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	min-height:80px;
}
.bloc_grey .bloc_top_left {
	background: url(../images/bloc_top_left_grey.png) no-repeat top left;
	height:30px;
	width: 3%;
	float: left;
}
.bloc_grey .bloc_top_right {
	background: url(../images/bloc_top_right_grey.png) no-repeat top right;
	height:30px;
	width: 3%;
	float: right;
}
.bloc_grey .bloc_top {
	background: url(../images/bloc_top_grey.png) repeat-x;
	height:30px;
	float: left;
	width: 100%;
	clear: both;
}
.bloc_grey .bloc_bottom_left {
	background: url(../images/bloc_bottom_left_grey.png) no-repeat top left;
	height:7px;
	width: 3%;
	float: left;
}
.bloc_grey .bloc_bottom_right {
	background: url(../images/bloc_bottom_right_grey.png) no-repeat top right;
	height:7px;
	width: 3%;
	float: right;
}
.bloc_grey .bloc_bottom {
	background: url(../images/bloc_bottom_grey.png) repeat-x;
	height:7px;
	float: left;
	width: 100%;
	clear: both;
}
/*lists*/
dl.keyfeatures {
}
dl.keyfeatures dt{
	background:url(../images/check.png) no-repeat 0 3px;
	margin:10px 0 0 0;
	padding: 0 0 0 20px;
	list-style:none;
	font-size:14px;
	font-weight:bold;
}
dl.keyfeatures dd {
	margin:0;
	padding: 0 0 0 40px;
	background:url(../images/arrow_black.gif) no-repeat 26px 7px;;
}
ul.features {
	margin:0;
	display:block;
	float:left;
}
ul.features li{
	background:url(../images/check.png) no-repeat 0 3px;
	padding: 0 0 0 20px;
	list-style:none;
	margin: 0 0 10px 0;
}
/*Sidebar*/
#sidebar p {
	margin:0;
}
#sidebar img {
	display:block;
	margin:0 auto 10px;
}

/*javascript effects*/


div.scrollable {
	/* required settings */
	position: absolute;
	overflow:hidden;
	top: 60px;
	left:111px;
	width: 555px;
	height:600px;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {
	/* this cannot be too large */
	width:2000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
div.scrollable div.items div {
	height:500px;
	padding:40px 0 0 0;
	float:left;
	margin-right: 10px;
	width: 558px;
}
div.scrollable div.items div img {
	display:block;
	margin:0 auto;
}
div.scrollable div.items div p, div.scrollable div.items div h5 {
	display:block;
	width:500px;
	margin:0px auto;
	text-align:center;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	cursor:pointer;
	font-size:1px;
	position: absolute;
	left: 60px;
	top: 250px;
}
a.next, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/left.png) no-repeat;
	cursor:pointer;
	font-size:1px;
	position: absolute;
	right: 60px;
	top: 250px;
}
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:200px;
	height:20px;
	position:absolute;
	top:50px;
	left:350px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* the overlayed element */
div.overlay {
	width:770px;
	background:url(../images/white_screenshot.png) no-repeat;
	display: none;
}
div.overlay2 {
	width:600px;
	background:url(../images/white.png) no-repeat;
	display: none;
}
/* default close button positioned on upper right corner */
div.overlay div.close, div.overlay2 div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}



/*Compare table*/
#tables {
	position:absolute;
	top:80px;
	left:30px;
}


#compare_table {
	width:660px;
	font-size:12px;
	margin: auto;
}
#compare_table th {
	text-align:left;
	padding:5px;
	font-weight:normal;
	width:250px!important;
}
#compare_table tr {
	height:10px;
}
#compare_table td {
	display:table-cell; vertical-align:middle;

}
#compare_table td img {
	margin: 0 auto;
	display:block;

}
.top_table { 
	background: url(../images/bk_th_table.jpg) repeat-x;
	padding: 5px 0;
	width:100px;
	font-weight:bold;
	font-size:12px;
	color:white;
}
.top_table_red { 
	background: url(../images/bk_th_table_red.png) repeat-x;
	padding: 5px 20px;
	width:100px;
	font-weight:bold;
	font-size:12px;
	color:white;
}
.td_grey {
	background:#eee;
	border-right:solid 1px #999;
	border-bottom:solid 1px #333;
}

.td_white {
	border-right:solid 1px #999;
	border-bottom:solid 1px #333;
}

.td_black {
	background: url(../images/bk_th_table.jpg) repeat-x;
	color:#FFF;
	font-weight:700;
}

.td_black h3 { 
	color:#FFF; 
	margin:5px 0; 
	font-size: 12px; 
}

.b-left {
	border-left:solid 1px #999;
}
.phone_text { color:#666; font-size:12px; line-height: 13px; }

.b-top {
	border-top:solid 1px #999;
}

#macafee {
	position:absolute;
	left:465px;
	top:204px;
}
/*****SUPPORT PAGE START****************************************************************************/
.top_stroke { border:solid 1px #a9a9a9; border-width:1px 0 0 0; padding:15px 0 0 0; }
.devider { height:2px; background:url(../images/images/devider.jpg) repeat-x; margin: 0 0 15px 0; }
.green_text { color:#6ab435; }

#welcome_area { background:url(../images/images/m_box_bkgnd.jpg) repeat-x; background-position:bottom; width:820px; border:solid 1px #a9a9a9; border-width:1px; margin: 0 auto 10px; padding: 30px 40px 20px; }
.welcome_area_txt { margin:20px 0; }
#welcome_area h1 { color:#6ab435; font-size:24px; font-weight:bold; margin:0 0 10px 0; }

#phone_area { width:620px; border:solid 1px #a9a9a9; border-width:1px; margin: 0 auto 10px; padding: 0px 20px; height: 630px; }
#phone_area_box { width:290px; background:#FFF; padding:10px 10px 20px; border-top: 0px none; border-right: 0px none; border-bottom: 0px none; border-left: 0px none; }
.phone_area_txt { padding:5px 0; border:solid 1px #a9a9a9; border-width: 0 0 1px 0; }
#phone_area h2 { color:#6ab435; font-size:18px; font-weight:bold; margin:0 0 20px 0; }
.right {float:right;}
.left {float:left;}
#ticket_area_box { width:240px; background:#8d8c8c; border:solid 1px #a9a9a9; padding:20px; margin-top: 40px; margin-right: 25px; }
#ticket_area_box p { color:#FFF; }
#ticket_area_box h3 { color:#FFF; font-size:14px; font-weight:bold; margin:0 0 15px 0; }
#sumbit_email_btn { margin:31px 20px; }

.submit_form_fields { border:solid 1px #3682d8; }
#ticket_area_box { width:240px; background:#8d8c8c; border:solid 1px #a9a9a9; padding:20px; }
#ticket_area_box p { color:#FFF; }
#ticket_area_box h3 { color:#FFF; font-size:14px; font-weight:bold; margin:0 0 15px 0; }
.form_btns { margin: 15px 0 0 0; }

.support_btm_txt { margin:20px 0 30px; }
.support_btm_txt a:link, .support_btm_txt a:visited { color:#333; text-decoration:underline; }

#submit_form { width:380px; border:solid 1 px #333; background:#f1f1f1; padding:20px; margin: 0 auto; }
.support_devider { background:url(../images/images/support_devider.png) repeat-x; height:2px; margin: 20px 0; }
.text_field_titles { font-size:12px; color:#000; margin: 0px; padding: 0px; }
#name, #email { width:182px; margin:0 0 10px; padding: 0px; }
#message, #subject { width:380px; margin: 20px 0; margin:0 0 10px 0; }
.height20 { height:20px; }
.height50 { height:50px; }
.width180 { width:180px; }
.width378 { width:378px; }
.submit_form_fields { border:solid 1px #3682d8; }
.form_btns { margin: 15px 0 0 0; }

#lightbox { display:none; position: absolute; top:50%; left:50%; z-index:9999; width:500px; height:400px; margin:-220px 0 0 -250px; border:1px solid #fff; background:#FFF; text-align:left; padding:40px 0 0 0; }
#lightbox[id] { position:fixed; }
#overlay { display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:5000; background-color:#000; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); }
#overlay[id] { position:fixed; }
#lightbox.done #lbLoadMessage { display:none; }
#lightbox.done #lbContent { display:block; }
#lightbox.loading #lbContent { display:none; }
#lightbox.loading #lbLoadMessage { display:block; }
