/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #000000;
}

a:link{
	color: #5CB72E;
	text-decoration: none;
}

a:visited{
	color: #4A9127;
	text-decoration: none;
}

a:hover{
	color: #000000;
}
li{
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0;
}
ul{margin:0;padding:0;}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000000;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #185073;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.bodygrey{
	color: #000000;
	font-size: 12px;
}

.bodygrey a:link, .bodygrey a:visited  {
	font-size: 12px;
	color: #00CCFF;
}

.bodygrey a:hover{
	color: #000000;
	text-decoration: underline;
	
}
/***********************************************/
/* Layout Divs                                 */
#clear{
	clear: both;
} 
/***********************************************/
#wrapper_all{
	margin-right: auto;
	margin-left: auto;

} 
#top_holder{
	background-color: #03382A;
	border-bottom-color: #01261C;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}
#top{
	background-color: #03382A;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}
#top_right{
	float: right;
	width: 638px;
	text-align: right;
	
}
#top_left{
	float: left;
	width: 350px;

}
#header_holder{
	background-color: #000000;
	background-image: url(../image/image_site/bg_1.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#header{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	font-weight: normal;
}
#header_right{
	float: right;
	padding-top: 30px;
	
}
#header_left{
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;

}

#subheader_holder{

}
#subheader{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	font-weight: normal;
}
#subheader_right{
	float: right;
	width: 193px;
	
}
#subheader_left{
	float: left;
	width: 300px;
	padding-bottom: 10px;

}
#nav_main_holder{
	background-color: #222222;
	background-image: url(../image/image_site/bg_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	padding-bottom: 2px;
	padding-top: 2px;

}
#nav_main{
margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#nav_main_right {
	float: right;
	
}
#nav_main_left {
	float: left;
	width: 800px;

}


#nav_sub_holder{
	background-color: #222222;
	background-image: url(../image/image_site/bg_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}
#nav_sub{
margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#nav_sub_right {
	float: right;
	
}
#nav_sub_left {
	float: left;
	width: 800px;

}
#nav_sub2_holder{
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #222222;
	background-color: #333333;

}
#nav_sub2{
margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#nav_sub2_right {
	float: right;
	
}
#nav_sub2_left {
	float: left;

}
#leftcol{
	float: left;
	margin-bottom: 20px;
	width: 190px;
}

#rightcol{
	float:right;
	width: 200px;
}
#rightcol_wide{
	float:right;
	width: 785px;
	background-color: #0099FF;
}
#rightcol_content{
	background-color: #FFFFFF;
	
}

#middle_col{
	margin-left: 220px;
	width: 560px;
	
}
#wrapper_content_holder{
	background-image: url(../image/image_site/bg_4_r1_c1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;

	
	
}
#wrapper_inside_content{
	background-color: #ffffff;

	

	
	
}
#inside_content{
	background-image: url(../image/image_site/ete_fade_2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	min-height:400px;
}

#inside_content_left{
	float: left;
	padding-bottom: 20px;
	width: 1000px;
}
#inside_content_right{
	float: right;
	text-align: left;
	
}
#content_tab_holder{
	
	margin-left: auto;
	margin-right: auto;
	width: 1000px;

	
	
}

#bordered_content{
	

	padding: 20px 20px 20px 20px;

		background-color: #FFFFFF;
	filter:alpha(opacity=100);
	opacity:1.0;
	
}
#wrapper_content{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../image/image_site/bg_4_r1_c3.jpg);
	
	
}
#wrapper_content_home{
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../image/image_site/bg_4_r1_c3.jpg);
	height: 500px;
	
	
}
#wrapper_content_wide{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	
}
#wrapper_content_right{
	margin-left: 220px;



	
	
}
#opaque{
	width:237px;
	height:8px;
	background-color:#000000;
	filter:alpha(opacity=40);
	opacity:0.4;
	margin-left: 10px;
  
	
}

