@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#Logo {
	margin: auto;
	overflow: hidden;
	width: 780px;
	height: 150px;
}

#Navigation_Main {
	height: 25px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	z-index: 1000;
	margin-top: 5px;
	background-color: #336699;
	margin-bottom: 0px;
	background-image: url(../images/navigation_main_156x25.png);
	background-repeat: repeat-x;
}

#Navigation_Main .item {
	width: 156px;
	text-align: center;
	float: left;
	font-size: 17px;
	display: block;
	background-color: #336699;
	height: 22px;
	padding-top: 3px;
	background-repeat: repeat-x;
}
#Navigation_Main a.item:link {
	color: #FFFFFF;
	text-decoration: none;
}
#Navigation_Main a.item:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#Navigation_Main a.item:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #CC0000;
}
#Navigation_Main a.item:active {
	text-decoration: none;
	color: #FFFFFF;
}

#Navigation_Sub {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFCC33;
	background-color: #336699;
	height: 18px;
	margin: auto;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	z-index: 500;
}
.Nav_Sub_Item {
	width: 148px;
	height: 18px;
	float: left;
	text-align: center;

}
#Navigation_Sub a:link {
	color: #FFCC33;
	text-decoration: none;
}
#Navigation_Sub a:visited {
	color: #FFCC33;
	text-decoration: none;
}
#Navigation_Sub a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
#Navigation_Sub a:active {
	color: #FFCC33;
	text-decoration: none;
}
#Navigation_Bottom {
	font-size: 11px;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 14px;
	/*	vertical-align: middle;*/
	text-align: left;
	background-color: #CC0000;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 15px;
}
#Navigation_Bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#Navigation_Bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#Navigation_Bottom a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#Navigation_Bottom a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#Container {
	width: 780px;
	overflow: hidden;
	background-color: #336699;
	margin-right: auto;
	margin-left: auto;
}
#Container #Right_Content #top_banner {
	padding: 0px;
	width: 525px;
	overflow: hidden;
	z-index: 500;
	background-color: #336699;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 105px;
	background-repeat: no-repeat;
	background-position: -205px;
}

.item_center {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 12px;
	color: #336699;
}
.fltlft {
	float: left;
	clear: both;
	overflow: hidden;
}
.fltrt {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.fltrt_no_pad {
	float: right;
}		
#Content {
	background-color: #336699;
	clear: both;
	width: 600px;
	margin: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	overflow: hidden;
}
#Left_Content {
	background-color: #336699;
	float: left;
	width: 250px;
	color: #FFFFFF;
	text-align: left;
	overflow: visible;
}
#Left_Content p{
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
/*	text-align: justify;*/
}
h3, h1, h2, h4, h5{
	font-style: italic;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: -0.01px; /* This overides the extra space inserted before text with a heading applied*/
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #cc0000;
	margin-bottom: -0.1px; /* This overides the extra space inserted after text with a heading applied*/
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Left_Content li{
	font-size: 12px;
	
}
/*#Left_Content a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#Left_Content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#Left_Content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#Left_Content a:active {
	color: #FFFFFF;
	text-decoration: none;
}*/
#Right_Content {
	float: right;
	width: 530px;
	text-align: left;
	background-color: #FFFFFF;
}
.image_center {
	clear: both;
	margin: 8px;
	border: 1px solid #000000;
}
/*#Container #Left_Content img {
	border: 1px solid #000000;
}*/
.blue_header {
	text-align:center;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	clear: both;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

#Container #Right_Content .Product_Box caption {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text_align_right {
	text-align: right;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}
#Container #Right_Content .Product_Box .grey th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
td {
	margin: 0px;
}
#Container #Left_Content .image_full_width {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Container #Left_Content .snap_top {

}
#Container #Left_Content .left_nav {

	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
#Left_Content .left_nav_top {
	font-size: 14px;
	display: block;
	background-color: #CC0000;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
#Left_Content a.left_nav_top:link {
	color: #FFFFFF;
	text-decoration: none;
}
#Left_Content a.left_nav_top:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#Left_Content a.left_nav_top:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #336699;
}
#Left_Content a.left_nav_top:active {
	color: #FFFFFF;
	text-decoration: none;
}
#Container #Left_Content .left_nav_top_page {
	text-align: right;
	font-size: 12px;
	display: block;
	background-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 5px;
}
#Left_Content .left_nav_sub {
	font-size: 12px;
	display: block;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: right;
	padding-right: 5px;
}
#Left_Content a.left_nav_sub:link {
	color: #333333;
	text-decoration: none;
}
#Left_Content a.left_nav_sub:visited {
	color: #333333;
	text-decoration: none;
}
#Left_Content a.left_nav_sub:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #336699;
}
#Left_Content a.left_nav_sub:active {
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	margin-left: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-top: 5px;
	margin-top: -5px;
}
#Container #Right_Content .content img {
	border: solid 1px #000000;
}#Container #Right_Content .content .fltlft_right_pad {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

#Container #Left_Content .fltrt_mrgn {
	float: right;
	margin-top: -.01px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#Logo .fltrt_no_pad_Clr_Rght {
	clear: right;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.background_1 {
	background-image: url(../images/1_logo_bg_780x150.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background_2 {
	background-image: url(../images/2_logo_bg_780x150.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background_3 {
	background-image: url(../images/3_logo_bg_780x150.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background_4 {
	background-image: url(../images/4_logo_bg_780x150.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background_5 {
	background-image: url(../images/5_logo_bg_780x150.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background_6 {
	background-image: url(../images/6_logo_bg_780x150.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background_7 {
	background-image: url(../images/7_logo_bg_780x150.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.background_8 {
	background-image: url(../images/8_logo_bg_780x150.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#breadcrumb {
	font-size: 12px;
	background-color: #666666;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: left;
	padding-left: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #CCCCCC;
}
#breadcrumb a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#breadcrumb a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#breadcrumb a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#breadcrumb a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#Logo .fltlft_logo {
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
}
