/*
body {
background-image: url('/images/grey/bg_sha_grey.jpg');
background-repeat: repeat-x;
background-position: 0 167px;
}
*/

/* IE 6 Fix only */
div {
overflow: hidden;
}


/*to see the float divs (slices)*/
/*
div div {
outline: 1px solid red;
}

div div {
background-color: yellow;
}

#txt div, #content div, .menu_item_container div, #copyright {
outline: none;
}
*/


.background_pink {
background-image: url('/images/pink/bg_sha_pink.jpg');
background-repeat: repeat-x;
background-position: 0 167px;
}

.background_green {
background-image: url('/images/green/bg_sha_green.jpg');
background-repeat: repeat-x;
background-position: 0 167px;
}

.background_orange {
background-image: url('/images/orange/bg_sha_orange.jpg');
background-repeat: repeat-x;
background-position: 0 167px;
}

.background_grey {
background-image: url('/images/grey/bg_sha_grey.jpg');
background-repeat: repeat-x;
background-position: 0 167px;
}


a {
outline: none;
text-decoration: none;
}

.menu_item_container {
float: left;
width: 82px;
height: 64px;
background-image: url('/images/menu_item_container.jpg');
background-repeat: no-repeat;
overflow: hidden;
}

.menu_item_container_leaf {
float: left;
width: 82px;
height: 64px;
background-image: url('/images/menu_item_container_leaf.jpg');
background-repeat: no-repeat;
}

.menu_item {
margin: 25px 0 0 15px;
text-align: center;
}

.menu_item a {
color: #b7b6b5;
text-decoration: none;
font-family: Verdana, arial, sans-serif;
font-size: 12px;
outline: none;
}

.menu_item_home a:hover {
color: #13b3d0;
}

.menu_item_about a:hover {
color: #c0cb0a;
}

.menu_item_portfolio a:hover {
color: #ff0675;
}

.menu_item_contact a:hover {
color: #ff8400;
}

#menu_home_selected {
background-image: url('/images/home_sel.jpg');
}
#menu_home_selected a {
color: #13b3d0;
font-weight: bold;
}

#menu_about_selected {
background-image: url('/images/about_sel.jpg');
}

#menu_about_selected a {
color: #c0cb0a;
font-weight: bold;
}

#menu_portfolio_selected {
background-image: url('/images/portfolio_sel.jpg');
}
#menu_portfolio_selected a {
color: #ff0675;
font-weight: bold;
}

#menu_contact_selected {
background-image: url('/images/contact_sel.jpg');
}

#menu_contact_selected a {
color: #ff8400;
font-weight: bold;
}

.menu_home_hover {
background-image: url('/images/home_sel.jpg');
}

.menu_about_hover {
background-image: url('/images/about_sel.jpg');
}
.menu_about_leaf_hover {
background-image: url('/images/about_sel_leaf.jpg');
}

.menu_portfolio_hover {
background-image: url('/images/portfolio_sel.jpg');
}

.menu_contact_hover {
background-image: url('/images/contact_sel.jpg');
}

#copyright {
width: 529px;
color: #cccccc;
text-align: center;
font-family: Arial, sans-serif;
font-size: 10px;
margin: 10px 0 0 10px;
}