* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body{
    font-family: Tahoma, Verdana, Helvetica, Arial;
    font-size: 12px;
    line-height: 1.7em;
    color: #666666;
}

p{
    margin: 10px 0;
}

h1, h2, h3, h4, h5{
    color: #ff9933;
}
h1 {
    padding-bottom:10px;
}
h2 {
}

.clear
{
    clear: both;
}

.hidden {
    display: none;
}

.right{
    float: right;
}

.left{
    float: left;
}

.line{
    color: #FF9933;
    background-color: #FF9933;
    clear: both;
    height: 1px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.center{
    text-align: center;
}

a, a:visited, a:link, a:active {
    color: #FF9933;
    text-decoration: none;
}
a img {
    border:none;
}

a:hover{
    text-decoration: underline;
}

#wrap{
    width: 900px;
    margin: auto;
}

#header{
    background: url(/images/bg-topbanner.png) no-repeat;
    height: 208px;
    position: relative;
}

#logo {
    position: absolute;
    left: 20px;
    top: 10px;
}

#top_menu
{
    position: absolute;
    right: 30px;
    top: 5px;
    color: #FFFFFF;
    font-size: 18px;
}

#top_menu a, a:visited, #top_menu a:link, #top_menu a:active {
    color: #FFFFFF;
    text-decoration: none;
}

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

#call_us{
    position: absolute;
    right: 60px;
    top: 60px;
    color: #FFFFFF;
    font-size: 18px;
}

#menu {
    position: absolute;
    right: 50px;
    top: 100px;
}

#menu ul {
    display: table;
    padding: 0;
    width: 500px;
}

#menu li {
    display: table-cell;
    padding:0;
    text-align: center;
}

#menu a, a:visited, #menu a:link, ul #menu a:active {
    color: #FFFFFF;
    text-decoration: none;
}

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

#footer {
    padding: 50px 0;
    font-size: 9px;
}

#footer ul {
    display: table;
    padding: 0;
    width: 350px;
}

#footer li {
    display: table-cell;
    padding: 0;
    text-align: center;
    font-size:11px;
}

#footer a, a:visited, #footer a:link, ul #footer a:active {
    color: #666666;
    text-decoration: none;
}

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

#footerbtm{
    margin: 20px 5px;
}

#f_img{
    background: #FFFFFF url(/images/bottom-swirl.jpg) no-repeat;
    height: 81px;
}

#webdesignby {
    float: right;
}

#webdesignby a, #webdesignby a:visited, #webdesignby a:hover, #webdesignby a:link, #webdesignby a:active {
    color: #666666;
    text-decoration: none;
}

#page{
}

#topimg{
    margin: -80px 0 10px;
}

#content, #full-content{
    background-color: #FFFFFF;
    padding: 15px;
    min-height: 300px;
}

#content {
    float: left;
    width: 620px;
}

#sidebar
{
    float: right;
    width: 240px;
}

.styled_box_top
{
    height: 21px;
    background: #FFFFFF url(/images/btn_bg_top.jpg) no-repeat;
    padding: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}

.styled_box{
    background: #FFFFFF url(/images/btn_bg_mid.jpg) repeat-y;
    padding: 10px;
}

.styled_box_bottom
{
    background: #FFFFFF url(/images/btn_bg_btm.jpg) no-repeat;
    height: 17px;
    padding-bottom: 20px;
}

.pager{
    position: absolute;
    left: 50%;
}

/*CART*/
#cart_table{
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

#cart_table thead{
    background-color: #BCBDC0;
}

#cart_table th{
    text-align: left;
    padding: 5px;
}

#cart_table tr{
    border: 1px solid #BCBDC0;
}

/*Q and A*/

#qanda{
    list-style: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5em;
}

#qanda h2{
    font-size: 15px;
    line-height: 1.5em;
}

#qanda li{
    min-height: 30px;
    margin-bottom: 20px;
}

.qanda_cnt{
    margin-left:40px;
}

