/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

.text hr, .hr, hr {
    /*background:  url("../../Images/hr.jpg") repeat-x scroll left top transparent;*/
    border: 0 none;
    height: 1px;
    /*margin: 30px 0;*/
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 { font-size: 55px; }
h2 { font-size: 27px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

p {  
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #787878;
  	/* Added these two lines to help control layer order with the main product images. */
  	position: relative !important;
	z-index: 1 !important;
}

p.intro {  
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #6C9FBF;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

.left { float:left; }
.right { float:right; }

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
/*table,*/
address,
fieldset,
figure {
  margin-bottom: 20px;
}