html,	body {
  margin:0;
  padding:0;
  height:100%;
}

.roundedimg {
-moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
}

form {margin: 0; padding: 0;}

.logo
{
    position: absolute;
    left: 0;
    top: 10px;
}

.help
{
    position: absolute;
    left: 0;
    top: 5px;
}

.logo img {
    padding-top: 5px;
    padding-left: 12px;
}

.fb_like {
    position: absolute;
    left: 200px;
    top: 75px;
    z-index: 101;
    width: 83px;
}

.google_like {
    position: absolute;
    left: 293px;
    top: 75px;
    z-index: 101;
    width: 60px;
}

.menu
{
    position: absolute;
    left: 0px;
    top: 105px;
    width: 100%;
    height: 38px;
    background-image: url(shared/menu_bg.png);
    background-repeat: repeat-x: 
}

.categories
{
    position: absolute;
    left: 0px;
    top: 185px;
    width: 285px;
    height: 373px;
    margin-left: 40px;
}

.hilite
{
    position: absolute;
    left: 285px;
    top: 543px;
    width: 680px;
    height: 218px;
    margin-left: 20px;
}

.hilite_ad1
{
    position: absolute;
    left: 0px;
    top: 20px;
    width: 121px;
    height: 197px;
    background-image: url(shared/hilite_bg.jpg);
}

.hilite_ad2
{
    position: absolute;
    left: 122px;
    top: 20px;
    width: 121px;
    height: 197px;
    background-image: url(shared/hilite_bg.jpg);
}

.hilite_ad3
{
    position: absolute;
    left: 244px;
    top: 20px;
    width: 121px;
    height: 197px;
    background-image: url(shared/hilite_bg.jpg);
}

.hilite_ad4
{
    position: absolute;
    left: 366px;
    top: 20px;
    width: 121px;
    height: 197px;
    background-image: url(shared/hilite_bg.jpg);
}

.hilite_ad5
{
    position: absolute;
    left: 488px;
    top: 20px;
    width: 121px;
    height: 197px;
    background-image: url(shared/hilite_bg.jpg);
}

.hilite_ad_img 
{
    position: absolute;
    margin: auto;
    top:  2px;
    left: 6px;
    width: 106px;
    height: 96px;
    overflow: hidden;
}

.hilite_ad_text
{
    position: absolute;
    margin: 0px;
    top: 111px;
    left: 5px;
    width: 109px;
    height: 80px;
    overflow: hidden;
}

.blue_pad
{
    position: absolute;
    left: 285px;
    top: 163px;
    width: 630px;
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    -moz-box-shadow: 2px 2px 5px #a0a0a0; 
    -webkit-box-shadow: 2px 2px 5px #a0a0a0; 
    background-color: #6493c1;
    text-align: left; 
    padding: 20px;
    line-height: 12px;
}

.yella_pad
{
    position: absolute;
    left: 20px;
    top: 543px;
    width: 220px;
    background-color: #ffd12d;
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    -moz-box-shadow: 2px 2px 5px #a0a0a0; 
    -webkit-box-shadow: 2px 2px 5px #a0a0a0; 
    text-align: left; 
    padding: 20px;
    line-height: 12px;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #606060;
    font-weight: normal;
    font-size: 12px;
}

.yella_pad a:link
{
     FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
     FONT-SIZE: 12px;
     COLOR: #6493C1;
     FONT-WEIGHT: bold;
     TEXT-DECORATION: none;
}

.yella_pad a:visited
{
     FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
     FONT-SIZE: 12px;
     COLOR: #6493C1;
     FONT-WEIGHT: bold;
     TEXT-DECORATION: none;
}

.yella_pad a:hover
{
     FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
     FONT-SIZE: 12px;
     COLOR: #6493C1;
     FONT-WEIGHT: bold;
     TEXT-DECORATION: underline;
}

.yella_pad a:hover:visited
{
     FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
     FONT-SIZE: 12px;
     COLOR: #6493C1;
     FONT-WEIGHT: bold;
     TEXT-DECORATION: underline;
}

.footer
{
    position: absolute;
    left: 0px;
    top: 783px;
    width: 100%;
    height: 223px;
    background-image: url(shared/footer_bg.jpg);
    FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
    FONT-SIZE: 12px;
    COLOR: #afafaf;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
    line-height: 18px;
}

.fixed_footer {
  position: fixed;
display: none;
  bottom: 0;
  height: 24px;
  width: 100%;
  background: #000000 url(images/footer-bg.jpg) no-repeat 0 0;
  border-top: 4px solid #ffffff;
  z-index: 99;
  FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
  FONT-SIZE: 12px;
  COLOR: #afafaf;
  FONT-WEIGHT: normal;
  TEXT-DECORATION: none;
  line-height: 24px;
  text-align: center;
}



.footer_about
{
    position: absolute;
    left: 285px;
    width: 450px;
    height: 165px;
    margin: 20px;
}

.footer_community
{
    position: absolute;
    left: 805px;
    width: 160px;
    height: 165px;
    margin: 20px;
}

