@charset "utf-8";


/* new styles*/
.thumb {
width: 130px;
height: 150px;
margin: 0px 0px 10px 20px;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
font-family: Verdana, Tahoma, Arial;
float: left;
text-align: left;
border-width: 0px;
/*border-width:1px;
border-color:red;
border-style:solid;*/
}

#girl-info
{
}

#girl-info table
{
    border-color: #600;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    float: left;

}

#girl-info table td
{
    border-color: #600;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #D10000;
}

#girl-price
{
}

#girl-price table
{
    border-color: #600;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    float: right;

}

#girl-price td
{
    border-color: #600;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #D10000;
}



.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #D10000; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
        float: left;
        display: block;
        font: bold 12px Arial;
        color: black;
        text-decoration: none;
        margin: 0 1px 0 0; /*Margin between each menu item*/
        padding: 5px 10px 5px 10px; /*Padding within each menu item*/
        background-color: #D10000; /*Default menu color*/
        border-bottom: 8px solid black;
}

.invertedshiftdown2 a:hover{
        background-color: #D10000; /*Highlight red color theme*/
        padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
        padding-bottom: 0; /*Set padding-bottom value to 0 */
        border-bottom-color: #D10000; /*Highlight red color theme*/
        color: #000000;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

#header {
        height: 200px;
        width: 800px;
        margin-right: auto;
        margin-left: auto;
        background-image: url(images/logo.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 30px;
}
#nav {
        width: 800px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
}
#footer {
        width: 790px;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        padding: 5px;
        background-color: #D10000;
        font-size: x-small;
}
#bodycontainer {
        width: 810px;
        margin-right: auto;
        margin-left: auto;
}
#content {
        padding: 5px;
        float: left;
        width: 500px;
        border: 1px solid #D10000;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
}
#subcontent {
        padding: 5px;
        float: right;
        width: 250px;
        border: 1px solid #D10000;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
}
.clear {
        clear: both;
}
body,td,th {
        color: #FFFFFF;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: small;
}
body {
        background-color: #000000;
}
a:link {
        color: #FFFFFF;
}
a:visited {
        color: #FFFFFF;
}
a:hover {
        color: #990000;
}
a:active {
        color: #FFFFFF;
}
.style1 {color: #D10000}

h1
{
color: #D10000;
font-size: 17px;
}

h2
{
color: #D10000;
font-size: 15px;
}
