@charset "utf-8";
/*========================================================================*/
/* DEFAULT WEBSITE STYLES */
a,a:visited {text-decoration: none; color: #e10027; font-size: 12px; font-family: Arial, Helvetica, sans-serif; outline: none;}
a:hover,a:visited:hover {text-decoration: none; color: #e10027; outline: none;}

html {
	scrollbar-base-color: #00357b; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #00357b;
	background-color: #bfbfbf; background-image: url('../images/bg.png'); background-position: center top;
	background-repeat: repeat; background-attachment: fixed;
	height: 100%; width: 100%; padding: 0px; margin: 0px;
	/*background-size: cover;*/
}
body {font-family: 'Century Gothic' Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; overflow-y: scroll; margin: 0px; padding: 0px; height: 100%; width: 100%;}
td {font-family: 'Century Gothic' Arial, Helvetica, sans-serif; font-size: 12px; text-align: left;}
div {font-family: 'Century Gothic' Arial, Helvetica, sans-serif; font-size: 12px;}
p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#647782;}
form,h1,h2,h3,h4,h5,h6 {padding: 0px; margin: 0px;}
img {display: block; border: none;}
/*========================================================================*/
/* DEFAULT HEADING STYLES */
h1 {font-family: 'RomanCapsRegular', Arial, Helvetica, sans-serif;}
/*========================================================================*/
/* DEFAULT FORM FIELD STYLES */
input[type="text"],input[type="password"],textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	background: none; border: none; color: #333; padding: 5px; margin: 0px; outline: none;
	background-color: #eee; border: solid 1px #ccc;
	-ms-border-radius:     7px;
	-moz-border-radius:    7px;
	-webkit-border-radius: 7px;
	-o-border-radius:      7px;
	border-radius:         7px;
}
input[type="text"]:hover,input[type="password"]:hover,textarea:hover {border: solid 1px #aaa; outline: none;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {background-color: #faffbd; border: solid 1px #eab03f; outline: none;}

textarea {overflow: auto; display: block;}

select {
	background: none; border: none; cursor: pointer;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	background: none; border: none; color: #333; padding: 5px; margin: 0px; outline: none;
	background-color: #eee; border: solid 1px #ccc;
	-ms-border-radius:     7px;
	-moz-border-radius:    7px;
	-webkit-border-radius: 7px;
	-o-border-radius:      7px;
	border-radius:         7px;
}
select:hover {border: solid 1px #aaa; outline: none;}
select:focus {background-color: #faffbd; border: solid 1px #eab03f; outline: none;}

input[type="checkbox"],input[type="radio"] {cursor: pointer;}

input[type="submit"],input[type="button"] {
	cursor: pointer; background: none; border: none; padding: 5px; margin: 0px; display: inline-block; outline: none;
	background-image: url('../images/bg_button.jpg'); background-position: center center; background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif; text-align: center; line-height: 14px; font-size: 14px; color: #ffffff;
	background-color: #1864ba; border: solid 1px #1864ba;
	-ms-border-radius:     7px; -ms-box-shadow:     0px 1px 2px #000000;
	-moz-border-radius:    7px; -moz-box-shadow:    0px 1px 2px #000000;
	-webkit-border-radius: 7px; -webkit-box-shadow: 0px 1px 2px #000000;
	-o-border-radius:      7px; -o-box-shadow:      0px 1px 2px #000000;
	border-radius:         7px; box-shadow:         0px 1px 2px #000000;
}
input[type="submit"]:hover,input[type="button"]:hover {outline: none; color: #56a5ff; border: solid 1px #56a5ff;}
input[type="submit"]:focus,input[type="button"]:focus {outline: none; color: #56a5ff; border: solid 1px #56a5ff;}
/*========================================================================*/
/* TEMPLATE CLASSES */
a.button,a.button:visited {
	cursor: pointer; text-decoration: none; padding: 5px; margin: 0px; display: inline-block; outline: none;
	background-image: url('../images/bg_button.jpg'); background-position: center center; background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif; text-align: center; line-height: 14px; font-size: 14px; color: #ffffff;
	background-color: #e63c2d; border: solid 1px #9a070d;
}
a.button:hover,a.button:visited:hover {text-decoration: none; outline: none; color: #9a070d; border: solid 1px #9a070d;}

div.form-result {/* Contact form result container */
	position: absolute; display: block;
	min-width: 15px; min-height: 15px;
	background-position: center center; background-repeat: no-repeat;
}

img.loading-img {/* Rounding / smoothing loader images on form results and other places */
	padding: 3px;
	background-color: #ffffff; border: solid 1px #ffffff;
	-ms-border-radius:     5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-o-border-radius:      5px;
	border-radius:         5px;
}

td.bot {height: 36px; vertical-align: middle; text-align: center; font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #ffffff;}
a.bot,a.bot:visited {text-decoration: none; font-size: 11px; color: #ffffff; font-weight: normal;}
a.bot:hover,a.bot:visited:hover {text-decoration: none; font-size: 11px; color: #ffffff; font-weight: normal;}
/*========================================================================*/
/* SITE-SPECIFIC CLASSES */
div.website-wrap {
	background-color: #ffffff; border: solid 0px #dddddd; text-align: left;
	padding: 0px; margin-top: 0px; display: inline-block;
	-ms-border-radius:     0px; -ms-box-shadow:     0px 0px 0px #000000;
	-moz-border-radius:    0px; -moz-box-shadow:    0px 0px 0px #000000;
	-webkit-border-radius: 0px; -webkit-box-shadow: 0px 0px 0px #000000;
	-o-border-radius:      0px; -o-box-shadow:      0px 0px 0px #000000;
	border-radius:         0px; box-shadow:         0px 0px 0px #000000;
}

td.bot,a.bot,a:hover.bot,a:visited.bot,a:visited:hover.bot {
	-ms-text-shadow:     0px 0px 0px #000000;
	-moz-text-shadow:    0px 0px 0px #000000;
	-webkit-text-shadow: 0px 0px 0px #000000;
	-o-text-shadow:      0px 0px 0px #000000;
	text-shadow:         0px 0px 0px #000000;
}
/*========================================================================*/
.product {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font-weight: bold;}