.footer_icons
{
    position: absolute;
    left: 0px;
    top: 20px;
    width: 260px;
    height: 165px;
}

.footer_links
{
    position: absolute;
    left: 0px;
    top: 223px;
    width: 100%;
    height: 24px;
    background-color: #000000;
    text-align: center;
    line-height: 24px;
}

.footer_links_small
{
    left: 0px;
    width: 100%;
    height: 24px;
    background-color: #000000;
    text-align: center;
    line-height: 24px;
}

.page
{
    position: absolute;
    left: 305px;
    top: 180px;
    width: 660px;
    FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
    FONT-SIZE: 12px;
    COLOR: #606060;
    LINE-HEIGHT: 18px;
}

.page a:link
{
     FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
     FONT-SIZE: 12px;
     COLOR: #6493c1;
     FONT-WEIGHT: normal;
     TEXT-DECORATION: underline;
}

.page a:visited
{
     FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
     FONT-SIZE: 12px;
     COLOR: #6493c1;
     FONT-WEIGHT: normal;
     TEXT-DECORATION: underline;
}

.page a:hover
{
     FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
     FONT-SIZE: 12px;
     COLOR: #6493c1;
     FONT-WEIGHT: normal;
     TEXT-DECORATION: none;
}

.page a:hover:visited
{
     FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
     FONT-SIZE: 12px;
     COLOR: #6493c1;
     FONT-WEIGHT: normal;
     TEXT-DECORATION: none;
}

.default_table
{
     FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
     FONT-SIZE: 12px;
     COLOR: #606060;
     BORDER-TOP: 1px;
     BORDER-TOP-STYLE: solid;
     BORDER-TOP-COLOR: #606060;
     BORDER-LEFT: 1px;
     BORDER-LEFT-STYLE: solid;
     BORDER-LEFT-COLOR: #606060;
     BORDER-RIGHT: 1px;
     BORDER-RIGHT-STYLE: solid;
     BORDER-RIGHT-COLOR: #606060;
     WIDTH: 600px;
}

.dt_th_left
{
     FONT-WEIGHT: bold;
     BACKGROUND-COLOR: #e0e0e0;
     BORDER-BOTTOM: 1px;
     BORDER-BOTTOM-STYLE: solid;
     BORDER-BOTTOM-COLOR: #606060;
     PADDING: 4px;
}

.dt_th_default
{
     FONT-WEIGHT: bold;
     BACKGROUND-COLOR: #e0e0e0;
     BORDER-LEFT: 1px;
     BORDER-LEFT-STYLE: solid;
     BORDER-LEFT-COLOR: #606060;
     BORDER-BOTTOM: 1px;
     BORDER-BOTTOM-STYLE: solid;
     BORDER-BOTTOM-COLOR: #606060;
     PADDING: 4px;
}

.dt_td_left
{
     BORDER-BOTTOM: 1px;
     BORDER-BOTTOM-STYLE: solid;
     BORDER-BOTTOM-COLOR: #606060;
     PADDING: 4px;
}

.dt_td_default
{
     BORDER-LEFT: 1px;
     BORDER-LEFT-STYLE: solid;
     BORDER-LEFT-COLOR: #606060;
     BORDER-BOTTOM: 1px;
     BORDER-BOTTOM-STYLE: solid;
     BORDER-BOTTOM-COLOR: #606060;
     PADDING: 4px;
}

.menu_title_bg
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 800px;
    height: 36px;
    border-top: none;
    border-bottom: 1px solid #606060;
  	background-color: #e0e0e0;
    text-decoration: none;
}

.menu_title
{
    position: absolute;
    left: 24px;
    top: 8px;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #606060;
    font-weight: bold;
    font-size: 15px;
}

.menu_contents
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 752px;
    padding-top: 12px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    border-top: none;
    border-bottom: 1px solid #606060;
	  background-color: #ffffff;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #606060;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.menu_contents a:link
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #009cea;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.menu_contents a:visited
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #009cea;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.menu_contents a:active
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #009cea;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

.menu_contents a:active:visited
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #009cea;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

.menu_contents a:hover
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #009cea;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

.menu_contents a:hover:visited
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #009cea;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

.form_tip
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #a0a0a0;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    padding-top: 5px;
}

.form_tip a:link
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #6493c1;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    padding-top: 5px;
}

.form_tip a:visited
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #6493c1;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    padding-top: 5px;
}

.form_tip a:hover
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #6493c1;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    padding-top: 5px;
}

.form_tip a:hover:visited
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #6493c1;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    padding-top: 5px;
}

.about_text
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #606060;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.order_table
{
    border-color: #a0a0a0;
    border-width: 0 0 1px 1px;
    border-style: solid;
    margin-top: 6px;
}

