@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear: both;
	width: 100%;
}

/***********************************
		LAYOUT/STRUCTURE
***********************************/

.wrap {
	width: 960px;
	margin: 0 auto;
}

#top {
	background: #122f65 url(../images/top_bg.jpg) repeat-x;
	height: 50px;
}

#main_wrap {
	width: 960px;
	margin: 0 auto;	
}

#banner {
	height: 490px;
	position: relative;
}

#news {
	height: 40px;
	width: 960px;
	margin: 40px 0;
	background: url(../images/news_bg.png) no-repeat;
}

#promos {
	height: 220px;
	width: 960px;
	background: url(../images/promobox.png) no-repeat;
	margin-bottom: 40px;
}

#footer {
	height: 40px;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	font: 11px/40px Arial, Helvetica, sans-serif;
}

/***********************************
		STYLE - DESIGN
***********************************/

#logo {
	height: 50px;
	width: 110px;
	float: left;
	background: url(../images/logo.jpg) no-repeat;
}

#nav {
	height: 50px;
	line-height: 50px;
	float: left;
	width: 660px;
	margin: 0 15px;
}

#nav li {
	float: left;
}

#nav li a, #nav li a:visited {
	float: left;
	width: 110px;
	text-align: center;
	font: 14px/50px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	color: #b1cde7;
}

#search {
	height: 50px;
	width: 160px;
	background: url(../images/search_bg.jpg) no-repeat;
}

#login {
	float: left;
	font: 11px/40px Arial, Helvetica, sans-serif;
	color: #666;
	height: 40px;
	vertical-align: middle;
	width: auto;
	margin-right: 12px;
	display: block;
}

#favorites {
	float: right;
	width: 180px;
	height: 16px;
	margin: 12px 0;
}

#click-to-chat {
	float: left;
	height: 24px;
	margin: 8px 0;
	width: 300px;
}

#login a, #login a:visited {
	color: #173469;
}

#login a:hover {
	color: #b1cde7;
	text-decoration: none;
}

#languages {
	height: 15px;
	margin: 13px 0 12px 0;
	float: right;
	width: 100px;
}

#languages a, #languages a:visited {
	height: 15px;
	width: 15px;
	margin-left: 5px;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
	display: block;
}

#us {
	background: url(../images/flags/us.jpg) no-repeat;
}

#fr {
	background: url(../images/flags/fr.jpg) no-repeat;
}

#de {
	background: url(../images/flags/de.jpg) no-repeat;
}

#sp {
	background: url(../images/flags/sp.jpg) no-repeat;
}

#so {
	background: url(../images/flags/so.jpg) no-repeat;
}

#banners {
	height: 450px;
	width: 960px;
	position: absolute;
	top: 40px;
	left: 0;
}

#slides {
	position: absolute;
	width: 2880px;
}

#slides div {
	width: 960px;
	height: 450px;
	float: left;
}

.mask {
	position:relative;
	width:960px;
	height:450px;
	overflow:hidden;
}

#info {
	display: none;
}
	
#slide1 {
	height: 450px;
	width: 960px;
	background: url(../images/slide1.jpg) no-repeat;	
	float: left;
	position: relative;
}

		#slide1 #buttonset {
			position: absolute;
			top: 270px;
			left: 50px;
			width: 474px;
			height: 40px;
		}
		
		#slide1 #buttonset .btns {
			width: 140px;
			margin-right: 18px;
			height: 40px;
			float: left;
		}
		
		#slide1 #buttonset .btns a {
			width: 140px;
			height: 40px;
			float: left;
			display: block;
		}
		
		.btns a {
			background: url(../images/slide_btn.png) 0 -40px;
			font: 14px/40px Arial, Helvetica, sans-serif;
			text-decoration: none;
			color: #fff;
			text-align: center;
		}
		
		.btns a:hover {
			background: url(../images/slide_btn.png) 0 0;
		}


#slide2 {
	height: 450px;
	width: 960px;
	background: url(../images/slide2.jpg) no-repeat;	
	float: left;
	position: relative;	
}

		#slide2 #buttonset_two {
			position: absolute;
			top: 270px;
			left: 50px;
			width: 474px;
			height: 40px;
		}
		
		#slide2 #buttonset_two .btns {
			width: 140px;
			margin-right: 18px;
			height: 40px;
			float: left;
		}
		
		#slide2 #buttonset_two .btns a {
			width: 140px;
			height: 40px;
			float: left;
			display: block;
		}

