/**** 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: 20px;
	text-align: center;
}
h3 {
	font: 18px 'Alike', Arial, Helvetica, serif;
	color: #1e2b43;
	margin: 10px 0;
	text-align: center;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
p {
	font-size: 1em;
	margin: 0 0 1em;
}
a {
	color: #ddd;
	text-decoration: none;
}
a:hover {
	color: #fff;
	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/headerimg_2.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 10px -10px 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: 314px;
}

#servWrapper {
background: #c3c1c1; /* Old browsers */
background: -moz-linear-gradient(top,  #c3c1c1 0%, #aeaaaa 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c1c1), color-stop(99%,#aeaaaa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c3c1c1 0%,#aeaaaa 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c3c1c1 0%,#aeaaaa 99%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #c3c1c1 0%,#aeaaaa 99%); /* IE10+ */*/
background: linear-gradient(to bottom,  #c3c1c1 0%,#aeaaaa 99%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c1c1', endColorstr='#aeaaaa',GradientType=0 ); /* IE6-9 */*/

	-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);

}

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

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

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

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

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

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

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

/*** Logo Sprites **/

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

.logoSp{
	background-position: 0 -3.9999847412109375px;
	width: 191px;
	height: 95px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.logoSp:hover{
	background-position: 0 -105.99998474121094px;
	width: 191px;
	height: 95px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.acgSp{
	background-position: 0 0;
	width: 191px;
	height: 58px; 
    margin-left: auto;
    margin-right: auto;
}

.acgSp:hover{
	background-position: 0 -60px;
	width: 191px;
	height: 58px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}


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

.mscpaSp{
	background-position: 0 -0.9999847412109375px;
	width: 191px;
	height: 73px; 
    margin-left: auto;
    margin-right: auto;
}

.mscpaSp:hover{
	background-position: 0 -67.99998474121094px;
	width: 191px;
	height: 73px; 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*** End Logo Sprites ***/

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

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

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

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

.servSp{
	background-position: 0 0;
	width: 156px;
	height: 142px; 
}

.servSp:hover{
	background-position: 0 -146.19998474121094px;
	width: 156px;
	height: 142px; 
}

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

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

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

.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;
		margin-top: -80px;
}
#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;
    color: #fff;
}



#footNav {
    clear: left;
    position: relative;
    background-color: none;
    margin: 0;
    margin-top: 65px;
    text-align: center;
    left: 50%;
    float:  left;
}
#footNav li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    right: 50%;
    padding: 0;
}
#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;
}
