samp,cite{
    display:none;
}


html, body, div, img, form, p, span, h1, h2, h3, h4, h5, ul, li
{
    /*font-size:0pt;*/
    margin: 0px;
    padding: 0px;
    border: 0px;
}

table
{
    border-collapse: collapse;
}

a {
    outline: none;
    -moz-user-outline: none;
}

html, body
{
    height: 100%;
    background: #000;
}


#global_container_1
{
    height: 99%;
    width: 100%;
    display:table;
    vertical-align: middle;
}

#global_container_2 {
    height: 100%;
    color: #878787;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    background: #000 url(../img/body_bg.jpg) repeat-x center;
    min-height: 660px;
}

#loader
{
    width: 100%;
    height: 100%;
    min-height: 660px;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000;
}


#loader img
{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

#loader a{
	position: absolute;
   /* top: 60%;
    left: 49%;*/
    top: 56%;
    left: 57%;
    line-height:12px;
    color:#eee;
    text-decoration:none;
    border-bottom:1px dotted #eee;
    font-family: Tahoma, Arial, sans-serif;
    font-size:12px;
    display:none;
}

#loader a:hover{
	border:0;
}

/* progres bar loading */
#loader div#progressbar
{
    position: absolute;
    top: 56%;
    left: 46%;
    width: 10%;
}

#loader div#progressbar div.value
{
    color: #666;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
}

.ui-progressbar
{
    font-size: 0px;
    height: 10px;
    text-align: left;
    border: 1px solid #fff;
}

.ui-progressbar .ui-progressbar-value
{
    height:100%;
    background-color: #fff;
}



#img_loader
{
    display: block;
    position: absolute;
    top: 50%;
    left: 47%;
    z-index: 1999;
    display: none;
}


#container {
    width: 1000px;
    margin: auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}

*html #container {
margin-top: expression((
document.documentElement.offsetHeight/2)
-(parseInt(offsetHeight)/2) <0 ? "0" :
(document.documentElement.offsetHeight/2)
-(parseInt(offsetHeight)/2) +'px');
}

*+html #container {
margin-top: expression((
document.documentElement.offsetHeight/2)
-(parseInt(offsetHeight)/2) <0 ? "0" :
(document.documentElement.offsetHeight/2)
-(parseInt(offsetHeight)/2) +'px');
}


/* header */
#header
{
    height: 60px;
    text-align: center;
    position: relative;
}

#header a#logo
{
    position: absolute;
    width: 220px;
    height: 34px;
    display: block;
    left: 360px;
    top: 10px;
}

#header a#logo img
{
    display: block;
    behavior: url(img/iepngfix.htc);
}

#header a#home
{
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    right: 73px;
    bottom: 0px;
}

#header a#email
{
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    right: 31px;
    bottom: 0px;
}


/* menu */
#menu
{
    width: 150px;
    padding-left: 40px;
    float: left;
    padding-top: 47px;
    position: relative;
}

#menu a
{
    display: block;
    font-weight: bold;
    color: #a4a4a4;
    text-decoration: none;
    padding: 6px 0px;
    overflow: hidden;
}

#menu div#submenu
{
    display: none;
}

*html #menu div#submenu
{
    height: 100%;
}

#menu div#submenu a
{
    padding: 0px;
    margin: 6px 0px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
    padding-left: 18px;
    background: url(../img/menu_marker.gif) 0px 3px no-repeat;
}

#menu div#submenu a:hover, #menu div#submenu a.active
{
    font-weight: bold;
}




/* main */
#main
{
    float: right;
    width: 804px;
    height: 600px;
    position: relative;
}




/* image */
#main div#image_container
{
    width: 574px;
    height: 559px;
    padding-bottom: 45px;
    background: url(../img/image_bottom_bg.jpg) no-repeat 0px 536px;
}

#main div#image_container div#image
{
    width: 523px;
    height: 523px;
    background: #fff url(../img/image_top_bg.jpg) no-repeat top;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 0px;
    color: #000;
}

#main div#image_container div#image h1,
#main div#image_container div#image h2
{
    font-size: 14px;
    padding-bottom: 10px;
}

#main div#image_container div#image div#slideshow
{
    position: relative;
    overflow: hidden;
    width: 523px;
    height: 523px;
}

#main div#image_container div#image div#content
{
    height: 100%;
    overflow: hidden;
}

#main div#image_container div#image div#content img
{
    display: block;
}


/* grey table */
#main div#image_container div#image div#content table.grey_table
{
    width: 95%;
    margin: auto;
}

#main div#image_container div#image div#content table.grey_table th
{
    font-weight: normal;
    background-color: #f3f3f3;
    padding: 9px 6px;
}

#main div#image_container div#image div#content table.grey_table td
{
    border-bottom: 1px solid #d7d4d4;
    padding: 9px 6px;
}

table.grey_table a{
	color:#000;
	text-decoration:none;
}

#main h1.price,#main h2.price
{
    margin-top: 17px;
    margin-left: 35px;
}


/* text */
#main div#text
{
    position: absolute;
    top: 30px;
    left: 607px;
    height: 455px;
    line-height: 15px;
    overflow:hidden;
}

#main div#text strong{
    font-weight:normal;
}

#main div#text a,#main div#text a:hover{
    color:#878787;
    text-decoration:none;
}

#main div#text h3
{
    font-size: 12px;
    color: #cccccc;
    padding-bottom: 10px;
}

#main div#text h1
{
	font-size: 12px;
    color: #aaa;
    padding-bottom: 15px;
}

#main div#text p
{
    padding-bottom: 5px;
    text-indent: 15px;

}

#main div#text div.photo
{
    float: left;
    margin: 5px;
}

*html #main div#text div.photo
{
    margin: 4px;
}

#main div#text div.photo img
{
    display: block;
    width: 42px;
    height: 42px;
    background: #fff;
    border: 2px solid #fff;
}

.ht{
	display:none;
}

/* contacts */
#main div#contacts
{
    position: absolute;
    top: 559px;
    left: 20px;
    width: 510px;
    font-size: 10px;
    text-align: center;
}

#main div#contacts.small_screen
{
     top: 345px;
    left: -156px;
    width: 130px;
    text-align:left;
}

#main div#contacts.small_screen span
{
     display:none;
}


/* footer */
#main div#footer
{
    position: absolute;
    top: 573px;
    left: 20px;
    width: 510px;
    text-align: center;
    font-size: 9px;
}

#main div#footer h1,
#main div#footer h2
{
    display:inline;
    font-size:10px;
    font-weight:normal;
}

#main div#footer.small_screen
{
     top: 405px;
    left: -156px;
    width: 130px;
    text-align:left;
}

/* imdn  */
#main div#imdn
{
    position: absolute;
    top: 587px;
    left: 20px;
    width: 510px;
    font-size: 10px;
    text-align: center;
}

#main div#imdn a,#email1
{
    color: #c1c1c2;
    text-decoration: none;
    color: #878787;
}

#main div#imdn.small_screen
{
     top: 451px;
    left: -156px;
    width: 130px;
    text-align:left;
}

li{
	margin:0 0 4px 15px;
}

em{
	font-style:normal;
}