/******************************************************************************************************************************

	HEADER CSS

******************************************************************************************************************************/

.tbl_top
{
	position: relative;
	width: 950px;
	height: 30px;
	background-color: #619615;
}

.tbl_header
{
	position: relative;
	width: 950px;
	height: 120px;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	background-color: #FFFFFF;
}

.logo_img
{
	position: absolute;
	top: 10px;
	left: 10px;
}

.web_dev_icons
{
	position: absolute;
	top: 30px;
	right: 15px;
}

/******************************************************************************************************************************

	MAIN MENU CSS

******************************************************************************************************************************/

.html_content
{
	padding: 20px;
	font-size: 13px;
	font-family: Arial;
	letter-spacing: 1px;
}

.tbl_menu
{
	position: relative;
	width: 950px;
	height: 40px;
}

.menu_bar_wrapper
{
	position: absolute;
	width: 950px;
	height: 40px;
	top: 0px;
	left: 0px;
}

.menu_bar
{
	padding-top: 8px;
	padding-right: 10px;
	float: right;
}

.menu_bar_item
{
	font-size: 14px;
	font-family: Arial, Helvetica;
	text-decoration: none;
	color: #333333;
	letter-spacing: 1px;
}

.menu_bar_spacer
{
	color: #333333;
	font-size: 18px;
	font-family: Arial;
	padding-left: 1px;
	padding-right: 1px;
}

/******************************************************************************************************************************

	FOOTER CSS

******************************************************************************************************************************/

.tbl_footer
{
	position: relative;
	width: 950px;
	height: 100px;
	background-color: #619615;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.foot_counter
{
	font-size: 13px;
	font-family: Arial, Helvetica;
	color: gray;
	padding-top: 5px;
}

.bottom_padding
{
	height: 10px;
}

.copyright_text
{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
}

.tos_privacy
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
}

.tos_privacy_url
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
}

.footer_menu_wrapper
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.footer_menu_item
{
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.footer_menu_spacer
{
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial;
	padding-left: 3px;
	padding-right: 3px;
}

.bottom_text
{
	font-size: 13px;
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	padding-top: 25px;
	padding-bottom: 25px;
}

/******************************************************************************************************************************

	COMMON ELEMENTS CSS

******************************************************************************************************************************/

.languages_bar
{
	float: right;
	padding-top: 2px;
	padding-right: 10px;
}

.title_navi_wrapper
{
	width: 100%;
	border-bottom: 0px dotted gray; 
	text-align: left;
	/*background-image: url(../graphic/bg_body.png);*/
}

.title_navi
{
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica;
	color: #333333;
	letter-spacing: 1px;
	font-weight: normal;
}

.body
{
	position: relative;
	margin: 0px;
	padding-bottom: 20px;
}

.tbl_body
{
	position: relative;
	width: 950px;
	min-height: 450px;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	background-color: #FFFFFF;
}

.content
{
	width: 98%;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 15px;
	color: #333333;
	text-align: justify;
}

.table
{
	width: 100%;
	height: 450px;
	border: 0px;
}

.table_column
{
	border-right: 0px dotted gray;
}


.rt_panel_content
{
	float: right;
	width: 700px;
	background-color: #E5E5E5;
	padding: 15px;
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

.logo_image
{

}

.user_bar_link
{
	font-size: 13px; 
	font-family: Arial; 
	letter-spacing: 1px; 
	color: #333333; 
	text-decoration: none;
}



.drop_menu_wrapper_categories
{
	position: absolute;
	top: 35px;
	left: 10px;
	
	display: none;
	width: 980px;
	min-height: 150px;
	height: auto;
	
	background-color: #FFFFFF;
	border: 1px solid gray;
	
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	z-index: 9999999999;
	box-shadow: 3px 3px 3px #888888;
	
	text-align: center;
}






.prod_img
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	width: 150px;
	padding: 2px;
}
.prod_img:hover
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	border: 0px solid gray;
	
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.prod_img_hoz
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	width: 150px;
	padding: 2px;
}
.prod_img_hoz:hover
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	border: 0px solid gray;
	
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.prod_img_ver
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	height: 150px;
	padding: 2px;
}
.prod_img_ver:hover
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	border: 0px solid gray;
	
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}


.prod_img_html
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	/*
	width: 160px;
	height: 160px;
	*/
	padding: 2px;
}
.prod_img_html:hover
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	border: 0px solid gray;
	
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}




.main_horizontal_menu_div
{
	display: inline-block;
	padding: 20px;
}

.main_horizontal_menu_img
{
	border: 1px solid silver;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.main_horizontal_menu_img:hover
{
	box-shadow: 3px 3px 3px #888888;
}

.main_horizontal_menu_div_url
{
	text-decoration: none;
	font-size: 15px;
	font-family: Arial;
	letter-spacing: 1px;
	color: #B38746;
	font-weight: bold;
}

.main_horizontal_menu_div_url:hover
{
	text-decoration: underline;
}






.buttons
{
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid gray;
	background-image: url('images/bg_menu_05.gif');
	font-size: 13px;
	min-width: 100px;
	margin-left: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	cursor: hand;
	cursor: pointer;
}

.buttons:hover
{
	font-weight: normal;
	letter-spacing: 1px;
	background-image: url('images/bg_menu_05_rev.gif');
}

.main_image
{
	border: 1px solid silver;
	padding: 5px;
	background-color: #FFFFFF;
	margin-right: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 3px 3px #888888;
}

.thumb_image
{
	border: 1px solid silver;
	padding: 2px;
	background-color: #FFFFFF;
	margin-right: 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.thumb_image:hover
{
	border: 1px solid gray;
	box-shadow: 3px 3px 3px #888888;
}

/******************************************************************************************************************************

Last Modified : May 31, 2015 

******************************************************************************************************************************/