
/* This rule resets a core set of elements so that they will appear 
consistent across browsers. Without this rule, content styled with 
an h1 tag, for example, would appear in different places in Firefox 
and Internet Explorer because each browser has a different top margin
 default value. By resetting these values to 0, the elements will 
 initially be rendered in an identical fashion and their properties 
 can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* pushes the page to the full capacity of the viewing area */
html {
	height:100%;
}
	
body {
	height:100%; 
	margin: 10px 0 0 0; 
	padding: 0 0 0 0;
	background-color: #030915;
}

img {
	border-style: none;
}
/* LINK STYLING TEMPLATES */
a, a:link {
	text-decoration: none; 
}

a:visited {  
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

a:active { 
	text-decoration: none; 
}

img {
	border-style: none;
}

/* prepares the background image to full capacity of the viewing area */
#bg {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	z-index: 1;
}

/* places the content ontop of the background image */
#content {
	position: relative; 
	z-index:2;
}

#main {
	position: relative; 
	z-index:3;
	width: 900px;
	margin: 0 auto;
	text-align:left;
	background-color: #ffffff;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

/* Commonly used to style page titles. */
h1 {
  color: #4361ad;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, Georgia, serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.0em;
  text-transform: uppercase;
}

/* Commonly used to style section titles. */
h2 {
  color: #000001;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, Georgia, serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.3em;
  text-transform: uppercase;
}

/* Sets the style for the h3 header. */
h3 {
  color: #666666;
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, Georgia, serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.4em;
}

#wrapper {
	margin: 0 auto;
   width: 900px;
   position: relative; 
	z-index:2;
	background-color: transparent;
   /*background-image: url(../images/template/bg-shadow.png);*/
}

/*#inner-wrapper{
   margin: 0 auto;
   width: 970px; 
   min-height: 635px; 
	background-color: #ffffff;
	overflow: auto;
}*/

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	position: relative; 
	z-index:2;
  	margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  	width: 900px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
}

#header {
  font-size: 1.7em;
  font-weight: bold;
  width: 900px;
  height: 280px;
  display: block;
  line-height: 1em;
  margin: 10px 0 0 0;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* ----- MARKED OUT FOR INFORMATION ONLY
#contentWrapper {
	position: relative; 
	z-index: 3;
	width: 900px;
	height: 500px;
	background-color: #ffffff;
}
----- */

.form_label {
	color: #000001;
	font-family: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.1em;
}

.form_label_required {
	color: #FF0000;
	font-family: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.1em;
}

#outerWrapper {
  margin-top: 15px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 900px;
  min-height: 600px;
}


#contentBottom {
	width: 900px;
	height: 28px;
	z-index: 3;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

/* ============================= PAGE 1 ===========================*/
#page1 .contentWrapper {
	position: relative; 
	z-index: 4;
	width: 900px;
	height: auto;
	display: block;
	background-color: #ffffff;
	margin: 0 0 0 0;
}

#page1 .column-1 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page1 .column-2 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page1 .column-3 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page1 .column-4 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 16px 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page1 .contentInnerWrapper {
	width: 442px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	z-index: 4;
}

/* ============================= PAGE 2 ===========================*/
#page2 .contentWrapper {
	position: relative; 
	z-index: 4;
	width: 900px;
	height: auto;
	display: block;
	background-color: #ffffff;
	margin: 0 0 0 0;
}

#page2 .column-1 {
	width: 185px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page2 .column-2 {
	width: 390px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	z-index: 5;
}

#page2 .column-3 {
	width: 185px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page2 .column-4 {
	width: 185px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 16px 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page2 .contentInnerWrapper {
	width: 442px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	z-index: 4;
}

/* ============================= PAGE 3 ===========================*/
#page3 .contentWrapper {
	position: relative; 
	z-index: 4;
	width: 900px;
	height: auto;
	display: block;
	background-color: #ffffff;
	margin: 0 0 0 0;
}

#page3 .column-1 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page3 .column-2 {
	width: 390px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	z-index: 5;
}

#page3 .column-3 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page3 .column-4 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 16px 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page3 .contentInnerWrapper {
	width: 442px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	z-index: 4;
}

#page3 .products_list {
	color: #000001;
	font-family: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.1em;
}

