#main {width:958px; margin:0 auto;}

#header {height:167px;}
#header, #content, #footer { font-size:0.8125em;}

.col-1, .col-2, .col-3, .col-4 { float:left;}

/*======= index.html =======*/
#page1 #content .row-1 .col-1 {width:478px; margin-right:17px;}
#page1 #content .row-1 .col-2 { width:462px;}
#page1 #content .row-2 .col-1 {width:192px; margin-right:83px;}
#page1 #content .row-2 .col-2 {width:171px; margin-right:36px;}
#page1 #content .row-2 .col-3 {width:174px; margin-right:47px;}
#page1 #content .row-2 .col-4 {width:254px;}

/*======= index-1.html =======*/
#page2 #content .row-1 .col-1 {width:224px; margin-right:48px;}
#page2 #content .row-1 .col-2 { width:684px;}
#page2 #content .row-2 .col-1 {width:223px; margin-right:49px;}
#page2 #content .row-2 .col-2 {width:127px; margin-right:67px;}
#page2 #content .row-2 .col-3 {width:243px; margin-right:52px;}
#page2 #content .row-2 .col-4 {width:142px;}
#page2 #content .row-1 .col-2 .col-1 { width:319px; margin-right:0;}
#page2 #content .row-1 .col-2 .col-2 { width:360px;}
#page2 #content .row-1 .col-2 .col-2 .col-1 { width:152px; margin-right:35px;}
#page2 #content .row-1 .col-2 .col-2 .col-2 { width:156px;}


/*=======MENU ADMIN============*/
/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <ul><li><a href="#"><span>level 3</span></a></li></ul>
 *                  </li>
 *              </ul>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

/* menu::base */
div#menu {
    height:41px;
    background:url('../../../images/main-bg.png') repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #382617; }
div#menu li.current a { }

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url('../../../images/item-pointer.gif');
}
div#menu ul ul a.parent:hover span {
    background-image: url('../../../images/item-pointer-mover.gif');
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #fff;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url('../../../images/main-delimiter.png') no-repeat 98% 4px;
}
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(56,38,23);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(255,255,255);
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(255,8,8);
}

    
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(56,38,23); }
div#menu ul ul ul ul { background: rgb(56,38,23); }
div#menu ul ul ul ul { background: rgb(56,38,23); }

/* lava lamp */
div#menu li.back {
    background: url('../../../images/lava.gif') no-repeat right -44px !important;
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url('../../../images/lava.gif') no-repeat left top !important;
    height: 44px;
    margin-right: 8px;
}

/*=======Table Formating Admin============*/


.gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 1px;
	width: 950px;
	text-align: left;
	border-collapse: collapse;
}
.gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('../images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #382617;
	border-top: 1px solid #fff;
	background: #e8edff url('../images/gradback.png') repeat-x;
}
.gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
.gradient-style tbody tr:hover td
{
	background: #d0dafd url('../images/gradhover.png') repeat-x;
	color: #382617;
}

.detail
{
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#fff;
	border:solid 2px #000;
	padding:4px;
}
.detail .footer
{
	text-align:right;
	padding:8px;
}


/* table style */
.detailgrid
{
	border:solid 1px #ad9e87;
}

/* cell styles */
.detailgrid td
{
	cursor:default;
	height:20px;
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#f2e8da;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#f2e8da;	
}

/******************* FOOTER ***************/
#footer {height:83px; background:url(images/line-dashed.gif) left top repeat-x;}