.order_table td
{
    border-color: #a0a0a0;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #ffffff;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #606060;
    font-weight: normal;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order_table th
{
    border-color: #a0a0a0;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #f0f0f0;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #009cea;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.error_msg
{
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #880000;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
    border: solid 1px #880000;
    background-color: #ffaaaa;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
    line-height: 18px;
}

.error_msg a:link, a:visited
{
    color: #ffffff;
    text-decoration: underline;
    font-size: 12px;
}

.error_msg a:hover, a:visited:hover
{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

.ok_msg
{
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #008800;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
    border: solid 1px #008800;
    background-color: #aaffaa;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
    line-height: 18px;
}

.ad_table
{
  margin: 0;
  padding: 0;
}

.ad_table th
{
  FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
  FONT-SIZE: 12px;
  COLOR: #606060;
  font-weight: bold;
  MARGIN: 0px;
  padding-left: 16px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  VERTICAL-ALIGN: middle;
  border-top: 1px solid #909090; 
  border-bottom: 1px solid #909090;
  background: #f0f0f0; 
}

.ad_table td
{
  FONT-FAMILY: "Verdana", Arial, Sans-Serif, Helvetica;
  FONT-SIZE: 12px;
  COLOR: #606060;
  MARGIN: 0px;
  padding-left: 16px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  VERTICAL-ALIGN: middle;
  border-bottom: 1px solid #e0e0e0; 
}

.hint
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #a0a0a0;
    font-weight: bold;
    font-size: 11px;
    height: 13px;
    line-height: 13px;
    padding-bottom: 12px;
}

.yella_button
{
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    -moz-box-shadow: 2px 2px 2px #707070; 
    -webkit-box-shadow: 2px 2px 2px #707070; 
    text-align: center; 
    width: 60px;
    height: 23px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 23px;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #a08126;
    font-weight: bold;
    font-size: 12px;
    background-image: url(shared/yella_button.png);
    text-decoration: none;
}

.yella_button a:link
{
    color: #a08126;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.yella_button a:visited
{
    color: #a08126;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.yella_button a:hover
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.yella_button a:hover:visited
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.blu_button
{
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    -moz-box-shadow: 2px 2px 2px #707070; 
    -webkit-box-shadow: 2px 2px 2px #707070; 
    text-align: center; 
    width: 60px;
    height: 23px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 23px;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    background-image: url(shared/blu_button.png);
    text-decoration: none;
}

.blu_button a:link
{
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.blu_button a:visited
{
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.blu_button a:hover
{
    color: #ffd12d;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.blu_button a:hover:visited
{
    color: #ffd12d;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.price_tag
{
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #ffd12d;
    font-weight: bold;
    font-size: 24px;
    background-color: #6493c1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: middle;
    line-height: 48px;
}

.banners
{
    position: absolute;
    left: 1024px;
    top: 160px;
}

.top_banner
{
    position: absolute;
    left: 420px;
    top: 7px;
}

.blu_notice
{
    background-color: #6493C1;
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    -moz-box-shadow: 2px 2px 5px #a0a0a0; 
    -webkit-box-shadow: 2px 2px 5px #a0a0a0; 
    text-align: left; 
    padding: 20px;
    line-height: 15px;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
}

.blu_notice a:link
{
     COLOR: #ffd12d;
     FONT-WEIGHT: bold;
     TEXT-DECORATION: none;
}

.blu_notice a:visited
{
     COLOR: #ffd12d;
     FONT-WEIGHT: bold;
     TEXT-DECORATION: none;
}

.blu_notice a:hover
{
     COLOR: #ffd12d;
     FONT-WEIGHT: bold;
     TEXT-DECORATION: underline;
}

.blu_notice a:hover:visited
{
     COLOR: #ffd12d;
     FONT-WEIGHT: bold;
     TEXT-DECORATION: underline;
}

.video_pad
{
    position: absolute;
    left: 200px;
    top: 200px;
    width: 630px;
    height: 470px;
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    -moz-box-shadow: 2px 2px 5px #a0a0a0; 
    -webkit-box-shadow: 2px 2px 5px #a0a0a0; 
    background-color: #ffe894;
    text-align: left; 
    padding: 20px;
    line-height: 12px;
    z-index: 100;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #a08126;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.red_pad
{
    position: absolute;
    left: 376px;
    top: 17px;
    background-color: #dd0000;
    text-align: center; 
    padding: 3px;
    line-height: 6px;
    z-index: 100;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 6px;
}

.red_label
{
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    background-color: #dd0000;
    text-align: center; 
    padding: 7px;
    line-height: 11px;
    z-index: 100;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    margin-top: 5px;
}

.gray_notice
{
    background-color: #e0e0e0;
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    text-align: left; 
    padding: 20px;
    line-height: 15px;
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #606060;
    font-weight: normal;
    font-size: 12px;
}

.full_screen
{
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     background-color: #000000;
     filter:alpha(Opacity=50);
     -moz-opacity: 0.5;
     z-index: 1000;
}

#question
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #ffd12d;
    font-weight: bold;
    font-size: 32px;
}

#question_blue
{
    color: #6493c1;
}

#thanks
{
    font-family: "Verdana", Helvetica, Sans-Serif;
    color: #c0c0c0;
    font-weight: bold;
    font-size: 12px;
}

#faq_badge
{
     position: absolute;
     left: 896px;
     top: 110px;
     width: 110px;
     height: 110px;
}

.view_count {
	font-size: 10px;
	color: #c0c0c0;
}
