/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* ==================== Getting the new tags to behave END ======================= */





/* ========================= Global properties START ============================= */

body {
	background: url(../images/body.gif) repeat 50% 0%;
	min-width: 980px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #393939;
}

html {
	background: transparent;
	min-width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	padding: 0;
	outline: 0;
	vertical-align: middle;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	top: 750px;
	height: auto;
	width: auto;
	margin-top: 750;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a {
	outline: none;
	color: #f0ab0c;
}

	a:hover {
		text-decoration: none;
	}
	
/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */

#main {
	font-size: 0.75em;
}

#header-tail {
	background: #fff url(../images/header-tail.gif) repeat-x 50% 0%;
}

	header {
		position: relative;
		width: 968px;
		height: 198px;
		margin: 0 auto;
	}
	
		#page1 header {
			background: url(../images/headerSBM.jpg) no-repeat 4px 110px;
		width: 968px;
		height: 700px;
		}
		   #ticker  {
	position: relative;
	width: 700px;
	height: 30px;
	clip: rect(auto,auto,auto,auto);
	margin-top: auto;
	margin-right: 175px;
	margin-bottom: auto;
	margin-left: auto;
		   }
		   

#content-tail {
	background: #fff;
}

	section#content {
		width: 968px;
		margin: 0 auto;
	}

#footer-tail {
	background: url(../images/footer-tail.gif) repeat-x 50% 0%;
	width: 100%;
}

	footer {
		width: 968px;
		min-height: 130px;
		height: auto !important;
		height: 130px;
		overflow: hidden;
		margin: 0 auto;
	}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 0 20px 0 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 2px 19px 0 0;
	}
	
	img.fleft2 {
		float: left;
		margin: 2px 19px 25px 0;
	}
	
	img.fleft3 {
		float: left;
		margin: 2px 19px 17px 0;
	}

.fright {
	float: right;
}

	ul.fright1 {
		float: right;
		padding: 0 63px 15px 0;
	}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	text-align: center;
	top: 700px;
	position: absolute;
	margin-top: -70px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: auto;
	width: 960px;
	left: auto;
	right: auto;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */

header strong {
	display: block;
	line-height: 1.286em;
	font-size: 1.167em;
	font-weight: normal;
	color: #FCBF04;
	position: absolute;
	top: 73px;
	left: 325px;
	width: 428px;
}

#navi {
	overflow: hidden;
	position: absolute;
	top: 65px;
	right: 233px;
}

	#navi li {
		background: url(../images/navi-divider.gif) no-repeat 0% 4px;
		float: left;
		margin: 0 0 0 -1px;
		padding: 0 10px 0 10px;
		line-height: 1.286em;
		font-size: 1.167em;
		color: #676565;
	}
	
		#navi li a {
			text-decoration: none;
			color: #676565;
		}
		
			#navi li a:hover {
				color: #fff;
			}

nav {
	background: url(../images/menu-bg1.gif) no-repeat 0% 7px;
	width: 962px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	top: 110px;
	left: 4px;
	color: #FFFFFF;
	background-color: #F0F0F0;
}

#page1 nav {
	background: url(../images/menu-bg.gif) no-repeat 0% 7px;
	top: 566px;
}

	nav ul {
		background: url(../images/menu-divider.gif) no-repeat 97% 7px;
		float: left;
		padding: 0 0 0 23px;
		overflow: hidden;
	}
	
		nav ul li {
			background: url(../images/menu-divider.gif) no-repeat 0% 7px;
			float: left;
			margin: 0 0 0 -23px;
		}
		
		nav ul li.first {
			background: none;
		}
		
			nav ul li a {
				position: relative;
				float: left;
				display: inline-block;
				height: 64px;
				margin: 0 32px 0 11px;
				padding: 0 10px 0 10px;
				overflow: hidden;
				line-height: 64px;
				font-size: 1.5em;
				font-weight: bold;
				text-shadow: 1px 1px 0 #030303;
				text-decoration: none;
				color: #fff;
			}
			
				nav ul li a:hover {
					color: #f8b807;
				}
				
				nav ul li.act a:hover {
					color: #fff;
				}
		
			nav ul li.act a {
				background: url(../images/menu-left1.gif) no-repeat 0% 0%;
				margin: 0;
				padding: 0;
				text-shadow: 1px 1px 0 #df9003;
				color: #fff;
			}
			
			#page1 nav ul li.act a {
				background: url(../images/menu-left.gif) no-repeat 0% 0%;
			}
			
				nav ul li.act a span {
					background: url(../images/menu-right1.gif) no-repeat 100% 0%;
					display: inline-block;
				}
				
				#page1 nav ul li.act a span {
					background: url(../images/menu-right.gif) no-repeat 100% 0%;
				}
				
					nav ul li.act a span span {
	background: url(../images/menu-tail1.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 64px;
	overflow: hidden;
	margin: 0 32px 0 11px;
	padding: 0 10px 0 10px;
	color: #FFFFFF;
					}
					
					#page1 nav ul li.act a span span {
						background: url(../images/menu-tail.gif) repeat-x 0% 0%;
					}

