body {
	/*background-color: #F3F4F8;*/
	background-color: #ffffff;
	background-position: top center;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 0.795em;
	line-height: 145%;
/*	min-width: 994px;*/
	color: #767676;
}


.img{
    border: 1px solid #ffffff;
	background-color: #ffffff;
    font-family: Helvetica, sans-serif, Verdana, Arial;
    font-size: 11px;
} 

a:active, a:focus {
	outline: 0;
}

/*.flash_container {
		z-index: 0;
		float:right;
		padding-left: 150px;
}*/

select {
	background-color: #F3F4F8;
    border: 1px solid #0D2740;
    font-family: Helvetica, sans-serif, Verdana, Arial;
    font-size: 11px;
    color: #666;
	padding:2px;
	margin:3px;
}

input {
    background-color: #F3F4F8;
    border: 1px solid #0D2740;
    font-family: Helvetica, sans-serif, Verdana, Arial;
    font-size: 12px;
    color: #666;
	padding:3px;
	margin:2px;
}


textarea {
    background-color: #F3F4F8;
    border: 1px solid #0D2740;
    font-family: Helvetica, sans-serif, Verdana, Arial;
    font-size: 11px;
    color: #666;
	padding:2px;
	margin:3px;
} 

.print_body {
	background-color: #F3F4F8;
	background-position: top center;
	width: 780px;
/*	overflow:hidden;*/
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 12px;
	line-height: 145%;
	color: #767676;
}

.main_div {
	width: 100%;
	margin: auto;
	background-color:#FFFFFF;
	bottom:0px;
	height: 100%;
	min-height: 650px;
}

.top_navigation {
	width: 994px;
	margin: auto;
	background-color: #FFFFFF;
	height: 24px;
}

.top_titlebar {
	width: 100%;
	background-image: url(/images/background/headerbar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 76px;	
	vertical-align: top;
}

.print_titlebar2 {
	width: 100%;
	background-image: url(/images/background/headerbar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;	
	vertical-align: middle;
	color:#FFF;
}

.tab_on,
.tab_off
{
	border:2px solid #bb9006;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	margin-left:35px;	
}

.tab_off:hover,
.tab_on:hover
{
	background-color:#bb9006;
	color:#002c4f;
	cursor:pointer;
	border-bottom: 2px solid #bb9006;
}

.tab_on
{
	color:#002c4f;
	background-color:#FFF;
	border-bottom: 2px solid #FFF;
}

.top_titlebar_inside{
	width: 994px;
	margin:auto;
}

.pagetitle_imageL {
	top: 15%;
	width: 150px;
	float: left;
	margin-top:5px;
}

.pagetitle_imageR {
	top: 15%;
	width: 450px;
	float: right;
	margin-top:5px;
}

.breadcrumb_navigation {
	width: 994px;
	margin: auto;
}

.print_div_top{
	width: 100%;
}
	

.printerfriendly_div {
	width: 994px;
	margin: auto;
	height: 20px;
	background-color: #FFFFFF;
}

.titlebar_search {
	width: 994px;
	height: 38px;
	margin:auto;
	vertical-align:middle;
	background-color: #E9E9E9;
}

.about_us_search {
	width: 994px;
	margin: auto;
	height: 30px;
	vertical-align:middle;
	background-color: #ffffff;
}


.homepage_search {
	width: 994px;
	height: 30px;
	margin: auto;
	margin-top: 20px;
	vertical-align:middle;
	background-color: #ffffff;
}


.main_content {
	width: 994px;
	margin:auto;
	background-color:#FFFFFF;
/*	min-height: 650px;*/
	height: 100%;
/*	padding-left: 10px;
	padding-right: 10px;*/
}

.front_content {
	width: 994px;
	background-color:#FFFFFF;
	margin-bottom: 30px;
	margin: auto;
/*	min-height: 650px;*/
/*	padding-left: 10px;
	padding-right: 10px;*/
}


.announcements {
	width: 700px;
	float:right;
	margin-right:50px;
	background-color:#FFFFFF;
	border: 1px solid #999;
	margin-bottom: 20px;
/*	padding-left: 10px;
	padding-right: 10px;*/
}



/*PADDINGS */


.padding_5_R{
	padding-right: 5px;
}
.padding_5_L{
	padding-left: 5px;
}
.padding_10_R{
	padding-right: 10px;
}
.padding_10_L{
	padding-right: 10px;
}
.padding_20_R{
	padding-right: 20px;
}
.padding_20_L{
	padding-left: 20px;
}

.clear {
	clear:both;
}


/*NAVIGATION STYLES */

a:link, a:visited {
	text-decoration: none;
	color: #002C4F;
}
a:hover {
	cursor:pointer;
}

/*#low_nav {
	width: 100%;
	height: 40px;
	display:block;
	background-image: url(/images/background/navbar_bg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	bottom: 0px;
	position: relative;
	margin:auto;	
}*/

#low_nav {
	background-position: 0% 0%;
	position: inherit;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	display: block;
	height: 40px;
	background-image: url(/images/background/navbar_bg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.low_nav_cont{
	margin:auto;
	width: 994px;
	top: 29%;
/*	margin-right: 10px;*/
	position: relative;
	
}
/*#low_nav_alt {
	width: 100%;
	height: 16px;
	display:block;
	background-image: url(/images/background/navbar_bg_sm.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin:auto;
	bottom: 20px;
	position: fixed;
}*/

#low_nav a:link, #low_nav a:visited{
	color: #FFFFFF;
}

#low_nav a:hover {
	color: #BB9006;
}

/*.low_navlinks {
	height: 20px;
	top: 15%;
	margin-right: 10px;
	position: relative;
}*/

#breadcrumb_navigation {
	width: 994px;
	margin:auto;
	height: 40px;
	background-color:#FFFFFF;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#breadcrumb_navigation a:link, #breadcrumb_navigation a:visited{
	color: #002C4F;
}