#slide3 {
	height: 450px;
	width: 960px;
	background: url(../images/slide3.jpg) no-repeat;	
	float: left;
	position: relative;
}

		#slide3 #buttonset_three {
			position: absolute;
			top: 270px;
			right: 10px;
			width: 474px;
			height: 40px;
		}
		
		#slide3 #buttonset_three .btns {
			width: 140px;
			margin-right: 18px;
			height: 40px;
			float: left;
		}
		
		#slide3 #buttonset_three .btns a {
			width: 140px;
			height: 40px;
			float: left;
			display: block;
		}

.navblocks {
	width: 345px;
	height: 47px;
	position: absolute;
	top: 420px;
	right: 30px;
	z-index:1000;
}

span.block {
	background-position: 0 -47px;
	height: 47px;
	width: 100px;
	margin-right: 15px;
	float: left;
	display: block;
	cursor: pointer;
}

span.block:hover {
	background-position: 0 0;
	height: 47px;
	width: 100px;
	margin-right: 15px;
	float: left;
	display: block;
	cursor: pointer;
}

span.active {
	background-position: 0 0;
	height: 47px;
	width: 100px;
	margin-right: 15px;
	float: left;
	display: block;
	cursor: pointer;
}	

.first_slide {
	background: url(../images/slide1_btn.png);
}

.second_slide {
	background: url(../images/slide2_btn.png);
}

.third_slide {
	background: url(../images/slide3_btn.png);
}

#news h2 {
	float: left;
	width: 240px;
	height: 40px;
	color: #173469;
	text-align: center;
	font: bold 16px/40px Arial, Helvetica, sans-serif;
}

#rotator {
	height: 40px;
	width: 480px;
	text-align: left;
	float: left;
	font: 12px/40px Arial, Helvetica, sans-serif;
}

#rotator a {
	padding-left: 10px;
	color: #555;
	text-decoration: none;
}

#rotator a span {
	color: #999;
}

#rotator a:hover, #rotator a span:hover {
	color: #CC6600;
}

.rss {
	width: 240px;
	float: left;
	height: 40px;
	font: bold 14px/40px Arial, Helvetica, sans-serif;
	color: #CC6600;
	background: url(../images/rss.png) no-repeat left;
	text-indent: 50px;
}

.rss a, .rss a:visited {
	color: #555;
	text-decoration: none;
}

.rss a:hover {
	color: #ff8516;
}

.box {
	width: 236px;
	height: 220px;
	margin: 0 2px;
	float: left;
}

.box h3 {
	font: 24px/46px "Impact", "Trebuchet MS", Arial, sans-serif;
	text-indent: 25px;
	color: #173469;
	background: url(../images/arrow.png) no-repeat left;
}

.box h3 a {
	color: #173469;
}

.box a {
	border: none;
	text-decoration: none;
}

/*
.arrow {
	height: 20px;
	width: 12px;
	float: left;
	background: url(../images/arrow.png) no-repeat center;
	padding: 13px 3px 13px 10px;
}
*/

.box p {
	padding: 0 110px 10px 10px;
	width: 226px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #666;
}

.promopic {
	float: right;
	margin: 10px 0 0 0;
}

#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
	padding-left: 15px;
	float: left;
	display: block;
}

#footer a:hover {
	color: #173469;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* SEARCH */

#search {
	background: url(../images/searchbox.jpg) no-repeat;
	width: 160px;
	height: 26px;
	float: left;
	margin-top: 12px;
	position: relative;
}

form input#ajaxSearch_input {
	border: none;
	background: transparent;
	height: 20px;
	width: 140px;
	margin: 2px 0 0 28px;
	font: 12px/24px Helvetica, Arial, sans-serif;
	color: #999;
}
 
form input#ajaxSearch_submit {
	width: 0px;
	height: 26px;
	line-height: 26px;
	margin-left: 0px;
	background: transparent;
	border: none;
	visibility: hidden;
}

#ajaxSearch_output {
	background:#ebeff4;
	border:1px solid #4a5668;
	color: #657386;
	font: 12px Arial, Helvetica, sans-serif;
	left:-240px;
	line-height:16px;
	margin:15px 0;
	padding:10px 8px;
	position:absolute;
	top:32px;
	width:380px;
	z-index:1200;
}