#icons {
	position: absolute;
	top: 18px;
	right: 10px;
}

#page1 #icons {
	top: 18px;
	right: 10px;
	height: auto;
	width: auto;
}

	#icons li {
		float: left;
		padding: 0 0 0 14px;
	}

/* =============================== header END ==================================== */





/* ============================= content START =================================== */

#content #indent {
	padding: 0 0 62px 0;
}

#content #indent-1 {
	padding: 28px 0 67px 0;
}

#content #indent-2 {
	padding: 18px 0 67px 0;
}

	#content p {
	padding: 0 0 18px 0;
	line-height: 1.286em;
	font-size: 1.167em;
	color: #333333;
	}
	
		#content p.extra {
	padding: 0 0 27px 0;
		}
		
		#content p.extra1 {
			padding: 0 0 26px 0;
		}
		
		#content p.extra2 {
			padding: 0 0 14px 0;
		}
		
		#content p.extra3 {
			padding: 0 0 30px 0;
		}
		
		#content p.extra4 {
			padding: 0 0 16px 0;
		}
		
		#content p.extra5 {
			padding: 0 0 23px 0;
		}
		
		#content p.extra6 {
			padding: 0 0 34px 0;
		}
	
	#content blockquote p.extra {
		padding: 0;
	}
	
	#content p small {
		float: right;
		padding: 0 9% 0 0;
		font-size: 1em;
	}
	
		#content p small a {
			font-size: 0.857em;
		}
	
		#content blockquote p strong {
			display: block;
			padding: 6px 0 0 0;
			line-height: 1.077em;
			font-size: 0.929em;
			text-align: right;
			color: #0a0a0a;
		}
		
		#content blockquote p b {
			display: block;
			padding: 0 0 11px 0;
			line-height: 1.167em;
			font-size: 0.857em;
			font-weight: normal;
			text-align: right;
			color: #f0ab0c;
		}
		
			#content blockquote p.extra b {
				padding: 0;
			}
			
		#content blockquote p em {
			display: block;
			padding: 4px 0 0 0;
			font-size: 0.929em;
			font-weight: bold;
			font-style: normal;
			text-align: right;
			color: #0a0a0a;
		}
		
		#content blockquote p i {
			display: block;
			padding: 4px 0 8px 0;
			font-size: 0.929em;
			font-weight: bold;
			font-style: normal;
			text-align: right;
			color: #0a0a0a;
		}

#column-left {
	float: left;
	width: 193px;
	padding: 0 18px 0 0;
}

	#column-left .indent {
		padding: 0 0 0 22px;
	}

#column-middle {
	float: left;
	width: 542px;
	padding: 0 18px 0 0;
}

#column-right {
	float: left;
	width: 192px;
	padding: 0 5px 0 0;
}

#page7 #column-right {
	width: 197px;
	padding: 0;
}

	#column-right .indent {
		padding: 10px 0 0 0;
	}

/* ============================== content END ==================================== */



/* ============================= boxes START ===================================== */

.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-top {
		background: #ececec url(../images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(../images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 38px 38px 29px 26px;
	}
	
	.box .inner-1 {
		padding: 40px 38px 33px 31px;
	}
	
		.box p {
	padding: 0 0 16px 0 !important;
	color: #000000 !important;
		}
	
/* ============================== boxes END ====================================== */





/* =================== txt, links, lines, titles START =========================== */

h1 {
	line-height: 1.2em;
	font-family: Impact, Impact5, Charcoal6, sans-serif;
	font-size: 3em;
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 56px;
	left: 2px;
}

	h1 span {
		color: #fcbf04;
	}
	
	h1 a {
		text-decoration: none;
		color: #fff;
	}

