/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	font-size: 100%;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align: top
}
tr.selected {
background-color:#f5f0f0;	
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* typography.css */
html {
	font-size:100.01%;
}
body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1, h2, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	 color:#5a3437;
	font-size: 24px;
	line-height: 30px;
	margin:15px 0 5px 0;
}

h1 span {
	display:block;
	 color:#aa2c13;

}
h2 {
	font-size: 18px;
	font-weight: bold
}
h2 span {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0 5px 0;
}
h3 span {
	margin: 0 0 0 0;
	
}
h3 a {
color: #000;
}

h3 a:hover {
color: #aa2c13;
}
h4 { color:#5a3437;
font-weight:bold;
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 8px 0;
}

h4 a {
	color:#5a3437;
}
h4 a:hover {
	color:#aa2c13;
}
h4 span {
	color:#aa2c13;
}
h5 {
	color: #fff;
	font-size: 21px;
	line-height: 1;
	margin-top: 0 0 5px 0;
}

h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p { color:#5a3437;
	font-size: 17px;
	line-height:25px;
	margin: 0 0 12px 0;
}

p span { color:#aa2c13;
}

p.large {
	font-weight:lighter;
	font-size: 22px;
	line-height:28px;
	margin: 0 0 12px 0;
}

p.med {
	color:#303031;
	font-weight:lighter;
	font-size: 12px;
	line-height:15px;
	margin: 0 0 10px 0;
}
p.post {
font-size:12px;
line-height:11px;
color:#aa2c13;	
	margin: 0 0 30px 0;
}

p.post2 {
font-size:12px;
line-height:11px;
color:#aa2c13;	
	margin: 0 0 10px 0;
}

p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}

