@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
-------------------------- Global CSS ---------------------------------
-----------------------------------------------------------------------*/

* {
  padding: 0;
  margin: 0;
}

/*-----------------------  Begin Body Css ----------------------------*/
body * {
  font-size: 1em;
}
body {
  font-size: 76%;
  font-family: "Helvetica","Arial",sans-serif;
  margin: 1em auto;
  background-color: #000000;
  max-width: 900px;
  color: ##BAA770;
}
/*-----------------------  End Body CSS ----------------------------*/

/*-----------------------  Begin Link CSS ----------------------------*/
a {
  font-weight: bold;
  text-decoration: none;
  border: none;
}
/*-----------------------  End Link CSS ----------------------------*/

/*-----------------------  Begin Heading CSS ----------------------------*/
h1 {
  font-family: "Georgia","Times New Roman",sans-serif;
  font: 2.4em normal;
}
h2 {
  font-family: "Georgia","Times New Roman",sans-serif;
  font: 1.8em normal;
  margin-top: 1em;
}
h3 {
  font-family: "Georgia","Times New Roman",sans-serif;
  font: 1.4em normal;
  margin-top: 1em;
}
/*-----------------------  End Heading Css ----------------------------*/


/*---------------------------------------------------------------------
-------------------------- Specific CSS ---------------------------------
-----------------------------------------------------------------------*/



#header {
  border: none;
  background: none;
}




/*----------------------- Begin Navigation CSS ----------------------------*/

#navigation {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: large;
  background-image: none;
  background-position: bottom left;
  background-repeat: repeat-x;
  border: none;
  padding-left: none;
  padding-right: none;
  margin: none;
}
#navigation ul {
  width: 100%;
  overflow: hidden;
  border: none;
  list-style-type: none;
  margin: 1px 0px 0px 57px;
}
#navigation li {
  float: left;
  background-image: url(../images/nav_button_bkgrnd.gif);
  background-position: left;
  background-repeat: no-repeat;
  background-color: #192327;
 }
#navigation li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  float: left;
  padding-left: 40px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-top: 5px;

}
#navigation a:link,#navigation a:visited {
  color: #C46923;
  border-color: #661900;
  background-color: transparent;
  border: 2px;
  border-style: solid;
}
#navigation a:hover {
  color: #CA8300;
  background-color: transparent;
  border-color: #CA8300;
}
#navigation a:active {
  color: #667;
  background-color: #ec8;
}
#navigation a.here:link,
#navigation a.here:visited,
#navigation a.here:hover,
#navigation a.here:active {
  color: #A13226;
  background-color: transparent;
  border-color: #A13226;
}
/*---------------------------------------------------------------*/

/*#navigation2 {
  font-family: Times, "Times New Roman", Georgia, serif;
  font-size: large;
  background-image: none;
  background-position: bottom left;
  background-repeat: repeat-x;
  border: none;
  padding-left: none;
  padding-right: none;
  margin: 180px auto 10px auto;
  clear: both;
}
#navigation2 ul {
  width: 100%;
  overflow: hidden;
  border: .1em;
  border-color: #000000;
  list-style-type: none;
}
#navigation2 li {
  float: left;
  background-image: url(../images/nav_button_bkgrnd.gif);
  background-position: left;
  background-repeat: no-repeat;
  background-color: #192327;
 }
#navigation2 li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  float: left;
  padding-left: 40px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
}
#navigation2 a:link,#navigation a:visited {
  color: #C46923;
  border-color: #661900;
  background-color: transparent;
  border: 2px;
  border-style: solid;
}
#navigation2 a:hover {
  color: #C46923;
  background-color: transparent;
  border-color: #CA8300;
}
#navigation2 a:active {
  color: #667;
  background-color: #ec8;
}
#navigation2 a.here:link,
#navigation2 a.here:visited,
#navigation2 a.here:hover,
#navigation2 a.here:active {
  color: #A13226;
  background-color: transparent;
  border-color: #A13226;
}*/
/*----------------------------------------------------------------------------*/


