@import url(tinyMCE.css);

body {
	background-image            : url(../assets/body-bg.png);
	background-attachment       : scroll;
	background-repeat           : no-repeat;
	background-position         : center top;
	font: 14px "Trebuchet MS", sans-serif;
	color: #2D2A2A;
}

a {
    color: #A03FCA;
    }

a:hover {
    color: #000;
    }

#wrapper {
	width                       : 790px;
	margin                      : auto;
	position: relative;
}

h1 {
	width                       : 245px;
	margin                      : 0 auto;
}

h1 a {
	display                     : block;
	margin-top                  : 40px;
	padding-top                 : 83px;
	height                      : 0;
	overflow                    : hidden;
	background-image            : url(../assets/logo.png);
	background-repeat           : no-repeat;
}

h2 {
    font-size: 1.4em;

    }

strong {
    font-weight: bold;
    }

#menu {
	margin-top                  : 9px;
	height                      : 13px;
	text-align                  : center;
}

#menu li {
	display                     : -moz-inline-box;
	display                     : inline-block;
	background-image            : url(../assets/menu-divider.png);
	background-repeat           : no-repeat;
	background-position         : 100% 50%;
	padding-right               : 10px;
	margin-right                : 5px;
	/* following 2 lines are fixes for -moz-inline-box */
	height                      : 13px;
	overflow                    : hidden;
}

#menu li.last {
	background-image            : none;
}

#menu li a {
	display                     : inline-block;
	height                      : 0px;
	padding-top                 : 13px;
	overflow                    : hidden;
	background-repeat           : no-repeat;
}

	a.philosophy  {
		width                       : 106px;
		background-image            : url(../assets/menu-out/menu-philosophy.png);
	}
	a.philosophy:hover {
		background-image            : url(../assets/menu-over/menu-philosophy.png);
	}
	
	a.about {
		width                       : 54px;
		background-image            : url(../assets/menu-out/menu-about.png);
	}
    a.about:hover {
		background-image            : url(../assets/menu-over/menu-about.png);
	}
	
	a.collections {
		width                       : 107px;
		background-image            : url(../assets/menu-out/menu-collections.png);
	}
	a.collections:hover {
		background-image            : url(../assets/menu-over/menu-collections.png);
	}
	
	a.stores {
		width                       : 59px;
		background-image            : url(../assets/menu-out/menu-stores.png);
	}
	a.stores:hover {
		background-image            : url(../assets/menu-over/menu-stores.png);
	}
	
	a.press {
		width                       : 50px;
		background-image            : url(../assets/menu-out/menu-press.png);
	}
	a.press:hover {
		background-image            : url(../assets/menu-over/menu-press.png);
	}
	
	a.Cause {
		width                       : 50px;
		background-image            : url(../assets/menu-out/menu-cause.png);
	}
	a.Cause:hover {
		background-image            : url(../assets/menu-over/menu-cause.png);
	}
	
	a.contact {
		width                       : 70px;
		background-image            : url(../assets/menu-out/menu-contact.png);
	}
	a.contact:hover {
		background-image            : url(../assets/menu-over/menu-contact.png);
	}
	
#content {
	margin-top                  : 10px;
	height                      : 386px;
	overflow                    : auto;
	margin-right: 10px;
	padding: 15px;
}

#content p {
    padding: .5em 0;
    }

#content #col1 {
    float: left;
    width: 55%;
    }

#content #col2 {
    position: absolute;    
    right: 25px;
    top: 115px;
    }

#copyright {
	margin-top                  : 42px;
	margin-left                 : 5px;
	margin-bottom: 25px;
	height                      : 9px;
	overflow                    : hidden;
	text-indent: -1000em;
	background-image            : url(../assets/copyright.png);
	background-repeat           : no-repeat;
	position: relative;
}

#copyright a {
    display: block;
    position: absolute;
    left: 155px;
    top: 0;
    height: 15px;
    width: 125px;
    overflow: hidden;
    text-indent: -1000em;
    }
    


/* gallery */
    .desc {
        float: left;
        width: 35%;
        margin-right: 20px;
        }
    
    .thumbGallery {
        float: left;
        width: 62%;
        height: 100%;
        overflow: auto;
        }
    
    .thumbGallery li {
        float: left;
        margin: 0 5px 10px 5px;
        }
    
    .thumbGallery li em {
        display: block;
        text-align: center;
        clear: left;
        }
    
    .thumbGallery li a img {
        display: block;
        float: left;
        padding: 4px;
        background: #fff;
        border: 1px solid #A03FCA;
        }
    
    .thumbGallery li a:hover img {
        border: 1px solid #000;
        }
    #catList {
        list-style:none; 
        width: 740px; 
        height: 290px; 
        display:block; 
        overflow:hidden
        }

    #catList li {
        float:left; 
        display:inline; 
        overflow:hidden
        }
    
    #catList li img {
        display: block;
        }
/*    
    #catList {
        list-style: none;
        }
    
    #catList li {
        float: left;
        padding: 0 5px;
        }
    
    #catList li a img {
        display: inline;
        }*/
/* // gallery */

/* misc */
    #flashcontent {
        position: absolute;
        margin-top: -10px;
        margin-left: 25px;
        }
/* // misc */

	.slogan { 
		position: absolute; 
		bottom: 70px;
		right: 30px;
		font-weight: bold;
	}
