/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

:focus {
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: 0pt;
}

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #fff; 
  background: #222 url(images/bg-shadow-2.png) repeat-y scroll top center;
  font-family: "Avant Garde", "Century Gothic","Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #fff; }

h1 { font-size: 2.5em; line-height: 1.25em; margin-bottom: 0.5em; padding-bottom:0.5em; border-bottom:1px solid #888; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1em; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #ff75c8;}
a           { color: #ffa3da; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

hr {display:none;}
hr.test-rule {display:block;color:#666;background-color:#666;height:1px;}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em;}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal;}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.image-block {text-align:center;}
.clear {clear:both;}
.select-service {margin:150px 0 0 120px; font-weight:bold;}

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* -------------------------------------------------------------- 
   Structure   
-------------------------------------------------------------- */

#wrapper {width:960px; margin:0 auto;}

#header {height:80px;}
#content {}
#footer{text-align:center;padding: 0 10px; color:#444;}
#footer a{color:#444;}
#footer a:hover {color: #ff75c8; }

#col-left{width:440px;padding:20px;float:left;margin:0px; overflow:hidden;}
#col-right{width:440px;padding:20px;float:right;margin:0px;overflow:hidden;}

/* -------------------------------------------------------------- 
  Navigation 
-------------------------------------------------------------- */

ul.nav {margin:30px 10px 0 0;padding:0;display: inline;float:right;width:475px;}
ul.nav li {margin: 0;padding:0;list-style: none;float:left;}


ul.nav li a, ul.nav li a:hover, ul.nav li a:focus,ul.nav li a:visited,ul.nav li a:active {background:transparent url(images/nav-both.png) no-repeat scroll 0px 0px;display:block;text-indent:-1000em;height:40px;width:95px;border:0;}
/* ------------------------------------------------------------- */
ul.nav li a:link.nav-home,
ul.nav li a:visited.nav-home,
ul.nav li a:active.nav-home { background-position: 0px 0px; border:0;}

ul.nav li a.nav-home.current {background-position: 0px -40px;}

ul.nav li a:hover.nav-home {background-position: 0px -40px; }
/* ------------------------------------------------------------- */
ul.nav li a:link.nav-about,
ul.nav li a:visited.nav-about,
ul.nav li a:active.nav-about {background-position: -95px 0px; border:0; }

ul.nav li a.nav-about.current {background-position: -95px -40px;}

ul.nav li a:hover.nav-about { background-position: -95px -40px; }
/* ------------------------------------------------------------- */
ul.nav li a:link.nav-service,
ul.nav li a:visited.nav-service,
ul.nav li a:active.nav-service {background-position: -190px 0px; border:0; }

ul.nav li a.nav-service.current {background-position: -190px -40px;}

ul.nav li a:hover.nav-service {background-position: -190px -40px;  }
/* ------------------------------------------------------------- */
ul.nav li a:link.nav-tip,
ul.nav li a:visited.nav-tip,
ul.nav li a:active.nav-tip { background-position: -285px 0px; border:0;}

ul.nav li a.nav-tip.current {background-position: -285px -40px;}

ul.nav li a:hover.nav-tip {background-position: -285px -40px;  }
/* ------------------------------------------------------------- */
ul.nav li a:link.nav-contact,
ul.nav li a:visited.nav-contact,
ul.nav li a:active.nav-contact {background-position: -380px 0px; border:0; }

ul.nav li a.nav-contact.current {background-position: -380px -40px;}

ul.nav li a:hover.nav-contact {background-position: -380px -40px;  }

/* -------------------------------------------------------------- 
 Title and Logo
-------------------------------------------------------------- */

.title {display:none;}
.logo {margin: 20px 20px 20px 30px; float:left;}
.name {font-style: italic;}

/*slider
--------------------------------------------- */

#slider {
    width: 450px;
}

.scroll {
    height: 650px;
    width: 430px;
    overflow: auto;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0 10px 0px 5px;
    height: 650px;
    width: 421px;
}

#service0 {background: transparent url(images/services7.png) no-repeat scroll top center}

.right{display:block; text-align:right;}
.price{font-size:1.2em;}

.view-test{font-size:1.8em;text-align:right;border-top:1px solid #888;padding-top:5px;}
.view-test a{text-decoration:none;}

.view-test-services{font-size:1.2em;text-align:left;}
.view-test-services a{text-decoration:none;}

.test-person {font-style: italic;}
.test-type {float:right; display:block;color:#ffa3da;}

.drop_cap {font-size: 3.571em;line-height: 0.76em;padding: 0.04em 0.12em 0pt 0pt;float: left;}

.float-right {float:right;}
.float-left {float:left;}

#myGallery {overflow:hidden;}

