.shadow {
	/* pretty browsers*/
	text-shadow:#ffffff 0px 0px 5px;
	/* ugly ie */
	zoom:1;/*force hasLayout*/
	position:relative;/*fot absolute position of child element*/
}
.shadow span {
	/* position correctly */
	position:absolute;
	left:-7px;top:-7px; /* strength + pixelradius */
	z-index:-1;/* force under the normal text */
	/* the magic: filters */
	filter:
		progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=2)
		progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true')
	;
	zoom:1;/*force hasLayout*/
}
	
	
.knockout {color:#fff}/*same as background colour for knock-out effect*/
.knockout span {
	filter:
		progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=2)/*make it a bit darker for contrast*/
		progid:DXImageTransform.Microsoft.blur(pixelradius=5, enabled='true')
	;
}

.read_btn {
	display: inline-block;
	height: 30px; 
}

.read_btn_over {
	display: inline-block;
	height: 30px; 
}

.read_btn_click {
	display: inline-block;
	height: 30px; 
}

.read_btn div.btn_left {
	background-image: url('../img/btn/read_1_left.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.read_btn div.btn_center {
	background-image: url('../img/btn/read_1_center.png');
	background-repeat: repeat-x;
	height: 30px;
	min-width: 88px;
	float: left;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	font-weight: bold;
}

.read_btn div.btn_right {
	background-image: url('../img/btn/read_1_right.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.read_btn_over div.btn_left {
	background-image: url('../img/btn/read_2_left.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.read_btn_over div.btn_center {
	background-image: url('../img/btn/read_2_center.png');
	background-repeat: repeat-x;
	height: 30px;
	min-width: 88px;
	float: left;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	font-weight: bold;
}

.read_btn_over div.btn_right {
	background-image: url('../img/btn/read_2_right.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.read_btn_click div.btn_left {
	background-image: url('../img/btn/read_3_left.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.read_btn_click div.btn_center {
	background-image: url('../img/btn/read_3_center.png');
	background-repeat: repeat-x;
	height: 30px;
	min-width: 88px;
	float: left;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	font-weight: bold;
}

.read_btn_click div.btn_right {
	background-image: url('../img/btn/read_3_right.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.order_btn {
	display: inline-block;
	height: 30px; 
}

.order_btn_over {
	display: inline-block;
	height: 30px; 
}

.order_btn_click {
	display: inline-block;
	height: 30px; 
}

.order_btn div.btn_left {
	background-image: url('../img/btn/order_1_left.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.order_btn div.btn_center {
	background-image: url('../img/btn/order_1_center.png');
	background-repeat: repeat-x;
	height: 30px;
	min-width: 88px;
	float: left;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.order_btn div.btn_right {
	background-image: url('../img/btn/order_1_right.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.order_btn_over div.btn_left {
	background-image: url('../img/btn/order_2_left.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.order_btn_over div.btn_center {
	background-image: url('../img/btn/order_2_center.png');
	background-repeat: repeat-x;
	height: 30px;
	min-width: 88px;
	float: left;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.order_btn_over div.btn_right {
	background-image: url('../img/btn/order_2_right.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.order_btn_click div.btn_left {
	background-image: url('../img/btn/order_3_left.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

.order_btn_click div.btn_center {
	background-image: url('../img/btn/order_3_center.png');
	background-repeat: repeat-x;
	height: 30px;
	min-width: 88px;
	float: left;
	text-align: center;
	padding-top: 6px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.order_btn_click div.btn_right {
	background-image: url('../img/btn/order_3_right.png');
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	float: left;
}

html, body, #data {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	clear: both;
	width: 100%;
	height: 100%;
	font:normal normal 12px/130% Arial, Tahoma, Verdana, sans-serif;
	color: #3c3c3c;
	text-align: left;
	background: #FFFFFF;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
td, th,  td {
	font:normal normal 12px/130% Arial, Tahoma, Verdana,  sans-serif;
	color: #3c3c3c;
	padding: 0px;
}
td {
	vertical-align: top;
}
a, a:visited, a:active {
	letter-spacing: 0px;
	font:normal normal 12px/130% Arial, Tahoma, Verdana,  sans-serif;

}

a, input, img, .submit {
	outline: none;
}
table {
	border-collapse: collapse;
}
form {
	padding: 0px;
	margin: 0px;
}
.clear { 
	clear: both;
}
acronym, abbr { 
	cursor: help;
}
.curp {
	cursor: pointer;
}
p {
	margin: 0;
	padding: 0;
}
input {
	font:normal normal 11px/100% Tahoma, Arial, Verdana, Arial, sans-serif;
}
textarea
{
	font-family: tahoma, Verdana,  Arial, Helvetica, Sans-Serif;
	color: #000000;
	border: 1px solid #27221F;
	background: #fff;
	width: 250px;
	height: 100px;
	font-size: 11px;
}
select {
	font-size: 11px;
}
option {
	font-size: 11px;
}
img {
	border: 0px;
	display: block;
}

.fl {
	float: left;
}
.fr {
	float: right
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.hf {
	height: 100%;
}
.wf {
	width: 100%;
}
.whf {
	height: 100%;
	width: 100%;
}
.h1 {
	height: 1px;
}
body {
	background: url('../img/bg/bg.gif') 0 0 repeat-y;
}
#container {
	width: 100%;
	padding: 0px;
	height: auto;
	min-height: 100%;
	text-align: left;
	position: relative;
}
#container #top {
	height: 128px;
}
#container #top #logo {
	top: 47px;
	left: 38px;
	position: absolute;
}
#container #top #dec {
	width: 804px;
	height: 118px;
	margin: 0 0 0 226px;
	text-align: right;
}


#container #top #dec .padd {
	padding: 48px /*66px*/ 5px 0 0;
}
#container #top #dec img {
	margin: 0 0 4px auto;
}
#container #top #dec span,
#container #top #dec a {
	color: #003071 !important;
	font-size: 11px !important;
}
#container #top #dec span.dash {
	padding: 0 2px;
}

#footer {
	/*height: 69px;*/
	width: 100%;
	position: relative;
	bottom: 0px;
	left: 0;
	background: url('../img/bg/footer.gif') 0 0 repeat-x;
	z-index: 20;
}
#footer #foot_content {
	background: url('../img/cot.gif') right bottom no-repeat;
}
#footer #foot_content .padd {
	padding: 22px 5px 10px 10px;
	text-align: center;
	width:1024px;
}
#foot_menu span,
#foot_menu a {
	color: #003071 !important;
	font-size: 11px !important;
}
#foot_menu span.dash {
	padding: 0 2px;
}
#foot_menu table {
	border-spacing: 10px;
	border-collapse: separate !important;
}
#foot_menu th{
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #cccccc;
	padding-left: 5px;
}
#foot_menu th a{
	font-weight: bold;
	text-decoration: none;
}

