body {
	background: #fff url('../images/bg2.jpg') top center no-repeat;
	padding: 0 0 10px;
	scrollbar-arrow-color: #e4e4e4;
	scrollbar-3dlight-color: #e4e4e4;
	scrollbar-darkshadow-color: #e4e4e4;
	scrollbar-face-color: #ededed;
	scrollbar-highlight-color: #ededed;
	scrollbar-shadow-color: #d5d5d5;
	scrollbar-track-color: #e4e4e4;
}

div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

a:link {
	color: #00adef;
	text-decoration: none;
}

a:visited {
	color: #853a79;
	text-decoration: none;
}

a:visited,
a:hover {
	color: #000;
	text-decoration: none;
}

#primary {
	width: 920px;
	margin: 0 auto;
	background: none;
}

/* BEGIN columns */

#column_l {
	float: left;
	width: 122px;
	padding: 36px 0 0 0;
}

#column_l img {
	display: block;
	margin: 0;
	border: 0;
}

#column_r {
	position: relative;
	float: left;
	width: 682px;
}

/* END columns */

/* BEGIN top menu */

#menu_top {
	width: 682px;
	height: 74px;
}

#menu_top div {
	float: left;
	width: 170px;
	height: 63px;
	border-top-width: 11px;
	border-top-style: solid;
}

#menu_top div:first-child,
#menu_top div:last-child {
	width: 171px;
}

#menu_top div.cyan {
	border-top-color: #a2e1f9;
}

body.cyan #menu_top div.cyan {
	border-top-color: #00adef;
}

#menu_top div.magenta {
	border-top-color: #dbd0ec;
}

body.magenta #menu_top div.magenta {
	border-top-color: #ec008c;
}

#menu_top div.yellow {
	border-top-color: #e4f2b0;
}

body.yellow #menu_top div.yellow {
	border-top-color: #fff200;
}

#menu_top div.black {
	border-top-color: #adc2ca;
}

body.black #menu_top div.black {
	border-top-color: #000000;
}

#menu_top div ul {
	margin: 0;
	padding: 6px 0 0;
	list-style: none;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	text-transform: lowercase;
}

#menu_top div ul li {
	margin: 0;
}

#menu_top div ul li a:link,
#menu_top div ul li a:visited {
	display: block;
	width: 126px;
	padding: 2px 22px;
	color: #a1aeb3;
	text-decoration: none;
}

body.cyan #menu_top div.cyan ul li a:link,
body.cyan #menu_top div.cyan ul li a:visited,
body.magenta #menu_top div.magenta ul li a:link,
body.magenta #menu_top div.magenta ul li a:visited,
body.yellow #menu_top div.yellow ul li a:link,
body.yellow #menu_top div.yellow ul li a:visited,
body.black #menu_top div.black ul li a:link,
body.black #menu_top div.black ul li a:visited {
	color: #6a6a6a;
}

body.cyan #menu_top div ul li.here a:link,
body.cyan #menu_top div ul li.here a:visited {
	background: transparent url('../images/bg_menu_top_here_c.gif') 0 6px no-repeat;
}

body.magenta #menu_top div ul li.here a:link,
body.magenta #menu_top div ul li.here a:visited {
	background: transparent url('../images/bg_menu_top_here_m.gif') 0 6px no-repeat;
}

body.yellow #menu_top div ul li.here a:link,
body.yellow #menu_top div ul li.here a:visited {
	background: transparent url('../images/bg_menu_top_here_y.gif') 0 6px no-repeat;
}

body.black #menu_top div ul li.here a:link,
body.black #menu_top div ul li.here a:visited {
	background: transparent url('../images/bg_menu_top_here_k.gif') 0 6px no-repeat;
}

#menu_top div ul li.here a:link,
#menu_top div ul li.here a:visited,
#menu_top div ul li a:hover,
#menu_top div ul li a:active {
	color: #000 !important;
}

/* END top menu */

/* BEGIN section menu */

#menu_section {
	padding: 5px 10px 5px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	text-transform: lowercase;
	overflow: hidden;
}

body.cyan #menu_section {
	background: #00adef;
}

body.magenta #menu_section {
	background: #ec008c;
	padding-left: 182px;
}

body.yellow #menu_section {
	background: #fff200;
	padding-left: 352px;
}

body.black #menu_section {
	background: #000;
	padding-left: 522px;
}

