body {
    padding: 20px;
    background: black;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: white;
}

p {
    margin-bottom: 8px;
}

a {
    color: black;
    text-decoration: none;
}

#page {
    /*width: 958px;*/
    width:1052px;
    margin: 0 auto;
}

#menubar {
    float: left;
    width: 129px;
    height: 580px;
    background: white url(../images/bg_menu_bar.gif) no-repeat;
    overflow: hidden;
}


#content {
    /*margin-left: 129px;*/
    margin-left: 176px;
}

#rewind {
    display: block;
    position: absolute;
    top: 479px;
    left: 295px;
    height: 45px;
    width: 84px;
}

#advance {
    display: block;
    position: absolute;
    top: 479px;
    left: 379px;
    height: 45px;
    width: 91px;
}

#art_page #rewind {
    background: white url('../images/btn_rewind_art.gif') no-repeat;
}

#art_page #advance {
    background: transparent url('../images/btn_advance_art.gif') no-repeat;
}

#clay_page #rewind {
    background: white url('../images/btn_rewind_clay.gif') no-repeat;
}

#clay_page #advance {
    background: transparent url('../images/btn_advance_clay.gif') no-repeat;
}

#design_page #rewind {
    background: white url('../images/btn_rewind_design.gif') no-repeat;
}

#design_page #advance {
    background: transparent url('../images/btn_advance_design.gif') no-repeat;
}

#photos_page #rewind {
    background: white url('../images/btn_rewind_photography.gif') no-repeat;
}

#photos_page #advance {
    background: transparent url('../images/btn_advance_photography.gif') no-repeat;
}

#ceramics_2_page #rewind {
    background: white url('../images/btn_rewind_ceramics_2.gif') no-repeat;
}

#ceramics_2_page #advance {
    background: transparent url('../images/btn_advance_ceramics_2.gif') no-repeat;
}



.content {
    position: relative;
    width: 826px;
    height: 580px;
    background-color: white;
}

.text {
    position: absolute;
    background: transparent url(../images/bg_services_text_bullet.gif) no-repeat 0 4px;
    padding-left: 19px;
}

.text li {
    list-style-type: disc;
    list-style-position: inside;
}

ul.text_english,
ul.text_francais{
    position: absolute;
    top: 187px;
    left: 450px;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
}

#menubuttons .sign a {
    display: block;
    font-size: 8px;
    line-height: 0px;
}

#menubuttons .diamond_sign {
    background: transparent url(../images/home_link.gif) no-repeat;
    margin-bottom: 6px;
}


#menubuttons .diamond_sign a {
    width: 85px;
    height: 93px;
}

#menubuttons .diamond_sign a:hover,
#menubuttons .diamond_sign .selected {
    background: transparent url(../images/home_link_hover.gif) no-repeat;
}

#menubuttons .bullet_sign {
    background: transparent url(../images/bg_bullet_sign.gif) no-repeat 25px 0;
    margin-bottom: 9px;
    padding-left: 25px;
}


#menubuttons .bullet_sign a {
    width: 90px;
    height: 22px;
    background: transparent url(../images/bg_bullet_sign_bullet.gif) no-repeat 0 -21px;
}

#menubuttons .bullet_sign a:hover,
#menubuttons .bullet_sign .selected {
    background-position: 0 0;
}


#menubuttons .arrow_sign {
    margin-bottom: 9px;
    padding-left: 48px;
}


#menubuttons .arrow_sign a {
    width: 46px;
    height: 69px;
    background: transparent url(../images/bg_arrow_sign_hover.gif) no-repeat 0 0;
}

#menubuttons .arrow_sign a:hover,
#menubuttons .arrow_sign .selected {
    background-position: 0 -69px;
}

#menubuttons .last_arrow_sign {
    margin-bottom: 25px !important;
}


#menubuttons #btn_design {
    background: transparent url(../images/bg_design_sign.gif) no-repeat 34px 0;
}

