/**** Reset ****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** Global ****/

body {
	background: #e2e1e1  top left;
	font: 13px 'Alike', Arial, Helvetica, serif;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
}
h1 {
	font: 43px 'Alike', Arial, Helvetica, serif;
	color: #2d3d5a;
	float: right;
	width: 270px; 
	margin-top: 20px;
}
h2 {
	font: 24px 'Alike', Arial, Helvetica, serif;
	color: #1e2b43;
	padding-top: 30px;
}
h3 {
	font: 18px 'Alike', Arial, Helvetica, serif;
	color: #1e2b43;
	margin-top: -25px;
}
h4 {
	font: 18px 'Alike', Arial, Helvetica, serif;
	color: #1e2b43;
	margin: 10px 0;
	text-align: center;
}
h5 {
	font: 18px 'Alike', Arial, Helvetica, serif;
	color: #1e2b43;
	margin: 10px 0;
	text-align: left;
}
p {
	font-size: 1em;
	margin: 0 0 1em;
}
a {
	color: #1e2b43;
	text-decoration: none;
}
a:hover {
	color: #4768a3;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.clr {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
address {
	display: inline;
}


/**** Header ****/
#borderWrapper {
	background: #b2b2b2; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #b2b2b2 2%, #b4b4b4 23%, #cfcfcf 29%, #cfcfcf 29%, #cbcbcb 40%, #fdfdfd 45%, #aeaeae 59%, #fdfdfd 65%, #aeaeae 69%, #cfcfcf 80%, #b4b4b4 90%, #b2b2b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(2%,#b2b2b2), color-stop(23%,#b4b4b4), color-stop(29%,#cfcfcf), color-stop(29%,#cfcfcf), color-stop(40%,#cbcbcb), color-stop(45%,#fdfdfd), color-stop(59%,#aeaeae), color-stop(65%,#fdfdfd), color-stop(69%,#aeaeae), color-stop(80%,#cfcfcf), color-stop(90%,#b4b4b4), color-stop(100%,#b2b2b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #b2b2b2 2%,#b4b4b4 23%,#cfcfcf 29%,#cfcfcf 29%,#cbcbcb 40%,#fdfdfd 45%,#aeaeae 59%,#fdfdfd 65%,#aeaeae 69%,#cfcfcf 80%,#b4b4b4 90%,#b2b2b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #b2b2b2 2%,#b4b4b4 23%,#cfcfcf 29%,#cfcfcf 29%,#cbcbcb 40%,#fdfdfd 45%,#aeaeae 59%,#fdfdfd 65%,#aeaeae 69%,#cfcfcf 80%,#b4b4b4 90%,#b2b2b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #b2b2b2 2%,#b4b4b4 23%,#cfcfcf 29%,#cfcfcf 29%,#cbcbcb 40%,#fdfdfd 45%,#aeaeae 59%,#fdfdfd 65%,#aeaeae 69%,#cfcfcf 80%,#b4b4b4 90%,#b2b2b2 100%); /* IE10+ */
	background: linear-gradient(45deg,  #b2b2b2 2%,#b4b4b4 23%,#cfcfcf 29%,#cfcfcf 29%,#cbcbcb 40%,#fdfdfd 45%,#aeaeae 59%,#fdfdfd 65%,#aeaeae 69%,#cfcfcf 80%,#b4b4b4 90%,#b2b2b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#b2b2b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 4px;
	position: relative;
	z-index: 9999;
	-webkit-box-shadow:  1px 2px 3px 3px rgba(4, 5, 5, 0.2);
    box-shadow:  1px 2px 3px 3px rgba(4, 5, 5, 0.2);
}
#headerWrapper {
	background: url("../images/header_img.png") top left repeat-x;
	-webkit-box-shadow:  1px 2px 3px 3px rgba(4, 5, 5, 0.2);
    box-shadow:  1px 2px 3px 3px rgba(4, 5, 5, 0.2);
	position: relative;
	z-index: 9998;
}

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	padding: 10px;
}
#logo{
	background: url("../images/swink_logo.png") top left no-repeat;
	width: 495px; /* width of logo image */
	height: 128px; /* height of logo image */
	text-indent: -9999px;
	margin: 25px 0;
	float: left;
}
#logo a {
	display: block;
	width: 495px; /* width of logo image */
	height: 128px; /* height of logo image */
	float: left;
}

#number{
	width: 250px; /* width of logo image */
	margin: 25px 0;
	float: right;
}


/**** Navigation ****/