h2 {
	padding: 0 0 16px 0;
	line-height: 1.385em;
	font-size: 2.167em;
	font-weight: normal;
	color: #252525;
}

	h2 em {
		display: block;
		margin: 0 0 -1px 0;
		font-style: normal;
	}
	
	h2 strong {
		display: block;
		padding: 0 0 6px 0;
		font-weight: normal;
	}
	
	h2 b {
		display: block;
		padding: 0 0 3px 0;
		font-weight: normal;
	}
	
	h2 span {
		display: block;
		padding: 0 0 10px 0;
	}

h6 {
	padding: 0 0 18px 0;
	line-height: 1.286em;
	font-size: 1.167em;
	color: #373737;
}

	h6 em {
		display: block;
		margin: 0 0 -18px 0;
		font-style: normal;
	}

.link {
	background: url(../images/link-tail.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 37px;
	float: left;
	overflow: hidden;
	line-height: 36px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

	.link span {
		background: url(../images/link-left.gif) no-repeat 0% 0%;
		display: inline-block;
	}
	
	.link span span {
		background: url(../images/link-right.gif) no-repeat 100% 0%;
		display: inline-block;
		height: 37px;
		padding: 0 20px 0 19px;
	}
	
	.link:hover span span {
		cursor: pointer;
		color: #000;
	}

.link-1 {
	background: url(../images/link-tail1.gif) repeat-x 0% 0%;
	display: inline-block;
	height: 37px;
	float: left;
	overflow: hidden;
	line-height: 36px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

	.link-1 span {
		background: url(../images/link-left1.gif) no-repeat 0% 0%;
		display: inline-block;
	}
	
	.link-1 span span {
		background: url(../images/link-right1.gif) no-repeat 100% 0%;
		display: inline-block;
		height: 37px;
		padding: 0 20px 0 19px;
	}
	
	.link-1:hover span span {
		cursor: pointer;
		color: #000;
	}

.link-indent {
	margin: 0 0 40px 0 !important;
}

.link-indent1 {
	margin: 0 0 39px 0 !important;
}

.link-indent2 {
	margin: 0 0 41px 0 !important;
}

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 155px;
	overflow: hidden;
}

	#contact-form label {
		background: url(../images/contact-input.gif) no-repeat 0% 19px;
		display: block;
		width: 100%;
		height: 71px;
		overflow: hidden;
	}
	
	#contact-form strong {
		background: url(../images/contact-textarea.gif) no-repeat 0% 19px;
		display: block;
		width: 100%;
		overflow: hidden;
	}
	
	#contact-form b {
		display: block;
		padding: 0 0 1px 0;
		line-height: 1.286em;
		font-size: 1.167em;
		font-weight: normal;
		color: #bdbdbd;
	}
	
	#contact-form input {
		background: none;
		width: 135px;
		height: 16px;
		padding: 10px 10px 10px 10px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form textarea {
		background: none;
		width: 135px;
		height: 181px;
		padding: 10px 10px 10px 10px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form a.link {
		float: right;
		margin: 27px 0 0 0;
	}
	
		#contact-form em a.link {
			float: left;
			margin: 27px 0 0 0;
			font-style: normal;
		}

#search-form {
	background: url(../images/search-input.gif) no-repeat 0% 0%;
	width: 229px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 58px;
	right: 5px;
}

	#search-form input {
		background: none;
		width: 181px;
		height: 16px;
		padding: 9px 0 9px 9px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #fff;
	}
	
	#search-form input#search-submit {
		background: url(../images/search-submit.gif) no-repeat 0% 0%;
		width: 39px;
		height: 34px;
		padding: 0;
		border: none;
		float: left;
		cursor: pointer;
	}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 7px 0;
}

.pic-indent1 {
	margin: 0 0 17px 0;
}

.pic-indent2 {
	margin: 0 0 13px 0;
}

.banners {
	width: 193px;
	padding: 0 0 27px 0;
}

	.banners li {
		background: url(../images/banner.gif) no-repeat 0% 0%;
		width: 193px;
		height: 96px;
		overflow: hidden;
		padding: 0 0 10px 0;
	}
	
		.banners li a {
			display: block;
			width: 124px;
			height: 61px;
			padding: 25px 47px 10px 22px;
			line-height: 1em;
			font-size: 1.5em;
			font-weight: bold;
			text-decoration: none;
			color: #424242;
		}
		
			.banners li a:hover {
				color: #ffc204;
			}
		
		.banners li.extra a {
			height: 79px;
			padding: 17px 47px 10px 22px;
		}
		
		.banners li.last {
			padding: 0 0 11px 0;
		}
		
			.banners li.last a {
				height: 79px;
				padding: 17px 47px 10px 22px;
			}