#navigation4{
  margin: 0 auto 0 auto;
  padding: none;
  border: none;
}
#navigation4 #indexNav a, #navigation4 #portfolioNav a, #navigation4 #storeNav a,
#navigation4 #comissionsNav a, #navigation4 #originsNav a, #navigation4 #otherNav a {
  margin-right: 10px;
}

#navigation4 #indexNav a:link, #navigation4 #indexNav a:visited{
  background: url(../images/button_home_sm2.gif) no-repeat scroll left bottom;
  border:none;
}
#navigation4 #portfolioNav a:link, #navigation4 #portfolioNav a:visited{
  background: url(../images/button_portfolio_sm2.gif) no-repeat scroll left bottom;
  border:none;
}

#navigation4 #storeNav a:link, #navigation4 #storeNav a:visited{
  background: url(../images/button_store_sm2.gif) no-repeat scroll left bottom;
  border:none;
}


#navigation4 #comissionsNav a:link, #navigation4 #comissionsNav a:visited{
  background: url(../images/button_custom_sm2.gif) no-repeat scroll left bottom;
  border:none;
}

#navigation4 #originsNav a:link, #navigation4 #originsNav a:visited {
  background: url(../images/button_origins_sm2.gif) no-repeat scroll left bottom;
  border:none;
}

#navigation4 #otherNav a:link, #navigation4 #otherNav a:visited {
  background: url(../images/button_art_sm2.gif) no-repeat scroll left bottom;
  border:none;
}

#navigation4 #contactNav a:link, #navigation4 #contactNav a:visited {
  background: url(../images/button_contact_sm2.gif) no-repeat scroll left bottom;
  border:none;
}

#navigation4 #indexNav a:hover, #navigation4 #originsNav a:hover, #navigation4 #portfolioNav a:hover,
#navigation4 #comissionsNav a:hover,  #navigation4 #storeNav a:hover,  #navigation4 #otherNav a:hover,
 #navigation4 #contactNav a:hover {
background-position:right top;
}

#navigation4 li {
	float:left;
	padding: none;
    border: none;
    margin: none;
}
#navigation4 ul {
	list-style-type: none;
    padding: none;
    border: none;
    margin: auto;
}
#navigation4 #indexNav a, #navigation4 #indexNav a:link, #navigation4 #indexNav a:visited, 
#navigation4 #originsNav a, #navigation4 #originsNav a:link, #navigation4 #originsNav a:visited,
#navigation4 #portfolioNav a, #navigation4 #portfolioNav a:link, #navigation4 #portfolioNav a:visited,
#navigation4 #comissionsNav a, #navigation4 #comissionsNav a:link, #navigation4 #comissionsNav a:visited,
#navigation4 #storeNav a, #navigation4 #storeNav a:link, #navigation4 #storeNav a:visited,
#navigation4 #otherNav a, #navigation4 #otherNav a:link, #navigation4 #otherNav a:visited,
#navigation4 #contactNav a, #navigation4 #contactNav a:link, #navigation4 #contactNav a:visited {
color:#000000;
display:block;
width: 120px;
height: 150px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
/*----------------------------------------------------------------------------*/

