body {
  margin: 0px 0;
  padding: 0;
 font-family:Microsoft Sans Serif, sans-serif;
  font-size: 12px;
  background: #00CCFF url(images/bg.jpg) repeat-x;
}

a , a:visited{
  font-size: 12px;
  color: #003399;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

img {
  border: none;
}

#container {  
  margin: 0 auto;
  width: 900px;
  padding: 0;
}

#header {
  margin: 0;
  padding: 0;
  
}

.header-bar {
  margin:  20px 0;
  padding: 0;
}

.banner {
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
}

.search-box {
  width: 300px;


}

.logo {
  float: left;
  margin: 0 0px 0 0;
  padding: 0;  
}

.top-nav {
  margin: 0 auto;
  background: #ddd url(images/topnav.jpg) repeat-x;
  height: 40px;
  font-size: 12px;
}

.top-nav  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-nav  ul li {
  float: left;
  display: block;
  line-height: 40px;
  text-align: center;
  background: url(images/divider.jpg) right no-repeat;
}

.top-nav  ul li a {
  display: block;
  text-decoration : none;
  color: #ccc;
  font-weight: bold;
  padding: 0 10px;
  text-transform: uppercase;
}

.top-nav  ul li a:hover  {
  display: block;
  text-decoration : none;
  color: #fff;
  background: url(images/topnav-hover.jpg) center no-repeat;
  height: 40px;
}

.top-nav  ul li a.active {
  height: 40px;
  color: #fff;
  background: url(images/topnav-active.jpg) repeat-x;
}

.search-box {

  line-height: 20px;
}

.search-box form {
  text-align: right;
}

.search-box form input {
  border: 1px solid #999;
}

.search-box form .search-text {
  background: #666;
  color: #fff;
  width: 150px;
}

.search-box form select {
  width: 120px;
}

.block-login {
  margin: 0 auto;
  width: 994px;
  background: url(images/bg-nav2.png) repeat-x;
  height: 45px;
}

#content {
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  background: #fff url(images/main.jpg) repeat-x top;
}

#main {
  float: left;
  margin: 0;
  padding: 0;
  width: 580px;
}

.main_content {
  margin: 15px;
  text-align: justify;
}

.welcome {
  margin: 20px 10px;
  line-height: 18px;
}
.main_content h2 {
  margin: 10px 0;
  height: 25px;
  line-height: 25px;
  padding: 5px 0 0 40px;
  font-size: 12px;
  font-weight: bold;
  color: #4a4a4a;
  text-transform: uppercase;
  background: url(images/folder_green.png) left no-repeat;
  border-bottom: 1px solid #ccc;
}

.main_block h3 {
  margin: 10px;
  height: 25px;
  line-height: 25px;
  padding: 5px 0 0 5px;
  font-size: 12px;
  font-weight: bold;
  color: #4a4a4a;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.main_block h3 img  {
  float: left;
  margin: 0 5px 5px 0;
}

.main_block a img  {
  margin: 5px;
}

.main_block ul, .browse ul {
  margin: 5px;
  padding: 0;
  list-style: none;
}

.main_block ul li {
  margin: 10px;
  padding: 0px ;
  display: block;
  clear: both;
  line-height: 18px;
}

.main_block ul li a{
  font-weight: normal;
  color: #003399;
  margin: 5px 0;
  text-decoration: none;
  font-weight: bold;
}

.main_block ul li a:hover{
  font-weight: bold;
  color: #000;
  margin: 5px 0;
  text-decoration: none;
}

.main_block ul li span a {
  font-size: 100%;
  background: url(images/31.png) left no-repeat;
  padding-left: 15px;  
  
}

.main_block .rssimg {
  float:right;
  margin-right: 20px;
  clear: both;
}

.main_content  img{
  margin: 5px 5px 5px 0;
}

#category  p b a {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

#category p b a:hover {
  color: #333333;
  text-decoration: none;
}

.banner-content {
  height: 200px;
  width: 900px;
  margin: 0 auto;
  text-align: center;
  background: url(images/surfing.jpg) center no-repeat;
  padding: 0;
}

#sidebar {
  width: 300px;
  float: right;
  padding: 0;
  background: #FFE8FA;
}

.box {
  margin: 0 0 20px 0;
  padding: 0;
}

.box   h3 {
  color: #fff;
  background: url(images/sidebar.jpg) repeat-x;  height: 32px;
  line-height: 32px;
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  margin: 0;
}

.box h3 img  {
  float: left;
  margin: 8px 5px;
}


.box ul {
  margin: 10px 0 0 0;
  padding: 0;
}

.box li  {

  display: block;
  line-height: 20px;  
  margin-left: 10px;
  color: #333333;
  
}

