* {
    margin: 0 auto;
    padding: 0px;
}

body {
    margin: 0 auto;
    background-color: #8acbee;
    background-image: url(../images/background_image.jpg);
    background-repeat: repeat-x;
}

#popups {
    margin: 0 auto;
    background-color: #8acbee;
}

#main_container {
    width: 850px;
    margin: 0 auto;
    padding: 0px;
}

.top_links {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
    text-align: center;
	width: 100%;
}

.top_links a {
    color: #fff;
    text-decoration: none;
    padding: 0px 6px;
    font-weight: bold;
}

.top_links a:hover {
    color: #8acbee;
    text-decoration: none;
}

#index_flash_bg {
    background-image: url(../images/inner_flash_bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.text-white {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 17px;
}

.text-white a {
    color: #000;
    text-decoration: none;
}

.text-white a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.copyright {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 16px;
}

h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #831712;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
}

.text {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    line-height: 17px;
}

.text a {
    color: #831712;
    text-decoration: underline;
}

.text a:hover {
    color: #333;
    text-decoration: none;
}

.text strong {
    color: #D9261F;
}

.form {
    border: 1px solid #2f4461;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 13px;
    text-align: left;
}

h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FF6600;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    background-color: #2f4461;
    display: block;
    width: 223px;
    height: 40px;
}

h4 a {
    color: #fff;
    text-decoration: none;
}

h4 a:hover {
    color: #b8cd4f;
    text-decoration: none;
}


/*------------product table--------------*/

#table {
    background-color: #2F4461;
}

#table .headings {
    background: #2f4461;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

#table .text {
    background-color: #8acbee;
}

.img-border {
    border: solid 1px;
    border-color: #2F4461;
}