/*
#navigation5{
  width: 900px;
  height: 196px;
  margin: none;
  padding: none;
  border: none;
  background-image: url(../images/vm_head.gif);
  background-repeat: no-repeat;
}

#navigation5 #indexNav a:link, #navigation5 #indexNav a:visited{
  background: url(../images/buttons/bat_home.gif) no-repeat scroll left bottom;
  border:none;
}
#navigation5 #portfolioNav a:link, #navigation5 #portfolioNav a:visited{
  background: url(../images/buttons/bat_portfolio.gif) no-repeat scroll right bottom;
  border:none;
}
#navigation5 #storeNav a:link, #navigation5 #storeNav a:visited{
  background: url(../images/buttons/bat_store.gif) no-repeat scroll left bottom;
  border:none;
}
#navigation5 #originsNav a:link, #navigation5 #originsNav a:visited {
  background: url(../images/buttons/bat_origins.gif) no-repeat scroll right bottom;
  border:none;
}

#navigation5 #indexNav a:hover {
background-position:right top;
}
#navigation5 #storeNav a:hover {
background-position:right top;
}
#navigation5 #portfolioNav a:hover {
background-position:left top;
}
#navigation5 #originsNav a:hover {
background-position:left top;
}

#navigation5 li #indexNav {
    margin: none;
	margin-left: 500px;
    margin-top: 10px;
    border: none;
}
#navigation5 li #portfolioNav {
	padding:none;
    border: none;
    margin: none;
}
#navigation5 li #storeNav {
	padding-left: 480px;
    padding-top: 90px;
    border: none;
    margin: none;
}
#navigation5 li #originsNav {
	padding:none;
    border: none;
    margin: none;
}
#navigation5 ul {
	list-style-type: none;
    padding: none;
    border: none;
    margin: 0px auto;
}
#navigation5 #indexNav a, #navigation5 #indexNav a:link, #navigation5 #indexNav a:visited, 
#navigation5 #originsNav a, #navigation5 #originsNav a:link, #navigation5 #originsNav a:visited,
#navigation5 #portfolioNav a, #navigation5 #portfolioNav a:link, #navigation5 #portfolioNav a:visited,
#navigation5 #comissionsNav a, #navigation5 #comissionsNav a:link, #navigation5 #comissionsNav a:visited,
#navigation5 #storeNav a, #navigation5 #storeNav a:link, #navigation5 #storeNav a:visited,
#navigation5 #otherNav a, #navigation5 #otherNav a:link, #navigation5 #otherNav a:visited,
#navigation5 #contactNav a, #navigation5 #contactNav a:link, #navigation5 #contactNav a:visited {
color:#000000;
display:block;
width: 240px;
height: 79px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}*/

#navigation2{
  margin: 0px auto 0px auto;
  padding: 0px;
  border: none;
  background-color: transparent;
}

#navigation2 #board{

  padding: 80px 0px 0px 0px;
}


#navigation2 #backNav a:link, #navigation2 #backNav a:visited{
  background: url(../images/previous_button.gif) no-repeat scroll left bottom;
  border:none;
}
#navigation2 #nextNav a:link, #navigation2 #nextNav a:visited{
  background: url(../images/next_button.gif) no-repeat scroll right bottom;
  border:none;
}

#navigation2 #backNav a:hover {
background-position:right top;
}
#navigation2 #nextNav a:hover {
background-position:left top;
}

#navigation2 #backNav {
	float:left;
	padding: 85px 0px 0px 10px;
    border: none;
    margin: none;
}
#navigation2 #nextNav {
	float:right;
	padding: 85px 10px 0px 0px;
    border: none;
    margin: none;
}
#navigation2 ul {
	list-style-type: none;
    padding: none;
    border: none;
    margin: 0px auto;
}
#navigation2 #backNav a, #navigation2 #backNav a:link, #navigation2 #backNav a:visited, 
#navigation2 #nextNav a, #navigation2 #nextNav a:link, #navigation2 #nextNav a:visited {
color: transparent;
display:block;
width: 275px;
height: 80px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}


#navigation6{
  width: 900px;
  height: 350px;
  margin: 0px auto 0px auto;
  padding: 0px;
  border: none;
  background-image: url(../images/main_bkgrnd.gif);
  background-repeat: no-repeat;
}

#navigation6 #indexNav a:link, #navigation6 #indexNav a:visited{
  background: url(../images/buttons/bat_home.gif) no-repeat scroll left bottom;
  border:none;
}
#navigation6 #portfolioNav a:link, #navigation6 #portfolioNav a:visited{
  background: url(../images/buttons/bat_portfolio.gif) no-repeat scroll right bottom;
  border:none;
}
#navigation6 #storeNav a:link, #navigation6 #storeNav a:visited{
  background: url(../images/buttons/bat_store.gif) no-repeat scroll left bottom;
  border:none;
}
#navigation6 #originsNav a:link, #navigation6 #originsNav a:visited{
  background: url(../images/buttons/bat_origins.gif) no-repeat scroll right bottom;
  border:none;
}