#breadcrumb_navigation a:hover {
	color: #BB9006;
}	

.breadcrumb_navlinks {
	height: 20px;
	width: 100%;
	top: 25%;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

#left_nav {
	float: left;
	height: 100%;
	margin-top: 28px;
	margin-left: 10px;
	width: 200px;
}

#left_nav a:link, #left_nav a:visited{
	color:#0D2740;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	font-size: 12px;
	line-height:190%;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#left_nav a:hover{
	color:#BB9006;
}


#front_nav {
	float: left;
	height: 100%;
	/*	margin-top: 5px;*/
	margin-left: 10px;
	width: 160px;
}

#front_nav a:link, #front_nav a:visited{
	color:#0D2740;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	font-size: 16px;
	line-height:190%;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#front_nav a:hover{
	color:#BB9006;
}

.product_nav a:link, .product_nav a:visited{
	color:#0D2740;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	font-size: 12px;
	line-height:250%;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.product_nav a:hover{
	color:#BB9006;
}

.goldbar {
	background-image: url(/images/background/goldbar.jpg);
	background-repeat:no-repeat;
	height: 18px;
	background-position:center;
	padding-left: 10px;
	padding-right: 10px;
	width: 1px;
}

.breadcrumb {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	width: 600px;
	margin-left: 10px;
	float: left; 
}

.printerfriendly {
	background-image: url(/images/icon/print.jpg); 
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif; 
	font-size: 11px;
	background-position: 20em 0em;
	width: 350px;
	margin-right: 10px;
	float: right; 
}


.section_title, .section_title2, .section_title3  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	width: 70%;
	overflow: visible;
	padding-left: 10px;
	vertical-align:middle;
	position:relative;
	top: 25%;
	height: 100%;
	float:left;
}

.section_title2 {
	width: 20%;
}

.section_title3 {
	width: 50%;
}

.search_area {
	width: 300px;
	vertical-align: middle;
	position: relative;
	top: 10%;
	height: 100%;
	float: right;

}

#searchbox {
	background-image: url(/images/global/search_bg.jpg); 
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border: none;
	font-family: "Times New Roman", Times, serif; 
	font-size: 11px;
	width: 126px;
	height: 24px;
	padding-left: 10px;
/*	vertical-align:middle;*/
	float:left;
	position: relative;
	display: block;
	margin-left: 105px;
/*	margin-top:5px;
	padding-top:3px;*/
}

#searchbox_grey  {
	background-image: url(/images/global/search_bg_grey.jpg); 
	background-repeat: no-repeat;
	background-color:#E9E9E9;
	border: none;
	font-family: "Times New Roman", Times, serif; 
	font-size: 11px;
	width: 126px;
	height: 24px;
/*	vertical-align:middle;*/
	position: relative;
	float:left;
	padding-left: 10px;
	display: block;
	margin-left: 105px;
