/*******************************************************************************
 
    URL: www.interactivehive.com
    
    Theme: Coming Soon Page
    
    CSS stylesheet: styles.css
    
    Author: Sahus Pilwal
    
    Author URL: http://sahuspilwal.com
    
    Agency: Interactive Hive Limited
    
********************************************************************************
===============================================================================*/

/* Global Browser Resets ------------------------------------------------------*/

@import "presets.css";

/* Global Containers ----------------------------------------------------------*/

body
        {
            background:url(../images/layout/bg-main.jpg) repeat-x;
            margin:162px auto; text-align:center;
            font: 16px Helvetica, Georgia, Arial, Sans-Serif;
            font-style:italic;
            color:#888;
        }

/* Header ---------------------------------------------------------------------*/


/* Content --------------------------------------------------------------------*/

#teasers
    {
        width:640px;
        margin:50px auto; text-align:center;        
    }

    #left-teaser
        {
        
            float:left;
            background:url(../images/layout/line-sep.jpg) no-repeat;
            background-position: right center; 
            width:195px; height:123px;
        }
    #centre-teaser
        {
            float:left; margin-left:40px;
            background:url(../images/layout/line-sep.jpg) no-repeat;
            background-position: right center; 
            width:205px; height:123px;
        }
    #right-teaser
        {
            float:left; margin-left:85px; width:100px;
        }
#clear
    {
        clear:both;
    }

/* Footer ---------------------------------------------------------------------*/


/* Global Fonts ---------------------------------------------------------------*/

h1
    {
        background:url(../images/the-web-company.jpg) no-repeat;
        margin:50px auto; text-align:center;
        width:640px; height:76px;        
        text-indent:-999em;
    }
h2
    {
        background:url(../images/coming-soon.jpg) no-repeat;
        margin:50px auto; text-align:center;
        width:640px; height:77px;        
        text-indent:-999em;   
    }
h3
    {
        font: 32px Helvetica, Georgia, Arial, Sans-Serif;
        color:#e0e0e0; text-align:left;
    }
h4
    {
        background:url(../images/) no-repeat;
        margin:32px 0px 32px 0px; text-indent:-999em;
        width:894px; height:93px;
    }

