@charset "utf-8";
/* CSS Document */

body{
 margin:0 0 0 0;
 background:#FFAD00; 
 font-family:Arial;
 font-size:12px;
}
a{
color:#000000;
text-decoration:none;
}
a:hover{
color:#000000;
text-decoration:underline;
}

div#outer {
margin-left:auto;
margin-right:auto;
margin-top:auto;
width: 980px; 
}
div#header
{
margin:0 0 0 0;
width:100%;
height:90px;
position:relative;
display:block;
padding-top:20px;
float:left;
clear:both;
}
div#menu_bar
{
margin-top: 10px;
width:100%;
height:42px;
position:relative;
display:block;
background:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
clear:both;
vertical-align:middle;
}
div#menu_bar_left
{
float:left;
margin:0px;
padding:0px;
display:block;
width:9px;
height:42px;
background:url(../images/menu_left.jpg);
background-position:left;
background-repeat:no-repeat;
}
div#menu_bar_links
{
display:block;
vertical-align:middle;
height:42px;
text-align:center;
vertical-align:middle;
}
div#menu_bar_links ul
{
padding-top:10px;
margin:0px;
text-align:left;
}

div#menu_bar_links ul li
{
display:inline;
list-style:none;
font-family:Trebuchet MS;
font-size:14px;
font-weight:bold;
padding-top:0px;
padding-bottom:0px;
padding-left:10px;
text-align:left;
color:#FFFFFF;
}
div#menu_bar_links ul li a
{
color:#FFFFFF;
text-decoration:none;
}
div#menu_bar_right
{
float:right;
margin:0;
padding:0px;
display:block;
width:11px;
height:42px;
background:url(../images/menu_right.jpg);
}
div#page_body
{
margin-top: 10px;
width:100%;
position:relative;
display:block;
vertical-align:middle;
overflow:visible;
clear:both;
padding:0px;
}
div#footer
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background:#FFFFFF;
	height:80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5b5b5b;
	vertical-align:middle;
	position:relative;
}

div#footer ul {
	padding-left:5px;
	padding-top:20px;
	text-align:left;
}
div#footer ul li
{
 list-style:none;
 display:inline;
}
div#footer ul li a
{
	color:#5b5b5b;
	text-decoration:none;
}
div#footer ul li a:hover
{
	color:#5b5b5b;
	text-decoration:underline;
}
div#clear
{
clear:both;
}

.even_row
{
background:#F2F2F2;
border-bottom:1px dotted #B4B4B4;
height:20px;
}

.odd_row
{
background:#FFFFFF;
border-bottom:1px dotted #B4B4B4;
height:20px;
}
.stock-heading1
{
background:url(../images/stock_row-1-bg.jpg);
background-repeat:repeat-x;
height:30px;
}
.stock-heading2
{
background:url(../images/stock_row-2-bg.jpg);
background-repeat:repeat-x;
height:31px;
vertical-align:middle;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
}

.s-size
{
	font-family: "Tahoma";
	font-size: 12px;
	width:130px;
}
.s-size-1
{
	font-family: "Tahoma";
	font-size: 12px;
	width:55px;
}

.big-img-bg
{
	width:456px;
	height:337px;
	background:url(../images/big_pic_bg.jpg) no-repeat;
	vertical-align:middle;
}


.thumbnail
{
	background:url(../images/thumnbail_bg.jpg) no-repeat;
	height:81px;
	padding-left:8px;
	padding-top:6px;	
}
.table_heading
{
	background:url(../images/table_heading.jpg) repeat-x;
	height:27px;
	border-right:1px solid #CCCCCC;
	font-family:Trebuchet Ms;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	vertical-align:middle;
	text-align:left;
}
.table_bg
{
	background:#FFFFFF;
	width:456px;
}
.price
{
	color:#FF0000;
}
.tab_border
{
	border:1px solid #CCCCCC;
	padding:3px;
}

.page_heading
{
	font-family:Trebuchet Ms;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	text-align:left;
	border-bottom:1px dotted #000000;
}
.body_box
  {
  background-color:#FFFFFF;
  border:1px solid #E1E1E1;
  padding-left:10px;
  padding-right:10px;
  }
  
.box_heading{
	background:url(../images/inquiry_head_bg.jpg);
	height:29px;
	background-repeat:repeat-x;
}