/* ============================= PAGE 4 ===========================*/
#page4 .contentWrapper {
	position: relative; 
	z-index: 4;
	width: 900px;
   height: auto;
	display: block;
	background-color: #ffffff;
	margin: 0 0 0 0;
}

#page4 .column-1 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page4 .column-2 {
	width: 390px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	z-index: 5;
}

#page4 .column-3 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page4 .column-4 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 16px 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page4 .contentInnerWrapper {
	width: 442px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	z-index: 4;
}

#page4 .products_list {
	color: #000001;
	font-family: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.1em;
}

.products_list a, a:link {
	color: #000001;
	text-decoration: none; 
}

.products_list a:visited {  
	color: #000001;
	text-decoration: none; 
}

.products_list a:hover { 
	color: #000001;
	text-decoration: underline;
}

.products_list a:active { 
	color: #000001;
	text-decoration: none; 
}

/* ============================= PAGE 5 ===========================*/
#page5 .contentWrapper {
	position: relative; 
	z-index: 4;
	width: 900px;
	height: auto;
	display: block;
	background-color: #ffffff;
	margin: 0 0 0 0;
}

#page5 .column-1 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page5 .column-2 {
	width: 390px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	z-index: 5;
}

#page5 .column-3 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 0 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page5 .column-4 {
	width: 185px;
	height: 480px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 15px 16px 0 16px;
	padding: 0 10px 0 10px;
	background-image: url(../images/h1_background.png);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 5;
}

#page5 .contentInnerWrapper {
	width: 442px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	z-index: 4;
}

.text-box1 {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

p {
	color: #000001;
	font-family: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.1em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.copyright-text {
   color: #7fb3cd;
   font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "Verdana Ref", sans-serif;
   font-size: 0.85em;
   font-weight: normal;
   line-height: 1.0em;
}

/* Sets the style for unvisited links. */
.copyright-text a:link {
   color: #7fb3cd;
   text-decoration: none;
}

/* Sets the style for visited links. */
.copyright-text a:visited {
   color: #7fb3cd;
   text-decoration: none;
}

/* Sets the style for links on mouseover. */
.copyright-text a:hover {
   color: #7fb3cd;
   text-decoration: underline;
}

/* Sets the style for a link that is being activated/clicked. */
.copyright-text a:active {
   color: #7fb3cd;
   text-decoration: none;
}

.footer {
  height: 20px;
  margin-top: 10px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 900px;
  display: inline;
  color: #fffffe;
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1em;
}

.footerLinks {
	text-align: center;
	margin: 10px 0 0 0;
}

/* Sets the style for unvisited links. */
.footer a:link {
  color: #fffffe;
  text-decoration: none;
}

/* Sets the style for visited links. */
.footer a:visited {
  color: #fffffe;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
.footer a:hover {
  color: #fffffe;
  text-decoration: underline;
}

/* Sets the style for a link that is being activated/clicked. */
.footer a:active {
  color: #fffffe;
  text-decoration: none;
}

.social_media {
	display: block;
	margin: 30px 0 0 0;
}

fieldset table td{
   padding: 3px;
}

.contactFormWave .form {
  color: #2d2e2e;
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 0.875em;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.0em;
}

.contactFormWave .col_0 {
  width: 150px;
  text-align: right;
  color: #2d2e2e;
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 0.875em;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.1em;
  padding: 2px 2px 2px 2px;
  margin: 0 0 5px 0;
}

.contactFormWave .col_1 {
	text-align: left;	
	margin: 0 0 5px 0;
}

.hint {
  color: #2d2e2e;
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 0.825em;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.0em;
  margin: 0 0 10px 0;
}

.contactFormWave select,
.contactFormWave textarea,
.contactFormWave input {
	border: 1px solid;
	border-color: #222222;
	background-color: #e7e7e7;
	color: #2d2e2e;
   font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "Verdana Ref", sans-serif;
   font-style: normal;
   letter-spacing: 0em;
   line-height: 1.1em;
   padding: 2px 2px 2px 2px;
   margin: 2px 0 5px 0;
}

table, td {
	border-collapse: collapse;
	border: 0;
}

.formbody {
  color: #2d2e2e;
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 0.950em;
  font-style: normal;
  letter-spacing: -0.020em;
  line-height: 1.1em;
  text-align: left;
}

div.error,
p.error {
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 9px;
	color: #ff0000;
}