/*
 *
 * ISF Commercial v2010 Theme
 * Author:	Dave Norton dave at brawnconsulting dot com
 * Version: 	1.0 (22/1/2010)
 * Description: A pleasing default template for new Star*MS websites, featuring easy to read type, and pleasing colours. Uses CSS3 with a hint of jQuery.
 *
*/
/* Redefine Links */
a { color: #970c0d; text-decoration: none;}
a:hover { color: #f16464 !important; text-decoration: underline }
a:visited { color: #8a0c0d; }

/* Redefine HTML */
html, body {
    height: 100%;
}

body {
    font-family: "Droid Sans", Tahoma, Verdana, Arial, sans-serif;
    font-size: 87%;
    color: black;
    line-height: 1.3em;
    margin-top: 25px;
    background: white;
    overflow-x: hidden;
    background-image: url(/templates/isf-splash/gfx/background.jpg);
}

#wrapper {
    padding: 0px;
    width: 1280px;
    height: 800px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -640px;
    margin-top: -400px;
}

#left {
    float: left;
    height: 800px;
    width: 625px;
}

#left img {
    position: relative;
    top: 50%;
    margin-top: -296px;
}

#right {
    float: right;
    width: 655px;
    height: 700px;
    padding-top: 100px;
}

#navigation {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#navItems, #navItems li {
    list-style-type: none;
    display: inline;
    text-align: right;
    padding: 8px;
}

.box {
    padding: 0px;
    margin: 0px;
}

.button {
    width: 224px;
    height: 33px;
    margin: 15px;
    display: inline-block;
    font-size: 20pt;
    padding-top: 11px;

    background-repeat: repeat-x;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.button:hover {
    background-position: 0px -44px;
}

.button a{
    color: #000 !important;
}

#learn {
    background-image: url(/templates/isf-splash/gfx/blue.png);
}

#buy {
    background-image: url(/templates/isf-splash/gfx/green.png);
}

.clear {
    clear: both;
}
