@charset "utf-8";
/* CSS Document */
*{
	outline : none;
}
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;
}
ul {
	list-style : none;
}
a, a:hover {
	outline : none;
	text-decoration : none;
}
img {
	border : none;
}

/*--------------------------------------------------------- END OF SMALL RESET ---------------------------------------------------------*/	

/*--------------------------------------------------------- ELEMENT STYLES ---------------------------------------------------------*/	

body{
	background:#030303 url('../dark/images/pattern-back.jpg');
	font-size:13px;
	line-height:1.7;
	font-weight:normal;
}

h1{
	float:left;	
}

p,blockquote{
	margin:15px 0 15px 0;
	color:#9c9c9c;
	line-height:22px;
	font-size:13px;
	text-shadow:0 1px #333;
}

.no-padding{
	padding:0;	
}

blockquote{
	background:url('../images/blockquote.png') transparent scroll 0 5px no-repeat;
	padding-left:35px;
	font-style:italic;
}

.cntdivider{
	margin: 15px 0 15px 0;
	height:0;	
	border-top: 1px solid #0d0d0d;
	border-bottom: 1px solid #000;
}
.script{ /*Javascript enable and disable*/
	display:none;	
}
.marg{
	margin:0 0 15px 0;	
}
/*--------------------------------------------------------- END OF ELEMENT STYLES ---------------------------------------------------------*/	

/*--------------------------------------------------------- HEADER STYLES ---------------------------------------------------------*/	

.header_background{
	background:#0a0a0a url('../dark/images/pattern-1.jpg');
	margin:0 0 30px 0;
	padding:0 0 30px 0;
	border-bottom:1px solid #1b1c1c;		
}

.header_top_background{
	background:#000;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
}

h1 a{
	background:url('../dark/images/logo.png') no-repeat scroll 0 0;   /* LOGO IMAGE URL */
	display:block;
	text-indent:-9999px;
	width:192px;
	height:90px;
}

#phone-number{
	font-size:18px;
	line-height:18px;
	padding:24px 0 24px 0;
	color:#cecece;
	float:right;
}

#product_container {	/*video embed container*/
	background:#000;
	border:1px solid #120f0f;
	height : 250px;	
}

.product_highlight_container {
	line-height : 0;
	padding : 9px;
	z-index: 9999 !important;
}

h2{
	font-size:28px;
	color:#cecece;
	text-shadow:0 1px #000;
}

h3{
	font-size:19px;
	line-height:18px;
	padding:21px 65px 21px 65px;
	color:#cecece;
}

h3 span{
	color:#03a6db;	
}

h4{
	font-size:20px;
	color:#dbdbdb;		
}

h4 span{
	color:#03a6db;			
}

/*--------------------------------------------------------- BEIGN OF HEADER-ROTATOR ---------------------------------------------------------*/	

#rotator {
    padding: 0;
}
#rotator li{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.rotator-content h2{
	font-size:28px;
	color:#bdbdbd;
	margin:10px 0;
	line-height:30px;
	text-shadow:0 1px #000;	
}
.rotator-content p{
	font-size:15px;
	line-height:1.7;
	color:#9c9c9c;
	text-shadow:0 1px #000;
}

/*--------------------------------------------------------- END OF HEADER-ROTATOR ---------------------------------------------------------*/	

/*---------------------------------------------------------BUTTONS ---------------------------------------------------------*/	

a.button{	/*Rotator Buttons*/
	background:url('../dark/images/button.png') no-repeat scroll 0 0;
	margin:0 20px 0 0;
	font-size:13px;
	font-weight:bold;
	color:#dddddd;
	width:79px;
	display:inline-block;
	padding:9px 35px 9px 35px;
	line-height:14px;
}

a.button:hover{
	color:#03a6db;	
}

a.btn-download{		/*Download Button*/
	background:url('../dark/images/download.png') no-repeat transparent scroll 0 0;
	color:#000;
	line-height:16px;
	display:block;
	padding:10px 15px 10px 15px;
	font-weight:bold;
	font-size:16px;
}

a.btn-download:hover{
	color:#fff;	
}

/*---------------------------------------------------------END OF BUTTONS ---------------------------------------------------------*/	

p img {	/*Position for E-book Image*/
    float: left;
}

p img.left {
    float: left;
	margin:0 20px 0 0;
}

.about-us h3{
	font-size:25px;
	color:#cecece;	
}

/*---------------------------------------------------------FEAURES ICONS ---------------------------------------------------------*/	


		.browser{
	background:url('../assets/icon-resize/Firefox.png') no-repeat transparent scroll 0 0;
		}
		.view{
	background:url('../assets/icon-resize/world.png') no-repeat transparent scroll 0 0;	
		}
		.travel{
			background:url('../assets/icon-resize/travel.png') no-repeat transparent scroll 0 0;	
		}
		
/*--------------------------------------------------------- END OF FEATURES ICONS ---------------------------------------------------------*/	

/*---------------------------------------------------------SCREENSHOTS-GALLERY ---------------------------------------------------------*/	
		
.screenshot-thumbs{
	margin:5px 0 0 0;	
}

ul.screenshot li{
	float: left;
	line-height: 0;
	margin: 0 20px 5px 0;
}

ul.screenshot li a img{ /*Thumbnail images for screenshot items*/
	padding: 3px;
	border: 1px solid #222;
}

/*---------------------------------------------------------END OF SCREENSHOTS-GALLERY ---------------------------------------------------------*/	

/*---------------------------------------------------------BEGIN OF TESTIMONIAL ROTATOR ---------------------------------------------------------*/	

#testimonial-rotator {
    float: left;
    width: 100%;
}

#testimonial-rotator li,#testimonial-rotator li p {
	margin:0 0 30px 0;
    display: block;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
    width: 100%;
}

#testimonial-rotator li p strong {
    color: #58e2f7;
    display: inline-block;
    float: right;
    font-style: italic;
}

/*---------------------------------------------------------END OF TESTIMONIAL ROTATOR ---------------------------------------------------------*/	


/*---------------------------------------------------------BEGIN OF NEWSLETTER FORM ---------------------------------------------------------*/	


input{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	width:239px;
	padding:11px 0 11px 11px;
	height:13px;
	float:left;
	margin:0 20px 0 0;
	border:none;
	background: #f1f1f1;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#8f8c8c;
}

input.submit{
	background:url('../dark/images/submit.png') no-repeat transparent scroll 0 0;
	width: 120px;
	border:none;
	height:35px;
	cursor:pointer;
}

/*---------------------------------------------------------END OF NEWSLETTER FORM ---------------------------------------------------------*/	


/*--------------------------------------------------------- END OF CONTENT ---------------------------------------------------------*/	


/*--------------------------------------------------------- BEGIN OF FOOTER ---------------------------------------------------------*/	

.footer_background{
	background:url('../dark/images/pattern-1.jpg');
	padding:30px 0 30px 0;
}

.footer_copyright span{
	color:#9c9c9c;
	font-size:13px;
	line-height:32px;
	text-shadow:0 1px #000;
}

/*Social Icons area*/
ul.social li{
	display:inline-block;
	margin:0 10px 0 0;
}

/*--------------------------------------------------------- END OF FOOTER ---------------------------------------------------------*/	