.float {
	margin:0 15px 15px 0;
	float: left
}
a:focus, a:hover {
	color:#5a3437;
	outline: none medium
}
a {
	color: #aa2c13;
	text-decoration: none;
}
a.null {
margin:0;
line-height:1	
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0;
}
ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:3.333em;
}
ul {
	list-style-type:disc;
}
.colwide2 ul li {
	font-size:15px;
}
.col1 ul {
	margin: 0 0 15px 15px;
	padding: 0
}
.col1 ul li {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom: 10px;
	width: 100%
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
th, td, caption {
	padding: 0
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* forms.css */
label {
	display:block;
color:#aa2c13;
font-weight:bold;
	font-size: 17px;
	line-height: 23px;
	margin: 0 0 4px 0;
}
#product-form label {
	color: #fff;
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-top: 5px
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color: #fff
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin: 0
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
div.input1 {
	background-image: url("../images/input_bkd.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 273px;
	height: 35px;
	margin:0 0 15px 0;
}
div.input1 input {
	color:#5a3437;
	font-size: 15px;
	font-weight: bold;
	background-color: transparent;
	margin: 0;
	padding: 0;
	position: relative;
	top: 8px;
	left: 5px;
	width: 265px !important;
	border: 0
}

div.textarea1 {
	background-image: url("../images/textarea1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 273px;
	height: 133px
}
div.textarea1 textarea  {
	
	width: 273px !important;;
	height: 133px;
	position: relative;
	background-color: transparent;
	resize: none;
		border: 0;
		overflow:auto;
}
textarea {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 95%;
	height: 120px;
	resize: none;
}
.submit-btn {
	margin: 0;
	padding: 0;
	position: relative;
	width: 71px;
	height: 16px;
	float: right;
	right:30px;
	top:10px;
}
.submit-btn2 {
	margin: 0;
	padding: 0;
	position: relative;
	width: 71px;
	height: 16px;
}
.login-btn {
	margin: 0;
	padding: 0;
	position: relative;
	width: 82px;
	height: 23px;
	float: left;
	left:190px;
	top:0px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:10px;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
#contactFormDiv {
	position:relative;
height: 400px;	
}
.error, .notice, .success {
		background-image: url("../images/error.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
}
.error {
	border-color:#FF6633;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
label.error {
	width: 0px;
	height: 0px;
	display: none;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* grid.css */
.container {
	margin: 0 auto;
	padding:25px 0 0 0;
	background-image: url(../images/container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.showgrid {
	background:url(src/grid.png);
}
.column, .col1, .col2, .col3, .col4, .col5, .col6, .colwide, .colwide2  {
	float: left
}

.colwide {
	position:relative;
	width: 900px;
	padding:0 0 15px 33px;
}

.colwide2 {
	position:relative;
	width: 920px;
	padding:0 0 15px 33px;
}
.col1 {
	width: 428px;
		margin:15px 50px 0 20px;
}
.col2 {
	width: 430px;
	margin:15px 0 0 10px;
}
.col3 {
	width: 585px;
	margin: 0 0 35px 28px;
}
.col4 {
	width: 298px;
	margin: 128px 0 0 49px;
	
	
}
.col5 {
	width: 200px;
	margin-right:25px;
}

.col6 {
	width: 190px;
	margin-right:5px;
}

.border {
	padding-right:4px;
	margin-right:5px;
	border-right:1px solid #eee;
}
.colborder {
	padding-right:24px;
	margin-right:25px;
	border-right:1px solid #eee;
}
.prepend-top {
	margin-top:1.5em;
}
.append-bottom {
	margin-bottom:1.5em;
}
.box {
	padding:1.5em;
	margin-bottom:1.5em;
	background:#E5ECF9;
}
hr {
	color: #ddd;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	margin: 10px 0 15px;
	padding-top: 10px;
	width: 100%;
	height: 1px;
	float: none;
	clear: both;
	border-top: 0 dotted;
	border-right: 0 dotted;
	border-bottom: 2px dotted #8e7555;
	border-left: 0 dotted
}
hr.space {
	background:#fff;
	color:#fff;
	visibility:hidden;
}
.clearfix:after, .container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
	height:0px;
}
/* layout.css */
body {
	background-color: #f5f6f6;
	background-image: url("../images/bdy.jpg");
	background-repeat: repeat-y;
	background-position: center top
}
#site {
	background-image: url("../images/site_bkd.jpg");
	background-repeat: repeat-y;
	background-position: center top
}
#header-contain {
	background-image: url("../images/header_contain.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 30;
	height: 512px
}
#header {
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 30;
	width: 979px;
	height: 512px
}

#header-contain2 {
	background-image: url("../images/header_contain2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#000;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 30;
	height: 155px
}
#header2 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 30;
	width: 979px;
	height: 155px
}

#topban-contain {
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 30;
	height: 359px
}
#topban {
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 30;
	width: 979px;
	height: 359px;
}
#topban-align {
	width:595px;
	float:left;
	margin:31px 0 0 0;
}
#topban-photo {
	position:absolute;
	width:299px;
	float:right;
	right:18px;
	top:13px;
}
div#logo-btn {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9990;
	top: 11px;
	left: 0;
	width: 152px;
	height: 66px;
	float: left
}
div#logo-btn a:link, div#logo-btn a:visited {
	background: url("../images/logo.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 152px;
	height: 66px
}
div#logo-btn a:hover, div#logo-btn a:active {
	background: url("../images/logo.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 152px;
	height: 66px
}
div#logon {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9990;
	width: 115px;
	height: 25px;
	float: right;
	right: 115px;
}
div#logon a:link, div#logon a:visited {	
    background-image: url(../images/btn_corp_login.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 115px;
	height: 25px;

}
div#logon a:hover, div#logon a:active {
	background-image: url(../images/btn_corp_login.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 bottom;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 115px;
	height: 25px
}
div#web_on_call {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9990;
	width: 91px;
	height: 25px;
	float: right;
	right: 8px;
}
div#web_on_call a:link, div#web_on_call a:visited {	
    background-image: url(../images/btn_web_on_call.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 91px;
	height: 25px;

}
div#web_on_call a:hover, div#web_on_call a:active {
	background-image: url(../images/btn_web_on_call.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 bottom;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 91px;
	height: 25px
}
div#title-btn {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9990;
	top: 44px;
	right: 6px;
	width: 282px;
	height: 32px;
	float: left
}
div#title-btn a:link, div#title-btn a:visited {
	background: url("../images/title_header.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 282px;
	height: 32px;
}
div#title-btn a:hover, div#title-btn a:active {
	background: url("../images/title_header.jpg") no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 282px;
	height: 32px;
}
ul#topnav {
	font-size: 1.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
	top: 102px;
	left: 0;
	width: 100%;
	text-align:center;
	float: left
}
ul#topnav li {

	margin: 0;
	padding: 0;
	position: relative;
	display:inline-block;
}
ul#topnav li a {
	text-indent: -9999px;
	height: 31px;

	display:inline-block;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left bottom;
}
ul#topnav a.home {
	background: url("../images/tn_1.jpg") no-repeat;
	width: 78px
}
ul#topnav a.cell {
	background: url("../images/tn_2.jpg") no-repeat;
	width: 111px
}
ul#topnav a.call {
	background: url("../images/tn_3.jpg") no-repeat;
	width: 225px
}
ul#topnav a.twoway {
	background: url("../images/tn_4.jpg") no-repeat;
	width: 161px
}
ul#topnav a.comms {
	background: url("../images/tn_5.jpg") no-repeat;
	width: 230px
}
ul#topnav a.contact {
	background: url("../images/tn_6.jpg") no-repeat;
	width: 107px
}
ul#topnav hr {
	margin: 10px 0 5px 30px;
	padding: 0;
	width: 915px;
	border-top: 1px solid #201604;
	border-bottom: 1px solid #78694d
}
ul#topnav li .sub {
	background-image: url("../images/sub_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
	position: absolute;
	z-index: 999;
	top: 42px;
	width: 976px;
	height: 340px;
	float: left
}
ul#topnav li .sub.pos1 {
	position: absolute;
	left: -85px
}
ul#topnav li .sub.pos2 {
	position: absolute;
	left: -189px
}
ul#topnav li .sub.pos3 {
	padding-top: 10px;
	position: absolute;
	left: 1px;
	width: 191px;
	height: 210px
}
ul#topnav li .row {
	margin-bottom: 0;
	width: 100%;
	float: left;
	clear: both
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 5px 0 0 30px;
	padding: 0;
	width: 200px;
	float: left
}
ul#topnav .sub ul li {
	color: #e6e4ce;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 13px;
	width: 100%
}
ul#topnav .sub h2 {
	color: #e6e4ce;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 5px
}
h2.underline {
	color: #e6e4ce;
	margin: 15px 30px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #e0dec5
}
ul#topnav .sub ul li h2 a {
	color: #e6e4ce;
	font-size: 15px;
	text-decoration: underline;
	background-image: none;
	margin-top: 0;
	margin-bottom: 4px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	border: 0
}
ul#topnav .sub ul li a {
	color: #e6e4ce;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 14px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-indent: 0;
	display: block;
	padding: 6px 0;
	height: auto;
	float: none
}
ul#topnav .sub ul li a:hover {
	text-decoration: underline
}
#main-banner {
	position:absolute;
	bottom:0px;