#shadow{
	background-image: url(../image/image_site/shadow_1.png);
	background-repeat: no-repeat;
	background-position: bottom right;

	
}
.shadow{
	background-image: url(../image/image_site/shadow_1.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
	padding-right: 5px;

	
}
#band_right{
	float: right;
	width: 290px;
	height: 198px;
	background-image: url(../image/image_site/image_site_watermark.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #5BBBBD;
	
}
#band_left{
	float: left;
	background-image: url(image/image_site/image_site_watermark.gif);

}
#band_right_content{
	padding-top: 80px;
	padding-left: 16px;
	padding-right: 10px;

	
}
#band_holder{
	padding-right: 5px;
	clear: both;

	
}
#band_1{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 23px;
	}
	
#band_2{
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 23px;
	}
#band_3{
	height: 8px;
	background-repeat: repeat-x;
	background-position: center;
	background-color: #194294;
	}
	#home_left_holder{
background-image: url(../image/image_site/shadow_1.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 510px;
	float: left;
	}
	#home_right_holder{
background-image: url(../image/image_site/shadow_1.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 255px;
	float: right;
	}	
	#home_left{
	background-color: #FFFFFF;
	width: 510px;
	}
	#home_right{
	background-color: #FFFFFF;
	float: right;
	width: 255px;
	}
	
#fullwidth{
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-left: 10px;
	
	
}
#wrapper_footer{
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	padding-top: 10px;
	width: 100%;
	background-image: url(../image/image_site/bg_1.jpg);
	background-repeat: repeat-x;
	background-position: top;

	
}

#footer{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	clear: both;
	color: #FFFFFF;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 80px;
	
}
.footer{
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	display: block;
}

.footer a:link, .footer a:visited  {
	text-decoration: none;

	font-weight: normal;
	color: #FFFFFF;

}

.footer a:hover{

	text-decoration: underline;
	color: #000000;
	
}
.button {
	background-color: #737B8C;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	margin-top: 1px;
	text-decoration: none;
	}

.button a:link, .button a:visited {
	text-decoration: none;

}
.button:hover {
	background-color: #4D525E;
	color: #FFFFFF;
	text-decoration: none;
}
.button2 {
	background-color: #000000;
	color: #CCCCCC;
	font-weight: normal;
	text-transform: uppercase;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;

}
.button2 a:link, .button2 a:visited  {
		background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
}
.button2:hover {
	background-color: #EDDDBD;
	color: #000000;
	border-color: #EDDDBD;
	border-style: solid;
	border-width: 1px;
}
.button3{
	background-color: #738A5B;
	color: #000000;
	font-weight: normal;
	border-color: #738B5B;
	border-style: solid;
	border-width: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;


	margin-top: 4px;
	font-size: 11px;
	display: block;

}
.button3 a:link, .button3 a:visited  {
	color: #FFFFFF;

}
.button3:hover {
	background-color: #03382A;
	color: #FF9900;
	border-color: #03382A;
	border-style: solid;
	border-width: 1px;
}
.button4{
	background-color: #738B5B;
	color: #FFFFFF;
	font-weight: normal;
	border-color: #738B5B;
	border-style: solid;
	border-width: 1px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 8px;


	margin-top: 8px;
	font-size: 14px;
	float: left;

}
.button4 a:link, .button4 a:visited  {
	color: #FFFFFF;

}
.button4:hover {
	background-color: #03382A;
	color: #FFFFFF;
	border-color: #03382A;
	border-style: solid;
	border-width: 1px;
}
.button5{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: normal;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 8px;
	margin-top: 8px;
	font-size: 14px;
	margin-left: 1px;
	float: left;

}
.button5 a:link, .button5 a:visited  {
	color: #FFFFFF;

}
.button5:hover {
	background-color: #999900;
	color: #FFFFFF;
	border-color: #999900;
	border-style: solid;
	border-width: 1px;
}


