* {
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 780px;
    margin: 0 auto;
    clear:left;
    display: block;
    background-color: #FFFFFF;
    text-align: left;
}

#content_container {
    float:left;
    clear: both;
    width: 94%;
    min-height: 400px;
    margin-left: 3%;
    margin-right: auto;
    background: #FFFFFF;
    text-align: left;
}

.logo {
    width: 74px;
    height: 97px;
    background-image: url('../images/common/logo.jpg');
    background-repeat: no-repeat;
    margin-top: 1px;
    margin-left: 0px;
    float: left;
}

#header {
    width: 780px;
    height: 165px;
    background-image: url(../images/common/header.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    position: relative;
   clear:left;
}

/* Menu */

#navbar {
    width: 100%;
    background-image: url(../images/common/menu.jpg);
    background-repeat: no-repeat;
    height: 52px;
    font-size: 12px;
    padding-left:35px;
    padding-top:10px;
}

#navbar ul {
	display: inline;
	list-style: none;
}

#navbar li {
	 float: left;
    width: 93px;
	 text-align:center;
	 line-height:95%;
	 margin-right:11px;
}

#navbar li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

#navbar  li  a:hover {
    color: #CC0000;
    cursor: pointer;
}

/*Columns*/
#column_left {
    float: left;
    width:  200px ;
    min-width: 200px;
    background: #FFFFFF url(../images/common/side_menu.jpg) repeat-x;
    height: 400px;
    position:relative;
    top:-11px;
    left:-23px;
}

#column_blank {
    float: left;
    background: #FFFFFF url(../images/common/side_menu.jpg);
    width:  60px auto;
    width:  60px;
    height: 400px;
    position:relative;
    top:-11px;
    left:-23px;
}

#column_right {
    min-height: 450px;
    height: auto !important;
    height: 450px;
    float: left;
    width: 520px;
    font-size: 12px;
    margin-left: 0px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    text-align: left;
    position: relative;
}

#footer {
    text-align: center;
    width: 780px;
    height: 70px;
    background-image: url(../images/common/footer.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    position: relative;
    clear: left;
    background-color: #FFFFFF;
}

input[type="text"]
{
border: solid 1px #6DC734;
}
textarea
{
border: solid 1px #6DC734;
}

.product_pic
{
background: #ffffff url(../images/common/pic_back.jpg) center;
}
.acc_block
{
float:left;
width:180px;
height:300px;
background: #ffffff url(../images/common/acc_back.jpg) center;
}

.tag {
width:18px;
height:18px;
background: #ffffff url(../images/icons/folder.gif) center;
}
.tag_open {
width:18px;
height:18px;
background: #ffffff url(../images/icons/folder_open.gif) center;
}
.pro_s {
width:16px;
height:16px;
background: #ffffff url(../images/icons/tar.png) center;
}
.intro_s {
width:16px;
height:16px;
background: #ffffff url(../images/icons/documents.png) center;
}
.add {
width:32px;
height:32px;
background: #ffffff url(../images/icons/add.png) center;
}
.edit_s {
width:16px;
height:16px;
background: #ffffff url(../images/icons/edit.png) center;
}
.delete_s {
width:16px;
height:16px;
background: #ffffff url(../images/icons/delete.png) center;
}