width:979px;
height:357px;	
	
}
div.btn-fullservice {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9990;
	width: 170px;
	height: 41px;
	float: right;
	bottom:25px;
	right: 20px;
}
div.btn-fullservice a:link, div.btn-fullservice a:visited {	
    background-image: url(../images/btn_fullservice.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 41px;

}
div.btn-fullservice a:hover, div.btn-fullservice a:active {
	background-image: url(../images/btn_fullservice.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 bottom;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 170px;
	height: 41px;
}

div.btn-fullservice2 {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9990;
	width: 170px;
	height: 41px;
	float: right;
	bottom:25px;
	right: 20px;
}
div.btn-fullservice2 a:link, div.btn-fullservice2 a:visited {	
    background-image: url(../images/btn_fullservice2.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 41px;

}
div.btn-fullservice2 a:hover, div.btn-fullservice2 a:active {
	background-image: url(../images/btn_fullservice2.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 bottom;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
width: 170px;
	height: 41px;
}
#main-banner {
	position:absolute;
width:979px;
height:357px;	
	
}
.banner1 {
	width:979px;
	height:357px;
	position:absolute;
	background-image: url(../images/main_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.banner2 {
	width:979px;
	height:357px;
	position:absolute;
	background-image: url(../images/main_banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.banner3 {
	width:979px;
	height:357px;
	position:absolute;
	background-image: url(../images/main_banner3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.banner4 {
	width:979px;
	height:357px;
	position:absolute;
	background-image: url(../images/main_banner4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.banner5 {
	width:979px;
	height:357px;
	position:absolute;
	background-image: url(../images/main_banner5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#cycle-nav {
	font-size: 1.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
	top: 10px;
	right: 10px;
	width: 198px;
	float: left;
	z-index:9999;
}
ul#cycle-nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#cycle-nav li a {
	text-indent: -9999px;
	height: 26px;
	float: left
}
ul#cycle-nav li:hover a, ul#cycle-nav li a:hover {
	background-position: left bottom;
}
ul#cycle-nav li a.current {
	background-position: left bottom;
}

ul#cycle-nav li.activeSlide a {
	background-position: left bottom;
}
ul#cycle-nav a.homea {
	background: url("../images/cy_nav1.png") no-repeat;
	width: 51px
}
ul#cycle-nav a.cella {
	background: url("../images/cy_nav2.png") no-repeat;
	width: 35px
}
ul#cycle-nav a.calla {
	background: url("../images/cy_nav3.png") no-repeat;
	width: 42px
}
ul#cycle-nav a.twowaya {
	background: url("../images/cy_nav4.png") no-repeat;
	width: 37px
}
ul#cycle-nav a.commsa {
	background: url("../images/cy_nav5.png") no-repeat;
	width: 31px
}

#contentArea {
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	width: 979px;
	background-image: url(../images/content_area.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content-align {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px
}
#service-contain1 {
	float:left;
	position:relative;
	width:979px;
	height:146px;
	background-image: url(../images/service_contain1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#service-contain2 {
	float:left;
	position:relative;
	width:979px;
	height:159px;
	background-image: url(../images/service_contain2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.service-description1 {
width:269px;
height:107px;
float:left;
top:14px;
left:204px;
position:absolute;	
}

.service-description2 {
width:269px;
height:107px;
float:right;
top:14px;
right:25px;
position:absolute;	
}
#footer_contain {
	background-image: url("../images/footer_contain.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 583px
}
#footer {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	position: relative;
	z-index: 9990;
	width: 979px;
	height: 583px
}
#footer h2 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin: 50px 0 10px 0;
	color: #4e1111;
	letter-spacing: 2px;
}
#sponsors {
	position: relative;
	width: 410px;
	height: auto;
	margin: 0 auto;
}
#copyright {
	width: 200px;
	text-align:center;
	position: absolute;
	bottom: 10px;
	left:375px;
}
#copyright p {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	margin: 0
}
#copyright a {
	text-decoration: none
}
#copyright a:hover {
	color:#fff;
}

.last {
	margin-right:0;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('OpenSans-Regular-webfont.eot');
	src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular-webfont.woff') format('woff'), url('OpenSans-Regular-webfont.ttf') format('truetype'), url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('OpenSans-Bold-webfont.eot');
	src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Bold-webfont.woff') format('woff'), url('OpenSans-Bold-webfont.ttf') format('truetype'), url('OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
.snap-footer-link {
	font-family: 'OpenSansRegular' !important;
	color: #fff !important;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.7;
	margin-bottom: 1.25em;
	text-rendering: optimizelegibility;
}
.snap-footer-link a {
	text-decoration:none !important;
	font-family: 'OpenSansBold'!important;
	color: #AA2C13 !important;
	padding-left: 0 !important;
}
.snap-footer-link a:hover {
	font-family: 'OpenSansBold'!important;
	text-decoration:underline !important;
}