.button6{
	background-color: #FF6600;
	color: #FFFFFF;
	font-weight: normal;
	border-color: #FF6600;
	border-style: solid;
	border-width: 1px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right:4px;
	padding-left: 4px;
	margin-top: 4px;
	font-size: 11px;
	margin-left: 1px;

}
.button6 a:link, .button6 a:visited  {
	color: #FFFFFF;

}
.button6:hover {
	background-color: #03382A;
	color: #FF9900;
	border-color: #03382A;
	border-style: solid;
	border-width: 1px;
}
#tab_1{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	
	
}
#tab_2{
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	
	
	
}
#tab_3{
	padding-top: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	
	
	
}
#tab_4{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	
	
	
}
#tab_5{
	padding-top: 10px;
	
	padding-bottom: 6px;
	
	
}
#line_1{
	margin-bottom: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 2px;
	height:2px;

	
}


.nav {
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	text-decoration: none;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	}

.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #333333;

}
.nav:hover {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
}

.nav_1  {

}
.nav_1 a:link, .nav_1 a:visited  {
	display: block;
	padding: 5px 5px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}
	


.nav_1 a:hover{
	display: block;
	color: #FFFFFF;
	background-color: #03382A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #03543E;
}


.nav_2  {

}
.nav_2 a:link, .nav_2 a:visited  {
	display: block;
	padding: 5px 5px 5px 10px;
	color: #738A5B;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}
	


.nav_2 a:hover{
	display: block;
	color: #FFFFFF;
	background-color: #738A5B;
}
/************* #breadCrumb styles *************/
#breadcrumb_holder {
	background-color: #242424;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;

}
#breadcrumb{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

	
}
.breadcrumb{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;

}

.breadcrumb a:link, .breadcrumb a:visited  {
	color: #999999;

}

.breadcrumb a:hover{
	color: #00CCFF;
	text-decoration: underline;

}



/*********** .navLinks styles ***********/


.navLinksub1 a:link, .navLinksub1 a:visited  {
	display: block;
	padding: 5px 0px 5px 10px;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	text-transform: none;
}

.navLinksub1 a:hover{
	display: block;
	padding: 5px 0px 5px 10px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-color: #738A5B;
	border-top-style: solid;
	border-top-width: 1px;
}

.navLink2{
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color: #CCCCCC;
}

.navLink2 a:link, .navLink2 a:visited  {
	display: block;
	padding: 10px 15px 10px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;

}

.navLink2 a:hover{
	display: block;
	text-decoration: underline;
	color: #185073;
	
}

.link1{
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	color: #999999;
}

.link1 a:link, .link1 a:visited  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;

}

.link1 a:hover{

	text-decoration: underline;
	color: #00CCFF;
	
}
.link2{
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	color: #FFFFFF;
}

.link2 a:link, .link2 a:visited  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;

}

.link2 a:hover{

	text-decoration: underline;
	color: #185073;
	
}
.link3{
	margin: 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

.link3 a:link, .link3 a:visited  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;

}

.link3 a:hover{

	text-decoration: underline;
	color: #00FF00;
	
}
.link4{
	font-size: 12px;
	font-weight: normal;
	color: #9DBC7C;
	margin-right: 12px;
}

.link4 a:link, .link4 a:visited  {

	font-weight: normal;
	
	color: #9DBC7B;

}

.link4 a:hover{

	text-decoration: underline;
	color: #FFFFFF;
	
}
.link5{

}

.link5 a:link, .link5 a:visited  {
color: #00CCFF;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 7px;

}

.link5 a:hover{
	color: #FFFFFF;
	
}
.link7{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.link7 a:link, .link7 a:visited  {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #666666;
	padding-right: 10px;
	margin-right: 10px;
}



.link7 a:hover{

	text-decoration: underline;
	color: #00CCFF;
	
}
.link8{
	color: #00ADCE;
	text-decoration: none;
	font-size: 16px;

	
}

.link8 a:link, .link8 a:visited  {
	color: #00ADCE;
	font-size: 16px;

}



.link8 a:hover{

	text-decoration: underline;
	color: #000000;
	
}
.link9{
	color: #000000;
	text-decoration: none;
	font-size: 16px;

	
}

.link9 a:link, .link9 a:visited  {
			color: #000000;
	font-size: 16px;

}



.link9 a:hover{

	text-decoration: underline;
	color: #00ADCE;
	
}
/*********** .image styles ***********/

#image_holder_1{


}
.float_right{
	float: right;


}
.float_left{
	float: left;


}
.image_float_right{
	float: right;
	margin-left: 14px;
	margin-bottom: 10px;


}
.image_float_left{
	float: left;
	margin-bottom: 10px;
	margin-right: 14px;


}
.topline{
	border-top-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: 5px;
	margin-right: 5px;



}
#padding_1{
	padding: 10px 10px 10px 10px;


}
#padding_2{
	margin-top: 10px;
	padding-top: 10px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}