/*	padding-top:5px;*/
}

.go {
	vertical-align:middle;
	height: 24px;
	float:left;
	width: 39px;
	padding-right: 5px;
	padding-top: 1px;
	position: relative;
	border: none;
	border-width: none;
	border-color: none;
	background-color: #fff;
/*	top: 3%;*/
}

.go2 {
	vertical-align:middle;
	height: 24px;
	float:left;
	width: 39px;
	position: relative;
/*	top: 10%;*/
	background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    font-family: Helvetica, sans-serif, Verdana, Arial;
    font-size: 12px;
    color: #666;
	padding:0px;
	margin:0px;
}


/*CONTENT STYLES */

.left_content{
	float:left;
	width: 350px;
}

.prod_detail_left{
	width: 350px;
	/*margin-left: 5px;
	margin-right: 5px;*/
	float:left;
	vertical-align:top;

}

.catalogue {
	background-image: url(/images/icon/catalog.jpg); 
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
	padding-left: 20px;
	float:left;
	width: 200px;
	height: 25px;
	font-weight: bold;
}
.setting {
	background-image: url(/images/icon/setting_star.jpg); 
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
	padding-left: 20px;
	float:left;
	width: 200px;
	height: 25px;
	font-weight: bold;
}
.finishes {
	background-image: url(/images/icon/finishes.jpg); 
	background-repeat: no-repeat;
	background-position: 0.1em 0.2em;
	padding-left: 20px;
	float:left;
	width: 200px;
	height: 25px;
	font-weight: bold;
}

.main_page{
	width: 765px;
	float: right;
	padding-left: 5px;
	margin-bottom: 25px;
	padding-right: 10px;
	margin-top: 10px;
}

.customer_page{
	width: 765px;
	padding-left: 10px;
	margin-bottom: 25px;
	padding-right: 10px;
	margin-top: 10px;
}

.front_page{
	width: 765px;
	float:right;
	padding-left: 5px;
	margin-bottom: 25px;
	padding-right: 10px;
	margin-top: 30px;
	z-index: 1;
}

.front_small_top {
	margin-top: 4px;
	width: 150px;
	display:block;
	height: 150px;
	float:right; 
	vertical-align:top;

}

.front_large {
	width: 297px;
	height: 297px;
	float:left; 
	vertical-align:top;

}


.front_small_bottom {
	margin-top: 13px;
	width: 150px;
	height: 150px;
	float:right; 
	vertical-align:bottom;

}

.large_swf_holder {
	width: 300px;
	float:right;
	vertical-align:top;
	padding-right: 20px;
}

.about_us_image {
	width: 200px;
	float:right;
	vertical-align:top;
	padding-right: 120px;
}

.front_images {
	width: 460px;
	float:right;
	vertical-align:top;
	padding-right: 5px;
}


.images_inside {
	width: 430px;
	float:right;
	vertical-align:top;
	padding-right: 5px;
}

.flash_area {
	width: 430px;
	float:right;
	vertical-align:top;
	padding-right: 5px;
}

.front_messagearea {
	width: 275px;
	float:left;
	padding-left: 15px;
}

.about_us_messagearea {
	width: 350px;
	float:left;
	padding-left: 25px;
}


.tradeshow_messagearea {
	width: 420px;
	float:left;
	padding-left: 15px;
}


.photogallery_messagearea {
	width: 500px;
	height: 500px;
	margin:auto;	
}

.photogallery_thumbholder {
	width: 650px;
	height: 75px;
	padding: 5px;
	border: 1px solid #CCC;
	float:left;
	margin-left:5px;
/*	margin: 0 20px 0 0;	*/
}

.photogallery_area {
	width: 780px;
	height: 100px;
	margin: auto;
	display: inline-table;
	margin: auto;	
}

.gallery_nav_left {
		width: 45px;
		float:left;
		margin: 30px 0 25px 10px;
}

.gallery_nav_right {
		width: 45px;
		float:right;
		margin: 30px 10px 30px 0;
		/*display:inline-block;*/
}

.photogallery_large {
	margin: 5px;
	padding:5px;
	border: 1px solid #CCC;
}
.photogallery_thumbs {
	width: 50px;
	height: 50px;
	margin: 5px;
	padding:2px;
	border: 1px solid #CCC;
}

