body {
    margin: 0;
    padding: 0;
    background: #666 url('../img_s/bg_grad.jpg') repeat-x top center;
    font-family: 'Varela', arial, serif;
}
:focus
{
  -moz-outline-style: none;
}
a
{
  outline: none;
}
div {
    overflow: visible;
}
#container {
    width: 100%;
    background: url('../img_s/bg_sides.jpg') no-repeat top center;
}

#header {
    position: relative;
    width: 952px;
    height: 184px;
    margin: 0 auto;
    background: url('../img_s/header.jpg') no-repeat top center;
}

#content {
    width: 100%;
    background: url('../img_s/content_col.png') repeat-y center;
}
#main {
    position: relative;
    width: 870px;
    margin: 0 auto;
    padding: 40px;
    padding-bottom: 40px;
    background: url('../img_s/mainbg.jpg') no-repeat top right;
}
#footer {
    width: 100%;
    height: 83px;
    background: transparent url(../img_s/footer.png) repeat-x top center;
    border: solid #ffffff 1px;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 1px -10px 10px #333;
    -moz-box-shadow: 1px -10px 10px #333;
    z-index: 333;
    color: #333;
    text-align: center;
    font-family: arial, serif;
}
#footer h6 {
    text-shadow: 2px 2px 2px #000000;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    color: #fff;
}
#footer p {
    font-size: 10px;
    color: #333;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}
#menu, #socialmedia {
    padding: 0;
    margin: 0;
}
#menu li {
    position: relative;
    float: left;
    list-style: none;
    line-height: 65px;
    height: 80px;
    padding: 0 20px 0 20px;
    color: #4d4d4d;
    text-shadow:1px 1px 0 #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    background: url('../img_s/menu_sprite.png') no-repeat 0px -80px;
}
#menu li.current {
    background-position: 50% 0;
}
#menu li a {
    text-decoration: none;
    color: #4d4d4d;
    display: block;
}
#menu li.current {
    color: #000;
}
#menu li a:hover {
    color: #fff;
    text-shadow: 2px 2px 2px #333333;
}
img.menu_strip {
    position: absolute;
    top: 0;
    right: 0;
}
#socialmedia {
    position: absolute;
    top:120px;
    right: 40px;
    z-index:300;
    list-style: none;
}
#socialmedia li {
    background: none;
    width: 39px;
    height: 41px;
    padding: 0;
    float: left;
    text-shadow: none;
}
#socialmedia li a img{
    border: none;
}

#straybullets {
    position: relative;
    float: right;
    width: 312px;
    height: 289px;
    background: transparent url(../img_s/sb/cover.jpg) no-repeat top left;
    filter:progid:DXImageTransform.Microsoft.DropShadow(000, OffX=5, OffY=5);
    -webkit-box-shadow: 10px 10px 25px #000;
    -moz-box-shadow: 10px 10px 25px #000;
}
#ordernow {
    position: absolute;
    width: 280px;
    height: 75px;
    top: 80px;
    right: 215px;
    color: #fff;
    padding-top: 15px;
    background: transparent url(../img_s/order_btn.png) no-repeat 0 0;
    z-index: 333;
}
#ordernow div h2, #ordernow div p {
    margin: 0;
    padding: 0;
    text-align: center;
}
#ordernow div h2 {
    text-shadow: 2px 2px 2px #333333;
    color: #fff;
}
#ordernow a {
    text-decoration: none;
    color: #fff;
    display: block;
}
#ordernow:hover {
    background: transparent url(../img_s/order_btn.png) no-repeat 0 -88px;
}
#twitter {
    position: relative;
    clear: both;
    margin-top: 25px;
    float: right;
    width: 306px;
    color: #fff;
}
.clearme {
    clear: both;
}
#twitter  h3 {
    padding: 5px 0 0 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background: transparent url(../img_s/twitter-top.png) no-repeat top left;
}
#twitter div {
    padding: 20px 10px;
    margin: 0;
    font-size:  13px;
    background: transparent url(../img_s/twitter-bottom.png) no-repeat bottom left;
}
#twitter ul {
    padding:0;
    margin: 0;
}
img.twittericon {
    position: absolute;
    top: 360px;
    right: 50px;
    z-index: 333;
}
#twitter div
  #twitter div  .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; }
    #twitter div  .tweet_list li {
      overflow: auto;
      padding: .5em; }
      #twitter div  .tweet_list li a {
        color: #fff; }
    #twitter div  .tweet_list .tweet_even {
      background-color: #ff99cc;     -webkit-border-radius: 5px;
    -moz-border-radius: 5px; color: #333;}
    #twitter div  .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      #twitter div .tweet_list .tweet_avatar img {
        vertical-align: middle; border: solid #fff 1px;}
        #twitter div .tweet_list .tweet_even  a {
            color: #333;
        }