.list {
	padding: 0 0 21px 0;
	overflow: hidden;
}

	.list li {
		line-height: 2em;
		font-size: 1em;
		font-weight: bold;
		color: #010101;
	}
	
		.list li a {
			background: url(../images/marker.gif) no-repeat 0% 4px;
			display: inline-block;
			padding: 0 0 0 28px;
			text-decoration: none;
			color: #010101;
		}
		
		.list li a:hover {
			background: url(../images/marker-act.gif) no-repeat 0% 4px;
			color: #ffc204;
		}

.list-1 {
	padding: 0 0 14px 0;
	overflow: hidden;
	line-height: 1.286em;
	font-size: 1.167em;
	color: #bdbdbd;
}

	.list-1 dt {
		font-weight: bold;
		color: #373737;
	}
	
		.list-1 dt a {
			text-decoration: none;
			color: #373737;
		}
		
		.list-1 dt a:hover {
			text-decoration: underline;
		}
		
	.list-1 dd {
		padding: 0 0 18px 0;
	}
	
	.list-1 dd.last {
		padding: 0 0 10px 0;
	}
	
		.list-1 dd.last-1 {
			padding: 0 0 25px 0;
		}
	
	.list-1 dd.extra {
		padding: 0 0 12px 0;
	}

.list-2 {
	width: 100%;
	overflow: hidden;
}

	.list-2 li {
		width: 100%;
		padding: 0 0 23px 0;
		overflow: hidden;
	}
	
	.list-2 li.last {
		padding: 0 0 11px 0;
	}
	
	.list-2 li.extra {
		padding: 0 0 29px 0;
	}
	
		.list-2 li img {
			float: left;
			margin: 2px 20px 0 0;
		}
		
		.list-2 li strong {
			display: block;
			padding: 0 0 18px 0;
			line-height: 1.286em;
			font-size: 1.167em;
			color: #373737;
		}
		
		.list-2 li p.extra {
			padding: 0 0 15px 0 !important;
		}

	.list-2 li ul {
		width: auto;
		padding: 0 0 15px 0;
		overflow: hidden;
	}
	
		.list-2 li ul li {
			width: auto;
			padding: 0;
			line-height: 2em;
			font-size: 1em;
			font-weight: bold;
			color: #010101;
		}
		
			.list-2 li ul li a {
				background: url(../images/marker.gif) no-repeat 0% 4px;
				display: inline-block;
				padding: 0 0 0 28px;
				text-decoration: none;
				color: #010101;
			}
			
			.list-2 li ul li a:hover {
				background: url(../images/marker-act.gif) no-repeat 0% 4px;
				color: #ffc204;
			}

.list-3 {
	padding: 0 0 14px 0;
	overflow: hidden;
	line-height: 1.286em;
	font-size: 1.167em;
	color: #bdbdbd;
}

	.list-3 dt {
		padding: 0 0 18px 0;
		font-weight: bold;
		color: #373737;
	}
	
		.list-3 dt a {
			text-decoration: none;
			color: #373737;
		}
		
		.list-3 dt a:hover {
			text-decoration: underline;
		}
	
	.list-3 dd {
		padding: 0 0 18px 0;
	}

.list-4 {
	padding: 0 0 3px 0;
	overflow: hidden;
	line-height: 1.286em;
	font-size: 1.167em;
	color: #bdbdbd;
}

	.list-4 dt {
		font-weight: bold;
		color: #373737;
	}
	
		.list-4 dt img {
			margin: 0 0 17px 0;
		}
	
		.list-4 dt a {
			text-decoration: none;
			color: #373737;
		}
		
		.list-4 dt a:hover {
			text-decoration: underline;
		}
		
	.list-4 dd {
		padding: 0 0 27px 0;
	}

.list-5 {
	margin: 0 0 -18px 0;
	padding: 0 0 0 2px;
	overflow: hidden;
	line-height: 1.286em;
	font-size: 1.167em;
	color: #bdbdbd;
}

	.list-5 dt {
		font-weight: bold;
		color: #373737;
	}
	
	.list-5 dd {
		width: 100%;
		padding: 0 0 18px 0;
		overflow: hidden;
	}
	
		.list-5 dd small {
			float: right;
			padding: 0 2% 0 0;
			font-size: 1em;
		}
		
			.list-5 dd small a {
				font-size: 0.857em;
			}

.clients {
	width: 100%;
	padding: 0 0 8px 0;
	overflow: hidden;
}

	.clients li {
		padding: 0 0 20px 0;
	}

