/*************************************************************
 * Resets
 *************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{ 
	margin:0;
	padding:0;
}
table 
{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img 
{ 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var 
{
	font-style:normal;
	font-weight:normal;
}
ol,ul 
{
	list-style:none;
}
caption,th 
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6 
{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after 
{
	content:'';
}
abbr,acronym 
{
    border:0;
}


#btnTour
{
    background: url(/images/btnTour.jpg);
    display: block;
    float: left;
    height: 57px;
    margin: 0px 20px 0px 20px;
    width: 160px;
}
#btnSignUp
{
    background: url(/images/btnSignUp.jpg);
    display: block;
    float: left;
    height: 57px;
    width: 160px;
}
#btnRight
{
    background: url(/images/right.gif);
    background-position:right;
    display: block;
    float: left;
    height: 57px;
    width: 10px;
}

/*************************************************************
 * Styles
 *************************************************************/
body
{
    background: url(/images/body-bg.jpg) repeat-x;
    color: #0c273d;
    font-family: verdana,sans-serif;
    font-size: .8em;
}
#header
{
    height: 60px;
    margin: auto;
    width: 800px;
}
    #header #title
    {
        float: left;
        font-size: 2em;
        margin: 10px 50px 0px 0px;
    }
        #header #title a
        {
            color: #fffef1;
            text-decoration: none;
        }
    #header #menu
    {
        float: left;
        margin: 25px 0px 0px 0px;
    }
        #header #menu a
        {
            color: #fffef1;
            padding: 0px 20px 0px 0px;
            text-decoration: none;
        }
#content
{
    border: solid 1px #ffffff;
    margin: auto;
    width: 800px;
}
#footer
{
    border-top: solid 1px #2c5e2e;
    padding: 20px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
    clear: both;
    text-align: center;
}
    #footer a
    {
        float:right;
        font-size: .8em;
        color: #666666;
        padding: 0px 10px 0px 0px;
    }
    #footer div
    {
        text-align:left;
        width: 400px;
        float:left;
        font-size: .8em;
        color: #666666;
    }
    
/*************************************************************
 * home
 *************************************************************/
#home
{
}
    #home #splash
    {
        background: url('/images/splash.jpg') top right no-repeat;
        border-bottom: solid 1px #2c5e2e;
        margin: 20px 0px 10px 0px;
        padding: 0px 0px 20px 0px;
    }
        #home #splash h1
        {
            color: #70b85d;
            font-size: 1.6em;
        }
        #home #splash h2
        {
            margin: 10px 0px 20px 0px;
        }
        #home #splash ul
        {
            list-style-type: circle;
            margin: 0px 0px 20px 0px;
            padding: 0px 0px 0px 30px;
        }
            #home #splash ul li
            {
            }
    #home #welcomeMessage
    {
        line-height: 1.6em;
    }
        #home #welcomeMessage strong
        {
            background: #ffffcc;
        }
    #home #info
    {
        margin: 20px 0px 0px 0px
    }
        #home #info td
        {
            padding: 10px;
            vertical-align: top;
        }
            #home #info td h3
            {
                color: #70b85d;
                font-weight: bold;
            }
            #home #info td p
            {
                line-height: 1.6em;
                margin: 0px 0px 20px 0px;
            }
/*************************************************************
 * pricing
 *************************************************************/
#pricing
{
}
    #pricing h1
    {
        font-size: 1.6em;
        margin: 10px 0px 20px 0px;
    }
    
    #pricing table
    {
        border-bottom: solid 1px #0c273d;
        width: 100%;
    }
        #pricing table thead
        {
            background: #fffef1;
        }
            #pricing table thead th
            {
                border-bottom: solid 1px #dddddd;
                font-weight: bold;
                padding: 5px 0px 5px 0px;
                text-align: center;
            }
        #pricing table tr
        {
        }
            #pricing table tr td
            {
                padding: 5px 0px 5px 0px;
                text-align: center;
            }
                #pricing table tr td.description
                {
                    text-align: right;
                    width: 180px;
                }
        #pricing table tr.pricing
        {
        }
            #pricing table tr.pricing td
            {
                padding: 10px 0px 0px 0px;
            }
                #pricing table tr.pricing td span
                {
                    color: #aaaaaa;
                    display: block;
                    font-size: .9em;
                }
        #pricing table tr.signUp
        {
        }
            #pricing table tr.signUp td
            {
                padding: 20px 0px 20px 0px;
            }
                #pricing table tr.signUp td a
                {
                    color: blue;
                }
    #pricing h2
    {
        color: #70b85d;
        font-size: 1.4em;
        margin: 20px 0px 0px 0px;
    }
    #pricing p
    {
        line-height: 1.6em;
    }
/*************************************************************
 * signUp
 *************************************************************/
