* {margin: 0; padding: 0;}
body {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	color: #4c4c4c;
	line-height: 160%;
	background: #fff;
	overflow: scroll;
	*overflow: auto;
}
#container {
	position: relative;
	background: #fff;
	margin: auto;
	margin-top: 0px;
	width: 888px;
}
#header {
	height: 91px;
	width: 100%;
	overflow: hidden;
}
#header #siteheader {
	background: url(/rwdx/skin/header_bkg.jpg) #fff no-repeat;
	height: 90px;
	overflow: hidden;
}
#header #siteheader #headline {text-indent: -2000px;}
#header ul#flags li {
	list-style: none;
	float: left;
	padding: 3px;
}
#content {
	background: #fff repeat-y;;
	margin: 0px;
	width: 888px;
	overflow: hidden;
	padding: 0px;
	padding-left: 20px;
	padding-top: 30px;
}

#footer {
	height: 50px;
	width: 888px;
	padding-top: 40px;
}


#column_left {float: left; width: 150px; padding-right: 10px;}
#column_middle {float: left; width: 650px;}
#column_middle_narrow {float: left; width: 350px;}
#column_right {float: left; width: 190px; padding-left: 10px;}

#colfront_left {
	background: url(/rwdx/skin/front-puff1.jpg) no-repeat;
	float: left;
	width: 560px;
}
#colfront_left #top_box {
	height: 160px;
	padding-left: 215px;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#colfront_left #top_box h1 {padding: 0; font-size: 15px;}
#colfront_left #top_box h2 {margin-top: 5px; font-size: 13px;}
#colfront_left #top_box p {color: #000; font-size: 11px;}
.front_puff {
	float: left;
	width: 255px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.front_puff .head {
	padding-left: 15px;
	background: url(/rwdx/skin/front-puffhead.jpg) no-repeat;
}
.front_puff .head h3 {
	color: #fff;
	font-weight: bold;
}
.front_puff .head h3 a {
	color: #fff;
	text-decoration: none;
}
.front_puff .body a {
	color: #000;
	text-decoration: none;
}
.front_puff .body {
	height: 50px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 12px;
	background: #dbecfb;
	border: 1px solid #007cc3;
}
.front_puff .body p {
	font-size: 11px;
}
#colfront_right {
	float: left;
	width: 282px;
}
.front_puff_white_head {
	background: url(/rwdx/skin/front-puff-white-head.jpg) no-repeat;
	height: 10px;
}
.front_puff_white_body {
	background: url(/rwdx/skin/front-puff-white-body.jpg) repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}
.front_puff_white_foot {
	height: 8px;
	background: url(/rwdx/skin/front-puff-white-foot.jpg) no-repeat;
}

.orderform {
	background: #dbecfb;
	padding: 15px;
}



#flags {
	display: none;
	position: absolute;
	top: 106px;
	left: 830px;
}

ul#udm {
	position: absolute;
	top: 45px;
	padding: 0;
	margin: 0;
	margin-left: 11px;
}

/* MENU ALTERNATIVE 2 */
#mainmenu {
	position: absolute;
	left: 89px;
	top: 200px;
}
#mainmenu ul {list-style-type: none;}
#mainmenu ul li {
	float: left;
	text-transform: uppercase;
	height: 40px;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 18px;
	background: url(/rwdx/skin/menu_bkg.jpg) top right repeat-x;
}
#mainmenu ul li.before {
	padding: 0;
	width: 5px;
	height: 40px;
	background: url(/rwdx/skin/menu_bkg_left.jpg) no-repeat;
}
#mainmenu ul li.before_active {
	padding: 0;
	width: 5px;
	height: 40px;
	background: url(/rwdx/skin/menu_bkg_active_left.jpg) no-repeat;
}
#mainmenu ul li.active {
	background: url(/rwdx/skin/menu_bkg_active.jpg) top right repeat-x;
}
#mainmenu ul li a {
	text-decoration: none;
	color: #1a171b;
}
#mainmenu ul li.active a {
	text-decoration: none;
	color: #fff;
}

.mail {unicode-bidi:bidi-override; direction: rtl;}

#searchbar {
	width: 155px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 12px;
	padding: 3px 0 0 10px;
}
#searchbutton {
	display: block;
	float: right;
	margin: 2px 0 0 5px;
	width: 16px;
	height: 17px;
	background-image: url(/rwdx/skin/searchbutton.gif);
	background-position: center;
	background-repeat: no-repeat;
}
