﻿* {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

p a:link {
	color: #333333;
	text-decoration: underline;
}

html {
	width: 100%;
}

img { 
	border-style: none;
}

body {
	width: 100%;
	background-color: #FFFFFF;
	/*background-image: url('images/back.jpg');*/
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.hidden
{
	visibility: hidden;
}

/*SIDE NAV*/

#sidenav
{
	/*height: 168px;*/
}

#sidenav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidenav li
{
	/*display: inline;*/
	float: left;
	margin: 0px;
	padding: 0px;
	width: 210px;
}

#careers
{
	background-image: url(images/careers.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#careers:hover
{
	background-position: -223px 0px;
}

#about
{
	background-image: url(images/about.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#about:hover
{
	background-position: -223px 0px;
}

#meet
{
	background-image: url(images/meet.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#meet:hover
{
	background-position: -223px 0px;
}

#studies
{
	background-image: url(images/case.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#studies:hover
{
	background-position: -223px 0px;
}

#feat
{
	background-image: url(images/unique.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#feat:hover
{
	background-position: -223px 0px;
}

#videos
{
	background-image: url(images/demo.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#videos:hover
{
	background-position: -223px 0px;
}

#contact
{
	background-image: url(images/contact-us.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#contact:hover
{
	background-position: -223px 0px;
}

#tpl
{
	background-image: url(images/tpl.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#tpl:hover
{
	background-position: -223px 0px;
}

#g-shop
{
	background-image: url(images/g.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#g-shop:hover
{
	background-position: -223px 0px;
}

#guarantee
{
	background-image: url(images/gshop-guarantee.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#guarantee:hover
{
	background-position: -223px 0px;
}

#ta
{
	background-image: url(images/gshop-trading-areas.jpg);
	text-decoration: none;
	border: 0px;
	height: 28px;
	display: block;
}

#ta:hover
{
	background-position: -223px 0px;
}


h1
{
	color:#333;
}


#twitter
{
	background-image: url(../images/twitter.jpg);
	text-decoration: none;
	border: 0px;
	width: 210px;
	height: 116px;
	display: block;
}