.box  li a {
  text-decoration: none;
  color: #333333;
  background: url(images/control_stop.png) left no-repeat;
  padding-left: 20px;
}

.box li a:hover {
  color: #990000;
}

.box  li p {
  line-height: 15px;
  margin-bottom: 10px;
}

.box form label{
  width: 100px;  
  float: left;
}

.box form span input{
  width: 150px;  
}

.sidebanner {
  float: left;
  margin: 12px ;
}

.menu {
  margin: 0 0 0 5px;
  padding: 0;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu li {
  border-bottom: 1px solid #ccc;
  height: 25px;
  padding: 0;
  display: block;
  margin: 5px 0;
}

.menu li a{
  padding: 10px 0 0 0;
  text-decoration: none;
  color: #4a4a4a;
}

.menu li a:hover{
  padding: 10px 0 0 0;
  text-decoration: none;
  color: #f58a00;
}

li.nobg {
  background: none;
  margin: 0 0 0 5px;
  color: #000;
}
#footer {
  margin: 0;
  padding: 0;
  height: 50px;
  background: url(images/footer.jpg) repeat-x;
}

.footer-bar {
  margin: 0;
  line-height: 50px; 
}

.footer-btm {
  margin: 0;
  padding: 0;
  height: 25px; 
}

.copyright {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.clear {
  clear: both;
}

input {
  border: 1px solid #ccc;
}

#category span.desc {
  font-size: 11px;
  color: #4a4a4a;
}

.btn {
  background: url(images/bg-btn.png) repeat-x;
  color: #fff;
  margin: 5px 0;
  padding: 2px 3px;
  font-weight: bold;
  font-size: 11px;
}

.thumbshots_transparent:hover img {
  filter: Alpha(Opacity=100);
  opacity: 1;

}

.thumbshots_transparent img {
  filter: Alpha(Opacity=80);
  opacity: 0.80;

}


#topbar-wrap {
	width: 100%;
	height: 30px;
background-image: url(images/bg.gif);
margin-top:0px;
padding-top:0px;
  margin: 0px 0;
	
}

#topbar, #topbar a {
	width: 900px;
	color: #990000;
align:center;
	link: #990000;
	hover: #ffffff;
	visited: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.bgr_menu2 {
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 0;
  width: 900px;
  height: 23px;
}
.row_link {
  float:right;
  display:block;
  text-align:left;
  width:448px;
  font-weight:normal;
  padding:0 0 5px 0;
}
.row_link_box1 {

}
ul.row_link_box2  {
font-size:10px;

}
li.row_link_box2  a {
font-size:10px;

}
.row_link_box1_detail {
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

}
.row_link_box2_detail {


}

li .row_link_box2 {
  background:url(images/dot.gif) repeat-x bottom center;
}

.form_subtitle{

position:absolute;

top:-11px;

left:7px;

width:auto;

height:20px;

background-color:#2E7D8A;

text-align:center;

padding:0 7px 0 7px;

color:#FFFFFF;

font-size:11px;

line-height:20px;

}

.feat_prod_box{

padding:10px 0 5px 10px;

margin:0 10px 10px 0;

border-bottom:1px #b2b2b2 dashed;

clear:both;

}

.banner {

  margin: 0;

  padding: 0;

}

.feat_prod_box_details{

padding:10px 0 10px 0;

margin:0 20px 10px 0;

clear:both;

}

.prod_img{

float:left;

padding:0 5px 0 0;

text-align:center;

}

.prod_det_box{

width:295px;

float:left;

padding:0 0 0 25px;

position:relative;

}

.box_top{

width:295px;

height:9px;

background:url(images/box_top.gif) no-repeat center bottom;

}

.box_center{

width:295px;

height:auto;

background:url(images/box_center.gif) repeat-y center;

}

.box_bottom{

width:295px;

height:9px;

background:url(images/box_bottom.gif) no-repeat center top;

}



.new_prod_box{

float:left;

text-align:center;

padding:10px;

}

.new_prod_box a{

padding:5px 0 5px 0;

color:#b5b5b6;

text-decoration:none;

display:block;

}

.new_prod_bg{

width:132px;

height:119px;

text-align:center;

background:url(images/new_prod_box.gif) no-repeat center;

position:relative;

}

.contact_form{

width:500px;

float:left;

padding:5px 5px 5px 5px;

margin:5px 0 0 5px;

border:1px #DFD1D2 dashed;

position:relative;

}
.tbl_caption1 {
  color: #FFFFFF;
  background-color: inherit;
  background-image: url(images/bg-bar.gif);
  background-repeat: repeat;
  font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-weight: bold;
}