#navigation6 #indexNav a:hover {
background-position:right top;
}
#navigation6 #portfolioNav a:hover {
background-position:left top;
}
#navigation6 #storeNav a:hover {
background-position:right top;
}
#navigation6 #originsNav a:hover {
background-position:left top;
}

#navigation6 #portfolioNav, #navigation6 #originsNav {
	float:right;
	padding: 0px 0px 0px 0px;
    border: none;
    margin: none;
}
#navigation6 #indexNav {
  padding: none;
  padding-left: 470px;
}
#navigation6 #storeNav {
  padding: none;
  padding-left: 480px;
}
#navigation6 ul {
	list-style-type: none;
    padding: none;
    border: none;
    margin: 0px auto;
}

#navigation6 #portfolioNav a, #navigation6 #portfolioNav a:link, #navigation6 #portfolioNav a:visited, 
#navigation6 #originsNav a, #navigation6 #originsNav a:link, #navigation6 #originsNav a:visited {
color: transparent;
display:block;
width: 240px;
height: 79px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}

#navigation6 #indexNav a, #navigation6 #indexNav a:link, #navigation6 #indexNav a:visited, 
#navigation6 #storeNav a, #navigation6 #storeNav a:link, #navigation6 #storeNav a:visited {
color: transparent;
display:block;
width: 220px;
height: 79px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}

#navigation6 #upper {
  padding: none;
  padding-top: 10px;
  padding-right:20px
}
#navigation6 #lower {
  clear:both;
  padding: none;
  padding-top: 8px;
  padding-right:40px
}


#navigation7{
  margin: 0 auto 0 auto;
  padding: none;
  border: none;
}
#navigation7 #indexNav2 a {
  margin-left: 65px;
}
#navigation7 #portfolioNav2 a {
  margin-left: 20px;
}
#navigation7 #storeNav2 a {
  margin-left: 20px;
}
#navigation7 #comissionsNav2 a {
  margin-left: 20px;
}
#navigation7 #originsNav2 a {
  margin-left: 20px;
}
#navigation7 #contactNav2 a {
  margin-left: 20px;
}

#navigation7 #indexNav2 a:link, #navigation7 #indexNav2 a:visited{
  background: url(../images/buttons/home.gif) no-repeat scroll left top;
  border:none;
}
#navigation7 #portfolioNav2 a:link, #navigation7 #portfolioNav2 a:visited{
  background: url(../images/buttons/portfolio.gif) no-repeat scroll left top;
  border:none;
}

#navigation7 #storeNav2 a:link, #navigation7 #storeNav2 a:visited{
  background: url(../images/buttons/store.gif) no-repeat scroll left top;
  border:none;
}


#navigation7 #comissionsNav2 a:link, #navigation7 #comissionsNav2 a:visited{
  background: url(../images/buttons/comissions.gif) no-repeat scroll left top;
  border:none;
}

#navigation7 #originsNav2 a:link, #navigation7 #originsNav2 a:visited {
  background: url(../images/buttons/origins.gif) no-repeat scroll left top;
  border:none;
}

#navigation7 #contactNav2 a:link, #navigation7 #contactNav2 a:visited {
  background: url(../images/buttons/contact.gif) no-repeat scroll left top;
  border:none;
}

#navigation7 #indexNav2 a:hover, #navigation7 #originsNav2 a:hover, #navigation7 #portfolioNav2 a:hover,
#navigation7 #comissionsNav2 a:hover,  #navigation7 #storeNav2 a:hover,
 #navigation7 #contactNav2 a:hover {
background-position:right bottom;
}