.AS_ajax_result a, .AS_ajax_result a:visited {
	color: #3e4655;
	font-weight: bold;
}

.AS_ajax_result a:hover {
	color: #ff8005;
	text-decoration: none;
}

#indicator {
	position: absolute;
	right: 12px;
	top: 7px;
	width: 16px;
	height: 16px;
}
 
/****** SUBPAGE STYLES ******/

#sub_banner_cont {
	height: 165px;
	width: 960px;
	position: relative;
}

#sub_banner {
	width: 960px;
	height: 125px;
	position: absolute;
	top: 40px;
	left: 0;
	background: url(../images/sub_banner.jpg) no-repeat bottom;
}

#breadcrumbs {
	width: 960px;
	height: 40px;
	font: 11px/40px Arial, Helvetica, sans-serif;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #152a50;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs a.current {
	text-transform: uppercase;
	font-weight: bold;
	color: #da7500;
}

#content_top {
	width: 960px;
	height: 4px;
	background: url(../images/content_top_bg.jpg) bottom no-repeat;
}

#content_bottom {
	width: 960px;
	height: 4px;
	background: url(../images/content_bottom_bg.jpg) top no-repeat;
	margin-bottom: 40px;
}

#content {
	width: 960px;
	background: url(../images/content_middle_bg.jpg) repeat-y;
}

#left_col {
	float: left;
	width: 240px;
}

#left_col h2 {
	font: bold 22px/50px "Colaborate-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	color: #555;
}

#left_col li {
	background: url(../images/list_bg.jpg) top no-repeat;
	height: 40px;
	width: 225px;
	padding-left: 15px;
}

#left_col li a, #left_col li a:visited {
	width: 225px;
	float: left;
	display: block;
	color: #152a50;
	text-decoration: none;
	font: 14px/40px Arial, Helvetica, sans-serif;
	height: 40px;
}

#left_col li a:hover {
	font-weight: bold;
	text-indent: 25px;
	background: url(../images/arrow.gif) left no-repeat;
	color: #193361;
}

#left_col li.active a {
	font-weight: bold;
	text-indent: 25px;
	background: url(../images/arrow_gray.gif) left no-repeat;
	color: #777;
}

#right_col {
	float: right;
	width: 680px;
}

#right_col h1 {
	color: #152a50;
	padding: 0 0 10px 0;
	font: 24px/30px "Colaborate-Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 30px;
}

#right_col h1 span {
	color: #da7500;
}

#right_col p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #444;
	margin-bottom: 15px;
}

#right_col ul {
	padding-left: 10px;
	margin-bottom: 15px;
}

#right_col ul li {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-left: 15px;
	list-style-type: disc;
	color: #444;
}

/*
Shopping cart styles
*/

.catalog_title{
	font-size: 16px;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #142A51;
	height: 22px;
	padding: 2px;
}
.shopping a {
	font-size: 12px;
	color: #142A51;
}
.largebold{
	font-size: 12px;
	color: #142A51;
}
.largebold a{
	font-size: 18px;
	color: #142A51;
	padding: 0px;
	text-decoration: none;
}
.checkout {
	background-color: #294F96;
	color: #DBE7F7;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;	
}
.form_table td{
	padding: 3px;
}

/********************************
	BLUE BOARD/SHOPPING CART
********************************/

#blue_board {
	width: 960px;
	background: url(../images/bb_body_bg.png) repeat-y;
}

#blue_board_bottom {
	background: url(../images/bb_bottom_bg.png) no-repeat;
	height: 4px;
	width: 960px;
	margin-bottom: 30px;
}
	
#blue_board_inner {
	padding: 25px 0 20px 0;
}

#mm {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bb_nav_bg.png);
	padding:0;
	margin: 0;
	list-style:none;
	position:relative;
	height:54px;
	float:left;
	width:960px;
	z-index:500;
} /* margins for this demonstration only */

#mm li {
	display:inline;
	float:left;
	height:54px;
	background:url(../images/line.gif) no-repeat 0 4px;
	position: relative;
	width: 131px;
}

#mm li a.tl {
	display:block;
	width:131px;
	height:54px;
	text-decoration:none;
	font: bold 12px/54px Arial, Helvetica, sans-serif;
	text-align: center;
	color:#fff;
	margin-right: 0;
}