#menubuttons #btn_photos {
    background: transparent url(../images/bg_photos_sign.gif) no-repeat 34px 0;
}

#menubuttons #btn_art {
    background: transparent url(../images/bg_art_sign.gif) no-repeat 34px 0;
}

#menubuttons #btn_clay {
    background: transparent url(../images/bg_clay_sign.gif) no-repeat 34px 0;
}


#home_page {
    background: transparent url(../images/bg_home_page.jpg) no-repeat;
}

#home_page #traffic_light {
    position: relative;
    left: 487px;
    top: 86px;
    width: 23px;
    height: 75px;
    background: transparent url(../images/bg_traffic_light.jpg) no-repeat;
}

#home_page .traffic_light_green {
    background-position: 0 -75px !important;
}

#home_page #route_letter {
    position: absolute;
    top: 94px;
    left: 661px;
    height: 16px;
    width: 19px;
    background: transparent url(../images/traffic_sign_letters.gif) no-repeat -16px 0;
    font-size: 4px;
}

#home_page .route_letter_s {
    background-position: 0 0 !important;
}

#home_page .route_letter_v {
    background-position: 0 -16px !important;
}

#home_page .route_letter_co {
    background-position: 0 -32px !important;
}

#home_page .route_letter_b {
    background-position: 0 -48px !important;
}

#home_page .route_letter_d {
    background-position: 0 -64px !important;
}

#home_page .route_letter_a {
    background-position: 0 -80px !important;
}

#home_page .route_letter_p {
    background-position: 0 -96px !important;
}

#home_page .route_letter_c {
    background-position: 0 -112px !important;
}

#home_page .route_letter_cn {
    background-position: 0 -128px !important;
}

#home_page_stuff {
    position: relative;
    top: 24px;
    left: 43px;
}

#home_page_stuff img {
    display: block;
    margin-bottom: 17px;
}

/* Page Backgrounds */

#art_page {
    background: transparent url(../images/art_illustrastion_bg.jpg) no-repeat;
}
#design_page {
    background: transparent url(../images/design_page_bg.jpg) no-repeat;
}

#photos_page {
    background: transparent url(../images/photography_page_bg.jpg) no-repeat;
}

#art_page {
    background: transparent url(../images/art_illustrastion_bg.jpg) no-repeat;
}

#vision_page {
    background: transparent url(../images/vision_page_bg.jpg) no-repeat;
}

#bio_page {
    background: transparent url(../images/bio_page_bg.jpg) no-repeat;
}

#contact_page {
    background: transparent url(../images/contact_page_bg.jpg) no-repeat;
}


#services_page {
    background: transparent url(../images/services_page_bg.jpg) no-repeat;
}

#collective_page {
    background: transparent url(../images/collective_page_bg.jpg) no-repeat;
}

#clay_page {
    background: transparent url(../images/clay_page_bg.jpg) no-repeat;
}

#bio_page .text {
    position:absolute;
    left: 78px;
    top: 116px;
    color: #f5f5ea;
    width: 362px;
}

#clay_page #text {
    position: absolute;
    top: 231px;
    left: 619px;
	font-weight: bold;
	font-size: 12px;
    color: #4c4c4c;
	
}

#clay_page #text a{
    color: #f1dd01;
	font-weight: bold;
}

#clay_page #text a:hover {
    text-decoration: underline;
    font-weight: bold;


}

#ceramics_2_page {
    background: transparent url(../images/ceramics_2_bg.jpg) no-repeat;
}

#ceramics_2_page #left_sign_text  {
    position: absolute;
    top: 198px;
    left: 20px;
    width: 190px;

}

#ceramics_2_page #right_sign_text {
    position: absolute;
    top: 203px;
    left:629px;
    color: #ae9955;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

#ceramics_2_page #right_sign_text li {
    list-style-type: none;
    padding-bottom: 10px;
    padding-left: 15px;
}


.btn_language {
    display: block;
    position: absolute;
}