.inside_messagearea {
	width: 400px;
	float:left;
	padding-left: 15px;
}

.wishlist_messagearea {
	width: 680px;
	float:left;
	padding-left: 15px;
}

.order_messagearea {
	width: 750px;
	float:left;
	padding-left: 15px;
}

.login_control {
	width: 300px;
	float:left;
	
}



.main_print_page{
	width: 755px;
	/*overflow: hidden;*/
	margin-top: 10px;
	margin:0;
	padding:0;
/*	padding-left: 5px;
	padding-right: 10px;*/
}


.large_image{
	width: 348px;
	height: 348px;
}

.right_content {
	width: 380px;
	margin-right: 10px;
	padding-left: 5px;
	margin-top: 5px;
	float:right;
}

.additional_info {
	width: 300px;
	height: 100%;
}

.other_options{
	width: 300px;
	height: 100%;
}

.prod_title {
	font-family:  Helvetica, Verdana, Arial,sans-serif;
	font-size: 18px;
	line-height:100%;
	margin-bottom:5px;
	padding-bottom: 10px;
	clear: both;
}
.prod_title_listing {
	font-family: Helvetica, Verdana, Arial,sans-serif;
	font-size: 12px;
	line-height:100%;
	padding-top: 3px;
	width: 140px;
	height:35px;
}

.prod_title_listing_wishlist {
	font-family: Helvetica, Verdana, Arial,sans-serif;
	font-size: 12px;
	line-height:100%;
	padding-top: 3px;
	width: 140px;
	height:80px;
}

.product_listing_image {	
	width: 140px;
	height: 140px;
	vertical-align: top;
/*	display: block;*/
/*	position: relative;*/
}

.listing_item {
	width: 140px;
	margin-left: 23px; 
	margin-right: 23px;
	padding: 0;
	float:left;
}
.listing_item_wishlist{
	width: 150px;
	margin-left: 16px; 
	margin-right: 16px;
/*	padding:5px;*/
	background-color:#FDFDFE;
	border: 1px solid #F3F4F8;
	float:left;
}

.listing_row{
	width: 750px;
	margin: auto;
	margin-top: 10px;
/*	height: 190px;*/
}

.listing_row_print{
	width: 700px;
	margin: auto;
	margin-top: 10px;
	height: 190px;
}

.enlarge {
	background-image: url(/images/icon/icon_mag.jpg);
	background-repeat: no-repeat;
	background-position: 0.1em 0.8em;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 5px;
	float:left;
	width: 110px;
	height: 25px;
	font-weight: bold;
}

.underimage {
	float:left;
	width: 100%;
}

.new_wishlist {
	background-image: url(/images/icon/star.jpg);
	background-repeat: no-repeat;
	background-position: 0.1em 0.1em;
	margin-top: 3px;
/*	padding-top: 10px;*/
	padding-left: 20px;
	padding-right: 5px;
	height: 20px;
	font-weight: bold;
	cursor:pointer;
}

.wishlist {
	background-image: url(/images/icon/wishlist.jpg);
	background-repeat: no-repeat;
	background-position: -0.1em -0.1em;
/*	padding-top: 5px;*/
	padding-left: 20px;
	padding-right: 5px;
	height: 20px;
	font-weight: bold;
	cursor:pointer;
}

.create_new_wishlist {
	background-image: url(/images/icon/WISHLIST_NEW.jpg);
	background-repeat: no-repeat;
	background-position: 0.9em -0.1em;
	padding-left: 35px;
	padding-right: 10px;
	height: 25px;
	font-weight: bold;
}
.search_wishlist {
	background-image: url(/images/icon/search.jpg);
	background-repeat: no-repeat;
	background-position: -0.1em 0.27em;
	padding-left: 20px;
	padding-right: 5px;
	height: 30px;
	font-weight: bold;
}

.dimensions {
	width: 350px;
	font-weight: normal;
}

.dimensions_sm {
/*	width: 250px;*/
	font-weight: normal;
}

.width_sm {
	float:left;
/*	width: 50px;*/
	/*height: 20px;*/
	font-weight: normal;
/*	position: relative;*/
	font-size: 10px;
}

.numbers_sm{
/*	width: 290px;*/
	font-weight: normal;
/*	height: 20px;*/
/*	display: block; 
	position:relative; */
	font-size: 10px;
}