#topNav {
	position: relative;
	z-index: 9998;
	float: right;
	width: 300px;
	background-color: none;
	font-family: 'Alike', serif;
	margin-top: 10px;
}
#topNav li {
	float:  left;
	display: block;
}
#topNav li:hover {
	float:  left;
	display: block;
	background: #999;
}
#topNav li a {
	display: block;
	padding: 8px 10px;
	color: #2d3d5a;
}
#topNav li a:hover {
	color: #aaa;
	text-decoration: none;
}
#topNav li .subNav {
	position: absolute;
	display: none;
	width: 180px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
#topNav .subNav li {
	float: none;
}
#topNav .subNav li.lastSub {
	border: none;
}
#topNav li:hover .subNav {
	display: block;
	background: #fff;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
#topNav li:hover > a, #topNav ul *:hover > a { /* This is to keep the top level li a:hover color the same even when rolling over subnav elements */
    background: none repeat scroll 0 0 #fff;
    color: #aaa;
}
/* Use this only if the menu stretches the width of wrapper. This will keep the dropdown from running outside the wrapper
#topNav li.lastNav .subNav {
	right: 0px; 
}*/

/**** Content ****/
#slideWrapper {
	background: #1e2d45;
}


#slideBox {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	height: 405px;
}
#servWrapper {
	background: #aba7a7;

}

#servBox {
	width: 940px;
	height: 122px;
	margin: 0px auto;
	padding: 0 10px;
	background: url("../images/interior_chrome.png") top left no-repeat;
}

#servBox img {
	float: left;
	margin: 27px 20px 10px 0;
}

#leftServ, #contentServ, #rightServ {
	float: left;
}
#leftServ {
	width: 290px;
	margin-right: 10px;
	padding: 30px 0;
}

#leftServ img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contentServ {
	width: 290px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 30px 0;
}

#contentServ img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#rightServ {
	width: 290px;
	margin-left: 10px;
	padding: 30px 0 ;
}

