* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	line-height: 2em;
	width: 100%;
	min-width: 740px;
	width: expression(document.documentElement.clientWidth < 740? "740px": "auto"); /*IEFix - Thanks Microsoft*/
}
h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	padding: 0.3em 0;
	margin-bottom: 2em;
	color: #DA2C1F;
	border-bottom: 1px solid #DCDCDC;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 3em;
	color: #DA2C1F;
	border-bottom: 1px solid #E9E9E9;
	text-transform: uppercase;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #E9E9E9;
}
h4 {
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 8px;
}
img {
	border: none;
}
input, textarea, select {
	border: 1px solid #E4E4E4;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 2px 4px;
}
input:hover, textarea:hover, select:hover {
	border-color: #CACACA;
}
input:focus, textarea:focus, select:focus {
	border-color: #ACACAC;
}
input, select {
	width: 170px;
	background-image: url(../images/input.gif);
}
textarea {
	height: 120px;
	width: 300px;
	background-image: url(../images/textarea.gif);
}

/*------- Header section -------*/

#header {
	height: 135px;
	background: url(../images/head_tile.gif) repeat-x;
}
#head_left {
	height: 45px;
	background: url(../images/head_left.jpg) no-repeat left;
	padding: 90px 0 0 180px;
}
#head_right {
	float: right;
	height: 135px;
	width: 340px;
	background: url(../images/head_right.jpg) no-repeat right;
	text-align: right;
}
#logo {
	border: none;
}
#bee {
	position: absolute;
	top: 30px;
	left: 370px;
	z-index: 0;
}
#search {
	width: 300px;
	position: absolute;
	top: 0px;
	right: 10px;
	text-align: left;
	margin: 0 1px;
	z-index: 2;
}
#search.ajax {
	background: url(../images/search_bg.gif) #F9F9F9 no-repeat bottom;
	border: 1px solid #C1C1C1;
	border-top: none;
	padding-bottom: 20px;
	margin: 0;
}
#search form {
	height: 35px;
	margin-top: 15px;
	text-align: center;
}
#search form div {
	display: inline;
}
#search input {
	color: #999999;
	font-size: 1em;
}
.s_find {
	width: 45px;
	height: 22px;
	margin-left: 5px;
}
.s_warn {
	background: url(../images/search_warn_bg.gif) #C92104 repeat-x;
	height: 16px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	margin: 0 1px;
}
.s_wait {
	background-color: #FFFFFF;
	height: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	margin: 0 1px;
}
#results div {
	font-size: 90%;
	line-height: 13px;
}
#r_title {
	color: #DA2C1F;
	background: url(../images/r_title_bg.gif) no-repeat;
	height: 13px;
	margin-top: 15px;
	padding: 0 10px 0 15px;
}
#r_cat {
	color: #FFFFFF;
	float: right;
}
#r_desc {
	margin-top: 5px;
	padding: 0 15px;
}
#slogan {
	margin: 95px 50px 0 0px;
	font-size: 1.2em;
	color: #C0471D;
	font-weight: bold;
}
#slogan strong {
	text-transform: uppercase;
	color: #666666;
}

/*---------------------------*/