#services_page .btn_language {
    width: 54px;
    height: 20px;
    top: 123px;
    left: 249px;
    background: transparent url(../images/btn_services_language.gif) no-repeat 0 -40px;

}

#services_page .btn_language:hover {
    background-position: 0 -60px;
}


#services_page .btn_english {
    background: transparent url(../images/btn_services_language.gif) no-repeat;
}

#services_page .btn_english:hover {
    background-position: 0 -20px;
}

#services_page .text {
    top: 185px;
    left: 90px;
    width: 265px;
}



#collective_page .btn_language {
    width: 54px;
    height: 20px;
    top: 39px;
    left: 748px;
    background: transparent url(../images/btn_collective_language.gif) no-repeat 0 -40px;
}

#collective_page .btn_language:hover {
    background-position: 0 -60px;
}

#collective_page .btn_english {
    background: transparent url(../images/btn_collective_language.gif) no-repeat;
}

#collective_page .btn_english:hover {
    background-position: 0 -20px;
}

#ceramics_2_page .btn_language {
    width: 54px;
    height: 20px;
    top: 162px;
    left: 760px;
    background: transparent url(../images/btn_ceramics_2_language.gif) no-repeat 0 -40px;
}

#ceramics_2_page .btn_language:hover {
    background-position: 0 -60px;
}

#ceramics_2_page .btn_english {
    background: transparent url(../images/btn_ceramics_2_language.gif) no-repeat;
}

#ceramics_2_page .btn_english:hover {
    background-position: 0 -20px;
}


#bio_page .btn_language {
    width: 54px;
    height: 20px;
    top: 63px;
    left: 237px;
    background: transparent url(../images/btn_bio_language.gif) no-repeat 0 -40px;
}

#bio_page .btn_language:hover {
    background-position: 0 -60px;
}

#bio_page .btn_english {
    background: transparent url(../images/btn_bio_language.gif) no-repeat;
}

#bio_page .btn_english:hover {
    background-position: 0 -20px;
}

#vision_page .btn_language {
    width: 54px;
    height: 20px;
    top: 350px;
    left: 77px;
    background: transparent url(../images/btn_vision_language.gif) no-repeat 0 -40px;

}

#vision_page .btn_language:hover {
    background-position: 0 -60px;
}


#vision_page .btn_english {
    background: transparent url(../images/btn_vision_language.gif) no-repeat;
}

#vision_page .btn_english:hover {
    background-position: 0 -20px;
}

#services_page .text {
    top: 185px;
    left: 90px;
    width: 265px;
}


#clay_page .text {
    position: absolute;
    top: 130px;
    left: 524px;
    width: 255px;
}


#collective_page .text {
    position: absolute;
    top: 130px;
    left: 524px;
    width: 255px;
}

#collective_page #links {
    white-space: nowrap;
    position: absolute;
    bottom: 7px;
    left: 50px;

}

#collective_page #links a {
    color:white;
}

#vision_page .text {
    position: absolute;
    top: 180px;
    left: 203px;
    width: 486px;
    color: #050505;
}

#contact_page .text {
    position: absolute;
    top: 144px;
    left: 300px;
    list-style-type: none;
    width: 142px;
    color: #bfc4c7;

}

#contact_page #e a {
    color: #bfc4c7;
}

#contact_page #links{
    position: absolute;
    bottom: 7px;
    left: 50px;
    text-align: center;
}

#contact_page #links a {
    color: #f7d3bd;
    padding: 0px 6px;
    white-space: nowrap;
    border-right: 1px solid #a7836d;
}

#contact_page #links a.last {
    border: none;
}

#sn_icons {
	width:47px;
	float: left;
	position: relative;
    top: 295px; /*Change to adjust for twitter 250px */
}
#sn_icons li {height:45px;}

#sn_icons a img {
	border:none;
	margin:0;
	padding:0;
}
#sn_icons .hide {display:none;} /*Remove to see twitter */

