/* 
    Document   : intro.css
    Created on : Aug 17, 2011, 8:29:00 PM
    Author     : Ji Yeon Huh
    Description:
        define intro page style
*/
#mainimg-wrapper {
    position: relative;
    height: 228px;
}
#main-phrase {
    position: relative;
    width: 1000px;
    height: 228px;
    background-color: #031d33;
    overflow: hidden;
}
#main-phrase ul {
    position:relative;
    left:0;
    top:0;
    list-style:none;
    margin:0;
    padding:0; 
    width:1000px;   
    height: 1368px;
}
#main-phrase li {
    width:1000px;
    height:228px;  
    float:left;
}
#next {
    display: none;
}
#platform {
    height: 55px;
    background: #031d33 url("../img/topbg002.jpg") no-repeat top left;
}
#platform div {
    float: left;
}
#main-content {
    color: #888;
}
#platform-content {
    float: left;
}
#content-ios, #content-android, #content-shopping {
    margin-top: 20px;
}
#content-ios {
    width: 245px;
    float: left;
    background: url("../img/div01.gif") repeat-y top right;
}
#content-android {
    width: 246px;
    float: left;
    background: url("../img/div01.gif") repeat-y top right;
}
#content-shopping {
    width: 245px;
    float: left;
}
#content-ios p, #content-android p, #content-shopping p {
   padding: 0 15px;
   margin: 0;
}
#latest-project {
    /*width: 736px;*/
    padding: 20px 0;
    margin-left: 10px;
    clear: left;
}
#project-icons {
    margin: 5px 0 0 10px;
}
#project-icons img {
    display: block;
    float: left;
    margin: 10px 10px 20px 10px;
    width: 82px;
    height: 156px;
}
#quote-form {
    margin-top: 20px;
    text-align: right;
    width: 264px;
    float: right;
}
form#fquote fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
form#fquote fieldset p {
    margin: 3px 0 0 55px;
    text-align:left;
}
form#fquote fieldset p label {
    margin-right: 5px;
    line-height: 17px;
}
form#fquote label img{
    vertical-align: middle;
    margin-bottom: 3px;
}
form#fquote .inputtext {
    width: 115px;
    height: 17px;
    line-height: 17px;
    border: 1px solid #003366;
    background-color: transparent;
    font-size: 9pt;
    color: #999;
    padding: 2px;
}
form#fquote textarea {
    width: 192px;
    height: 90px;
    border: 1px solid #003366;
    background-color: transparent;
    font-size: 9pt;
    color: #999;
    padding: 2px;
    /**the following style only works on IE **/
    scrollbar-base-color: #003366;
    scrollbar-arrow-color: #fff;
    scrollbar-DarkShadow-Color: #003366;
}
form#fquote #submit {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
}