/*
Theme Name: MagicApp
Theme URI: http://webdkr.com/sites/magicapp
Description: An Modern Application Landing Page.
Version: 1.0
Author: Kevin Rajaram
Author URI: http://webdkr.com/
Tags: Portfolio, Business.
*/

/*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, 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;
	color: #000000;
}
a {
	text-decoration:none}
body {
	line-height: 1em;
}
ul{
	list-style-type:none;
}
ul, ol {
	list-style-position:inside;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
img { -ms-interpolation-mode: bicubic; }

button{
	border:none;
	background: none;
	padding-bottom: 0;
	margin:0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.imgleft{
	float:left;
	margin: 0 15px 5px 0;
}
.imgright{
	float:right;
	margin:0 0 5px 15px;
}
.imgcenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
blockquote{
	background: url(images/quote.png) no-repeat scroll left center;
	padding:20px 20px 20px 30px;
	*padding: 40px 20px 20px 30px;
	display: block;
	margin: 20px 0 20px 35px;
}

/* ClearFix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*END RESET*/


/***********General Layout settings************/
html,body{
	margin:0;
	padding:0;
	background:url(images/pat_bg.png);
}
body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:12px; 
	line-height:21px;
	min-width:960px;
	color:#878787;

}
#header_frame{
	width:100%;
	height:auto;
	margin:0 auto;
	z-index:1000
}
#header{
	width:960px;
	margin:0 auto;
	position:relative;
	z-index: 10
}
#main_frame{
	width:100%;
	height:auto;
	margin:0 auto;
	_overflow: hidden;
}
#main{
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	border:1px solid #c6c6c6;
	padding:35px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	
}
#footer_frame{
	width:100%;
	height:auto;
	margin:0 auto;
}
#footer{
	width:960px;
	margin:0 auto;
	position:relative;
	z-index: 10;
}

/*Header */
.logo {
	margin-left:20px;
}
.contact{
	float: right;
	margin-top: -60px;
	margin-right: 20px;
}

/* Columns */
.one_third{
	width: 30%;
	margin-right: 5%;
	float:left;
	display:inline;
}
.two_third{
	width:65%;
	float:left;
	margin-right:5%;
	display:inline;
}
.one_half{
	width:48%;
	padding-right:4%;
	float:left;
	display:inline;
}
.one_fourth{
	width:22%;
	margin-right:4%;
	float:left;
	display:inline;
}
.three_fourth{
	width:74%;
	float:left;
	margin-right:4%;
	display:inline;
}
.last{
	margin-right: 0 !important;
}
.space_btm{
	margin-bottom: 25px;
}

/* Typograpghy */

h1, h2, h3, h4, h5, h6{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-weight: normal;
}
h1{
	font-size: 45px;
	color: #292929;
	line-height: 50px;
}
.tagline {
	text-align: center;
	margin-bottom: 35px;
}
h1 span{
	font-size: 45px;
	font-weight:bold;
}
h2{
	font-size: 35px;
	color: #292929;
	line-height: 40px;
}
h2 span{
	font-size: 35px;
	font-weight:600;
	color: #292929;
}
h3{
	font-size: 25px;
	color: #9f9f9f;
	line-height: 30px;
}
h3 span{
	font-size: 25px;
	color: #9f9f9f;
	font-weight: 600;
}
h4{
	font-size:17px;
	color: #292929;
	line-height: 20px;
	margin-bottom:10px
}

a{
	color:#067ae0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

p{
	margin-bottom: 20px;
}

/* Featured Section */
.featured{
	margin-bottom: 20px;
}

.features_title{
	margin: 11px 0 22px 0;
	display: block;
}
/* Start tabs style */
.panes{
	margin-top:35px;
	*padding-top:35px;
	min-height: 310px;
}
.tabs_section{
	clear: both;
}
ul.tabs{
	margin-bottom: 0;
	float: left;
	clear: both;
	margin-left: -15px;
}
ul.tabs li{
	float: left;
	display: inline;
	width: 138px;
	margin-left: 15px;
}
ul.tabs li a{
	background: url(images/btn.png) no-repeat;
	width: 138px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	color: white;
	font-size:14px;
}
ul.tabs li a:hover{
	text-decoration: none;
	background: url(images/btn_active.png) no-repeat;
	width: 138px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	color: white;
	font-size:14px;
}
ul.tabs li a.current{
	background: url(images/btn_active.png) no-repeat;
	width: 138px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	color: white;
	font-size:14px;
}

/* Download Button */
.dl{
	width:414px;
	height: 73px;
	display: block;
	margin:0 auto;
}
.dl a.mac{
	background: url(images/dl_mac_btn.jpg) no-repeat;
	height: 73px;
	width: 207px;
	display: block;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
}
.dl a:hover.mac{
	background: url(images/dl_mac_btn_hover.jpg) no-repeat;
	height: 73px;
	width: 207px;
	display: block;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
}
.dl a.win{
	background: url(images/dl_win_btn.jpg) no-repeat;
	height: 73px;
	width: 207px;
	display: block;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
}
.dl a:hover.win{
	background: url(images/dl_win_btn_hover.jpg) no-repeat;
	height: 73px;
	width: 207px;
	display: block;
	float: right;
	cursor: pointer;
	text-indent: -9999px;
}



/* Different kind of bullets for unordered lists */
ul.checklist li{
	background:url(images/icons/check_icon.jpg) no-repeat left center;
	padding-left:35px;
	*padding-left:35px;
	margin-bottom:12px;
	overflow: hidden;
	*margin-left:-15px;
	
}
ul.bullet_black li{
	background:url(images/icons/bullet_black.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_blue li{
	background:url(images/icons/bullet_blue.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	overflow: hidden;
	*margin-left:-15px;
}
ul.bullet_green li{
	background:url(images/icons/bullet_green.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_orange li{
	background:url(images/icons/bullet_orange.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_purple li{
	background:url(images/icons/bullet_purple.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_red li{
	background:url(images/icons/bullet_red.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_yellow li{
	background:url(images/icons/bullet_yellow.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_go li{
	background:url(images/icons/bullet_go.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	*margin-left:-15px;
}
ul.bullet_star li{
	background:url(images/icons/bullet_star.png) no-repeat left center;
	padding-left:25px;
	*padding-left:25px;
	margin-bottom:8px;
	overflow: hidden;
	*margin-left:-15px;
}

/* Start Footer styles */

#footer p{
	text-align: left;
	color: #8c8c8c;
	padding:15px 0 15px 20px;
	float: left;
}
#footer p a{
	color:#6c6c6c;
	text-decoration: underline;
}
#footer ul{
	float:right;
	margin:15px 20px 15px 0;
}
#footer ul li{
	float: left;
	display: inline;
	margin-left: 10px;
}
#footer ul li img{
	height:20px;
	width:20px;
}