#navigation7 li {
	float:left;
	padding: none;
    border: none;
    margin: none;
}
#navigation7 ul {
	list-style-type: none;
    padding: none;
    border: none;
    margin: auto;
}
#navigation7 #indexNav2 a, #navigation7 #indexNav2 a:link, #navigation7 #indexNav2 a:visited {
color:#000000;
display:block;
width: 85px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#navigation7 #portfolioNav2 a, #navigation7 #portfolioNav2 a:link, #navigation7 #portfolioNav2 a:visited {
color:#000000;
display:block;
width: 128px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#navigation7 #storeNav2 a, #navigation7 #storeNav2 a:link, #navigation7 #storeNav2 a:visited {
color:#000000;
display:block;
width: 88px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#navigation7 #comissionsNav2 a, #navigation7 #comissionsNav2 a:link, #navigation7 #comissionsNav2 a:visited {
color:#000000;
display:block;
width: 150px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#navigation7 #originsNav2 a, #navigation7 #originsNav2 a:link, #navigation7 #originsNav2 a:visited {
color:#000000;
display:block;
width: 99px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#navigation7 #contactNav2 a, #navigation7 #contactNav2 a:link, #navigation7 #contactNav2 a:visited {
color:#000000;
display:block;
width: 113px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}




#navigation8{
  margin: 0 auto 0 auto;
  padding: 0px 0px 0px 0px;
  border: none;
}
#navigation8 #modelNav a {
  margin-left: 0px;
}
#navigation8 #photoNav a {
  margin-left: 10px;
}
#navigation8 #hairNav a {
  margin-left: 10px;
}
#navigation8 #makeupNav a {
  margin-left: 10px;
}
#navigation8 #outfitNav a {
  margin-left: 10px;
}

#navigation8 #modelNav a:link, #navigation8 #modelNav a:visited{
  background: url(../images/buttons/model.gif) no-repeat scroll left top;
  border:none;
}
#navigation8 #photoNav a:link, #navigation8 #photoNav a:visited{
  background: url(../images/buttons/photographer.gif) no-repeat scroll left top;
  border:none;
}

#navigation8 #hairNav a:link, #navigation8 #hairNav a:visited{
  background: url(../images/buttons/hair.gif) no-repeat scroll left top;
  border:none;
}


#navigation8 #makeupNav a:link, #navigation8 #makeupNav a:visited{
  background: url(../images/buttons/makeup.gif) no-repeat scroll left top;
  border:none;
}

#navigation8 #outfitNav a:link, #navigation8 #outfitNav a:visited {
  background: url(../images/buttons/outfit.gif) no-repeat scroll left top;
  border:none;
}

#navigation8 #modelNav a:hover, #navigation8 #photoNav a:hover, #navigation8 #hairNav a:hover,
#navigation8 #makeupNav a:hover,  #navigation8 #outfitNav a:hover {
background-position: left bottom;
}

#navigation8 li {
	float: left;
	padding: none;
    border: none;
    margin: none;
}
#navigation8 ul {
	list-style-type: none;
    padding: none;
    border: none;
    margin: auto;
}
#navigation8 #modelNav a, #navigation8 #modelNav a:link, #navigation8 #modelNav a:visited {
color:#000000;
display:block;
width: 117px;
height: 50px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#navigation8 #photoNav a, #navigation8 #photoNav a:link, #navigation8 #photoNav a:visited {
color:#000000;
display:block;
width: 160px;
height: 50px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#navigation8 #hairNav a, #navigation8 #hairNav a:link, #navigation8 #hairNav a:visited {
color:#000000;
display:block;
width: 105px;
height: 50px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#navigation8 #makeupNav a, #navigation8 #makeupNav a:link, #navigation8 #makeupNav a:visited {
color:#000000;
display:block;
width: 128px;
height: 50px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#navigation8 #outfitNav a, #navigation8 #outfitNav a:link, #navigation8 #outfitNav a:visited {
color:#000000;
display:block;
width: 142px;
height: 50px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}