#rightServ img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*** ABOUT SPRITES ***/
.aboutusSp, .aboutusSp:hover{
	background: url("../images/aboutsm_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.aboutusSp{
	background-position: 0 0;
	width: 156px;
	height: 142px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.aboutusSp:hover{
	background-position: 0 -146.19998474121094px;
	width: 156px;
	height: 142px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}


.missionSp, .missionSp:hover{
	background: url("../images/missionsm_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.missionSp{
	background-position: 0 0;
	width: 156px;
	height: 142px;   
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.missionSp:hover{
	background-position: 0 -148.19998474121094px;
	width: 156px;
	height: 142px;   
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.promiseSp, .promiseSp:hover{
	background: url("../images/smpromise_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.promiseSp{
	background-position: 0 0;
	width: 156px;
	height: 142px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.promiseSp:hover{
	background-position: 0 -145.19998474121094px;
	width: 156px;
	height: 142px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*** IT SPRITES ***/
.cioSp, .cioSp:hover{
	background: url("../images/ciosp.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.cioSp{
	background-position: 0 0;
	width: 72px;
	height: 66px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.cioSp:hover{
	background-position: 0 -68.19998474121094px;
	width: 72px;
	height: 66px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itservSp, .itservSp:hover{
	background: url("../images/keyboard.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itservSp{
	background-position: 0 0;
	width: 72px;
	height: 66px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itservSp:hover{
	background-position: 0 -68px;
	width: 72px;
	height: 66px;   
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itemailSp, .itemailSp:hover{
	background: url("../images/envelope.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itemailSp{
	background-position: 0 0;
	width: 72px;
	height: 66px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itemailSp:hover{
	background-position: 0 -65.19998474121094px;
	width: 72px;
	height: 66px;   
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itfileSp, .itfileSp:hover{
	background: url("../images/file.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itfileSp{
	background-position: 0 0;
	width: 72px;
	height: 66px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itfileSp:hover{
	background-position: 0 -66.19998474121094px;
	width: 72px;
	height: 66px;   
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itphoneSp, .itphoneSp:hover{
	background: url("../images/phoneit.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itphoneSp{
	background-position: 0 0;
	width: 72px;
	height: 66px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.itphoneSp:hover{
	background-position: 0 -68.19998474121094px;
	width: 72px;
	height: 66px;    
	display: block;
    margin-left: auto;
    margin-right: auto;
}
/*** End IT ***/

/*** SERVICE SPRITES ***/
.servitSp, .servitSp:hover{
	background: url("../images/itsm_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.servitSp{
	background-position: 0 0;
	width: 156px;
	height: 142px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.servitSp:hover{
	background-position: 0 -143.19998474121094px;
	width: 156px;
	height: 142px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}


.auditSp, .auditSp:hover{
	background: url("../images/auditsm_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.auditSp{
	background-position: 0 0;
	width: 156px;
	height: 142px;   
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.auditSp:hover{
	background-position: 0 -148.19998474121094px;
	width: 156px;
	height: 142px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}


.accountSp, .accountSp:hover{
	background: url("../images/accountingsm_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.accountSp{
	background-position: 0 0;
	width: 156px;
	height: 142px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.accountSp:hover{
	background-position: 0 -141.19998474121094px;
	width: 156px;
	height: 142px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}


.taxSp, .taxSp:hover{
	background: url("../images/taxsm_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.taxSp{
	background-position: 0 0;
	width: 156px;
	height: 142px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.taxSp:hover{
	background-position: 0 -144.19998474121094px;
	width: 156px;
	height: 142px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}


.consultSp, .consultSp:hover{
	background: url("../images/commentingsm_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.consultSp{
	background-position: 0 0;
	width: 156px;
	height: 142px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.consultSp:hover{
	background-position: 0 -144.19998474121094px;
	width: 156px;
	height: 142px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.financialSp, .financialSp:hover{
	background: url("../images/sfcsm_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.financialSp{
	background-position: 0 0;
	width: 156px;
	height: 142px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.financialSp:hover{
	background-position: 0 -143.19998474121094px;
	width: 156px;
	height: 142px;  
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*** END SERVICE SPRITES ***/

.linkedinsp, .linkedinsp:hover {
	background: url("../images/linkedin_sp.png") no-repeat;
}

.linkedinsp {
	background-position: -1px -1px ;
	width: 42px;
	height: 42px;
}

.linkedinsp:hover {
	background-position: -1px -47px ;
	width: 42px;
	height: 42px;
}



.facebooksp, .facebooksp:hover{
	background: url("../images/facebook_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.facebooksp{
	background-position: -1px 0;
	width: 42px;
	height: 42px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.facebooksp:hover{
	background-position: -1px -46px ;
	width: 42px;
	height: 42px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.emailsp, .emailsp:hover{
	background: url("../images/email_sprite.png") no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.emailsp{
	background-position: -1px -1px ;
	width: 42px;
	height: 42px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.emailsp:hover{
	background-position: -1px -47px ;
	width: 42px;
	height: 42px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}








#contentWrapper {
		background: url("../images/header_img.png") top left repeat;
		margin-bottom: -15px;
}
#contentBox {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#leftTrust, #contentTrust, #rightTrust {
	float: left;
}
#leftTrust {
	width: 290px;
	margin-right: 10px;
	padding: 10px 0 40px 0;
}

#leftTrust img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contentTrust {
	width: 290px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px 0 40px 0;
}

#contentTrust img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#rightTrust {
	width: 290px;
	margin-left: 10px;
	padding: 10px 0 40px 0;
}

#rightTrust img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/**** Footer ****/
#footerWrapper {
	background: url("../images/footer_bg.png") top left repeat;
}
#footer {
	width: 940px;
	margin: 0 auto;
	clear: both;
	padding: 10px;
	color: #fff;
}

#footer p {
	text-align: center;
}



#footNav {
	position: relative;
	z-index: 9998;
	width: 600px;
	background-color: none;
	font-family: 'Alike', serif;
	margin-top: 65px;
	text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}
#footNav li {
	float: left;
	display: block;
}
#footNav li:hover {
	float: left;
	display: block;
}
#footNav li a {
	display: block;
	padding: 0px 10px;
	color: #fff;
}
#footNav li a:hover {
	color: #000;
	text-decoration: none;
}
#footNav li:hover > a, #footNav ul *:hover > a { /* This is to keep the top level li a:hover color the same even when rolling over subnav elements */
    background: none;
    color: #ddd;
}
/* Use this only if the menu stretches the width of wrapper. This will keep the dropdown from running outside the wrapper
#topNav li.lastNav .subNav {
	right: 0px; 
}*/

#social {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#socialNav {
	position: relative;
	z-index: 9998;
	width: 200px;
	background-color: none;
	font-family: 'Alike', serif;
	margin-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
#socialNav li {
	float: left;
	display: block;
	padding: 0 10px;
}


#info {
	text-align: center;
	color: #fff;
	font-family: 'Alike', serif;
}
.mascot {
    background: url("../images/mascot_m.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
    width: 33px;
}
