/*
Theme Name: RoadRunner Duplications
Theme URI: http://www.agamaadvertising.com
Description:
Version: 1.0
Author: Agama Advertising
Author URI: http://www.agamaadvertising.com

*/
html {
    width:100%;
}

body {
    /*text-align:center;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size:12px;
    margin:0px;
    background-color:#000000;
    /*background-color:#4A4960;*/
    background-image: url(./images/rr_background_repeat.png);
    background-repeat:repeat-y;
}

#page {
    width:800px;
    height:600px;
    /*margin-left:auto;
    margin-right:auto;*/
    text-align:left;
    background-image: url(./images/rr_background.png);
    background-repeat:no-repeat;
}


#header {
    width:800px;
    height:103px;
    position:relative;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    color:#4B495F;
}

#rrContactInfo {
    position:absolute;
    bottom:0px;
    left:255px !important; left:260px;
}

#menu {
    width:686px;
    height:24px;
    margin:0px;
    padding-top:10px !important; padding-top:0px;
    background-color:#239093;
    font-size:11px;
    font-weight:bold;
}

#menu ul {
    width:686px;
    height:24px;    /* needed by ie */
    margin:0 0 0 0;
    /*padding:0 0 0 9px;*/
    padding-left:9px;
    padding-top:0px !important; padding-top:10px;
    list-style-type: none;
    list-style-image: none;
}

#menu li {
    display:inline;
    /*padding: 0px 0px 0px 0px;*/
}

#menu a {
    height:35px;
    color:#4B495F;
    text-decoration:none;
    margin:0px -1px 0px -2px;
    /* left and right padding controls space between menu entries */
    padding:8px 8px 8px 8px;  
    background-color:#239093;
}

#menu a:visited {
    color:#4B495F;
    text-decoration:none;
}

#menu a:hover {
    color:#FFFFFF;
    text-decoration:none;
}

#content {
    width:510px;
    margin-left:87px;
    margin-top:35px;
    padding-bottom:20px;
    color:#239093;
    font-size:12px;
}

#content a {
    color:#4B495F;
    text-decoration:none;
}

#content a:visited {
    color:#4B495F;
    text-decoration:none;
}

#content a:hover {
    color:#FFFFFF;
    text-decoration:none;
}

.contentHeading {
    color:#4B495F;
    font-weight:bold;
}

#content table {
    width:100%;
    border-collapse:collapse;
}

#content td {
    border:solid 1px #239093;
    padding:3px;
}