#mm li a.bl {
	display:block;
	width:131px;
	height:54px;
	text-decoration:none;
	font: bold 12px/54px Arial, Helvetica, sans-serif;
	text-align: center;
	color:#fff;
	margin-right: 0;
}

#mm li a.tl:active {
	color: #da7500;
}

#mm li.bl2 {
	display:inline;
	float:left;
	height:54px;
	position: relative;
	width: 131px;
}

#mm div.pos1, #mm div.pos3 {
	display:none;
}

#mm li a:hover {
	text-decoration:underline;
	white-space:normal;
	width:131px;
	height:54px;
	background: url(../images/mm_tab_bg.png);
	color: #1d3a6b;
}

#mm li:hover > a {
	text-decoration:underline;
	white-space:normal;
	width:131px;
	height:54px;
	font: bold 12px/54px Arial, Helvetica, sans-serif;
	background: url(../images/mm_tab_bg.png);
	text-align: center;
	text-decoration: none;
	color: #1d3a6b;
}



#mm li.bl2:hover > a {
	text-decoration:underline;
	white-space:normal;
	width:131px;
	height:54px;
	font: bold 12px/54px Arial, Helvetica, sans-serif;
	background: none;
	text-align: center;
	text-decoration: none;
	color: #da7500;
}

#mm :hover div.pos1 {
	display:block;
	width:400px;
	padding-bottom: 10px;
	padding-right: 15px;
	position: absolute;
	top: 54;
	left: 0;
}
#mm :hover div.pos1 dl {
	display:inline;
	padding:0;
	margin:0 10px 10px 10px;
	float:left;
	width:179px;
}
#mm :hover div.pos1 dl dt {
	width:179px;
	margin:10px 0 5px 0;
	text-indent: 5px;
	height:20px;
	line-height:20px;
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C60;
}

#mm :hover div.pos1 dl dd {
	padding:0;
	margin:0;
}

#mm :hover div.pos1 dd a {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#003370;
	line-height:18px;
	text-indent: 5px;
	background: none;
	width: 179px;
	height: 18px;
}
#mm :hover div.pos1 dd a:hover {
	text-decoration:none;
}
#mm .clear {
	clear:both;
}

#mm div.mm_top {
	background: url(../images/mm_top_bg.png);
	height: 32px;
}

#mm div.mm_top span {
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	padding: 0 10px;
	color: #0D4580;
}

#mm div.mm_mid {
	background: url(../images/mm_mid_bg.png) repeat-y;
	width: 400px;
	height: auto;	
}

#mm div.mm_bot {
	background: url(../images/mm_bot_bg.png);
	height: 3px;
}


/* THREE COLUMNS */

#mm :hover div.pos3 {
	display:block;
	width:600px;
	padding-bottom: 10px;
	padding-right: 15px;
	position: absolute;
	top: 54;
	left: 0;
}
#mm :hover div.pos3 dl {
	display:inline;
	padding:0;
	margin:0 10px 10px 10px;
	float:left;
	width:179px;
}
#mm :hover div.pos3 dl dt {
	width:179px;
	margin:10px 0 5px 0;
	text-indent: 5px;
	height:20px;
	line-height:20px;
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C60;
}

#mm :hover div.pos3 dl dd {
	padding:0;
	margin:0;
}

#mm :hover div.pos3 dd a {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#003370;
	line-height:18px;
	text-indent: 5px;
	background: none;
	width: 179px;
	height: 18px;
}
#mm :hover div.pos3 dd a:hover {
	text-decoration:none;
}
#mm .clear {
	clear:both;
}

#mm .pos3 div.mm_top {
	background: url(../images/mm_top_long_bg.png);
	height: 32px;
}

#mm div.mm_top span {
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	padding: 0 10px;
	color: #0D4580;
}

#mm .pos3 div.mm_mid {
	background: url(../images/mm_mid_long_bg.png) repeat-y;
}

#mm .pos3 div.mm_bot {
	background: url(../images/mm_bot_long_bg.png);
	height: 3px;
}

#mm .pos3 div.mm_mid {
	background: url(../images/mm_mid_long_bg.png) repeat-y;
	width: 600px;
	height: auto;	
}

.bb_product {
	float: left;
	width: 150px;
	height: 300px;
	position: relative;
	margin: 0 0 35px 35px;
}

.bb_product img {
	width: 150px;
	height: 225px;
}