.dimensions_title {
	padding-top: 10px;
	font-size: 11px;
	font-weight: normal;
	width: 150px;
}

.width {
	float:left;
	width: 50px;
	height: 20px;
	font-weight: normal;
/*	position: relative;*/
	font-size: 10px;
}

.numbers{
	width: 290px;
	font-weight: normal;
	height: 20px;
	margin-left: 5px;
/*	display: block; 
	position:relative; */
	float:left;
	font-size: 10px;
}

.width_print {
	float:left;
	width: 50px;
	height: 20px;
	font-weight: normal;
/*	position: relative;*/
	font-size: 12px;
}

.numbers_print{
	width: 290px;
	font-weight: normal;
	height: 20px;
	margin-left: 5px;
/*	display: block; 
	position:relative; */
	float:left;
	font-size: 12px;

}
.prod_price_sm {
	background-image: url(/images/icon/dollar.jpg);
	background-repeat: no-repeat;
	background-position: 0.1em 0.7em;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
/*	float:left;*/
/*	width: 155px;*/
/*	height: 25px;*/
	font-weight: bold;
}


.prod_price {
	background-image: url(/images/icon/dollar.jpg);
	background-repeat: no-repeat;
	background-position: 4.8em 0.7em;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	float:right;
	width: 155px;
	height: 25px;
	font-weight: bold;
}

.addtocart {
	background-image: url(/images/icon/cart.jpg);
	background-repeat: no-repeat;
	background-position: 0.2em 1.6em ;
	padding-left: 20px;
	padding-top: 12px;
	padding-right: 5px;
	height:25px;
	float:right;
	font-weight: bold;
}
.addtocart_listing {
	height:25px;
	font-weight: normal;
	width: 150px;
	padding-top: 5px;
}

.smalltxt {
	font-size:10px;
	font-weight: normal;
}
	
	
.paging_bar{
/*	width:45%;*/
padding-top: 10px;
/*	position: relative;
	display: block;*/
	vertical-align:middle;
/*	position: relative;*/
}

.backtotop {
	background-image: url(/images/icon/arrow_up.jpg); 
	background-position: 71.5em center; 
	width: 994px;
	background-repeat: no-repeat;
	/*padding-right: 80px;
	margin-top: 5px;*/
	margin-bottom: 10px;
	margin:auto;
/*	float:right;*/
	height:18px;
}

.backtolisting {
	width: 994px;
	background-repeat: no-repeat;
	/*padding-right: 80px;
	margin-top: 5px;*/
	margin-bottom: 10px;
	margin:auto; 
/*	float:right;*/
	height:18px;
}


/*PRINT PAGE STYLES*/


.print_page{
	background-color: #FFFFFF;
	width: 775px;
	margin: auto;
}

.printer_friendly_topprint{
	padding-right: 20px;
	width:250px;
	float:right;
	font-family: "Times New Roman", Times, serif; 
	font-size: 11px;
}

.print_titlebar {
	width: 775px;
	background-image: url(/images/background/headerbar.jpg);
	background-repeat: repeat-x;
	background-position: top;
/*	margin-top: 10px;*/
	margin-bottom:10px;
	height: 76px;	
	vertical-align: top;
}

.printtitle_imageL {
	top: 15%;
/*	width: 50%;*/
	float: left;
	margin-top:5px;
}

.printtitle_imageR {
	top: 15%;
	width: 50%;
	float: right;
	margin-top:5px;
}

.footer {
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 0.779em;
	line-height: 145%;
	min-width: 994px;
	color: #767676;
	font-weight: normal;
}


#print_footer {
	width: 100%;
	height: 40px;
	color:#FFFFFF;
	margin-top: 20px;
/*	padding-top: 10px;*/
	background-image: url(/images/background/navbar_bg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: relative;
}

#print_footer a:link,  #print_footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#print_footer a:hover {
	color:#BB9006;
	text-decoration: none;
}

.print_backtotop {
	background-image: url(/images/icon/print_arrow_up.jpg); 
	background-position: 5.2em 1.4em; 
	background-repeat: no-repeat;
	width: 33%;
	height: 20px;
	padding-top: 12px;
/*	margin-right: 10px;*/
	float:right;
	vertical-align: middle;
}

.print_close {
	background-image: url(/images/icon/print_close.jpg); 
	background-position: 6.2em 1.1em; 
	background-repeat: no-repeat;
	width: 33%;
	height: 20px;
	padding-top: 12px;
	top: 15%;
	/*vertical-align: middle;
	position:relative;*/
	float:left; 
}

