/* Reset Browser Defaults */
@import url( 'reset.css' );

/*-------------------------------
Begin Page Elements
-------------------------------*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #e8e7e7;
	margin: 0;
	padding: 0;
	color: #333;
}
.container {
	width: 860px;
	background: #e8e7e7;
	margin: 0 auto;
}
.header {
	padding-bottom: 40px;
	border-bottom: 1px;
	border-bottom-color: #333;
	border-bottom-style: solid;
}
.logo {
	float: left;
	width: 475px;
	height: 175px;
}
.logo a {
	display: block;
	width: 475px;
	height: 175px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
.page-title {
	clear: left;
	padding: 10px 0px 15px 0px;
	margin: 0;
	font-size: 6em;
	letter-spacing:-4px;
	line-height: 60px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	display: block;
	border-bottom: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
}
.content {
	padding: 10px 0 60px 0;
}
blockquote {
	float: left;
	margin: 40px 0 20px 40px;
	font-size: 3em;
	letter-spacing: -0.08em;
	background-image: url(images/openquote.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
blockquote span {
	display: block;
	padding: 0 0 0 60px;
	background-image: url(images/closequote.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*-------------------------------
Begin Breadcrumbs
-------------------------------*/

.breadcrumbs {
	display: block;
	border-bottom: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
}
.breadcrumbs-first {
	float:left;
	display: block;
	height: 40px;
	background-color: #CCC;
	padding: 0 10px;
}
.breadcrumbs-first-arrow {
	float: left;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #CCC;
}
.breadcrumbs-next {
	float:left;
	display: block;
	padding: 0 10px;
}
.breadcrumbs p {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	letter-spacing: -0.08em;
	padding-top: 12px;
}

/*-------------------------------
Begin Iframe Service
-------------------------------*/

#iframe-s {
	position: absolute;
	width: 920px;
}
.iframe-s-icon {
	float: left;
	width: 268px;
	margin: 40px 0;
}
.iframe-s-con {
	float: left;
	width: 591px;
	height: 268px;
	margin: 40px 0;
	padding: 0 20px 0 40px;
	border-left: 1px solid #666;
}
.iframe-s-con a {
	margin: 5px;
	padding: 10px 15px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	background-color: #C1C1C1;
	color: #fff;
	display: block;
	float: left;
	cursor: pointer;
	text-decoration: none !important;
	text-transform: uppercase;
	target-new: tab ! important;
	border: 1px solid #999;
}
.iframe-s-con a:hover {
	background-color: #333;
	color: white;
}

/*-------------------------------
Begin Typography
-------------------------------*/

h1 {
	clear: left;
	margin: 0;
	font-size: 5em;
	line-height: 0.8em;
	font-weight: bold;
	letter-spacing: -0.08em;
	padding: 30px 0px 20px 0px;
	}
h2 {
	clear: left;
	margin: 0;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -0.08em;
	padding: 20px 0px 15px 0px;
	}
h3 {
	clear: left;
	margin: 0;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -0.05em;
	}
p {
	margin-top: 0px;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0px 0px 10px 0px;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}


/*-------------------------------
Begin Links
-------------------------------*/

a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #37ede8;
	text-decoration: none;
}
.button {
	margin: 40px 0 0;
	padding: 15px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	background-color: #423f3f;
	color: white !important;
	display: block;
	float: left;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
}
.button:hover {
	color: white;
	background-color: #37EDE8;
}

/*-------------------------------
Begin Contact Form
-------------------------------*/

.contact {
	margin-top: 30px;
	padding-bottom: 30px;
}
.contact-welcome {
	float: left;
	width: 210px;
	margin-top: 20px;
}
.contact h1 {
	padding: 0px 0px 20px 0px;
}
.contactform {
	float: left;
	width: 620px;
	margin: 0px 0px 40px 30px;
	padding: 20px 0 30px 0;
	background-color: #CCC;
}
.contactform input {
	width: 235px;
	padding: 20px 20px 20px 39px;
	margin: 0px 5px 20px 0;
	background-color: #e8e7e7;
	border-top: none;
	border-bottom: 1px solid #898888;
	border-left: none;
	border-right: none;
	font-family:HelveticaNeue, Helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #423f3f;
}
.contactform a {
	color: #433f3f;
	text-decoration: underline;
}
.contactform a:hover {
	color: #433f3f;
	text-decoration: none;
}
.contactform textarea {
	width: 510px;
	padding: 20px 20px 20px 39px;
	background-color: #e8e7e7;
	border-top: none;
	border-bottom: 1px solid #898888;
	border-left: none;
	border-right: none;
	font-family:HelveticaNeue, Helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #423f3f;
	line-height: 1.7em;
}
.contactform #submit {
	margin: 20px 51px 0px 0;
	padding: 15px;
	width: 180px;
	background-color: #423f3f;
	color: #fff;
	display: block;
	float: right;
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: none;
}
.contactform #submit:hover {
	background-color: #37ede8;
}