.bb_product h4 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #1d3a6d; /* Dark Blue */
	text-align: center;
}

.bb_product h5 {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	color: #1d3a6d; /* Dark Blue */
	text-align: center;
}

.bb_product_btn {
	background: url(../images/bb_product_btn.png) no-repeat;
	width: 100px;
	height: 24px;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 28px;
	text-align: center;
}

.bb_product_btn a, bb_product_btn a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 24px;
}

.bb_product_btn a:hover {
	color: #1d3a6d;
}

/** Form **/
div.form-container {
	margin: 0;
	padding: 4px;
	width: 550px;
}

p.legend { margin-bottom: 1em; }

p.legend em {
	color: #41463D;
	font-style: normal;
}

div.form-container h3 {
	color: #41463D;
	line-height: 30px;
	font-family: Verdana, Arial, sans-serif;
	height: 30px;
	margin-top: 15px;
}

div.form-container form p { margin: 0; }

div.form-container form p.note {
	padding-left: 120px;
	font-size: 10px;
	color: #ccc;
}

div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #ddd 1px solid;
}

div.form-container form legend {
	font-weight: bold;
	color: #41463D;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div.form-container form fieldset div { padding: 0.25em 0; }

div.form-container label, 
div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	line-height: 15px;
	font-size: 13px;
	float: left;
	text-align: right;
	position: relative;
}

div.form-container label.error, 
div.form-container span.error { color: #C00; }

div.form-container label em, 
div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 100%;
	font-style: normal;
	color: #0099ff;
}

div.form-container input.error {
	border-color: #0099ff;
	background-color: #f5f5f5;
}

div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {
	background-color: #f5f5f5;
	border-color: #ccc;
}

div.form-container div.controlset label, 
div.form-container div.controlset input {
	display: inline;
	float: none;
}

div.form-container input {
	width: 220px;
}

div.form-container div#checkboxes input {
	width: auto;
}

div.form-container select {
	margin: 2px 0;
}

div.form-container div.controlset div { margin-left: 65px; }

div.form-container div.buttonrow input {
	margin: 0 0 0 120px;
	width: auto;
}

.code-image {
	margin-left: 93px;
}

div.code-input {
	margin-left: 46px;
}

/***
form
***/
.blackwhite{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

/***************************
     NEWSTICKER CODE
***************************/

#moostick,
	.moostick
{
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	overflow: hidden;       /* used in css check */
}

#moostick li,
	.moostick li
{
	display: block;         /* used in css check */
	list-style-type: none;  /* used in css check */
	margin: 0;
	padding: 0;
}

#moostick .show,
	.moostick .show
{
	visibility: visible;
	opacity: 1;
}

.summary {
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
	padding-top: 15px;
}

.last-entry {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.summary a, .summary a:visited {
	color: #C60;
	text-decoration: none;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

.summary a:hover {
	color: #003370;
}

#right_col .summary h2 a {
	font: bold 18px/28px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #003370;
}

.summary h4 {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}


#left_col h3 {
	text-indent: 15px;
	margin-bottom: 10px;
}

#right_col table td {
	padding: 6px;
	font-size: 12px;
}


.gen_store {
	width: 930px;
	padding: 0 35px;
}

.gen_store_col {
	width: 260px;
	margin: 10px 0 25px 28px;
	float: left;
}

.gen_store h2 {
	color: #da7500;
	font: bold 18px/30px Arial, Helvetica, sans-serif;
}

.gen_store h2 a {
	color: #da7500;
	font: bold 18px/30px Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.gen_store_col li {
	float: left;
	line-height: 18px;
	padding-left: 15px;
}

.gen_store_col li a, .gen_store_col li a:visited {
	color: #003370;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	float: left;
	width: 300px;
	height: 18px;
	display: block;
	text-align: left;
}

.gen_store_col li a:hover {
	color: #da7500;
	text-decoration: none;
}

#sitemap ul {
}

#sitemap li a, #sitemap li a:visited {
	color: #003370;
}

#sitemap li a:hover {
	text-decoration: none;
	color: #da7500;
}

#content a, #content a:visited {
	color: #003370;
}

#content a:hover {
	color: #333;
	text-decoration: none;
}


/* TINY MCE ITEMS */

.bolded {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.blue {
	color: #1d3a6d;
}

.gray {
	color: #444;
}

.light_gray {
	color: #999;
}

.orange {
	color: #da7500;
}