.list-indent {
	padding: 0 0 15px 0 !important;
}

.list-indent1 {
	padding: 0 0 23px 0 !important;
}

.list-indent2 {
	padding: 0 0 13px 0 !important;
}

.list-indent3 {
	padding: 0 0 28px 0 !important;
}

.list-indent4 {
	padding: 0 0 30px 0 !important;
}

.list-indent5 {
	padding: 0 0 34px 0 !important;
}

.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}

.privacy {
	padding: 0 0 0 20px;
}

	.privacy h2 {
		padding: 0 0 22px 0 !important;
	}
	
	.privacy p {
		padding: 0 0 18px 2px !important;
	}
	
	.privacy p.no-indent {
		padding: 0 !important;
	}
	
		.privacy p a {
			font-size: 0.857em;
		}

/* ============================== other END ====================================== */





/* ============================== JS tab START ====================================== */

#tabs {
	padding: 0 0 38px 0;
}

#tabs-1 {
	padding: 0 0 40px 0;
}

ul.tabs {
	position: relative;
	width: 100%;
	height: 51px;
	overflow: hidden;
}

	ul.tabs li {
		background: url(../images/tab-divider.gif) no-repeat 0% 0%;
		position: relative;
		float: left;
		margin: 0 0 0 -2px;
		padding: 0 0 0 2px;
	}
	
		ul.tabs li a {
			background: #d7d7d7;
			display: block;
			width: 180px;
			height: 51px;
			overflow: hidden;
			line-height: 60px;
			font-size: 1.5em;
			font-weight: bold;
			text-align: center;
			text-shadow: 1px 1px 0 #ececec;
			text-decoration: none;
			color: #989898;
		}
		
		ul.tabs li.last a {
			width: 182px;
		}
		
			ul.tabs li a strong {
				background: url(../images/tab-left.gif) no-repeat 0% 0%;
				display: block;
				height: 51px;
			}
			
			ul.tabs li a b {
				background: url(../images/tab-right.gif) no-repeat 100% 0%;
				display: block;
				height: 51px;
			}

		ul.tabs li a:hover {
			background: #ececec;
			color: #5e5e5e;
		}
		
			ul.tabs li a:hover strong {
				background-position: 0% -51px;
			}
			
			ul.tabs li a:hover b {
				background-position: 100% -51px;
			}

		ul.tabs li.active a  { /*--Makes sure that the active tab does not listen to the hover properties--*/
			background: #ececec;
			color: #5e5e5e;
		}
		
			ul.tabs li.active a strong {
				background-position: 0% -51px;
			}
			
			ul.tabs li.active a b {
				background-position: 100% -51px;
			}

/* ============================== JS tab END ====================================== */






/* ============================ footer START ===================================== */

footer .inner {
	padding: 30px 0px 10px 23px;
}

	footer .block-1 {
		width: 150px;
		padding: 0 20px 0 0;
	}
	
	footer .block-2 {
		width: 169px;
		padding: 0 20px 0 0;
	}
	
	footer .block-3 {
		width: 204px;
		padding: 0 20px 0 0;
	}
	
	footer .block-4 {
		width: 350px;
	}

footer p {
	padding: 28px 0 0 0;
	line-height: 1.385em;
	font-size: 1.083em;
	text-align: right;
	color: #ffc204;
}

	footer p span {
		padding: 0 4px 0 0;
	}
	
	footer p a {
		margin: 0 0 0 4px;
		text-decoration: none;
		color: #ffc204;
	}
	
		footer p a:hover {
			text-decoration: underline;
		}
		
	footer p strong {
		display: block;
		text-align: right;
		font-weight: normal;
	}

footer ul {
	overflow: hidden;
}

	footer ul li {
		line-height: 1.5em;
		font-size: 1em;
		font-weight: bold;
		color: #fff;
	}
	
		footer ul li a {
			text-decoration: none;
			color: #fff;
		}
		
		footer ul li a:hover {
			text-decoration: underline;
		}

/* ============================= footer END ====================================== */
#socialicons {
	position: relative;
	top: 5px;
	right: 500px;
}
#tag {
	height: auto;
	width: 962px;
	position: absolute;
	left: 965;
	top: 645px;
	right: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	clip: rect(auto,auto,auto,auto);
	padding-left: 183px;
}
tag {
	top: 750px;
}
tag {
	top: 500px;
	position: absolute;
	margin: 500px;
}
tag {
	height: 40px;
	width: 500px;
	z-index: auto;
	top: 500px;
}
