﻿ï»¿@charset "utf-8";
body, html {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: #999 url(../images/main-bg.gif) repeat-x;
	height: 100%;
}
#wrapper {
	margin: 20px auto;
	padding: 0;
	width: 796px;
	text-align: left;
	border: solid 1px #999;
	background-color: #e8e8e8;
}
img {
	border: none;
}

/**
 * Home Page - Header
 */
#header {
	background-color: #eee;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	height: 105px;
	margin: 0;
	padding: 0;
}
#header .h1 {
	float: left;
	margin: 34px 0 0 12px;
}
#header .h1 a {
	display: block;
	background: url(../images/starcom-logo.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
	height: 46px;
	width: 187px;
}

/**
 * Home Page - Menu + Footer Bar
 */
#menu,
#footer {
	margin: 0;
	padding: 0;
	height: 21px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #b30838;
	color: #fff;
}

/**
 * Home Page - Footer
 */
#footer {
	clear: both;
	padding-right: 2em;
	border: solid 1px #fff;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #b30838;
}
#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-partners {
	height: 58px;
	margin: 5px 8px 0 8px;
	padding: 0;
	text-align: center;
}
#footer-partners img {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
/*#footer-partners img {
	height: 50px;
	width: 125px;
}*/

/**
 * Home Page - Rotating Panel
 */
#content #rotator,
#content #rotator #rotator-mask {
	height: 265px;
	width: 764px;
}
#content #rotator {
	margin: 16px 0 0 16px;
	position: relative;
}
#content #rotator #rotator-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../images/rotator-mask.gif) top right no-repeat;
}
#content #rotator .rotator-panel {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#content #rotator .rotator-main {
	height: 265px;
	width: 585px;
	float: left;
	border-right: solid 1px #fff;
	margin: 0;
	padding: 0;
}
#content #rotator .rotator-sub {
	height: 152px;
	width: 176px;
	margin: 0;
	padding: 0;
	float: right;
}
#content #rotator ul {
	width: 176px;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	float: left;
	position: absolute;
	bottom: 1px;
	right: 2px;
	z-index: 6;
}
#content #rotator ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	border-top: solid 1px #e9e9e9;
	line-height: 27px;
	width: 176px;
}
#content #rotator ul li a {
	color: #fff;
	font-size: 0.9em;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 0 0 6px;
}
#content #rotator ul li.r0 a {
	background-color: #b94268;
}
#content #rotator ul li.r1 a {
	background-color: #bc5677;
}
#content #rotator ul li.r2 a {
	background-color: #be6984;
}
#content #rotator ul li.r3 a {
	background: #bf7b91 url(../images/rotator-mask-bottom-right.gif) bottom right no-repeat;
	margin-right: -1px;
	margin-bottom: -1px;
	padding-bottom: 2px;
}
#content #rotator ul li a:hover,
#content #rotator ul li a.hover {
	background-color: #fff;
	color: #a90036;
	text-decoration: underline;
}
#content #rotator ul li.r3 a:hover,
#content #rotator ul li.r3 a.hover {
	background: #fff url(../images/rotator-mask-bottom-right-hover.gif) bottom right no-repeat;
}

/**
 * Home Page - Approved Supplier Logo
 */
#approved-supplier {
	width: 176px;
	height: 112px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	bottom: 1px;
	right: 2px;
	z-index: 3;
	background-color: #fff;
}
#approved-supplier img {
	width: 109px;
	height: 104px;
	margin: 5px 0 0 33px;
}

/**
 * Home Page - 5 x Middle Panels
 */
#content .menu-panels {
	margin: 3px 0 0 16px;
	height: 254px;
}
#content .panel {
	float: left;
	margin: 8px 5px 0 0;
	padding: 0;
	width: 150px;
	background: url(../images/panel-home-right.gif) top right no-repeat;
	text-align: center;
}
#content .panel .top {
	margin: 0;
	padding: 5px 5px 0 0;
	background: url(../images/panel-home-left.gif) top left no-repeat;
}
#content .panel .bottom {
	margin: 0;
	padding: 0 0 0 1px;
	background: url(../images/panel-home-left.gif) bottom left no-repeat;
	height: 115px;
}
#content .panel .bottom ul {
	display: block;
	margin: -4px 0 0 0;
	padding: 0 5px 5px 0;
	background: url(../images/panel-home-right.gif) bottom right no-repeat;
	list-style: none;
	height: 110px;
}
#content .panel .bottom ul li {
	border-bottom: solid 1px #eee;
	text-align: left;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	float: left;
	width: 140px;
	height: 18px;
}
#content .panel .bottom ul li a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
	line-height: 18px;
}
#content .panel .bottom ul li a:hover {
	color: #333;
	background-color: #eee;
}
#content .panel h2 {
	margin: 15px 0 0 6px;
	padding: 0;
	color: #a90036;
	text-align: left;
	letter-spacing: -1px;
	font-size: 1.1em;
	position: relative;
	z-index: 1;
}
#content .panel h2 a {
	color: #a90036;
	text-decoration: none;
}
#content .panel h2 a:hover {
	color: #bc5677;
}
#content .panel img.photo {
	margin: -4px 0 0 -3px;
	padding: 0;
	height: 73px;
	width: 140px;
	border-bottom: solid 1px #b30838;
}

/**
 * Home Page - Menu
 */