#padding_3{
	padding: 0px 10px 10px 10px;

}

#wrapper_list{
	width: 500px;
	

}
#wrapper_product_holder{
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image: url(../image/image_site/shadow_1.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	clear: both;

}
#wrapper_product{
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	width: 550px;

	
	

}
#list_image{
	text-align: center;
	background-color: #FFFFFF;
	bottom: 0px;
	float: left;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 8px 8px 8px 8px;
	width: 160px;
}
#list_text{
	padding-top: 6px;
	float: right;
	width: 300px;
	margin: 10px 10px 10px 10px;
	
}
#product_image{
	text-align: center;
	background-color: #FFFFFF;
	bottom: 0px;
	float: left;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	}
#product_left{
	background-color: #FFFFFF;
	bottom: 0px;
	float: left;
	padding: 10px 10px 0px 10px;
	width: 220px;
	}
#product_right{
	background-color: #FFFFFF;
	bottom: 0px;
	float: right;
	padding: 10px 10px 10px 10px;
	width: 280px;
	}
#column_1{
	width: 158px;
	float: left;
	display: inline;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-right: 15px;
	border-right-color: #333333;
	border-right-style: dotted;
	border-right-width: 1px;

}
#column_2{
	width: 244px;
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-top: 10px;
}
#column_3{
	width: 303px;
	float: right;
	display: inline;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	

}
.textbox_search {
	color: #FFFFFF;
	font-size: 12px;
	border-top-color: #738A5B;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #738A5B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #738A5B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #738A5B;
	border-left-style: solid;
	border-left-width: 1px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: left;
	background-color: #738A5B;
	margin-left: 2px;
	padding-right: 4px;
}
#textbox_search {
	color: #FFFFFF;
	font-size: 11px;
	border-top-color: #738A5B;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #738A5B;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #738A5B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #738A5B;
	border-left-style: solid;
	border-left-width: 1px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: left;
	background-color: #738A5B;
	margin-left: 20px;
	height: 17px;
}
#pagination {
	font-size:12px;
	font-weight:normal;
	margin-bottom: 14px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-right: 5px;
}

#pagination a:link, #pagination a:visited{
	text-decoration:none;
	color:#666666;
	width:22px;
	font-weight:normal;
	padding: 3px 5px 3px 5px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
}

#pagination a:hover {
	background-color:#333333;
	color:#FFFFFF;	
}

#pagination .active_pagination_link {
	text-decoration:none;
	background-color:#738A5B;
	color:#FFFFFF;
	cursor:default;
	padding: 3px 5px 3px 5px;
}

#pagination .disabled_pagination {
	text-decoration:none;
	color:#FFFFFF;
	cursor:default;
	padding: 3px 5px 3px 5px;
	background-color: #999999;
}
.style_1{
	color: #00CCFF;	
}
.style_2{
	color: #84C729;	
}
.style_3{
	color: #FF6600;	
}
.style_4{
	color: #9C51DE;	
}
.style_5{
	color: #E92A6F;	
}
.style_6{
	color: #CC0000;	
}
.style_large{
	font-size: 16px;
}
.margin_1{
	margin-top: 12px;
	clear: both;
	
}
.w_1{
	width:510px;
	
}
.image_list{
	float: left;
	display: inline;
	margin-right: 5px;
	margin-bottom: 5px;

}
#inline_list{
	float: left;
	display: inline;
	margin-right: 12px;
	margin-bottom: 10px;
	width: 155px;
	height: 140px;
	margin-left: 12px;
	margin-top: 10px;
	

}
.border_1{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 5px 5px 5px 5px;

}
#border_image{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	width: 150px;

}

