html, body {
    height:100%;
    margin:0px;
    padding:0px;
}

body {
    background-color:#41b3e3;
    background-image:url('http://www.jargong.com/images/bg.png');
}

* {
    font-size:11px;
    font-family:"Trebuchet MS",Trebuchet, Verdana,sans-serif;
    color:#3d3d3d;
}

img {
    border-width:0px;
}

p {
    clear:both;
}

h1 {
    font-size:24px;
    clear:both;
    font-family:Arial,Helvetica,sans-serif;
    color:#4d841e;
    font-weight:bold;
}

h2 {
    font-size:16px;
    clear:both;
    font-family:Arial,Helvetica,sans-serif;
    color:#4d841e;
    font-weight:bold;
}

h3 {
    font-size:12px;
    font-weight:bold;
    clear:both;
    color:#4d841e;
}

a {
    color:#4d841e;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

div#frame {
    position:absolute;
    margin-left:-435px;
    left:50%;
    width:869px;
    margin-bottom:100px;
}

div#frame-top {
    position:relative;
    float:left;
    width:869px;
    height:105px;
    background-image:url('http://www.jargong.com/images/frame-top.png');
    background-repeat:no-repeat;
    background-position:top left;
}

div#frame-menu {
    position:relative;
    float:left;
    width:869px;
    background-image:url('http://www.jargong.com/images/frame-bg.png');
    background-position:left;
    background-repeat:repeat-y;
    height:20px;
    padding-left:38px;
}

div#frame-menu div {
    position:relative;
    float:left;
}

div#frame-menu-content {
    position:relative;
    float:left;
    width:796px;
    height:19px;
    border-bottom:1px solid #41b3e3;
}    

div#frame-menu-content div {
    margin-left:20px;
}

div#frame-content {
    position:relative;
    float:left;
    width:869px;
    background-image:url('http://www.jargong.com/images/frame-bg.png');
    background-position:left;
    background-repeat:repeat-y;
    padding-left:58px;
}

div#frame-content-margin {
    position:relative;
    float:left;
    width:766px;
}


div#frame-footer {
    position:relative;
    float:left;
    background-image:url('http://www.jargong.com/images/frame-footer.png');
    background-position:top left;
    background-repeat:no-repeat;
    width:869px;
    height:36px;
}


div#col-left {
    position:relative;
    float:left;
    width:360px;
    margin-right:30px;
    margin-bottom:50px;
}

div#col-right {
    position:relative;
    float:left;
    width:360px;
    margin-bottom:50px;
}

div#col {
    position:relative;
    float:left;
    width:600px;
    margin-bottom:100px;
}


div#frame-footer p {
    text-align:right;
    margin-top:2px;
    margin-right:50px;
}

div#frame-footer * {
    color:#41b3e3;
    font-size:8pt;
    margin:0px;
}


/* INDEX PAGE */
div.fp-item {
    width:350px;
    margin-bottom:25px;
    clear:both;
}

img.fp-item {
    position:relative;
    float:left;
    margin:0px 10px 10px 0px;
}



input[type=text], input[type=password], select {
    width:250px;
}


.phone {
    position:relative;
    float:left;
    margin:5px;
    text-align:center;
}


.error {
    color:#ff00aa;
    font-size:11px;
    font-weight:bold;
}


div.splash {
    position:relative;
    float:left;
    margin:10px 5px 10px 5px;
}


div.screenshots div {
    position:relative;
    float:left;
    border:1px solid #3d3d3d;
    margin:5px;
    width:178px;
    height:220px;
}

div.screenshots img {
    margin:0px;
    width:178px;
    height:178px;
    clear:both;
}

div.screenshots p {
    margin:5px;
    height:20px;
}
