﻿/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* CSS RESET END */

html {
	background-color: #185eb0;	
}

body {
	font-size: 13px;
	font-family: "Trebuchet MS", Sans-Serif;
	color: #323232;
	background: #FFF;
	line-height: 1.4;
}

a:link {
	color: #185eb0;
	text-decoration: underline;	
}

a:visited {
	color: #4340c1;	
}

a:hover {
	text-decoration: none;
	color: #f89838;
}

input,
select,
textarea {
	padding: 3px;
	font-family: "Trebuchet MS", Sans-serif;	
}

strong {
	font-weight: bold;	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 7px;
	line-height: 1;
}

h3 {
	font-weight: bold;
	padding-bottom: 7px;	
}

p {
	margin-bottom: 10px;	
}

td {
	vertical-align: top;	
}

ul {
	list-style-type: square;	
	list-style-position:  inside;
	margin-bottom: 10px;
}

ul li {
	padding-left: 0px;	
	list-style-type: disc;	
	list-style-position:  inside;
}

#logo {
	float: left;
	padding-top: 33px;	
}

#header {
	width: 960px;	
	height: 119px;
	margin: 0 auto;	
	position: relative;
}

#servicepocket {
	width: 205px;
	height: 45px;
	float: right;
	background: url(/_images/layout-toppocket.png) no-repeat top left;
	text-align: center;
	line-height: 1;
	color: #99cdff;
}

#servicepocket-inside {
	padding-top: 8px;	
}

#servicepocket a:link,
#servicepocket a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;	
}

#servicepocket a:hover,
#servicepocket a:visited:hover {
	text-decoration: none;	
}

#livechat {
	float: right;
	clear: right;
	margin-top: 15px;
	margin-right: 17px;	
}

/* =Nav
--------------------------------------------------------------------*/
#nav {
	font-weight: bold;
	line-height: 1;
	clear: left;
	font-size: 15px;
	height: 41px;
	padding-left: 11px;
	position: absolute;
	top: 78px;
	z-index: 200;
}

#nav ul li {
	display: inline;
	background: url(../_images/layout-nav-separator.png) no-repeat right -3px;
	float: left;
}

#nav a {
	text-decoration: none;
	padding: 12px 20px 14px 20px;
	float: left;
}

#nav a:link,
#nav a:visited {
	color: #4b4b4b;
}

#nav a:hover,
#nav a:visited:hover {
	color: #f89838;	
}

#nav .active a {
	color: #407fc2 !important;
	background: url(../_images/layout-nav-pulk.png) center bottom no-repeat;
}

#footer {
	margin-top: 50px;
	background: url(../_images/footer-bg.jpg) repeat-x top #175197;
	color: #ffffff;
}

#footer-inside
{
	background: url(../_images/footer-inside-bg.jpg) no-repeat top center;
}

#footer-inside2 {
	width: 960px;
	margin: 0 auto;		
	padding: 40px 0 40px 0;
	height: 189px;
}

#footer a:link, 
#footer a:visited {
	color: #fff;	
}

#boringlinks {
	float: right;
	width: 230px;	
}

#companyDescription {
	padding-top: 20px;
	width: 50%;	
	float: right;
	clear: right;
}

#companyContacts {
	padding-top: 30px;	
}

#companyAddress {
	padding-bottom: 30px;	
}

#social-media
{
	padding-top: 30px;
}

#social-media a
{
	float: right;
	display: block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-decoration: none;
	margin: 0px 0px 3px 3px;
}

#social-media #facebook-icon
{
	background: url("/_images/facebook-icon.png") no-repeat 0px 0px;
}

#social-media #twitter-icon
{
	background: url("/_images/twitter-icon.png") no-repeat 0px 0px;
	clear: right;
}

#social-media #email-icon
{
	background: url("/_images/email-icon.png") no-repeat 0px 0px;
}

#social-media a:hover
{
	background-position: 0px -65px !important;
}


/* Text page
---------------------------------------------------------------------------------------------*/

body.text {
	color: #323232;
}

body.text #content {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;	
	min-height: 300px;
}

body.text h1 {
	font-size: 36px;
	font-weight: bold;
	color: #1a171b;
	margin-bottom: 0.5em;
}

body.text p {
	margin-bottom: 1em;	
}

body.text #visual {
	background: url(../_images/text/visual-bg.jpg) repeat-x top center #1a53a6;
	height: 85px;
	margin: 0 auto;	
	position: relative;
}

body.text #visual-inside {
	background: url(../_images/text/visual-bg-inside.jpg) no-repeat top center;
	height: 85px;
}

body.text #visual-inside h1 {
	color: #FFF;
	line-height: 85px;
	height: 85px;
	padding: 0;
	margin: 0;
}

body.text .validator {
	color: #e53f04;	
}

body.text #visual #top-shadow
{
	height:10px;
	line-height: 10px;
	width: 100%;
	position: absolute;
	top: 0px;
	background: url("/_images/homepage/top-shadow.png") repeat-x top;
	z-index: 500;
}

body.text #visual #bottom-shadow
{
	height:7px;
	line-height: 7px;
	width: 100%;
	position: absolute;
	top: 77px;
	background: url("/_images/homepage/bottom-shadow.png") repeat-x bottom;
	z-index: 501;
}
