@charset "UTF-8";

/* design */

ul, li, body {
	margin:0px;
	boder:0px;
	padding:0px;
}

ul {
	list-style: inside;
}

ul.list, ol.list {
	padding:5px 0px 15px 30px;
	list-style:outside;
}

ul.list li, ol.list li {
	padding:0px;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #232326;
	/*background-image: url(../images/background.gif);*/
	/*background-repeat: repeat;*/
}

/* fonts */

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
h1, .h1 {
	font-weight: bold;
	font-size: 24px;
	color: #333;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
h3, .h3 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin-top:20px;
	margin-bottom:5px;
	padding:0px;
}
h4 {
	font-size: 14px;
	color: #333;
	font-weight:normal;
}

.header {
	padding:20px 0px 5px 0px;
}

.techiebox {
	background-color: #7b7f85;
	color:#fff;
	padding:10px;
	font-size: 11px;
	line-height:14px;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999;
	padding-top:10px;
}

.legal a:hover {
	color: #CCC;
}

/* containers */

.weRepresent-supplierBox {
	float:left;
	text-align:center;
	padding:20px;
}

.crumbTrailShelf {
	height:21px;
	padding-left: 20px;
}
.crumbTrailShelf a {
	text-transform:uppercase;
	line-height:21px;
	font-size:10px;
	color:#ccc;
}
.crumbTrailShelf a:hover, .crumbTrailShelf a.selected {
	text-decoration: underline;
}



/* elements */

hr {
	padding:0px;
	margin:10px 0px;
}

.root-link {
	height:88px;
	background-repeat:no-repeat;
	background-position:0px -176px;
	cursor:pointer;
}

.root-link:hover {
	background-position:0px -88px;
}

.root-link.selected {
	background-position:0px 0px;
}

div.snav {
	width:178px;
	padding-top:20px;
}

p.snav {
	width:178px;
	background-color:#121e2e;
	color:#fff;
	margin:1px 0px;
	padding:6px 0px 6px 22px;
	cursor:pointer;
}

p.snav:hover, p.snav.selected {
	background-color:#465167;
}

#news td {
	font-size:11px;
	color:#ccc;
	letter-spacing:1px;
}

#news td:hover {
	color:#fff;
}

#news .moreArrow {
	width:20px;
	height:20px;
	background-position: 0px 0px;
}

#news a:hover .moreArrow {
	background-position: -20px 0px;
}