/* general */
body
{
    margin: 0;
    font-family: Calibri, Verdana, Arial, lucida, sans-serif;
    font-size: 12px;
    background: #1c1c1c url('../images/bg.jpg') repeat-x;
}

a
{
    text-decoration: none;
}

img
{
    padding: 0;
    margin: 0;
    border: none;
}

h1, h2, h3, h4, h5, h6, form, ul, li
{
    margin: 0;
    padding: 0;
}

.clear-fix
{
    width: 90%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}
/* general end */

/* header */
#header-container
{
    width: 100%;
    height: 117px;
    background: url('../images/top-line.gif') top repeat-x;
}

#header
{
    width: 974px;
    height: 109px;
    margin: 0 auto;
    padding: 8px 0 0 0;
    background: url('../images/header-bg.png') top right no-repeat;
}

#logo
{
    float: left;
    width: 677px;
}

#logo a
{
    display: block;
    width: 653px;
    height: 62px;
    margin: 24px 0 0 9px;
    background: url('../images/logo.jpg') no-repeat;
}

#search-bar
{
    float: left;
    width: 248px;
    height: 49px;
    padding: 17px 18px;
    background: url('../images/search-box.png') bottom right no-repeat;
}

#search-bar ul.menu
{
    display: block;
    margin: 0 0 17px 0;
    clear: both;
}

#search-bar ul.menu li
{
    list-style: none;
    display: inline;
    color: #232323;
    font-size: 11px;
}

#search-bar ul.menu li.divider
{
}

#search-bar ul.menu li a
{
    color: #a0a0a0;
}

#search-bar form div
{
}

#search-bar form div label
{
    display: none;
}

#search-bar form div input
{
    display: block;
    float: left;
    width: 211px;
    height: 16px;
    padding: 2px 3px;
    color: #939393;
    font-family: calibri;
    font-size: 11px;
    border: 1px solid #4d4d4d;
    background: #2d2d2d;
}

#search-bar form div button
{
    display: block;
    float: left;
    width: 28px;
    height: 22px;
    border: none;
    background: url('../images/search-button.gif') right no-repeat;
}

/* header end */

#main
{
    width: 974px;
    margin: 0 auto;
}

/* menu */
#menu-container
{
    width: 974px;
    height: 361px;
    background: url('../images/collage.png') bottom no-repeat;
}

#menu
{
    height: 62px;
    background: url('../images/menu-bg.png') left 2px no-repeat;
}

#menu .left
{
    float: left;
    width: 11px;
    height: 62px;
    background: none url('../images/menu-left.png') no-repeat;
}

#menu .right
{
    float: left;
    width: 11px;
    height: 63px;
    background: none url('../images/menu-right.png') no-repeat;
}

#menu ul
{
    display: block;
    float: left;
    width: 922px;
    height: 60px;
    padding: 2px 1px 0px 1px;
    background: none url('../images/menu-bg.jpg') no-repeat;
}

#menu li
{
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
}

#menu li a
{
    display: block;
    height: 60px;
    line-height: 65px;
    padding: 0 10px;
    color: #ffffff;
    background: url('../images/menu-item.gif') right 28px no-repeat;
}

#menu li.last a
{
    background: none;
}

#menu li a:hover
{
    background: url('../images/menu-item-hover.png') repeat-x;
}

#post-menu
{
    height: 15px;
    background: url('../images/post-menu-bg.png') no-repeat;
}
/* menu end */

/* content */
#content
{
    margin: 15px 0 0 0;
    background: url('../images/content-top.png') top center no-repeat;
}

#content .top
{
    height: 27px;
}

#content .content
{
    background: url('../images/content-bg.jpg') center repeat-y;
}
/* content end */

/* left */
#left
{
    float: left;
    width: 254px;
}

#left h3
{
    display: block;
    height: 58px;
    line-height: 48px;
    padding: 0 0 0 65px;
    color: #0069a5;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    background: url('../images/left-title.png') left no-repeat;
}

#left ul
{
    padding: 0 0 0 29px;
}

#left li
{
    display: block;
    width: 170px;
    line-height: 26px;
    /*padding: 0 0 0 55px;*/
    border-top: 1px solid #dddddd;
    background: none;/*url('../images/plus.gif') 38px 10px no-repeat;*/
}

#left li img{
    margin: 0 5px 0 5px;
}

#left li.first
{
    border-top: none;
	display:block;
}

#left li a
{
    color: #000000;
    /*text-transform: uppercase;*/
}

#left ul.submenu
{
    padding: 0 0 0 0px;
}

