/*  
Theme Name: Airos Chou
Theme URI: http://www.sunflowamedia.com
Description: Web Design examples
*/
/*html, body, p {
    border: 0 none;
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    vertical-align: baseline;
    font-size: 12px;
}*/
/*--------------------------------------------
container
--------------------------------------------*/
div#container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

div.examples_body {
    width: 750px;
    margin: 50px auto 0 auto;
    clear: both;
    overflow: hidden;
    position: relative;
}

h2.title_name {
    font-family: 'Times New Roman',Times,serif;
    font-weight: normal;
    font-size: 4em;
    margin: 0;
    padding: 50px 0 20px 0;
    text-align: center;
}

    h2.title_name span {
        font-family: 'Times New Roman',Times,serif;
        color: #f9f66d;
        font-size: 0.9em;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
    }

    h2.title_name small {
        color: #505e70;
        display: block;
        font-family: normal Verdana,Arial,Helvetica,sans-serif;
        font-size: 0.19em;
        letter-spacing: 1.0em;
        font-weight: bold;
        line-height: normal;
        text-transform: uppercase;
        padding: 3px 0 0 0;
    }

div.examples_body h3 {
    color: #f9f66d;
    font-size: 130%;
    padding-bottom: 15px;
    background: url(http://sunflowamedia.com/images/solid-line-news.gif) repeat-x bottom;
}

.copyright {
    width: 100%;
    color: #505e70;
    text-align: center;
    font-size: 100%;
    letter-spacing: 2px;
    margin-top: 100px;
}

    .copyright a {
        color: #AAA;
    }
/* The main banner unordered list */
.bannerHolder {
    width: 726px;
    margin: 20px 0 15px 0;
    padding: 20px 10px 20px 10px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    overflow: hidden;
    /* CSS3 rounded corners */
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

    /* Hiding the bullets of the li elements: */
    .bannerHolder li {
        list-style: none;
        display: inline;
    }

/* The banner divs */
.banner {
    width: 270px;
    height: 200px;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 40px 10px;
}

    /* The banner divs */
    .banner img {
        display: block;
        border: none;
    }
    /* The dark animated divs */
    .banner div {
        position: absolute;
        z-index: 50;
        background-color: black;
        width: 60px;
        height: 60px;
        cursor: pointer;
        /*	Setting a really big value for border-radius
		will make the divs perfect circles */
        /*-moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;*/
    }

    /*	Positioning the animated divs outside the
	corners of the visible banner area: */
    .banner .cornerTL {
        left: -63px;
        top: -63px;
    }

    .banner .cornerTR {
        right: -63px;
        top: -63px;
    }

    .banner .cornerBL {
        left: -63px;
        bottom: -63px;
    }

    .banner .cornerBR {
        right: -63px;
        bottom: -63px;
    }

    /* The "Visit Company" text */
    .banner p {
        width: 100%;
        left: 0;
        top: 57px;
        z-index: 1000;
        position: absolute;
        /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
        /*color: #FFF;*/
        font-size: 12px;
        text-align: center;
        cursor: pointer;
        display: none; /* hidden by default */
    }

.section-title center {
    margin-top: 200px;
}

.companyInfo {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.solutionjpg {
    margin-left: 103px;
}

.solutionjpgs {
    margin-left: 103px;
    margin-top: -50px;
}

    .solutionjpgs banner {
        display: block;
        padding-left: 50px;
        margin-top: 500px;
    }