#signUp
{
}
    #signUp fieldset
    {
        background: #fffef1;
        border-top: solid 1px #2c5e2e;
        margin: 40px 0px 0px 0px;
        padding: 10px;
    }
        #signUp fieldset h3
        {
            color: #70b85d;
            font-size: 1.4em;
            font-weight: bold;
        }
        #signUp fieldset p
        {
            line-height: 26px;
            padding: 10px 0px 10px 0px;
        }
        #signUp fieldset div
        {
            margin: 0px 0px 10px 0px;
        }
        #signUp fieldset div label
        {
            display: block;
            font-size: .9em;
            margin: 0px 0px 3px 0px;
        }
        #signUp fieldset div input
        {
            margin: 0px 5px 0px 0px;
            width: 300px;
        }
        #signUp div.form-error
        {
            color: Red;
            font-size: .8em;
            font-weight: bold;
            line-height: 1.6em;
            margin: 10px 0px 20px 60px;
            vertical-align: middle;
        }       
/*************************************************************
* tour
*************************************************************/

#tour
{
    margin: 10px 0px 0px 0px;
    float:left;
    padding: 10px;
    width: 800px;
}
    #tour #menu
    {
        width: 140px;
        float:left;
    }
        #tour #menu a
        {   
            margin: 0px 0px 4px 0px;
            color: #000000;
            float:left;
            width: 125px;
            cursor: pointer;
            line-height: 20px;
            text-decoration: none;
        }
        #tour #menu a:hover
        {
            color: #70b85d;
        }
    #tour #easyAs
    {
        width: 650px;
        float:left;
    }
    #tour h1
    {
        color: #70b85d;
        font-size: 1.5em;
        font-weight:bold;
    }
    #tour .holder
    {
        float:left;
        padding: 0px 0px 40px 0px;
    }
        #tour .holder .number
        {
            padding:1px;
            float:left;
            width: 100px;
        }
        #tour .holder .description
        {
            float:left;
            width:500px
        }
            #tour .holder .description p
            {
                line-height: 1.6em;
            }
                #tour .holder .description p strong
                {
                    background: #ffffcc;
                }
    #tour #themeViewer
    {
        float:left;
    }
    #tour .disclaimer
    {
        font-size: .8em;
        margin: 20px 0px 3px 0px;
        width: 100%;
        float: left;
    }
    #tour #tourItem
    {
        width: 650px;
        float:left;
        margin: 0px 0px 0px 0px;
    }
    
    #tour .button
    {
        float:left;
        background: none;
        border: none;
        cursor: pointer;
        line-height: 20px;
        text-decoration: none;
    }
    #tour .buttonDescription
    {
        float:left;
        background-color: #ffffff;
        display:none;
        border: solid 1px #999999;
        padding: 10px;
        width: 300px;
    }
    
    #tour #tourItem #navigation
    {
        position:absolute;
        left:50%;
        top:280px;
        margin-left: -170px;
    }
    #tour #tourItem #navigationDesc
    {
        position:absolute;
        left:50%;
        top:300px;
        margin-left: -250px;
    }
    #tour #tourItem #description
    {
        position:absolute;
        left:50%;
        top:290px;
        margin-left: 270px;
    }
    #tour #tourItem #descriptionDesc
    {
        position:absolute;
        left:50%;
        top:310px;
        margin-left: 70px;
    }
    #tour #tourItem #images
    {
        position:absolute;
        left:50%;
        top:470px;
        margin-left: 40px;
    }
    #tour #tourItem #imagesDesc
    {
        position:absolute;
        left:50%;
        top:490px;
        margin-left: -110px;
    }
    #tour #tourItem #theme
    {
        position:absolute;
        left:50%;
        top:135px;
        margin-left: -20px;
    }
    #tour #tourItem #themeDesc
    {
        position:absolute;
        left:50%;
        top:155px;
        margin-left: -220px;
    }
    #tour #tourItem #mainNavigation
    {
        position:absolute;
        left:50%;
        top:135px;
        margin-left: 100px;
    }
    #tour #tourItem #mainNavigationDesc
    {
        position:absolute;
        left:50%;
        top:155px;
        margin-left: 50px;
    }
    #tour #tourItemAdmin #variant
    {
        position:absolute;
        left:50%;
        top:240px;
        margin-left: 120px;
    }
    #tour #tourItemAdmin #variantDesc
    {
        position:absolute;
        left:50%;
        top:260px;
        margin-left: 0px;
    }
    #tour #tourItemAdmin #description
    {
        position:absolute;
        left:50%;
        top:180px;
        margin-left: -120px;
    }
    #tour #tourItemAdmin #descriptionDesc
    {
        position:absolute;
        left:50%;
        top:195px;
        margin-left: -250px;
    }
    #tour #tourItemAdmin #images
    {
        position:absolute;
        left:50%;
        top:450px;
        margin-left: 120px;
    }
    #tour #tourItemAdmin #imagesDesc
    {
        position:absolute;
        left:50%;
        top:470px;
        margin-left: 0px;
    }
    #tour #tourItemAdmin #category
    {
        position:absolute;
        left:50%;
        top:387px;
        margin-left: -120px;
    }
    #tour #tourItemAdmin #categoryDesc
    {
        position:absolute;
        left:50%;
        top:407px;
        margin-left: -250px;
    }

/*************************************************************
 * contact
 *************************************************************/
 
 #contact
 {
     padding: 20px 0px 20px 0px;
 }