#page {
    position: relative;
    float: right;
    width: 579px;
    background: none;
    color: #333;
    background: transparent url(../img_s/page-bottom.png) no-repeat bottom left;
    padding-bottom: 64px;
}
#page h1 {
	width: 100%;
	height: 51px;
	display: block;
    color: #333;
    text-shadow: 1px 1px 0 #ffffff;
    margin: 0;
    padding: 30px 0 0 40px;
    background: transparent url(../img_s/page-top.png) no-repeat top left;
    font-size: 26px;
    font-weight: normal;
}
#page-content {
	width: 499px;
	background: transparent url(../img_s/page.png) repeat-y top left;
	padding: 0 40px;
}
#page h2 {
    font-size: 16px;
    text-shadow: none;
    margin: 0;
    padding: 0;
}
#page i {
    font-size: 11px;
    color: #666;
}
#page p {
    margin: 0;
    text-align: justify;
    padding: 5px 0 15px 0;
    font-size: 13px;
}
#page div {
}
tr.zebra {
    background: #fff;
    background: rgba(255,255,255, 0.5);
    border: dashed #999 1px;
    border-left:  none; border-right: none;
}
#page img {
    position: absolute;
    top: 0;
    right: 35px;
}
#page a {
    color: #666;
    text-decoration: none;
    border-bottom: dotted #666 1px;
    padding-right: 15px;
    background: transparent url(../img_s/icons/link.png) no-repeat top right;
}
#page a:hover {
    color: #ba487d;
    border-bottom: solid #ba487d 1px;
}
#page table {
    font-size: 12px;
}
#page table td {
    border-bottom: dashed #666 1px;
    padding: 10px;
}
#pics {
    height: 400px;
}
#pics img {
    border: solid #fff 3px;
    margin: 25px;
    filter:progid:DXImageTransform.Microsoft.DropShadow(666, OffX=5, OffY=5);
    -webkit-box-shadow: 10px 10px 50px #666;
    -moz-box-shadow: 10px 10px 50px #666;
}
#page div.order img.sb {
    position: relative;
    top: 0;
    right: 0;
    border: solid #fff 2px;
    margin-right: 30px;
    -webkit-box-shadow: 5px 5px 10px  #666;
    -moz-box-shadow: 5px 5px 10px
}

#sborder h2 {
    margin: 0; padding:0;
    margin-top: 5px;
    font-size: 20px;
    color: #666;
}
#sborder h3 {
    text-shadow: 1px 1px 1px #ffffff;
    margin: 0; padding: 0;
}
#sborder p.deets {
    font-size: 12px;
    color: #666;
}
#sborder p.deets i {
    color: #990000;
    font-weight: bold;
}

#paypal li a, #paypal li a:hover {
    border: none;
    background: none;
    color: #fff;
    display: block;
}
#paypal {
    margin-right: 10px;
    padding: 0;
}
#paypal li {
    width: 151px;
    height: 30px;
    float: left;
    margin: 4px;
    margin-right: 90px;
    list-style: none;
    color: #fff;
    padding-top: 8px;
    background:  transparent url(../img_s/buy-btn.png) no-repeat 0 0;
    text-align: center;
    text-shadow: 1px 1px 0 #333;
    display: block;
    cursor: pointer;

}

ul.trax {
    font-size: 12px;
    margin: 0 0 10px 0;
    list-style: circle;
}
div.order ul, div.order ol {
    font-size: 13px;
    margin-top: 0; padding-top: 0;
}
#paypal {
    font-size: 16px;
    padding-top: 10px;
}
#order_images {
    float: left;
    height: 175px;
}
#order_info {
    float: right;
    width: 290px;
}