.print_print {
	background-image: url(/images/icon/print_print.jpg); 
	background-position: 5.2em 1.2em; 
	background-repeat: no-repeat;
	width: 33%;
/*	top: 25%;*/
/*	margin: auto;*/
	height: 20px;
	padding-top: 12px;
/*	vertical-align: middle;*/
/*	margin-left: 50%;
	margin-right: 50%;*/
}

.top_navpad {
	padding-bottom: 2px;
}


/*css for round corners: 
-------------------------------------*/

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

#login {
	background-color:#0D2740;
	color: #FFFFFF;
	width: 80px;
}
#submit {
	background-color:#0D2740;
	color: #FFFFFF;
	/*width: 80px;*/
}

.float_L {
	float: left;
}

.float_R {
	float:right;
}
.blueline {
	float:right;
	right: 700px;
}

.pad_5 {
	padding: 5px;
} 

.content_cont{
	width: 390px;
	overflow: hidden;

}
.thin_blue {
	background-color: #002C4F;
	height:1px;
	width:100%
	}

.alt_row,
.alt_row_dark {
	background-color: #F5F5EF;
	line-height: 130%;
}

.alt_row_light {
	background-color: #FBFAF7;
	line-height: 130%;
}

.wishlist_selected {
	background-color: #F3F4F8;
}
.wishlist_selected_alt {
	background-color: #EBEDF3;
}

.indicator {
	background-color: #002C4F;
}
.divline {
	border-bottom: 1px solid #002C4F;
	border-top: 1px solid #002C4F;
	line-height: 150%;
	}
	
.error_color {
	color: #C03F3F;
}

.btn_details {
	height: 16px;
	border: 0px none;
	float:right;
	width: 88px;
}
.large_title {
	color: #002C4F;
	font-size: 14px;
}


/*FLYOUT MENU PROPERTIES*/
.menu_wrap {
	background: none;
	width: 600px;
	position: absolute;
	float:left;
}
	


.flyout_holder {
	width: 160px;
	height: 380px;
	position: absolute;
	float:left;
	margin-left:10px;
	z-index: 100;
}

.main_menu_container {
	background-color: #FFFFFF;	
	font-size: 16px;
	position: absolute;
	width: 160px;
	top: 185px;
	left: 0px;
	line-height: 190%;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
}

.subnav{
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	text-decoration: none;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	color:#0D2740;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.subnav_selected{
	color:#BB9006;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	text-decoration: none;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	background-image: url(/images/icon/navarrow_lg.jpg);
	background-repeat:no-repeat;
	background-position: 9.12em 0.5em;
	border-top: 1px solid #0D2740;
	border-bottom: 1px solid #0D2740;
	border-left: 1px solid #0D2740;
}

.flyout_sub_holder {
	color:#0D2740;
	width: 190px;
	height: 380px;
	position: relative;
	border: 1px solid #0D2740;
	float:left;
/*	margin-left:10px;*/
	z-index: 90;
}

.flyout_sub_container {
	background-color: #FFFFFF;	
	border: 1px solid #0D2740;
	font-size: 12px;
	position: absolute;
	width: 155px;
	height: 250px;
	float:left;
/*	margin-left:10px;*/
	z-index: 90;
	top: 0px;
	left: 170px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
}

.flyout_nav1{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	text-decoration: none;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	color:#0D2740;
	
}

.flyout_nav1_selected{
	color:#BB9006;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	text-decoration: none;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	background-image: url(/images/icon/navarrow_sm.jpg);
	background-repeat:no-repeat;
	background-position: 12.12em 0.4em;
	border-top: 1px solid #0D2740;
	border-bottom: 1px solid #0D2740;
}


.flyout_navtop_selected{
	color:#BB9006;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	text-decoration: none;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	background-image: url(/images/icon/navarrow_sm.jpg);
	background-repeat:no-repeat;
	background-position: 12.12em 0.4em;
	border-bottom: 1px solid #0D2740;
}

	
.width_full{
	width: 182px;
	padding-left:10px;
}

.width_full_main{
	width: 100%;
}


.bluediv_bar {
	padding-top: 80px;
	height: 330px;
}

.logo_spacing {
	height: 15px;

	}
	
.gold{
	color: #0D2740;
}