#left .submenu li
{
    display: block;
    line-height: 26px;
    padding: 0 0 0 25px;
    border-top: none; /*1px solid #dddddd;*/
    background: url('../images/arrow.gif') 0px 10px no-repeat;
}

#left .submenu li:hover
{
	display:block;
}

#left .submenu li.first
{
    border-top: none;
}

#left .submenu li a
{
    color: #000000;
    text-transform: uppercase;
}
/* left end */

/* middle */
#middle
{
    float: left;
    width: 672px;/*403px;*/
    padding: 58px 18px 0 18px;
	background:url("../images/middle-title.png") no-repeat scroll left top transparent;
}

#middle h2
{
    color: #0069a5;
    font-size: 22px;
    text-transform: uppercase;
}

#middle p
{
    line-height: 1.5em;
    text-align: justify;
}

#middle p a
{
    color: #0069a5;
    text-decoration: underline;
}

#middle p a:hover
{
    text-decoration: none;
}

#middle .paging
{
    padding: 1px 0;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

#middle .paging ul
{
    display: block;
    height: 26px;
    line-height: 26px;
    background: url('../images/paging.gif') repeat-y;
}

#middle .paging li
{
    list-style: none;
    display: inline;
    color: #afafaf;
}

#middle .paging li strong
{
    color: #343434;
}

#middle .paging li a
{
    color: #616161;
    text-decoration: underline;
}

#middle .paging li a:hover
{
    text-decoration: none;
}
/* product */
.product
{
    width: 150px;/* 413px; */
    margin: 0 0 17px 0;
    padding: 6px 5px;
    border: 1px solid #cccccc;
    background: #f0f0f0;
}

.product .title
{
    height: 33px;
    background: url('../images/product-title-bg.png') left no-repeat;
}

.product .title h3
{
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 11px;
    color: #ffffff;
    font-size: 15px;
    background: url('../images/product-title-bg-r.png') right no-repeat;
}

.product .content
{
    margin: 7px 0 0 0;
}

.product .foto
{
    float: left;
    width: 131px;
    padding: 5px;
    border: 1px solid #d3d3d3;
    background: #ffffff;
}

.product .foto img
{
    display: block;
}

.product .text
{
    float: left;
    width: 245px;
    padding: 0 0 0 11px;
    font-family: arial;
    font-size: 11px;
}

.product p
{
    display: block;
    margin: 0;
    padding: 11px 0;
    border-bottom: 1px solid #dbdbdb;
}

.product .price
{
    display: block;
    line-height: 34px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #dbdbdb;
}

.product .price strong
{
    color: #9a2800;
}

.product .buttons
{
    display: block;
    height: 38px;
    padding: 9px 0 0 0;
    border-top: 1px solid #ffffff;
}

.product .buttons a
{
    display: block;
    float: left;
    height: 27px;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
}

.product .buttons a.detail
{
    width: 138px;
    background: url('../images/detail-button.png') no-repeat;
}

.product .buttons a.order
{
    width: 96px;
    background: url('../images/order-button.png') no-repeat;
}

.product .buttons .divider
{
    float: left;
    width: 9px;
}

.product .buttons form
{
    display: none;
}
/* product end */

/* middle end */

/* right */
#right
{
    float: left;
    width: 241px;
    padding: 0 0 0 20px;
}

#right h3
{
    display: block;
    height: 58px;
    line-height: 48px;
    padding: 0 65px 0 0;
    color: #0069a5;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    background: url('../images/right-title.png') right no-repeat;
}

#right .login-container h3
{
    color: #4a4a4a;
    background: url('../images/right-title-2.png') right no-repeat;
}

#right .login-container .inputs
{
}

#right .login-container label
{
    display: block;
    float: left;
    width: 43px;
    height: 22px;
    line-height: 22px;
    color: #272727;
    font-family: arial;
    font-weight: bold;
}

#right .login-container input
{
    width: 155px;
    height: 16px;
    padding: 2px 3px;
    border: 1px solid #9a9a9a;
}

#right .login-container .divider
{
    height: 9px;
    line-height: 9px;
    font-size: 1px;
    clear: both;
}

#right .login-container .buttons
{
    margin: 13px 0 34px 0;
}

#right .login-container button
{
    width: 117px;
    height: 27px;
    margin: 0 0 0 9px;
    color: #ffffff;
    font-family: arial;
    font-weight: bold;
    border: none;
    background: url('../images/login-button.png') no-repeat;
}

#right .login-container .buttons a
{
    color: #9a2800;
    font-family: arial;
    font-weight: bold;
    text-decoration: underline;
}

#right .login-container .buttons a:hover
{
    text-decoration: none;
}

#right .news
{
}

#right .news-item
{
    width: 209px;
    margin: 0 0 20px 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #d8d8d8;
}

#right .news-item h4
{
    color: #00466f;
    font-size: 15px;
}

#right .news-item p
{
    line-height: 1.5em;
}

#right .news-item a
{
    color: #00466f;
    text-decoration: underline;
}

#right .news-item a:hover
{
    text-decoration: none;
}

#right .news a.all-news
{
    color: #841600;
    text-decoration: underline;
}

#right .news a.all-news:hover
{
    text-decoration: none;
}
/* right end */

#content .bottom
{
    height: 44px;
    clear: both;
    background: url('../images/content-bottom.png') bottom center no-repeat;
}

/* footer */
#footer
{
    height: 81px;
    margin: 16px 0 0 0;
    background: url('../images/footer.jpg') center no-repeat;
}

#footer p
{
    display: block;
    float: left;
    width: 860px;
    height: 81px;
    line-height: 81px;
    margin: 0;
    padding: 0 0 0 48px;
    color: #ffffff;
    font-family: arial;
    font-size: 11px;
}

#footer p a
{
    color: #ffffff;
    text-decoration: underline;
}

#footer p a:hover
{
    text-decoration: none;
}

#footer div.go-up
{
    float: left;
    width: 50px;
    padding: 24px 0 0 0;
}

#footer a.go-up
{
    display: block;
    width: 28px;
    padding: 23px 0 0 0;
    color: #858585;
    background: url('../images/go-up.gif') top center no-repeat;
}
/* footer end */

/* added items */
#right .login-container .button
{
    width: 117px;
    height: 27px;
    margin: 0 0 0 9px;
    color: #ffffff;
    font-family: arial;
    font-weight: bold;
    border: none;
    background: url('../images/login-button.png') no-repeat;
}

.item
{
    height: auto !important;
    overflow: hidden;
    text-align: center;
    padding-bottom: 1px;
}

.itemleft
{
    width: 50%;
    float: left;
    text-align: right;
    position: relative;
    padding: 5px 5px 0 0;
}

.itemright
{
    float: left;
    position: relative;
    text-align: left;
}

.focusField
{
    outline-color: #ffa000;
    outline-style: solid;
    outline-width: 2px;
}

.loginname
{
    padding: 10px 25px 0 0;
    text-align: right;
    color: #0069a5;
    font-size: 20px;
    font-weight: 700;
}

.sitepath
{
    padding: 10px 0 0 25px;
    float: left;
    color: #0069a5;
    font-size: 20px;
    font-weight: 700;
}

.sitepath a
{
    color: #fff;
}

#middlewider
{
    float: left;
    width: 672px;
    padding: 58px 28px 0 20px;
	background:url("../images/middle-title.png") no-repeat scroll left top transparent;
}

#middleadmin
{
    float: left;
    width: 926px;
    padding: 58px 28px 0 20px;
	background:url("../images/left-title.png") no-repeat scroll left top transparent;
}

#middlewider h2, #middleadmin h2
{
    color: #0069a5;
    font-size: 22px;
    text-transform: uppercase;
}

#middlewider p, #middleadmin p
{
    line-height: 1.5em;
    text-align: justify;
}

#middlewider p a, #middleadmin p a
{
    color: #0069a5;
    text-decoration: underline;
}

#middlewider p a:hover, #middleadmin p a:hover
{
    text-decoration: none;
}

#middlewider .paging, #middleadmin .paging
{
    padding: 1px 0;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

#middlewider .paging ul, #middleadmin .paging ul
{
    display: block;
    height: 26px;
    line-height: 26px;
    background: url('../images/paging.gif') repeat-y;
}

#middlewider .paging li, #middleadmin .paging li
{
    list-style: none;
    display: inline;
    color: #afafaf;
}

#middlewider .paging li strong, #middleadmin .paging li strong
{
    color: #343434;
}

#middlewider .paging li a, #middleadmin .paging li a
{
    color: #616161;
    text-decoration: underline;
}

#middlewider .paging li a:hover, #middleadmin .paging li a:hover
{
    text-decoration: none;
}
/* rotator in-page placement */
div#post-menux
{
    position: relative;
}
/* rotator css */
div#post-menux ul li
{
    float: left;
    position: absolute;
    list-style: none;
}
/* rotator image style */
div#post-menux ul li img
{
    margin-left: 12px;
    width: 950px;
    height: 300px;
}
div#post-menux ul li.show
{
    z-index: 500;
}
#menu-containerx
{
    width: 974px;
    height: 401px;
    /*background: url('../images/collage.png') bottom no-repeat;*/
}
#post-menux { 
background:url("../images/post-menu-bg2.png") no-repeat scroll 0 0 transparent; 
height:300px; 
}

