@import url('layout.css');

@import url('gs.css');

/* Table of Content

==================================================

  #Reset & Basics

  #Basic Styles

  #Site Styles

  #Typography

  #Links

  #Lists

  #Images

  #Buttons

  #Tabs

  #Forms

  #Misc */





/* #Reset & Basics

================================================== */

  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, caption, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline; }
	
  table, tbody, tfoot, thead, tr, th, td {
	  
    margin: 0;

    padding: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline;
	
	  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    display: block; }

  body {

    line-height: 1;

	 }

  ol, ul {

    list-style: none; }

  blockquote, q {

    quotes: none; }

  blockquote:before, blockquote:after,

  q:before, q:after {

    content: '';

    content: none; }

  table {

    border-collapse: collapse;

    border-spacing: 0; }





/* #Basic Styles

================================================== */

  body {

	background:#fff;

    font: 14px/18px "PT Sans", Arial, sans-serif;

    color: #555;

    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */

    -webkit-text-size-adjust: 100%;

 }

 





/* #Typography

================================================== */

  h1, h2, h3, h4, h5, h6 {

    color: #181818;

    font-family: "PT Sans", Arial, sans-serif;

    font-weight: normal; }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

  h1 { font-size: 36px; line-height: 38px; margin-bottom: 14px;}

  h2 { font-size: 25px; line-height: 27px; margin-bottom: 10px; }

  h3 { font-size: 22px; line-height: 24px; margin-bottom: 8px; }

  h4 { font-size: 16px; line-height: 18px; margin-bottom: 4px; }

  h5 { font-size: 15px; line-height: 19px; }

  h6 { font-size: 13px; line-height: 17px; }

  .subheader { color: #777; }



  p { margin: 0 0 20px 0; }

  p img { margin: 0; }

  p.lead { font-size: 21px; line-height: 27px; color: #777;  }



  em { font-style: italic; }

  strong { font-weight: bold; color: #333; }

  small { font-size: 80%; }



/*  Blockquotes  */

  blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }

  blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }

  blockquote cite { display: block; font-size: 12px; color: #555; }

  blockquote cite:before { content: "\2014 \0020"; }

  blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }



  hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }





