@charset "utf-8";
/* CSS Document */
/*
 
    ~"~"~ ICONIFY ~"~"~ XHTML Template by palpaldal
 
    TABLE OF CONTENTS ------------------
 
        1.  Common Theme Elements (usually inline elements)
        2.  Theme Structure
        3.  Pages Common Content's Styles
            a.  Header
            b.  Menu
            c.  Breadcrumbs
            d.  Footer
            e.  Sidebar
            f.  Pagination
        4.  Pagewise Styles
            a.Home
            b.  Portfolio
                i.  Column 2
                ii. Column 3
                iii.Column 4
            c.  Blog
                ii. Comments
                iii.Comment Form
            d.  Contact
                i.  Contact Form
        5.  Others
 
*/
 
/* <<<<<<<<<< 1. Common Theme Elements (usually inline elements)  >>>>>>>>>> */
 
/* <<<<<<<<<< 2. Theme Structure  >>>>>>>>>> */


::selection			{ background:#A31313; color:#FFF; /* Safari and Opera */ }
::-moz-selection  { background:#A31313; color:#FFF; /* Firefox */ }




#header{
	margin-top: -525px;
    background: #ddd9dc;
    padding: 0 0px;
    margin-bottom: 0px;
}

    #header .inner{
        margin: 0 -10px;
        padding: 0 120px;
    }
	
	
	
.tabbed_content {
	background-color: #000000;
	width: 620px;	
}

.tabs {
	height: 62px;
	position: relative;
}

.tabs .moving_bg {
	padding: 15px;
	background-color:#7F822A;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 125px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 15px;
	width: 125px;
	color: #ffffff;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #000000;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 330px;
	
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
}





#logo {
	position: relative;
	left: 130px;
	top: -20px;
	margin-top: -120px;
	background:url(files/images/logo.png) no-repeat;
	width: 480px;
	height: 240px;
	overflow: hidden;	
	z-index: 100;
}

#apple {
	position: relative;
	left: 90px;
	top: 790px;
	margin-top: 0px;
	background:url(files/images/app_store.png) no-repeat;
	width: 162px;
	height: 58px;
	overflow: hidden;	
	z-index: 100;
}

#facebook {
	position: relative;
	left: 650px;
	top: -260px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 60px;
	height: 60px;
	overflow: hidden;	
	z-index: 300;
}

#twitterbutton {
	position: relative;
	left: 650px;
	top: -250px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 60px;
	height: 60px;
	overflow: hidden;	
	z-index: 300;
}

#company_bg {
	position: relative;
	left: -80px;
	top: -395px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 300px;
	height: 120px;
	overflow: hidden;	
	z-index: 300;
}

#esoteric {
	position: relative;
	left: -62px;
	top: -500px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 262px;
	height: 39px;
	overflow: hidden;	
	z-index: 300;
}

#ariworks {
	position: relative;
	left: -40px;
	top: -485px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 130px;
	height: 30px;
	overflow: hidden;	
	z-index: 300;
}



.tabbed_content {
	position: relative;
	left: 10px;
	top: 780px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	overflow: hidden;
	z-index: 300;
	background-color: #451005;
	width: 330px;
	
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.tabs {
	height: 40px;
	position: relative;
}

.tabs .moving_bg {
	padding: 15px;
	background-color:#A80D0D;
	background-image:url(../../images/arrow_down.png);
	position: absolute;
	width: 80px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 15px;
	width: 80px;
	color: #F4DAAA;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #DCBE8D;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 320px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}

.tabslider ul a {
	color: #451005;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #FFF;
}

.tabslider ul li {
	padding-bottom: 7px;
}


 
#content{
	background: #ddd9dc;
	position: relative;
	top: -187px;
	padding: 0 0px;
	margin-bottom: -200px;
	margin-top: -225px;
	padding: 0 0px;
	height: 720px;
	z-index: 0;
}
 
    #content .inner{
	
        margin: 0 -10px;
        padding: 0px 80px;
    }
	
	#slider{
	height: 320px;
	margin-top: 10px;
	padding: 0px;
	width: 210px;
	overflow: hidden;
	position: relative;
	
	left: 510px;
	top: 160px;
	overflow: hidden;	
	z-index: 300;
}

#cyclePager{
	position: absolute;
	height: 18px;
	overflow: hidden;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}

	#cyclePager a{
	
		display: block;
		float: left;
		height: 18px;
		margin-left: 10px;
		text-indent: -9999px;
		width: 18px;
	}

	#cyclePager a:hover,
	#cyclePager a.activeSlide{background-position: -18px 0;}

#content_bg {
	position: relative;
	top: -340px;
	width: 830px;
	height: 640px;
	z-index: 3;
}

 
#footer{
    background: #ddd9dc;
	position: relative;
    padding: 0 10px;
}
 
    #footer .inner{

        padding: 1px 20px;
    }
	
	#twitter{
	background: transparent url(../../images/twitter-bird.png) 0 center no-repeat;
	margin-top: 30px;
	padding-left: 50px;
	width: 570px;
	
}


	#twitter h2,
	#twitter .profileLink{display: none;}

	#twitter li{
		display: block;
		line-height: 18px;
		
	}

 
/* <<<<<<<<<< 3. Press Release    >>>>>>>>>> */

#header_pr {
	
    padding: 0 10px;
    margin-bottom: 20px;
	
}

#title_pr {
	
    padding: 0 10px;
	    margin-top: 20px;
    margin-bottom: 20px;
	padding-left: 50px;
}

.copy_PR {
		width: 680px;
    background: #f1f1f1;
    border: 1px solid #cdcdcd;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
padding: 20px 20px 20px 20px;
	
    margin-bottom: 20px;
	    margin-right: -20px;
		
		zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.text {
	display: block;
    padding: 0 10px;
    margin-bottom: 20px;
	
	z-index: 700;
	
	
	filter: alpha(opacity=100);
	opacity: 1;
	
}
 
    /* <<<<<<<<<< a. Header   >>>>>>>>>> */
 
    /* <<<<<<<<<< b. Menu >>>>>>>>>> */
 
    /* <<<<<<<<<< c. Breadcrumbs  >>>>>>>>>> */
 
    /* <<<<<<<<<< d. Footer   >>>>>>>>>> */
 
    /* <<<<<<<<<< e. Sidebar  >>>>>>>>>> */
 
    /* <<<<<<<<<< f. Pagination   >>>>>>>>>> */
 
/* <<<<<<<<<< 4. Pagewise Styles  >>>>>>>>>> */
 
    /* <<<<<<<<<< a.Home  >>>>>>>>>> */
 
    /* <<<<<<<<<< b. Portfolio    >>>>>>>>>> */
 
        /* <<<<<<<<<< a. Column 2 >>>>>>>>>> */
 
        /* <<<<<<<<<< b. Column 3 >>>>>>>>>> */
 
        /* <<<<<<<<<< c. Column 4 >>>>>>>>>> */
 
    /* <<<<<<<<<< c. Blog >>>>>>>>>> */
 
        /* <<<<<<<<<< i. Comments >>>>>>>>>> */
 
        /* <<<<<<<<<< ii. Comment Form    >>>>>>>>>> */
 
    /* <<<<<<<<<< d. Contact  >>>>>>>>>> */
 
        /* <<<<<<<<<< i. Contact Form >>>>>>>>>> */
 
/* <<<<<<<<<< 5. Others   >>>>>>>>>> */
