body
{
background: #fff url('../images/bg.gif') repeat-x;
margin: 0px;
padding: 0px;
}
.input{
width:140px;
height:15px;
font-size:12px;
color: #666666;
}
p{
width:auto;
padding:5px 0 0 0;
text-align:justify;
}
.title1{
color: #804000;
font-size:16px;
font-weight:bold;
padding:15px 10px 5px 40px;
border-bottom:1px #CCCCCC dashed;
margin-top:10px;
text-decoration:none;
}
h2{
color: #036B99;
font-size:16px;
padding:15px 10px 5px 10px;
border-bottom:1px #CCCCCC dashed;
margin:0px;
text-decoration:none;
}
.select{
width:60px;
height:19px;
font-size:12px;
color: #666666;
}
#main_container{
width:850px;
height:auto;
padding-top:16px;
margin:auto;
background: none;
font-size:12px;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
#top_banner{
width:auto;
height:130px;
}
#logo{
width:289px;
height:130;
float:left;
}
#snapshot{
width:541px;
height:130px;
float:left;
padding-left:0px;
padding-top:10px;
}

/*-------------menu--------------*/
.navigation{
float:left;
padding-left:60px;
padding-bottom:3px;
}
.navigation ul
{
font-family: "trebuchet ms";
font-size: 11px;
text-decoration: none;
margin: 0px;
padding:0px;
list-style: none;
}
.navigation li
{
text-align:center;
display: inline;
background: none;
text-align: center;
padding: 0px;
margin-right: 5px;	
float: left;
}
.navigation li a
{
color: #fff;
float: left;
margin:	0px;
padding:5px 15px 5px 15px;
text-decoration: none;
}

.navigation li a:hover
{
color: #000000;
}
.navigation li.current a
{
color: #fff;
float: left;
margin:	0px;
padding:5px 15px 5px 15px;
text-decoration: none;
font-weight:bold;
}


#center_content{
clear:both;
width:850px;
height:auto;
background:url(../images/center_bg.gif) repeat-y  ;
}
.left_box1{
width:235px;
float:left;
height:auto;
padding-left:30px;
font-size:11px;
color:#333333;
padding-bottom:5px;
}
.left_box2{
width: 530px;
float:left;
height:auto;
padding-left:30px;
}



/*-------------list------------*/

.list li span{
color:#333333;
font-weight:bold;
}
.list ul{
padding:0px;
margin:0px;
}
.list li ul li{
font-weight:normal;
padding:5px;
list-style:none;
margin:5px;
background-color:#E2D8C6;
}
.list ul li.description{
color: #000;
font-size:10px;
}

/*-------------foooter*/
#footer{
clear:both;
width:auto;
background-position:0px 0px;
height:60px;
text-align:center;
}

#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/separator.gif) no-repeat right center;
	font-size: 13px;
}
#footer ul li a{
text-decoration:none;
color:#000000;
}
#footer ul li a:hover{
text-decoration:underline;
}
#footerbar{
clear:both;
background:url(../images/bg-footer.gif) repeat-x;
background-position:0px 0px;
height:15px;
text-align:center;
}

/*-------------Ulternating Tables - Prices.html*/
a img {
	border: 0;
}
table.alternate_rows {
	border-spacing: 0;
	border: 0px solid #000;
	border-collapse: collapse;
}
table.alternate_rows th, table.alternate_rows td {
	text-align: left;
	width: inherit;
}
table.alternate_rows th {

	background-color: #ccc;
}
table.alternate_rows td {

}
table.alternate_rows tr.odd td {
	background-color: #ddd;
}
table.alternate_rows tr.even td {
	background-color: #fff;
}
table.alternate_rows tr.sortbottom td {
	background-color: #ccc;
	font-weight: bold;
}