.qanda_btn
{
    background: url("/images/btn-qa.jpg") no-repeat 0 -32px;
    height: 28px;
    width: 28px;
    float: left;
    margin-right: 10px;
}

.qanda_btn_open
{
    background-position: 0 0;
}

.qanda_full_text{
    display: none;
}

/*Contact*/
#contact_form{
    width: 390px;
}
#contact_form th{
    text-align: left;
    width: 80px;
}

#contact_form input[type="text"], #contact_form input[type="textarea"] {
    padding: 3px;
}

#contact_form td{
    padding: 5px;
}

#contact_body
{
    float: left;
    width: 230px;
}

/*Products*/

#product_list {
    list-style: none outside none;
    padding: 0;
}

.product_list_item{
    float: left;
    margin: 20px 18px 10px;
    text-align: center;
    width: 200px;
    height: 350px;
}

.product_list_image{
    height: 300px;
    width: 200px;
    overflow: hidden;
    display: table;
}

.product_list_image div {
    display: table-cell;
    vertical-align: middle;
    height: 300px;
}

#product_list li {   
    border-right: 1px solid #FF9933;
    float: left;
    height: 350px;
    margin: 20px 0 10px;
    padding: 12px;
    text-align: center;
    width: 200px;
}

#product_list li:first-child {
    margin-left: 0px;
}

#product_list li:last-child {
    margin-right: 0px;
    border-right: none;
}

#product_list a, #product_list a:visited, #product_list a:hover {
    color: #FF9933;
    text-decoration: none;
}

#productpage_img{
    float: left;
    width: 350px;
    min-height: 300px;
    margin: 20px 20px 0 0;
}

#productpage_txt{
    margin-top: 20px;
    width: 530px;
    float: right;
}

.full_text {
    display: none;
}

#add_to_cart{
    background-image: url("/images/btn-add.gif");
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 33px;
    margin: 10px 0;
    text-indent: -9999em;
    font-size: 0;
    display:block;
    line-height: 0;
    width: 111px;
}

#add_to_cart:active{background-position: 0 33px;}
#add_to_cart:hover{background-position: 0 33px;}

.checkout_btn{
    background-image: url("/images/btn-checkout.gif");
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 33px;
    margin: 10px 0;
    text-indent: -9999em;
    display:block;
    width: 111px;
    float: right;
}

.checkout_btn:active {background-position: 0 33px;}
.checkout_btn:hover {background-position: 0 33px;}

#to_checkout{
    background-image: url("/images/btn-proceed.gif");
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 33px;
    margin: 10px 0;
    text-indent: -9999em;
    display:block;
    width: 160px;
}

#to_checkout:active {background-position: 0 33px;}
#to_checkout:hover {background-position: 0 33px;}

#continue_shopping_btn {
    color: #666666;
    float: left;
    font-size: 18px;
}

#cart_update {
    background-image: url("/images/btn-update.gif");
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 33px;
    margin: 10px 0;
    text-indent: -9999em;
    display:inline;
    width: 111px;
}

#cart_update:active {background-position: 0 33px;}
#cart_update:hover {background-position: 0 33px;}

#cart_paymet {
    background-image: url("/images/btn-payment.gif");
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 33px;
    margin: 10px 0;
    text-indent: -9999em;
    display:inline;
    width: 160px;
}

#cart_paymet:active {background-position: 0 33px;}
#cart_paymet:hover {background-position: 0 33px;}

.submit_btn {
    background: url("/images/btn-submit.gif") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    float: right;
    height: 33px;
    width: 111px;
    cursor: pointer;
    text-indent: -9999em;
    font-size: 0;
    display:block;
    line-height: 0;
}

.submit_btn:hover {
    background-position: 0 -40px;
}

#same_as_radio ul {
    list-style: none outside none;
    padding-left: 20px;
}

.validation {
    color: red;
}

.popular-image{
    float:left;
    margin-right: 5px;
}