#menu ul,
#menu ul li ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	text-align: center;
	line-height: 21px;
}
#content .panel ul {
	margin-left: 1px;
	margin-top: -4px;
}
#menu ul li,
#menu ul li ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 81px;
	border-right: solid 1px #fff;
}
#menu ul li a,
#menu ul li ul li a {
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #a90036;
}
#menu ul li a:hover,
#menu ul li ul li a:hover{
	background-color: #fff;
	color: #a90036;
	text-decoration: underline;
}
#menu ul li a.current {
	background-color: #fff;
	color: #a90036;
}
#menu ul.sub-menu {
	position: absolute;
	z-index: 10;
	border-top: solid 1px #fff;
	width: 72px;
}
#menu ul.sub-menu li a {
	background-color: #a90036;
	width: 100%;
	border: solid 1px #fff;
	border-top: none;
}

/**
 * Content Page - Left Panel
 */
#content h1 {
 	margin: 19px 0 0 22px;
	padding: 0;
	color: #a90036;
	letter-spacing: -1px;
	font-size: 1.5em;
	position: absolute;
}
#content h2,
#content h3,
#content .partners h4 {
	clear: both;
	color: #a90036;
	padding: 0.6em 0.5em 0.3em 0.5em;
	font-size: 0.7em;
	margin: 0.8em 0 -0.8em 0;
}
#content .panel-main {
	float: left;
	margin: 8px 0 16px 8px;
	padding: 0;
	background: url(../images/panel-right.gif) top right no-repeat;
	width: 520px;
}
#content .panel-main img.icon {
	margin: -6px 0 0 0;
	padding: 0;
	height: 50px;
	width: 50px;
	display: block;
	float: right;
}
#content .panel-main .top {
	margin: 0;
	height: 55px;
	padding: 8px 8px 0 0;
	background: url(../images/panel-left.gif) top left no-repeat;
}
#content .panel-main .bottom {
	margin: -19px 0 0 0;
	padding: 0 0 0 8px;
	background: url(../images/panel-left.gif) bottom left no-repeat;
}
#content .panel-main .bottom .image-container {
	margin: 7px 0 7px -7px;
	padding: 0;
}
#content .panel-main .bottom .image-container img {
	border-bottom: solid 1px #ccc;
	width: 511px;
}
#content .panel-main .bottom .space {
	margin: 0;
	padding: 0 8px 8px 0;
	background: url(../images/panel-right.gif) bottom right no-repeat;
	height: 50px;
}
#content .panel-main .bottom p {
	padding-left: 0.5em;
	font-size: 0.7em;
	/* line-height: 1em; */
	margin-right: 7em;
}
#content .panel-main .bottom ul {
	margin-top: -0.5em;
	margin-right: 5em;
}
#content .panel-main .bottom li {
	list-style: square;
	font-size: 0.7em;
}
#content .panel-main .bottom hr {
	height: 1px;
	width: 470px;
	color: #ccc;
	background-color: #ccc;
	float: left;
	margin: 0 auto;
}
#content .panel-main .bottom img.icon {
	height: 43px;
	width: 30px;
	float: right;
	margin: -39px 12px 0 0;
	border: none;
}

/**
 * Content Page - Right Top Panel - Latest News
 */
#content .content-panel-right {
	float: left;
	background: url(../images/content-panel-right.gif) top right no-repeat;
	width: 260px;
	height: 195px;
}
#content .content-panel-right .last a:hover {
	background: url(../images/content-panel-right-bottom.gif) bottom left no-repeat;
}
#content .content-panel-right h3,
#content .content-panel-right h4 {
	margin: 27px 0 0 14px;
	padding: 0;
	color: #fff;
	text-align: left;
	letter-spacing: -1px;
	font-size: 1.5em;
	position: relative;
	z-index: 1;
}
#content .content-panel-right ul {
	display: block;
	margin: -6px 0 0 0;
	padding: 0;
	list-style: none;
}
#content .content-panel-right ul li {
	line-height: 26px;
	width: 246px;
	text-align: left;
	margin: 0 0 0 5px;
	padding: 0 0 1px 0;
}
#content .content-panel-right ul li a {
	color: #333;
	font-size: 0.8em;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	text-decoration: none;
	display: block;
	padding-left: 5px;
}
#content .content-panel-right ul li a:hover {
	background-color: #e4e4e4;
	color: #fff;
}


/**
 * Content Page - Right Bottom Panel - Partners
 */
#content .partners {
	display: none;
	float: right;
	background: url(../images/panel-right-red-short.gif) top right no-repeat;
}
#content .partners .top {
	height: 22px;
	background: url(../images/panel-left-red-short.gif) top left no-repeat;
}
#content .partners .bottom {
	padding: 1px 0 0 0;
	background: url(../images/panel-left-red-short.gif) bottom left no-repeat;
}
#content .partners .bottom .link {
	background: url(../images/panel-right-red-short.gif) bottom right no-repeat;
}
#content .partners .bottom .link img {
	width: 165px;
	height: 60px;
}
#content .partners .bottom p {
	margin-left: 1em;
}
#content .partners h4 {
	margin: 0 0 0 14px;
	font-size: 1em;
}

/**
 * Content Page - Anchors
 */
#content a {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #666;
	text-decoration: none;
}


/**
 * Sub-Content Panel - Home Page
 */
#news-container {
	margin: 0 0 0 204px;
	padding: 0;
	position: relative;
}
#news-container .news {
	position: absolute;
	left: -204px;
	top: 0;
}

/**
 * Miscellaneous
 */
.clear {
	clear: both;
}


/**
 * Sitemap
 */
#content .sitemap {
	margin-bottom: 2em;
}
#content .sitemap ul {
	padding-top: 0.5em;
	padding-bottom: 0;
	margin-bottom: 0;
}

/**
 * Map
 */
#map {
	margin-top: 25px;
	height: 300px;
	width: 495px;
}