#foot_menu th div a{
	font-size: 10px !important;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
}

#copyright {
	margin: 3px 0 0 0;
}
#copyright a,
#copyright *,
#copyright {
	font-size: 11px !important;
}
#colls {
	width: 100%;
	height: 440px;
	margin: 0 0 75px 0;
}


#menu {
	width: 204px;
}

#content {
	padding: /**22px**/ 0px 5px 20px 23px;
}
#content img {
	display: inline;
}

#content .hdr {
	margin: 0 0 19px 0;
}
#content #width {
	width: 763px;
}

#lang {
	text-align: right;
	margin: 0 65px 5px 0;
}
#lang span.active,
#lang a {
	color: #003071 !important;
	font: normal bold 11px arial black, arial !important;
}
#lang span.dash {
	color: #003071 !important;
	padding: 0 2px;
}
#left_menu {
	width: 180px;
	padding: 1px 0 0 22px; /* 22 0 0 22 */
}

.menu_block {
	margin: 0 0 4px 0;
}
.menu_block .menu_hdr {
	background: #003071;
	color: #FFFFFF;
	font: normal normal 11px arial black, arial;
	padding: 1px 6px;
}
.menu_block span {
	height: 40px;
}

.menu_block a,
.menu_block span.active {
	display: block;
	padding: 4px 12px;
	vertical-align: middle;
	text-decoration: none !important;
	font-size: 11px !important;
	color: #3c3c3c !important;
	border-top: 1px solid #BEBEBE;
}

.menu_block span.active {
	color: #003071 !important;
	font-weight: bold !important;
	background: #FFFFFF;
}

.menu_block span.active a {
	padding: 0px 0px;
	color: #003071 !important;
	font-weight: bold !important;
	background: #FFFFFF;
	border: 0 !important;
}

.menu_block a.child:hover {
	background: #d2deea;
}

.menu_block a.child {
	display: block;
	padding: 4px 10px 4px 12px;
	font-weight: normal !important;
	color: #003071 !important;
	/*background: #FFFFFF;*/
	border: 0 !important;
}

.menu_block a.active {
	font-weight: bold !important;
	background: #FFFFFF;
	color: #003071 !important;
}


.menu_block span.active a.child a:hover {
	background: #d2deea;
}
.menu_block span.active span.active_child a {
	font-weight: bold !important;
}

.menu_block span.active span.active_child a.child {
	font-weight: normal !important;
	display: block;
	padding: 0px 10px 0px 12px;
}

.menu_block a:hover {
	background: #d2deea;
}
.grand_table {
	border-collapse: separate;
}
.special_offer {
	width: 80px;
	height: 55px;
	position: relative;
	background-image: url(../img/special_offer.png);
	left: 164px;
	bottom: 20px;
	z-index: 2;
	vertical-align: middle;
	color: yellow;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	/*line-height: 104px;*/
	padding-top: 25px;
}
#read_more a.read_more {
	width: 100px;
	height: 23px;
	display: block;
	text-decoration: none;
	background-image: url('../img/read_more.gif');
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	color: white;
	padding: 7px 0 0 0;
	margin: 0;
	float: left;
	margin-left: 25px;
}
#read_more a {
	width: 100px;
	height: 23px;
	display: block;
	text-decoration: none;
	background-image: url('../img/order_now.gif');
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: white;
	padding: 7px 0 0 0;
	margin:0;
	float: left;
	margin-left: 20px;
}