html,body {
    background-color: #fff;
    color: #333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 140%;
}

h1,h2,h3 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 10px 0 25px;
}

h2 {
  margin: 10px 0;
}

strong {
    font-weight: bold;
}

a {
    color: #333;
}

p {
    margin: 1em 0;
}

fieldset {
    border:1px solid #999999;
    padding: 10px 0 10px 10px;
    margin: 10px 0;
    width:940px;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#content {
    float: right;
    font-size: 13px;
    margin: 0 0 50px 10px;
    width: 770px;
}

#content ul {
    list-style-image: url(/images/arrow.png);
    margin: 1em 0 1em 1em;
    padding-left: 0;
}

#content li {
    margin-left: 15px;
}

#content ol {
    list-style-type: decimal;
    margin-left: 10px;
}


/*
 * Header styling
 */
#header {
    height: 83px;
}

#header h1 {
    background-image: url(/images/header_bg.gif);
    height: 100%;
    width: 100%;
}

#header h1 a {
    background: transparent url(/images/ri_logo.gif) no-repeat scroll left top;
    display: block;
    height: 100%;
    text-indent: -4000px;
    width: 100%;
}

/*
 * Nav styling
 */
#about_menu {
    display: block;
    float: right;
    margin-top: -40px;
}

#about_menu ul li {
    display: block;
    float: left;
    font-size: 13px;
    height: 27px;
}

#about_menu ul li a {
    display: block;
    float: left;
    height: 27px;
    line-height: 27px;
    padding:0 17px 0 18px;
    text-decoration:none;
}

#about_menu ul li a:hover {
    text-decoration: underline;
}
/*
   * Menu styling
*/
#sidebar {
    background-color: #6294c5;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 165%;
    width: 180px;
}

#sidebar h2 {
    background-color: #6294c5;
    margin: 5px 0;
    text-align: center;
}

ul.vertical_menu {
    background-color: #275a96;
    border-bottom: 1px solid #6294c5;
    border-top: 1px solid #143e6e;
    line-height: 165%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.vertical_menu li {
    border-bottom: 1px solid #143e6e;
    border-top: 1px solid #6294c5;
    display: list-item;
}

ul.vertical_menu li a {
    color: #ffffff;
    display: block;
    padding-left: 20px;
    text-decoration: none;
 }

ul.vertical_menu li a:hover {
    background-color: #143e6e;
}

/*
 * Search box
 */
#search_bar {
    background-color: #6294c5;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    width: 100%;
}

#search_bar form {
    background-color: #6294c5;
    display: inline;
}

#search_bar label {
    padding-left: 5px;
}

#search_bar p {
    display: inline;
    font-weight: normal;
}

#search_bar a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#search_bar a:hover {
    text-decoration: underline;
}

/*
 * Main page product list
 */
.product_group {
    height: 300px;
}

.product_description {
    float: left;
    width: 250px;
}

/*
 * Footer
 */
#footer {
    border-top: 1px solid #333;
    clear: both;
    font-size: 11px;
    text-align: center;
}

.AuthorizeNetSeal {
    float: left;
}

/*
 * Search display
 */
th {
    font-weight: bold;
    text-align: center;
}

.even {
    background-color: #dedede;
}

#catalog th.price {
    width: 75px;
}

#catalog td {
    text-align: center;
    vertical-align: top;
}

#catalog td.product_image {
    text-align: left;
    vertical-align: center;
}

#catalog td.product_image img {
    float: left;
    width: 100px;
}

#catalog td.description {
    text-align: left;
}

#catalog td.product_image {
    padding: 10px;
}

#catalog td.air_interface {
    padding-right: 10px;
}

/*
 * Contact info
 */
#contact_info {
    margin-left: 160px;
}

#contact_info p {
    margin: 0;
}

/*
 * About
 */
#about_ri img {
    float: left;
    margin-right: 10px;
}

/*
 * Cart
 */
#shopping_cart .button-to {
    display: inline;
}

#shopping_cart .button-to div{
    display: inline;
}

#shopping_cart td, #shopping_cart th {
    padding: 0 10px;
}

table#shopping_cart {
    margin: 10px 0;
}

#invoice ul {
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#invoice li {
    margin: 0;
}


/*
 * Checkout
 */
#checkout_content {
    font-size: 13px;
}

#checkout_content legend {
    font-weight: bold;
    text-transform: uppercase;
}

div.required {
    clear: left;
    display: block;
    width: 300px;
}

div.required label {
    display: block;
    float: left;
    padding: 3px 5px;
    text-align: right;
    width: 130px;
}

fieldset#shipping_address {
    margin: 0 5px;
    width: 460px;
}

fieldset#billing_address {
    margin: 0 5px;
    float: left;
    width: 460px;
}

#credit_card_info {
    margin-top: 10px;
}

#shipping_info {
    float: left;
    width: 50%;
}

#billing_info {
}

#contact_bar {
    background-color: #e4e4e4;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
}

#contact_bar p {
    margin: 0 0 0 650px;
    padding: 0;
}

/*
 * Notice
 */
#flash_notice {
    background-color: #86ff7f;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    width: 270px;
}

/*
 * Error
 */
#flash_error {
    background-color: #ffbfc2;
    border: 1px solid #f00;
    margin: 20px auto 20px auto;
    width: 270px;
}

#flash_error h3 {
    background-color: #f00;
    color: #fff;
    text-align: center;
}

#flash_error p {
    padding: 10px;
    text-align: center;
}

div.formError {
    display: inline;
    color: red;
}

div.fieldWithErrors {
    display: inline;
}


dl.item_summary {
     clear: left;
     padding-top: 1em;
}

dl.item_summary dt {
    display: block;
    float: left;
    font-weight: bold;
    width: 13em;
}

#price_list {
    margin-left: 310px;
}

#price_list td, #price_list th {
    padding-left: 10px;
    text-align: left;
    width: 100px;
}

#additional_service_info h3 {
    margin-bottom: 1em;
}

dl dt {
  display: block;
  float:left;
  font-weight: bold;
  width: 150px;
}

#tag_details .product_image {
    float: left;
    width: 300px;
}

/*
 * Quote style
 */
#new_quote .required {
    margin: 20px 0;
    width: 500px;
}

#new_quote label {
    font-weight: bold;
}

#new_quote .textarea label {
    float: none;
    text-align: left;
    width: 100%;
}

dd ul.address li {
  list-style-image: none;
  margin-left: 150px !important;
  padding: 0;
}

dt.description {
    clear: both;
}

dd.description {
    clear: both;
}