
input,textarea {
	font: 12px/20px;	
	font:inherit;
	resize:none;
}


p {  text-align: justify; }
p.center { text-align: center; }
p.right { text-align: right; }
.right {float: right;}
.left {float: left;}

body {
	background-color: #e9e9e9;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 13px;
	color: #646464;
}
body, td, th {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
}
img { border: none;}
img.bdr { border: 1px solid #ccc; padding: 0px; }
.clear {
	clear:both;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #125fac;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1, h2, h3 {
	color: #2b2b2b;
}
h3 {
	font-size: 14px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}
fieldset {
	border: 0;
}
#slides {
      display:none;
    }
#main {
	background-color: #FFF;
	border-top: #588ccb solid 4px;
}
#header {
	padding: 20px 0 16px;
	border-bottom: #CCC 1px solid;
	margin-bottom: 10px;
}
#nav {
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 6px;
}
#nav span+span:before {
  content: '| ';
  padding: 0 9px;
  color: #E9E9E9;
}
#nav a {
	color: #272727;
	margin: 0 6px;
	text-decoration: none;
}
#nav a:hover {
	color: #06C;
	text-decoration: none;
	border-bottom: #06C solid 1px;
}
#prod-links a {
  content: '| ';
  padding: 0;
  margin: 0 16px;
}
#tagline {
	background-color: #ededed;
	padding: 20px 0 24px;
	font-size: 14px;
	line-height: 22px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
#tagline_sm {
	background-color: #ededed;
	padding: 16px 20px;
	font-size: 14px;
	line-height: 22px;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
#content {
	padding-top: 20px;
	padding-bottom: 20px;
}
#content .box {
	border: #dedede 1px solid;
	padding: 5px;
	height:355px;
	width: 290px;
}
#content .box h3 {
	text-align: center;
}
#content .box p {
	padding: 0 20px;
	margin-top: 0;
}
#content .box a {
	text-decoration: none;
}
#content .box a:hover {
	text-decoration: underline;
}
#footer {
	background-color: #464646;
	color: #969595;
}
#footer > table tr td {
	padding: 16px 40px 23px 0;
}
#footer > table tr td:last-child {
	padding: 16px 20px 23px 0;
}
#footer h3 {
	color: #fff;
	text-transform: uppercase;
}
#footer ul {
	padding-left: 17px;
}
#footer .light {
	color: #e2e2e2;
}
#footer img {
	float:left;
	margin:3px 12px 10px 0;
}
#bottom {
	background-color: #3c3c3c;
	width: 100%;
	text-align: center;
	padding: 16px 0;
}
#bottom div {
	width: 940px;
	color: #707070;
	display: inline-block;
}

.p-lr-20 {
	padding-left: 18px;
	padding-right: 18px;
}
.p-lb-20 {
	padding-left: 20px;
	padding-bottom: 20px;
}
.p-rb-20 {
	padding-right: 20px;
	padding-bottom: 20px;
}

.p-t-0 {
  padding-top: 0;
}

.p-r-0 {
  padding-right: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-l-0 {
  padding-left: 0;
}

.p-10 {
  padding: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-30 {
  padding: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-t-0 {
  margin-top: 0;
}

.m-r-0 {
  margin-right: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-10 {
  margin: 10px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-30 {
  margin: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-lr-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}


.percent-one-half { width: 48%; }
.percent-one-third { width: 30.66%; }
.percent-two-third { width: 65.33%; }
.percent-one-fourth { width: 22%; }
.percent-three-fourth { width: 74%; }
.percent-one-fifth { width: 16.8%; }
.percent-two-fifth { width: 37.6%; }
.percent-three-fifth { width: 58.4%; }
.percent-four-fifth { width: 67.2%; }
.percent-one-sixth { width: 13.33%; }
.percent-five-sixth { width: 82.67%; }

.percent-one-half,
.percent-one-third,
.percent-two-third,
.percent-three-fourth,
.percent-one-fourth,
.percent-one-fifth,
.percent-two-fifth,
.percent-three-fifth,
.percent-four-fifth,
.percent-one-sixth,
.percent-five-sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}

.column-right {
	float:right;
}
.column-last {
	margin-right: 0!important;
	clear: right;
}


label {
    color:#7F7F7F;
    display:block;
    font-weight:normal;
}

label.error {
    color: red;
    font-style: italic;
    margin: 5px 0 10px 0;
}
.red { color: red;}


label {
    color:#7F7F7F;
    display:block;
    font-weight:normal;
}

label.error {
    color: red;
    font-style: italic;
    margin: 5px 0 10px 0;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    background:#FFFFFF;
    border:1px solid #ccc;
}

input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    border:1px solid #ccc;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    font-family:Arial;
    font-size:12px;
    margin:5px 0;
}

input.text, input.title, select {
    padding:5%;
    width:89%;
}

input.title {
    font-size:13px;
}

textarea {
    height:130px;
    padding:2% 2%;
    width:95.5%;
}

form.inline {
}

form.inline p {
    margin-bottom:0;
}


#contactform label {
	clear:both;
}	

#contactform input[type=text] {
	margin-bottom:10px;
	width:89%;
	padding:3% 5%;
	height:20px;
	line-height:20px;

}

#contactform input[type=submit] {
	margin-top:20px;
	font-size:12px;
	clear:both;
	float:left;
	cursor:pointer;
	margin:0;
	padding: 6px 9px;
}

#contactform textarea { 
	height:130px;
	clear:both;
}

.alert-box {
    color:#555;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:14px 14px 14px 36px;
    margin-bottom:21px;
    font-weight:bold;
    text-transform:uppercase;
    border-radius:3px;
}
.alert-box span {
}
.error {
    background:#ffecec url('images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}