/*-------------------------------
Begin Advert
-------------------------------*/

.advert {
	border-top: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	margin-bottom: 50px;
}
.advert-first {
	width: 268px;
	float: left;
}
.advert-next {
	width: 268px;
	float: left;
	margin-left: 28px;
}
.advert img {
	background-color: #CCC;
	margin-bottom: 10px;
}
.advert img:hover {
	background-color: #37ede8;
}

/*-------------------------------
Begin Service
-------------------------------*/

.service {
	margin: 0;
}
.s-block-first {
	width: 268px;
	float: left;
	margin: 0 0 50px 0;
}
.s-block-next {
	width: 268px;
	float: left;
	margin-left: 28px;
}
.service img {
	background-color: #CCC;
	margin-bottom: 10px;
}
.service img:hover {
	background-color: #37ede8;
}

/*-------------------------------
Begin Wait
-------------------------------*/

.message {
	margin: 50px;
	height: 224px;
	padding: 0 0 50px 250px;
	background-image: url(images/wait.png);
	background-repeat: no-repeat;	
}
.message h1 {
		padding: 20px 0 0;
}
.message h2 {
		padding: 20px 0 0;
}

/*-------------------------------
Begin Bottom
-------------------------------*/

.bottom {
	float: left;
	margin: 30px 0px 90px 0;
}
.bottom-1 {
	width: 390px;
	float: left;
	background-image: url(images/map.png);
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: -71px -45px;
}
.bottom-2 {
	width: 390px;
	float: left;
	background-image: url(images/phone.png);
	background-size: 200px 200px;
	background-repeat: no-repeat;
	background-position: -71px -45px;
	margin: 0px 0px 0px 80px;
}
.bottom-head {
	border-bottom: 1px solid #333;
	clear: both;
}
.bottom-content {
	padding-top: 10px;
	background-color: #e8e7e7;
	clear: both;
}
.bottom p{
	padding-top: 10px;
}
.bottom h1 {
	padding: 0;
}
.bottom h2 {
	margin: 20px 0 0 90px;
}
.bottom h3 {
	padding: 10px 0 5px 0;
}
.bottom a {
	float: left;
	display: block;
	margin: 10px 0px 0px 0px;
	font-size: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px;
	background-color: #433F3F;
	color: white;
	font-weight: bold;
}
.bottom a:hover {
	background-color: #37EDE8;
}
	
/*-------------------------------
Begin Footer
-------------------------------*/

.footer-con {
	clear: both;
	background-color: #333;
	width: 100%;
}
.footer {
	background: #333333;
	color: #999999;
	width: 860px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0 auto;
}
.footer-helpdesk-img {
	width: 134px;
	float: left;
}
.footer-helpdesk-text {
	float: left;
	width: 500px;
	margin-left: 50px;
	font-weight: bold;
}
.footer h1 {
	clear: left;
	margin: 0;
	font-size: 5em;
	color:#FFF;
	font-weight: bold;
	letter-spacing: -0.08em;
	line-height: 1.2em;
	padding: 0;
	}
.footer h2 {
	clear: left;
	margin: 0;
	font-size: 4em;
	font-weight: bold;
	letter-spacing: -0.08em;
	line-height: 1em;
	padding: 0;
	}
.footer h3 {
	clear: left;
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.08em;
	line-height: 1em;
	padding: 0;
	}
.footer p {
	margin-top: 0px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.08em;
	line-height: 0.8em;
}
.footer-menu {
	width: 280px;
	float: left;
	margin-bottom: 50px;
}
.footer-icons {
	overflow: hidden;
	width: 260px;
	float: left;
	margin-left: 28px;
	margin-bottom: 50px;
}
.footer-icons a {
	display: block;
	height: 69px;
	width: 109px;
	margin: 0 10px;
	background: url(images/footer_icons.png) 0 0 no-repeat;
	float: left;
}
.footer-icons a.rss { background-position: 0 0px; }
.footer-icons a.rss:hover { background-position: 0 -69px; }
.footer-icons a.mail { background-position: 0 -138px; }
.footer-icons a.mail:hover { background-position: 0 -207px; }

.footer-credit {
	width: 250px;
	float: right;
	text-align: right;
	font-size: 1.2em;
	line-height: 2em;
	margin-left: 28px;
	margin-bottom: 50px;
	word-wrap: break-word ;
}
.footer a:link {
	color: #999999;
	text-decoration: underline;
}
.footer a:visited {
	color: #999999;
	text-decoration: underline;
}
.footer a:hover, a:active, a:focus { 
	color: #FFF;
	text-decoration: none;
}