#cmd_siteholder
{
  width:996px;
  margin:0 auto;
  padding:0;
  text-align:center;
}
  #cmd_siteskelet
  {
    width:996px;
    text-align:left;
  }
    #cmd_siteaboveheader
    {
      width:996px;
      height:86px;
      background-image: url(./../../../uploads/internal/steelmaster/images/top_logo_part.jpg);
      background-repeat: no-repeat;
    }
    #cmd_siteheader
    {
      width:996px;
      height:234px;
    }
      #cmd_shleft
      {
        width:10px;
        height:234px;
        background-image: url(./../../../uploads/internal/steelmaster/images/cmd_sh_left.jpg);
        background-repeat: no-repeat;
        float: left;
      }
      #cmd_shmain
      {
        width:976px;
        height:234px;      
        float: left;
        background-image: url(./../../../uploads/internal/steelmaster/images/cmd_sh_main_line.jpg);
        background-repeat: repeat-x;
      }
        #cmd_shmmain
        {
          width:976px;
          height:234px;
          background-image: url(./../../../uploads/internal/steelmaster/images/cmd_sh_main_logo.jpg);
          background-repeat: no-repeat;
        }
        #cmd_shmmmenu
        {
          width:680px;
          height:234px;
          float: right;
          text-align: right;
        }
          #cnt_menu
          {
          }
        #cmd_shmmlng
        {
  /*        width:100px;
          height:30px;*/
          float: left;
          text-align: left;
        }
        #cmd_shmmlogin
        {
          /*width:100px;*/
          height:30px;
          float: left;
          text-align: left;
          margin: 2px 0px 0px 10px;
        }
         #cnt_login
         {
           color: white;
           font-size: 9px;
           font-weight: normal;
         }
         #cnt_login a
         {
           color: white;
           font-size: 10px;
           font-weight: normal;
         }

          #cnt_language
          {
          }
      #cmd_shright
      {
        width:10px;
        height:234px;
        background-image: url(./../../../uploads/internal/steelmaster/images/cmd_sh_right.jpg);
        background-repeat: no-repeat;
        float: left;
      }
    #cmd_sitecontent
    {
      width:996px;
      clear:both;
    }
      #cmd_scleft
      {
        width:8px;
        height:204px;
        float:left;
        background-image: url(./../../../uploads/internal/steelmaster/images/cmd_sc_left_line.jpg);
        background-repeat: no-repeat;
      }
      #cmd_scmainone
      {
            width:979px; 
/*#back height:204px; back*/
        float:left;
        background-color: #f4f4f4;
        background-image: url(./../../../uploads/internal/steelmaster/images/cmd_sc_main_topgrad.jpg);
        background-repeat: repeat-x;
        background-position: top;
      }
        #cmd_scmaintwo
        {
            width:979px; 
/*#back height:204px; back*/
          background-image: url(./../../../uploads/internal/steelmaster/images/cmd_sc_main_bottomgrad.jpg);
          background-repeat: repeat-x;
          background-position: bottom;          
        }
          #cmd_scmainthree
          {
            width:879px; 
/*#back height:204px; back*/
            background-image: url(./../../../uploads/internal/steelmaster/images/cmd_sc_main_logo.jpg);
            background-repeat: no-repeat;
border:0px solid red;
padding: 10px 50px 30px 50px;
          }
      #cmd_scright
      {
        width:9px;
        font-size:4px;
        height: 204px;
        float:left;
        background-image: url(./../../../uploads/internal/steelmaster/images/cmd_sc_right_line.jpg);
        background-repeat: no-repeat;
      }
    #cmd_sitefooter
    {
      clear:both;
      width:996px;
      height:84px;
      background-image: url(./../../../uploads/internal/steelmaster/images/cmd_site_footer.jpg);
      background-repeat: no-repeat;
    }
#cnt_footer
{
}
#cnt_content
{
}

/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #ffffff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(./../../../uploads/internal/steelmaster/images/milkbox/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }






/* *** BOTTOM *** */


#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(./../../../uploads/internal/steelmaster/images/milkbox/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(./../../../uploads/internal/steelmaster/images/milkbox/next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(./../../../uploads/internal/steelmaster/images/milkbox/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

a
{
  text-decoration:none;
  font-weight: bold;
  color: gray;
}

.ulprint{
  margin:0;
  padding:0;
}
.liprint{
  margin:0 0 0 14px;
  padding:2px 0 0 6px;
}
#offer ul{
  margin:0;
  padding:0;
}
#offer li{
  margin:0 0 0 14px;
  padding:2px 0 0 6px;
}
.menu_look
{
  font-size: 13px;
  font-weight: normal;
}

.menu_normal
{
  height:62px; 
  color:white; 
  border-left:1px solid white;  
  float:right; 
  text-align:center; 
}

.menuhover
{
  height:62px; 
  color:white; 
  border-left:1px solid white;  
  float:right; 
  text-align:center;  
  background-image:url(./../../../uploads/internal/steelmaster/images/menu_hover.jpg); 
  background-repeat: repeat-x;
  cursor: pointer;
}

.submenu1
{
  float:right;
  height:28px;
  color:white;
  font-size:9px;
}

.submenu1_hover
{
  float:right;
  height:28px;
  color:white;
  cursor:pointer;
/*  background-image:url(./../../../uploads/internal/steelmaster/images/submenu_hover.jpg); 
  background-repeat: repeat-x;
*/
  color:#052d67;
  font-size:9px;
}

.submenu1_2
{
  float:right;
  height:28px;
  margin-top:10px;
  color:white;
  font-size:9px;
}

.submenu1_hover_2
{
  float:right;
  height:28px;
  margin-top:10px;
  color:black;
  cursor:pointer;
  font-size:9px;
}

.subsubmenu1
{
  float:right;
  height:20px;
  color:white;
  font-size:9px;
}

.subsubmenu1_hover
{
  float:right;
  height:20px;
  color:#052d67;
  cursor:pointer;
  font-size:9px;
}



