@charset "utf-8";
/* CSS Document */

body 
{
		margin:0;
    font-size: 15px;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

h1, h2, h3 {font-family: 'Flexo-BoldIt', sans-serif; color: #0082b7;}

h1 {font-size:28px}

img {border: none}

.align-right {text-align:right;}

.button
{
    padding: 10px 15px 10px 15px;
    color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid white;
    font-family: 'Flexo-BoldIt', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    margin: 0 8px;
    background: #ff7e00;
		text-decoration:none;
}

input, select 
{
		font-size: 15px;
  	min-height: 25px;
}

#intro-div
{
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url('../../img/intro-bg.jpg');
    background-repeat: no-repeat;
    background-color: #2e9bc1;
    background-position: center bottom;
    height: 270px;
    border-bottom: 1px solid #004882;
}

#intro-content
{
		width: 980px;
		margin: 10px auto 0 auto;
		position: relative;
}

#intro-div h1
{
		color: #ffffff;
  	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		margin:15px 0 10px 0;
}

#intro-div .intro-text
{
		font-family: 'Flexo-BoldIt', sans-serif;
    font-size: 22px;
  	line-height: 24px;
  	color: #ffffff;
  	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		margin:0;
}

#products-div, #contact-div
{
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px 0 10px 0;
    background-image: url('../../img/intro-bg-bottom.jpg');
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center top;
}

#products-content
{
		width: 970px;
		margin: 10px auto 0 auto;
  	padding-left:10px;
		position: relative;
		min-height:300px;
}

#products-content table
{
		width:100%;
}

#products-content table td
{
		vertical-align:top;
}

.product-box
{
  	width: 470px;
		overflow: hidden;
  	text-align: center;
  	border: 1px solid #8bb2bb;
  	padding-bottom: 10px;
  	margin-bottom: 20px;
		-webkit-border-radius: 12px;
  	-moz-border-radius: 12px;
  	border-radius: 12px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.20);
		box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.20);
  	background-image: url('../../img/product-box-bg.png');
    background-repeat: repeat-x;
  	background-position: bottom;
}

.product-box h3
{
    font-size: 18px;
		margin: 10px 0 5px 0;
}

.product-box p
{
  margin: 0 15px 5px 15px;
}


#contact-content, #info-content
{
		overflow: hidden;
  	text-align: center;
  	border: 1px solid #8bb2bb;
  	padding: 15px;
  	margin: 0 auto 20px auto;
		-webkit-border-radius: 12px;
  	-moz-border-radius: 12px;
  	border-radius: 12px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.20);
		box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.20);
  	background-color: #ffffff;
}

#contact-content
{
  	width: 500px;
}

#info-content
{
  	max-width: 700px;
}


#footer-div
{
  	width: 100%;
  	font-size: 12px;
  	padding: 5px 0px;
  	background-color: #444444;
  	text-align:center;
  	color: #ffffff;
}

#footer-div a
{
  	color: #ffffff;
}