#menu_section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.cyan #menu_section ul {
	width: 664px;
}

body.magenta #menu_section ul {
	width: 482px;
}

body.yellow #menu_section ul {
	width: 312px;
}

body.black #menu_section ul {
	width: 142px;
}

#menu_section ul li {
	float: left;
	padding: 0 0 0 12px;
	white-space: nowrap !important;
}

#menu_section a:link,
#menu_section a:visited {
	color: #fff;
	text-decoration: none;
	white-space: nowrap !important;
}

body.yellow #menu_section a:link,
body.yellow #menu_section a:visited {
	color: #a59f26;
	text-decoration: none;
}

#menu_section ul li.here a:link,
#menu_section ul li.here a:visited {
	font-weight: bold;
}

#menu_section a:hover,
#menu_section a:active {
	text-decoration: underline !important;
}

/* END section menu */

/* BEGIN main */

#main {
	width: 656px;
	height: 450px;
	padding: 5px 13px 10px;
	overflow:hidden;
	margin-bottom: 5px;
}

#search {
	float: right;
	margin: 0 0 4px;
}

#search * {
	margin: 0;
	vertical-align: middle;
}

#keywords {
	width: 138px;
	height: 19px;
	border: 1px solid #a4a4a4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 4px;
	vertical-align: middle;
	text-transform: lowercase;
	font-size: 11px;
	line-height: 19px;
}

#search_submit {
	background:transparent url('../images/search.gif') no-repeat scroll 0 0;
	border:0 none;
	width:57px;
	height:21px;
	font-size:1px;
	line-height:1px;
	padding:0;
	text-transform:lowercase;
	text-indent:-9999px;
	outline:0;
}

#customer_login_form {
	float: left;
	margin: 0 0 4px;
}

#customer_login_form * {
	margin: 0;
	vertical-align: middle;
	display:inline;
	padding:0;
	margin:0;
}

#customer_login_form input.text,
#customer_login_form div.form_field input {
	width: 152px;
	height: 19px;
	border: 1px solid #a4a4a4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 4px;
	vertical-align: middle;
	text-transform: lowercase;
	font-size: 11px;
	line-height: 19px;
}

.content_login_portal_password,
.content_login_portal_username {
	width:152px !important;
}
	
div.portal_login div.form_row_submit {
	background:none;
}
	
#customer_login_form div.form_label {
	display:none;
}

#customer_login_form input.submit {
	font-size: 10px;
}

#masthead {
	width: 656px;
	height: 120px;
	overflow: hidden;
	margin: 0 0 6px;
}

#masthead img {
	display: block;
	margin: 0;
	border: 0;
}

/* END main */

/* BEGIN portal login */

#customer_login_form, #search {
	float:none;
	display:inline-block;
	padding:0;
	margin:0 0 4px;
	outline:0;
	vertical-align:top;
	height:24px;
	}
	
#search {
	float:right;
	}

#customer_login_form *, #search * {
	display:inline;
	height:21px
	line-height:19px;
	vertical-align:top;	
	}

#customer_login_form .form_row_submit input{
	background:transparent url('../images/login.gif') no-repeat scroll 0 0;
	border:0 none;
	width:53px;
	height:21px;
	font-size:1px;
	line-height:1px;
	padding:0;
	text-transform:lowercase;
	text-indent:-9999px;
	outline:0;
	}

.form_label {
	display:none;
	}

/* END portal login */

/* BEGIN content */

#content {
	width: 626px;
	height: 302px;
	background: #f2f2f2;
	padding: 0 10px 1px;
	overflow: auto;
	border: 5px solid #f2f2f2;
}

/* END content */

/* BEGIN FSC logo */

#fsc {
	position: absolute;
	bottom: 7px;
	right: -110px;
	width: 55px;
	height: 72px;
	background:transparent url('../images/fsc.gif') no-repeat 0 0;
}

#fsc a:link,
#fsc a:visited {
	display: block;
	width: 55px;
	height: 72px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
}

/* BEGIN FSC logo */

/* BEGIN footer */

#footer {
	width: 682px;
	padding: 8px 0 0;
	text-align: center;
	text-transform: lowercase;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

#footer li {
	display: inline;
	padding: 0 4px;
}

#footer a:link,
#footer a:visited {
	padding: 2px 4px;
	color: #6dcff6;
}

#footer a:hover,
#footer a:active {
	color: #000;
}

/* END footer */
