/*Global decleration starts here*/
body{
    margin:0;
	padding:0;
	height:100%;
    background: #000;
}
*
{
  margin: 0;
  padding: 0;
}
a
{
  text-decoration: none;
}


html{
	margin:0;
	padding:0;
	height:100%;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style:none
}
p{
	margin:0 0 10px 0;
	padding:0;
}
img{
  border: 0;
  display:block;
}
/*Global decleration ends here*/
.container{
	background:#FFF url(../img/header-bg.jpg) repeat-x;

}
/*Content decleration starts here*/
.content
{
  height: 473px;
}
.content_left
{

  height: 410px;
  width: 343px;
}
.content_left_img
{
  background: url(../img/img-bg.jpg) no-repeat;
  height: 406px;
  width: 308px;
}
.content_right_bg
{
  background: url(../img/text-bg.jpg) no-repeat;
  width: 423px;
  height: 406px;
}
.content_right_text
{
  width: 368px;
  height: 324px;
}
.content_right_text h6
{
  font: 19px Tahoma;
  color: #cb1e4d;
  padding-bottom: 24px;
}
.content_right_text p
{
  font: 12px Tahoma;
  color: #000000;
  width: 338px;
  line-height: 19px;
}
/*Content decleration ends here*/
/*Header decleration starts here*/
.header
{
  height:155px;
  border: 1px solid red;
}
.header_logo
{
  width: 595px;
  height:155px;
}
.header_right
{
  height: 122px;
  width: 235px;
}
.header_right li
{
  list-style: none;
  float: right;
  width: 30px;
}
.header_menu li{
  float: right;
  list-style: none;
  background: url(../img/bullet.jpg)  8px 5px  no-repeat;
  padding-left:  20px ;
  font: 14px Tahoma;
  color: #cb1e4d;
}
.header_menu a:link,.header_menu a:visited{
  font: 14px Tahoma;
  color: #cb1e4d;
  text-decoration: none;
}
/*Header decleration ends here*/
/*Main menu decleration starts here*/
.main_menu
{
  height: 44px;
 }
 
.main_menu ul{
	margin:5px 57px 0 0;
	padding:0
}
 
.main_menu li
{
  float: right;
  list-style: none;
  font: 14px Tahoma;
  color: #000;
  padding:0 60px 0 60px;
  background:url(../img/pipe.jpg) left no-repeat

}
.main_menu a:link,.main_menu a:visited
{
  font: 14px Tahoma;
  color: #000;
}
.main_menu span
{
  padding: 0px 71px;
}
/*Main menu decleration ends here*/
/* Scroll part */
.scroll
{
   width                    : 280px;
   position                 : relative;
   float                    : left;
}
#scroll_up
{
   top                      : 0px;
   position                 : absolute;
   float                    : right;
   cursor                   : pointer;
   right                    : 0;
   z-index: 1;
}
#scroll_up img
{
  display: block;
}

#scroll_down
{
   float: right;
    position                : absolute;
    cursor                  : pointer;
    right                   : 0;
    top                     : 280px;
}
#scroll_down img
{
  display: block;
}


.scroll_txt
{
     position               : absolute;
     left                   : 0px;
     top                    : 0px;
     visibility             : hidden;
     text-align             : left;
}
 #cont
{
    position                : relative;
    top                     : 0px;
    left                    : 0px;
    width                   : 338px;
    height                  : 280px;
    overflow                : hidden;
    text-align              : left;
    float                   : right;
}

/*Scroll part ends here */