/* #Links

================================================== */

  a {color:#444; text-decoration:none}

  a:hover, a:focus {text-decoration:underline}

  p a, p a:visited { line-height: inherit; /*color:silver;*/ }



/* #Lists

================================================== */

  ul, ol { }

  ul { list-style: none outside; }

  ol { list-style: decimal; }

  ol, ul.square, ul.circle, ul.disc {}

  ul.square { list-style: square outside; }

  ul.circle { list-style: circle outside; }

  ul.disc { list-style: disc outside; }

  ul ul, ul ol,

  ol ol, ol ul { font-size: 90%;  }

  ul ul li, ul ol li,

  ol ol li, ol ul li {}

  li {}

  ul.large li { line-height: 21px; }

  li p { line-height: 21px; }



/* #Images

================================================== */



  img.scale-with-grid {

    max-width: 100%;

    height: auto; }







/* #Tabs (activate in tabs.js)

================================================== */

  ul.tabs {

    display: block;

    margin: 0 0 20px 0;

    padding: 0;

    border-bottom: solid 1px #ddd; }

  ul.tabs li {

    display: block;

    width: auto;

    height: 30px;

    padding: 0;

    float: left;

    margin-bottom: 0; }

  ul.tabs li a {

    display: block;

    text-decoration: none;

    width: auto;

    height: 29px;

    padding: 0px 20px;

    line-height: 30px;

    border: solid 1px #ddd;

    border-width: 1px 1px 0 0;

    margin: 0;

    background: #f5f5f5;

    font-size: 13px; }

  ul.tabs li a.active {

    background: #fff;

    height: 30px;

    position: relative;

    top: -4px;

    padding-top: 4px;

    border-left-width: 1px;

    margin: 0 0 0 -1px;

    color: #111;

    -moz-border-radius-topleft: 2px;

    -webkit-border-top-left-radius: 2px;

    border-top-left-radius: 2px;

    -moz-border-radius-topright: 2px;

    -webkit-border-top-right-radius: 2px;

    border-top-right-radius: 2px; }

  ul.tabs li:first-child a.active {

    margin-left: 0; }

  ul.tabs li:first-child a {

    border-width: 1px 1px 0 1px;

    -moz-border-radius-topleft: 2px;

    -webkit-border-top-left-radius: 2px;

    border-top-left-radius: 2px; }

  ul.tabs li:last-child a {

    -moz-border-radius-topright: 2px;

    -webkit-border-top-right-radius: 2px;

    border-top-right-radius: 2px; }



  ul.tabs-content { margin: 0; display: block; }

  ul.tabs-content > li { display:none; }

  ul.tabs-content > li.active { display: block; }



  /* Clearfixing tabs for beautiful stacking */

  ul.tabs:before,

  ul.tabs:after {

    content: '\0020';

    display: block;

    overflow: hidden;

    visibility: hidden;

    width: 0;

    height: 0; }

  ul.tabs:after {

    clear: both; }

  ul.tabs {

    zoom: 1; }





/* #Forms

================================================== */



  form {

    margin-bottom: 10px; }

  fieldset {

    margin-bottom: 20px; }

  input[type="text"],

  input[type="password"],

  input[type="email"],

  textarea,

  select {

    border: 1px solid #ccc;

    padding: 6px 4px;

    outline: none;

    -moz-border-radius: 2px;

    -webkit-border-radius: 2px;

    border-radius: 2px;

    font: 13px "PT Sans", Arial, sans-serif;

    color: #777;

    margin: 0;

    width: 210px;

    max-width: 100%;

    display: block;

    background: #fff; }

  select {

   /* padding: 0;*/ }

  input[type="text"]:focus,

  input[type="password"]:focus,

  input[type="email"]:focus,

  textarea:focus {

    border: 1px solid #aaa;

     color: #444;

     -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);

    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);

    box-shadow:  0 0 3px rgba(0,0,0,.2); }

  textarea {

    min-height: 60px; }

  label,

  legend {

    display: block;

    font-weight: bold;

    font-size: 13px;  }

  select {

    width: 220px; }

  input[type="checkbox"] {

    display: inline; }

  label span,

  legend span {

    font-weight: normal;

    font-size: 13px;

    color: #444; }
	
	.button,
	 button,
	 input[type="submit"],
	 input[type="reset"],
	 input[type="button"] {
		/*width: 210px;*/
		/*float:left;*/
		margin-top: 5px;
		background:#C92C2C;
		/*background: rgb(194,14,14); /* Old browsers */
		/*background: -moz-linear-gradient(top, rgba(194,14,14,1) 0%, rgba(94,1,1,1) 100%); /* FF3.6+ */
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,14,14,1)), color-stop(100%,rgba(94,1,1,1))); /* Chrome,Safari4+ */
		/*background: -webkit-linear-gradient(top, rgba(194,14,14,1) 0%,rgba(94,1,1,1) 100%); /* Chrome10+,Safari5.1+ */
		/*background: -o-linear-gradient(top, rgba(194,14,14,1) 0%,rgba(94,1,1,1) 100%); /* Opera 11.10+ */
		/*background: -ms-linear-gradient(top, rgba(194,14,14,1) 0%,rgba(94,1,1,1) 100%); /* IE10+ */
		/*background: linear-gradient(to bottom, rgba(194,14,14,1) 0%,rgba(94,1,1,1) 100%); /* W3C */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c20e0e', endColorstr='#5e0101',GradientType=0 ); /* IE6-9 */
		border: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		
		-webkit-box-shadow: inset 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    inset 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         inset 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
		/*box-shadow: 0px 3px #E04C30;
		-webkit-box-shadow: 0px 3px #E04C30;
		-moz-box-shadow: 0px 3px #E04C30; */ 
		color: #fff;
		display: inline-block;
		font-size: 14px;
		/*font-weight: bold;*/
		text-decoration: none;
		text-shadow: none;
		cursor: pointer;
		line-height: normal;
		padding: 7px 20px 9px 20px;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	 .button:hover,
	 button:hover,
	 input[type="submit"]:hover,
	 input[type="reset"]:hover,
	 input[type="button"]:hover {
		color: #fff;
		background:#AD2929;
		/*background: rgb(94,1,1); /* Old browsers */
		/*background: -moz-linear-gradient(top, rgba(94,1,1,1) 0%, rgba(194,14,14,1) 100%); /* FF3.6+ */
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,1,1,1)), color-stop(100%,rgba(194,14,14,1))); /* Chrome,Safari4+ */
		/*background: -webkit-linear-gradient(top, rgba(94,1,1,1) 0%,rgba(194,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
		/*background: -o-linear-gradient(top, rgba(94,1,1,1) 0%,rgba(194,14,14,1) 100%); /* Opera 11.10+ */
		/*background: -ms-linear-gradient(top, rgba(94,1,1,1) 0%,rgba(194,14,14,1) 100%); /* IE10+ */
		/*background: linear-gradient(to bottom, rgba(94,1,1,1) 0%,rgba(194,14,14,1) 100%); /* W3C */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e0101', endColorstr='#c20e0e',GradientType=0 ); /* IE6-9 */
		
	}

	 .button:active,
	 button:active,
	 input[type="submit"]:active,
	 input[type="reset"]:active,
	 input[type="button"]:active {
		/*padding: 8px 20px 8px 20px;*/
		background: #A80606 !important;
		/*margin-top:2px;*/
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    inset 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         inset 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	}
	/* Fix for odd Mozilla border & padding issues */
	 button::-moz-focus-inner,
	 input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}



/* #Misc

================================================== */

  .remove-bottom { margin-bottom: 0 !important; }

  .half-bottom { margin-bottom: 10px !important; }

  .add-bottom { margin-bottom: 20px !important; }