@charset "utf-8";
/* CSS Document */
html, body {
    margin:0;
    padding: 0;
}
body{
    font-family: Tahoma, Verdana, "Times New Roman";
    font-size: 14px;
/*    background-color: #f98500;*/
    background-color: #00AEF0;
    /*        background-color: #00f90e;*/
    /*    background-color: #00AEF0;*/
    /*background-color: #e800f9;*/
    /*background-color: #f2ff00;*/
    /*background-color: #ff0000;*/
    /*background-color: #0801eb;*/
    /*background-color: #700202;*/
    background-attachment: fixed;
    background-image: url('../Images/overlay.png');
}
img{
    border-style: none;
}
option{
    font-family: Tahoma, Verdana, "Times New Roman";
    font-size: 14px; 
}
a{
    /*    color: #f98500;*/
    color: blue;
}
label{
    width: 150px;
    float: right;
    margin-right: 50px;
}
textarea{
    /*border-color: #f98500;*/
    border-color: red;
    border-style: solid;
    border-width: 1px;
    width: 200px;
    height: 70px;
    margin: 2px;
    font-family: Tahoma, Verdana, "Times New Roman";
    font-size: 14px; 
}
input[type="text"],select{
    /*border-color: #f98500;*/
    border-color: red;
    border-style: solid;
    border-width: 1px;
    width: 200px;
    margin: 2px;
    font-family: Tahoma, Verdana, "Times New Roman";
    font-size: 14px; 
}
input[type="submit"]{
    width: 200px;
    margin: 2px;
    font-family: Tahoma, Verdana, "Times New Roman";
    font-size: 14px; 
}
hr{
    /*border-color: #f98500;*/
    border-color: red;
    color: #f98500;
}
/* ctn --------------------------------------------- */
#ctn3{
    float: right;
    margin-top: 0px;
}

.PriceTable td{
    width: 50%; 
    text-align: center;
    border: 1px solid #f98500 ;
    margin-top: 0px;
    padding-top: 0px;
    float: top;
}

.PriceTable img{
    height: 200px;
    width: 150px;
    border-style: none;
}
/* MHK ////////////////////////////// */
.ctnCell {
    /*    background: #93CDDD;*/
    background-image: url('../Images/trans2.png');
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    /*    border-color: white;*/
    /*    border-style: solid;*/
    /*    border-width: 2px;*/
    text-align: center;
    margin: 5px;
    margin-bottom: 20px;
}
.ctnCell2 {
    /*    background: #93CDDD;*/
    background-image: url('../Images/trans2.png');
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
    /*    border-color: white;*/
    /*    border-style: solid;*/
    /*    border-width: 2px;*/
    text-align: center;
    margin: 5px;
}
.HdrPic {
    /*    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 0px;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        width: 95%;
        height: 300px;
        margin: 10px;*/
    /*margin-bottom: 80px;*/
}
.example_pic{
    text-align: center;
}
#idea3{
    background: #93CDDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    margin: 10px;
}
#idea .content {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin: 10px;
}
#idea .ideaCell {
    height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*    padding: 3px;*/
    font-family: tahoma,fantasy;
    font-weight: bold;
    font-size: 12px;
    /*    border-color: white;*/
    /*    border-style: solid;*/
    /*    border-width: 1px;*/
    text-align: center;
    background-image: url('../Images/trans2.png');
    /*    margin: 10px;*/
}
#idea .ideaCell2 {
    height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*    padding: 3px;*/
    font-family: tahoma,fantasy;
    font-weight: bold;
    font-size: 12px;
    /*    border-color: white;*/
    /*    border-style: solid;*/
    /*    border-width: 1px;*/
    text-align: center;
    background-image: url('../Images/trans2.png');
    padding: 10px;
}
.MouseFollower {
    /*height: 100%;*/
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 5px;
    border-color: white;
    border-style: solid;
    border-width: 0px;
    text-align: center;
    position:absolute;
    visibility: hidden;
}
/* MHK ////////////////////////////// */