#navigation9{
  margin: 0px auto 0px auto;
  padding: none;
  border: none;
  width: 825px;
  clear: both;
}
#navigation9 #processNav a {
  margin-left: 5px;
}
#navigation9 #contactNav a {
  margin-left: 5px;
}
#navigation9 #creditsNav a {
  margin-left: 5px;
}
#navigation9 #animalNav a {
  margin-left: 5px;
}
#navigation9 #processNav a:link, #navigation9 #processNav a:visited{
  background: url(../images/buttons/process_board.gif) no-repeat scroll left bottom;
  border:none;
}
#navigation9 #contactNav a:link, #navigation9 #contactNav a:visited{
  background: url(../images/buttons/contactus_board.gif) no-repeat scroll left bottom;
  border:none;
}
#navigation9 #creditsNav a:link, #navigation9 #creditsNav a:visited{
  background: url(../images/buttons/credits_board.gif) no-repeat scroll left bottom;
  border:none;
}
#navigation9 #animalNav a:link, #navigation9 #animalNav a:visited{
  background: url(../images/buttons/animal_board.gif) no-repeat scroll left bottom;
  border:none;
}
 #navigation9 #processNav a:hover,#navigation9 #contactNav a:hover,
#navigation9 #animalNav a:hover, #navigation9 #creditsNav a:hover {
background-position:left top;
}

#navigation9 li {
	float:left;
	padding: 20px 0px 0px 0px;
    border: none;
    margin: none;
}
#navigation9 {
	list-style-type: none;
    padding: none;
    border: none;
    margin: auto;
}
#navigation9 #processNav a, #navigation9 #processNav a:link, #navigation9 #processNav a:visited
#navigation9 #contactNav a, #navigation9 #contactNav a:link, #navigation9 #contactNav a:visited,
#navigation9 #creditsNav a, #navigation9 #creditsNav a:link, #navigation9 #creditsNav a:visited,
#navigation9 #animalNav a, #navigation9 #animalNav a:link, #navigation9 #animalNav a:visited {
color:#000000;
display:block;
width: 200px;
height: 47px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}

/*------------------------ End Navigation CSS -----------------------------*/


/*-----------------------  Begin Content CSS ----------------------------*/


#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background-image: url(../images/bkgrnd_sides.gif);
    background-color: transparent;
    border:none;
	margin: 0px auto 0px auto;
}
#portfolio_content {
  border: none;
  margin: 0px auto 0px auto;
  padding: 0px auto 0px auto;
  line-height: 1.8em;
  width: 900px;
  clear: both;
}

#portfolio_content #portfolio_links {
  padding: 20px 0px 0px 0px;
  list-style-type: none;
  margin: 0px auto 10px auto;
  width: 520px;
}
#portfolio_content #portfolio_links li {
  float: left;
  padding-left: 5px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-top: 5px;
  margin: 7px;
  border-color: #2EC57D;
  border-width: 3px;
  background-color: #000000;
  background-image: url(../images/pic_frame.gif);
 }
#portfolio_content #portfolio_links li a {
  display: block;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  border: 0px;
}
#portfolio_content #portfolio_links li a:hover {
  display: block;
  filter:alpha(opacity=100);
  -moz-opacity:0.0;
  -khtml-opacity: 0.0;
  opacity: 1.0;
  color: transparent;
  background-color: none;
  border: 0px;
}
#portfolio_content #portfolio_links li a:link {
  color: transparent;
  margin: none;
  border: 0px;
}

#origins_content {
  margin: 0px auto 0px auto;
  padding: 20px 0px 0px 0px;
  line-height: 1.3em;
  width: 850px;
  color: #BAA770;
}
#origins_content #about {
  margin: 0px auto 0px auto;
  width: 810px;
  padding: 0px 0px 20px 0px;
}
#origins_content .origins {
  margin: 0px;
  clear: both;
  padding: 20px 0px 10px 30px;
}
#origins_content #about h3{
    font-weight: bold;
    font-size: 1.4em;
}
#origins_content #about #originsText {
  padding: 0px 200px 0px 200px;
  font: 1.2em normal;
}
#origins_content #about #usPics {
  list-style-type: none;
}
#origins_content #about #origins_vm{
  float:left;
  background-color: #000000;
  background-image: url(../images/pic_frame2.gif);
  padding: 7px;
}
#origins_content #about #origins_sal{
  float:right;
  background-color: #000000;
  background-image: url(../images/pic_frame2.gif);
  padding: 7px;
}

