
/* === Font Styles === */

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/pt-sans/PTS55F-webfont.eot');
    src: url('fonts/pt-sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/pt-sans/PTS55F-webfont.woff') format('woff'), url('fonts/pt-sans/PTS55F-webfont.ttf') format('truetype'), url('fonts/pt-sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* === General Styles === */

html,div,span,head,h1,h2,h3,h4,h5,h6,p,blockquote,a,font,img,small,strong,ol,ul,li 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }

ol,ul { list-style: none }

blockquote,q { quotes: none }

body { font-family: PTSansRegular; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; line-height: 1; }
body { background: #aaaaaa url(images/bg.jpg) repeat scroll 0 0 }

 body
         {
           position: absolute;
           top: 50%;
           left: 50%;
           margin-top: -300px;
           margin-left: -440px;
           background-color: white;
           color: rgb(20,20,20);
         }

// div { 	border: 1px solid red; }

.container { width: 885px; margin: 0 auto; }

#main { background: url(images/page_background.png) no-repeat scroll 0 0; margin: 0 auto; padding: 0; height: 430px; }

/* === Header Styles === */

#header { margin: auto; margin-top: 0px; margin-bottom: 0px; height: 125px; }
#logo { position: relative; float: right; padding-right: 42px; }
#contact_details { float: left; color: #333333; font-size: 12px; font-style: normal; line-height: 25px; padding-left: 42px; text-align: left; }
#contact_details a { color: #333333; font-size: 14px; text-decoration: none; letter-spacing: 0.5px; }
#contact_details h3 { font-size: 14px; font-style: normal; font-weight: normal; color: #333333; letter-spacing: 1px; }

/* === Content Styles === */
#content { padding: 10px 44px } 
.text { text-align: center; margin-top: 40px; padding-bottom: 40px; border-bottom: 1px solid #262626; }
.text h2 { font-size: 30px; color: #e5e5e5; font-style: normal; font-variant: normal; font-weight: lighter; letter-spacing: 2px; }
.counter { background: url(images/counter_bg.png) no-repeat scroll center 57px; width: 797px; height: 150px; border-top: 1px solid #4f4f4f; border-bottom: 1px solid #262626; text-align: center; position: relative; }
.counter h3 { font-size: 14px; color: #e5e5e5; font-style: normal; font-variant: normal; font-weight: lighter; letter-spacing: 1px; margin-top: 20px; }
.details { border-top: 1px solid #4f4f4f; height: 120px; }

#sliderwrap { float: left; text-align: center; width: 600px; overflow: hidden; position: relative; height: 110px; margin-left: 10px; }
#slidertext h3 { font-size: 14px; font-style: normal; font-weight: normal; color: #e5e5e5; letter-spacing: 1px; margin-bottom: 15px; }
#slidertext p { font-size: 12px; font-style: normal; font-weight: normal; color: #CCCCCC; padding: 0 25px; }

a.prev { float: left; margin-top: 50px; margin-left: 50px; }
a.next { float: right; margin-top: 50px; margin-right: 50px; }

#slidertext { margin-top: 15px; float: left; width: 600px; overflow: hidden; position: relative; }
#slidertext li { overflow: hidden; position: relative; width: 600px; height: 100px; }
#slidertext ul { width: 600px }

.social { position: relative; text-align: center; padding-top: 10px; }

.social a { width: 48px; height: 48px; margin-right: 20px; text-indent: -9999px; display: inline-block; z-index: 1000; }

#slidertext ul li a.twitter { background: url(images/twitter.png) no-repeat scroll 0 0 }
#slidertext ul li a.google { background: url(images/google.png) no-repeat scroll 0 0 }
#slidertext ul li a.facebook { background: url(images/facebook.png) no-repeat scroll 0 0 }
#slidertext ul li a.youtube { background: url(images/youtube.png) no-repeat scroll 0 0 }

#subscribeform { margin-top: 20px; margin-left: 135px; }

input#email { background: url(images/mail.png) no-repeat scroll 0 0; width: 217px; height: 42px; border: 0 none; padding: 0 0 0 20px;
    color: #868686; float: left; margin-right: 10px; line-height: 40px; }

input#submit { background: url(images/submit.png) no-repeat scroll 0 0; width: 92px; height: 43px; border: 0 none; cursor: pointer;
    color: #fff; float: left; font-weight: bold; text-shadow: 1px 1px 0px #393939; }

.copyright { text-align: center; margin-top: 10px; font-size: 12px; margin-bottom: 50px; }


/* === jQuery Countdown Styles === */

#defaultCountdown { width: 757px; height: 60px; }

.hasCountdown { text-align: center; margin-left: 20px; margin-right: 20px; color: #E5E5E5; margin-top: 45px; font-size: 26px; font-weight: normal; }

.custom-color { color: orange; }

div#onlinetools {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
  font-size: 1.0em;
  letter-spacing: 2px;  
  font-family: 'Advent Pro', sans-serif; 
  font-weight: 500;
  color: rgb(50,50,50);
}

a.toollinks {
    color: rgb(50,50,50);
    text-decoration: none;
    border: 0px;

}

a:hover.toollinks {
    color: rgb(245,112,0);
    text-decoration: none;
    border-bottom: 1px dashed rgb(245,112,0);
}