#content {
	margin-left: 200px;
	padding: 50px 50px 50px 50px;
	max-width: 980px;
	width: expression(document.documentElement.clientWidth > 1282? "980px": "auto"); /*IEFix*/
}
#content p {
	margin-top: 1em;
}
#content ul {
	margin-left: 3em;
	margin-bottom: 2em;
}
#content a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #EAEAEA;
}
#content a:visited {
	border-bottom: 1px solid #FFFFFF;
}
#content a:hover {
	color: #DA2C1F;
	border-bottom: 1px solid #DCDCDC;
}
#results a {
	color: #DA2C1F;
	text-decoration: none;
}
#results a:visited {
	border-bottom: 1px solid #EAEAEA;
}
#results a:hover {
	color: #666666;
	border-bottom: 1px solid #DCDCDC;
}
#submenu {
	float: right;
	margin: 0 0 1.5em 5em;
	padding: 15px;
	background-color: #F9F9F9;
}
#submenu ul {
	margin-left: 1em;
	margin-bottom: 1em;
}
#submenu ul ul {
	display: inline;
	list-style-type: disc;
	margin: 0;
}
#submenu.fixed {
	float: none;
	margin: 0;
}
#request td {
	padding: 1px;
	vertical-align: top;
}
#certification div {
	float: left;
	width: 30%;
	padding: 1em;
	text-align: center;
}
.warn {
	border-color: #E28571;
}
a.top {
	display: block;
	float: right;
	text-align: right;
	background: url(../images/btn_top.gif) no-repeat right;
	height: 13px;
	width: 30px;
	padding-right: 25px;
	line-height: 1em;
	border-bottom: 1px solid #E9E9E9;
	margin-top: 9px;
}
a.top:hover {
	background-image: url(../images/btn_top_up.gif);
}
.copyrights {
	border-bottom: 1px solid #E9E9E9;
	clear: both;
	text-align: center;
	margin-top: 3em;
}
.copyrights p {
	font-size: 90%;
	margin: 0 !important;
}
.c {
	text-transform: none;
}
.column {
	float: left;
	width: 100%;
}
.column1 {
	float: left;
	width: 49%;
	min-width: 300px;
}
.column2 {
	float: left;
	width: 32%;
	min-width: 200px;
	padding-right: 1%;
}
.column2 h3 {
	font-weight: bold;
	color: #DA2C1F;
	border: none;
}
.column1 ul, .column2 ul{
	margin-left: 1.5em !important;
}
.pdf {
	list-style-image: url(../images/pdf.gif)
}
.nopdf {
	list-style-image: none;
}
.spec {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #DA2C1F;
	font-weight: bold;
	font-size: 120%;
	padding-right: 5px;
}
.hlogo {
	float: right;
	margin-right: 50px;
}
.photo {
	float: right;
	margin-left: 1em;
}
a.btn {
	background: url(../images/btn2.gif) #666666 no-repeat;
	color: #F1F1F1 !important;
	border: none !important;
	display: block;
	width: 115px;
	height: 31px;
	padding-top: 9px;
	margin: 1.3em;
	text-align: center;
	float: right;
}
a:hover.btn {
	background-image: url(../images/btn2_up.gif);
	color: #FFFFFF !important;  
}
#list {
	width: 100%;
	border: none;
	text-indent: 10px;
	float: left;
}
#list h2 {
	margin-bottom: 1em;
}
.z {
	background-color: #F7F7F7;
}

/*------- Menu section -------*/
#left {
	width: 170px;
	float: left;
}
#l_up {
	height: 120px;
	background: url(../images/left_up.jpg) no-repeat;
}
#l_down {
	height: 110px;
	background: url(../images/left_down.jpg) no-repeat;
	padding: 10px 0 0 30px;
}
#menu {
	background: url(../images/left_tile.gif) repeat-y;
	padding-bottom: 20px;
}
#menu ul {
	list-style: none;
	padding: 20px 0 0 15px;
	background: no-repeat left;
}
#menu ul.sep1 {
	background-image: url(../images/lbl1.gif)
}
#menu ul.sep2 {
	background-image: url(../images/lbl2.gif)
}
#menu ul.sep3 {
	background-image: url(../images/lbl3.gif)
}
#menu ul.sep4 {
	background-image: url(../images/lbl4.gif)
}
#menu a {
	display: block;
	height: 23px;
	padding: 6px 0 0 15px;
	background: url(../images/btn_bg.gif) no-repeat;
	color: #666666;
	text-decoration: none;
	line-height: 1.7em;
}
#menu a.active {
	color: #FFFFFF;
	background-image: url(../images/btn_down.gif);
}
#menu a:hover {
	color: #FFFFFF;
	background-image: url(../images/btn_up.gif);
	text-indent: 3px;
}
.br {
	border-bottom: 1px solid #CECECE;
}

/*------- Items section -------*/
#items {
	margin-bottom: 40px;
	float: left; /*IEFix - Thanks again Microsoft*/
	width: 100%;
}
#items table {
	width: 100%;
	background: url(../images/item_tile.gif) repeat-y right;
	border: none;
}
#items td {
	border-top: 1px dotted #CECECE;
	padding: 0 0 10px 9px;
}
#items p {
	margin: 0;
}
#items img {
	padding-top: 8px;
}
.info {
	vertical-align: top;
}
.info strong {
	color: #DA2C1F;
}
.others {
	width: 80px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
}
.others span {
	display: block;
	background: url(../images/item_id.gif) repeat-x right;
	color: #FFFFFF;
	height: 15px;
	font-size: 10px;
	border: 1px solid #CECECE;

}
.others a {
	display: block;
	background: url(../images/item_btn.gif) repeat-x right;
	border: 1px solid #CECECE;
	height: 18px;
	color: #000000;
	text-decoration: none;
}
.others a img {
	padding: 0 0 0 5px !important;
	float: left;
}
.cl {
	height:1px;
	clear:both;
}

/*------- Footer section -------*/
#footer {
	clear: both;
}
#fmedia {
	display: block;
}