.copyright {
  font-family: "Georgia","Times New Roman",sans-serif;
  font: 1em normal;
  margin-top: 1em;
  margin-right: 15px;
  color: #C46923;
  clear: both;
  float: right;
  padding-bottom: 3px;
}

#creditContent {
  clear: both;
  width: 692px;
  margin: 0px auto;
  padding-top: 15px;
}

#creditContent .creditSection{
  clear: both;
  margin: 70px 0px 30px 25px;
  padding-top: 15px;
}

#creditContent .creditThumb{
  float: left;
}
#creditContent .creditThumb a{
  display: block;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  border: none;
}
#creditContent .creditThumb a:hover{
  display: block;
  filter:alpha(opacity=100);
  -moz-opacity:0.0;
  -khtml-opacity: 0.0;
  opacity: 1.0;
  color: transparent;
  background-color: none;
  border: none;
}
#creditContent .creditThumb a:link, #creditContent .creditThumb a:visited {
  color: transparent;
  margin: none;
  border: 0px;
}

#creditContent .creditBody{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 105px
}

#creditContent .creditBody h2 {
  font-family: "Georgia","Times New Roman",sans-serif;
  font-weight: bold;
  color: #957A4C;
  font: 2.3em normal;
  margin: 0px 0px 0px 0px;
  padding-top: 22px;
}
#creditContent .creditBody h3 {
  font-family: "Georgia","Times New Roman",sans-serif;
  color: #957A4C;
  font: 1.3em normal;
  margin: 0px;
}

#portfolio_board {
  width: 450px;
  margin: 0px auto 0px auto;
}
#portfolio_board #board{
  padding: 80px 0px 0px 0px;
}

#commissionForm {
  margin: 0px auto 0px auto;
  padding: 20px 0px 30px 0px;
  line-height: 1.3em;
  width: 800px;
  color: #BAA770;
  font-size: 1.2em;
}
#commissionForm #bold {
  font-weight: bold;
}
#commissionForm #preferContact {
  padding: 15px 0px 5px 0px;
}
#commissionForm #preferContact #callTimes {
  padding: 7px 0px 5px 20px;
}
#commissionForm p {
  padding: 7px 0px 0px 0px;
}
#commissionForm form {
  padding: 20px 0px 0px 0px;
}
#commissionForm input {
  margin: 0px 3px 0px 3px;
  padding: 1px 3px;
}
#commissionForm .req {
  color: #C56F12;
}
#commissionForm #reqField {
  padding: 0px 0px 0px 683px;
}

#mainContent {
  text-align: center;
}
#mainContent #postwartrade {
  clear: both;
}
#mainContent #postwartrade a, #mainContent #postwartrade a:link, #mainContent #postwartrade a:visited {
  color: #BAA770;
}
#mainContent #postwartrade a:hover {
  color: #FBE58E;
}
#contactContent {
  margin: 0px auto 0px auto;
  padding: 40px 0px 30px 0px;
  line-height: 1.3em;
  width: 800px;
  color: #BAA770;
  font-size: 1.2em;
}
#contactContent .important {
  color: #FBE58E;
  font-weight: bold;
}
#contactContent .important a, #contactContent .important a:link, #contactContent .important a:visited {
  color: #E3A925;
}
#contactContent .important a:hover {
  color: #FBE58E;
}
#storeContent {
  margin: 0px auto 0px auto;
  padding: 40px 0px 30px 0px;
  line-height: 1.3em;
  width: 800px;
  color: #BAA770;
  font-size: 1.2em;
}
#storeContent a, #storeContent a:link, #storeContent a:visited {
  color: #E3A925;
}
#storeContent a:hover {
  color: #FBE58E;
}
#contactContent .contentText {
  padding: 0px 0px 0px 25px;
}
#contactContent .contentSection {
  padding: 0px 0px 15px 0px;
}
#construction {
  margin: 0px auto 0px auto;
  padding: 40px 0px 30px 0px;
  line-height: 1.3em;
  width: 800px;
  color: #BAA770;
  font-size: 1.2em;
  font-weight: bold;
}
#construction a, #construction a:link, #construction a:visited {
  color: #E3A925;
}
#construction a:hover {
  color: #FBE58E;
}
#commissions_button_board {
  margin: 0px auto 0px auto;
  padding: 20px 0px 0px 0px;
  width: 210px;
}
#commissions_button_board a:link, #commissions_button_board a:visited{
  background: url(../images/buttons/commissions_button_board.gif) no-repeat scroll left bottom;
  border:none;
}
#commissions_button_board a:hover {
background-position:left top;
}
#commissions_button_board a, #commissions_button_board a:link, #commissions_button_board a:visited {
color:#000000;
display:block;
width: 210px;
height: 75px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}

