/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/bg.gif) right;
}

img{
	border:0px;
}

a{
	color:#000000;
}

form{
	margin:0px;
	padding:0px;
}

input, select, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

div#page{
	width:760px;
	background:#ffffff;
	border:1px solid #6b6b6b;
}

/*header*/
#header{
	width:100%;
	height:99px;
	background:url(../images/header_bg.gif) no-repeat top left;
}

/*menu*/
#menu{
	width:100%;
	height:29px;
	background:url(../images/menu_bg.gif) repeat-x top left;
}

#menu_pad{
	padding-top:2px;
	padding-left:10px;
}

#menu_pad table td table td.sep{
	width:20px;
	background:url(../images/menu_sep.gif) center center no-repeat;
}

#menu_pad table td table td.menu a{
	background:url(../images/menu_icon.gif) no-repeat left center;
	padding-left:20px;
	color:#393939;
	text-decoration:none;
}

#menu_pad table td table td.menu a:hover{
	text-decoration:underline;
	color:#000000;
}

/*table*/
div#table{
	width:100%;
	height:242px;
}

div#table #table_left{
	width:566px;
	height:242px;
	background:url(../images/table_left.gif) no-repeat top left;
}

div#table #table_left #table_left_text{
	color:#d01213;
	font-weight:bold;
	font-size:12px;
	position:relative;
	top:220px;
	left:-10px;
	text-align:right;
}

div#table #table_left #table_left_text a{
	color:#d01213;
	font-weight:bold;
	font-size:12px;
}

div#table #table_right{
	width:194px;
	height:242px;
	background:url(../images/table_right.gif) no-repeat top left;
}

div#table #table_right #search_prod{
	padding-top:20px;
	padding-left:10px;
}

div#table #table_right #search_prod span{
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

div#table #table_right #search_prod input.text{
	position:relative;
	top:-7px;
}

div#table #table_right #newsletter_from{
	position:relative;
	top:60px;
	left:10px;
	padding-right:10px;
}

div#table #table_right #newsletter_from h2{
	color:#000000;
	font-weight:bold;
	font-size:13px;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

div#table #table_right #newsletter_from div{
	color:#616161;
	font-size:10px;
	padding-bottom:10px;
}

div#table #table_right #newsletter_from span{
	color:#616161;
}

div#table #table_right #newsletter_from input.text{
	position:relative;
	top:-7px;
}

/*body*/
div#body{
	width:100%;
	background:url(../images/body_bg.gif) repeat-x top left #FFFFFF;
	padding-top:5px;
}

.box{
	width:151px;
	background:url(../images/box_bg.gif) repeat-y top left;
}

.box .box_top{
	width:100%;
	height:20px;
	background:url(../images/box_top_bg.gif) no-repeat top left;
}

.box .box_top div{
	color:#FFFFFF;
	text-align:right;
	font-size:9px;
	font-weight:bold;
	padding-right:5px;
	padding-top:3px;
}

.box .box_top div a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:9px;
}

.box .box_body{
	width:100%;
	min-height:76px;
	background:url(../images/box_body_top_bg.gif) no-repeat top left;
}

.box .box_body div{
	color:#d22020;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding-top:3px;
}

.box .box_body div.left{
	text-align:left;
}

.box .box_end{
	width:100%;
	height:15px;
	background:url(../images/box_end_bg.gif) no-repeat top left;
}

/*footer*/
div#footer{
	width:100%;
	height:225px;
	background:url(../images/footer_bg.gif) repeat-x top left #e0110b;;
}

div#footer table{
	padding-top:5px;
	color:#9d9d9d;
	font-family:Arial, Helvetica, sans-serif;
}