.order {
  margin: 0px;
  padding: 5px 10px 10px 0px;
  float: right;
}

#guitar_strap a:link, #guitar_strap a:visited{
  background: url(../images/buttons/order/order_guitar_strap.gif) no-repeat scroll left top;
  border:none;
}
#bracers a:link, #bracers a:visited{
  background: url(../images/buttons/order/order_bracers.gif) no-repeat scroll left top;
  border:none;
}
#painting a:link, #painting a:visited{
  background: url(../images/buttons/order/order_painting.gif) no-repeat scroll left top;
  border:none;
}
#bracelet a:link, #bracelet a:visited{
  background: url(../images/buttons/order/order_bracelet.gif) no-repeat scroll left top;
  border:none;
}
#patch a:link, #patch a:visited{
  background: url(../images/buttons/order/order_patch.gif) no-repeat scroll left top;
  border:none;
}
#flask a:link, #flask a:visited{
  background: url(../images/buttons/order/order_flask.gif) no-repeat scroll left top;
  border:none;
}
#id a:link, #id a:visited{
  background: url(../images/buttons/order/order_id.gif) no-repeat scroll left top;
  border:none;
}
#wallet a:link, #wallet a:visited{
  background: url(../images/buttons/order/order_wallet.gif) no-repeat scroll left top;
  border:none;
}

#guitar_strap a:hover, #bracers a:hover, #painting a:hover, #bracelet a:hover,
#patch a:hover, #flask a:hover, #id a:hover, #wallet a:hover {
background-position:left bottom;
}

#guitar_strap a, #guitar_strap a:link, #guitar_strap a:visited {
color:#000000;
display:block;
width: 353px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#bracers a, #bracers a:link, #bracers a:visited {
color:#000000;
display:block;
width: 270px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#painting a, #painting a:link, #painting a:visited {
color:#000000;
display:block;
width: 393px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#bracelet a, #bracelet a:link, #bracelet a:visited {
color:#000000;
display:block;
width: 303px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#patch a, #patch a:link, #patch a:visited {
color:#000000;
display:block;
width: 368px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#flask a, #flask a:link, #flask a:visited {
color:#000000;
display:block;
width: 448px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#id a, #id a:link, #id a:visited {
color:#000000;
display:block;
width: 315px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
#wallet a, #wallet a:link, #wallet a:visited{
color:#000000;
display:block;
width: 291px;
height: 30px;
margin:none;
padding: none;
text-decoration:none;
text-indent:-5000px;
}
/*-----------------------  End Content CSS ----------------------------*/



/*---------------------------------------------------------------------
-------------------------- Javascript CSS ---------------------------------
-----------------------------------------------------------------------*/

#imagegallery li {
  list-style-type: none;
}

textarea {
  font-family: "Helvetica","Arial",sans-serif;
}

/*#imagegallery li {
  display: inline;
}*/

#slideshow {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

img#frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-width: 0;
  outline-width: 0;
}

img#preview {
  position: absolute;
  border-width: 0;
  outline-width: 0;
}
