/* Yahoo UI Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
    border:0;
}

/* CSS for Template */
body {
    background-color: #663366;
    background-image: url('/images/template/header_bg.gif');
    background-repeat: repeat-x;
    background-position: top center;
    font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
    font-size: 12px;
    color: #333333;    
}
a {
    color: #663366;
}
#body_wrapper {
    width: 900px;
    margin: 0px auto;    
}
#header {
    background-image: url('/images/template/header_bg.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 1px;
    text-align: right;
    font-size: 32px;
    color: #ffffff;
}
#header #website {
    font-size: 16px;
    color: #9a9a9a;
    letter-spacing: 1px;
}
#header #slogan {
    font-size: 23px;
    margin-bottom: 20px;    
}
#header #slogan em {
    font-style: italic;    
}
#header #pagetitle {
    line-height: 200px;   
    height: 20px;
    overflow: hidden;
}
#header #nav ul li.active a {
    background: url('/images/template/nav_active.gif') bottom center no-repeat;
}
#header #nav {
    background-image: url(/images/template/content_top.gif);   
    background-repeat: no-repeat; 
    background-position: bottom left;
    padding-left: 25px;
    text-align: left;
    height: 44px;
}
#header #nav ul {
    text-transform: lowercase;   
    font-size: 15px;
    color: #ffffff;
    height: 44px;
    overflow: hidden;
}
#header #nav ul li { 
    background-image: url(/images/template/nav_button.gif);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    float: left; 
    height: 44px;
    width: 122px;
    line-height: 36px;
    text-align: center;
    padding-right: 4px;
}
#header #nav ul li a { 
    outline: none;
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 36px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    height: 44px;
}
a.button {
    background-image: url(/images/template/button_standard.gif);
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline-block;
    height: 30px;
    padding-left: 10px;
    text-decoration: none;
}
a.button {
    margin-top: 2px;
}
a.button span {
    background-image: url(/images/template/button_standard.gif);
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline-block;
    line-height: 30px;
    padding-bottom: 2px;
    padding-right: 10px;
    cursor: pointer;
}
#content_wrapper {
    background-image: url(/images/template/content_bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 8px;    
}
#content_top {
    background-image: url(/images/template/content_top.gif);   
    background-repeat: no-repeat; 
    height: 8px;
}
#content {
    background-color: #ffffff;
    padding: 15px 25px;
    font-size: 13px;
    position: relative;
}
#content h1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #663366;    
}
#content h2 {
    font-size: 17px;
    color: #663366;    
}
#content p {
    margin: 10px 0px;    
}
#content em {
    font-style: italic;    
}
#content strong {
    font-weight: bold;    
}
#content.HomePage p, #content.HomePage h2 {
    margin-left: 170px;   
}
#content p.name {
    text-align: right;
    font-weight: bold;        
}
#statue {
    position: absolute;   
    top: 60px; 
    left: 0px;
}
#home_portfolio {
    float: right; 
    margin-left: 20px;
    position: relative;   
}
#home_portfolio #home_fade {
    border: 2px solid #442244;    
    overflow: hidden;
    width: 357px; 
    height: 367px;
}
#home_portfolio #home_fade_text p {
    text-align: right; 
    margin-left: 0px;   
}
#home_portfolio #home_fade_text a {
    font-size: 18px;
    color: #472447;    
    text-decoration: none;
}
div.category_summary {
    background-image: url(/images/template/category_summary_bg.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 260px;
    height: 260px;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    position: relative;
}
div.category_summary a {
    text-decoration: none;    
    color: #482448;
}
div.category_summary.middle {
    border-left: 1px solid #d1c2d1;
    border-right: 1px solid #d1c2d1;
}
div.category_summary:hover {
    background-image: url(/images/template/category_summary_bg_hover.jpg);
    background-repeat: no-repeat;
}
div.subcategory_summary {
    font-size: 12px;  
    padding: 10px;
    float: left;
    width: 500px;
    border-bottom: 1px solid #d1c2d1;    
}
div.subcategory_summary.last {
    border-bottom: none;    
}
div.subcategory_summary:hover {
    background-image: url(/images/template/subcategory_bg_hover.gif);    
    background-repeat: repeat-y;    
}
div.subcategory_summary img {
    margin-right: 6px;
    margin-bottom: 3px;
    border: 1px solid #cccccc;
}
#subcategory_image {
    float: left;
    margin-right: 20px;
    width: 350px;   
    border: 2px solid #442244; 
    background-color: #442244;
    height: 673px;
    position: relative;
    text-align: center;
}
#subcategory_image #display_image img {
    margin: 0px;
    padding: 0px;    
}
#subcategory_image #display_image {
    overflow: hidden;    
}
#subcategory_image #description_transparent {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 330px;
    background-color: #442244;
    color: #442244;
    text-align: left;
    font-size: 12px;
    padding: 10px;  
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#subcategory_image #description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 330px;
    background-color: transparent;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    padding: 10px;
}
#subcategory_image #description h4 {
    font-size: 16px;  
    font-weight: bold;  
}
#subcategory_image #description a {
    color: #ffffff;    
}
#subcategory_thumbs {
    position: relative;
}
#subcategory_thumbs img {
    margin: 0px 6px 6px 0px;
    /*border: 1px solid #cccccc;*/
}
#subcategory_thumbs span {
    display: none;
}
#contact_form {
    background-color: #663366;    
    margin: 40px 0px 20px 20px;
    color: #ffffff;
    width: 330px;
}
#contact_form form {
    margin: 0px;
    padding: 0px;    
}
#contact_form fieldset {
    font-family: "Trebuchet MS", Arial, sans-serif;
    border: none;    
}
#contact_form div.contact_form_content {
    padding: 0px 10px;
}
#contact_form label {
    font-size: 13px;
    display: block;
    margin-top: 4px;
}
#contact_form span {
    display: block;
}
#contact_form input,textarea {
    border: 1px solid #333333;    
    padding: 4px;
    width: 300px;
}
#contact_form #submitButton {
    background-color: #663366;
    background-image: url(/images/template/button_contact_bg.gif);
    background-repeat: no-repeat;
    border: none;
    color: #FFFFFF;
    font-size: 12px;
    width: 152px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0px 10px 4px 0px;
    font-family: "Trebuchet MS";
}
/* Rounded Corners */
#contact_form div.top_right {
    background-image: url(/images/template/contact_form_top_right.gif);
    background-repeat: no-repeat;
    background-position: top right;
    height: 10px;
}
#contact_form div.top_right div.top_left {
    background-image: url(/images/template/contact_form_top_left.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 10px;
}
#contact_form div.bottom_right {
    background-image: url(/images/template/contact_form_bottom_right.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 10px;
}
#contact_form div.bottom_right div.bottom_left {
    background-image: url(/images/template/contact_form_bottom_left.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 10px;
}
#email_link {
    color: #3F1F3F;    
}
#image_right {
    float: right;    
    text-align: right;
    margin-left: 20px;
}
#image_right img {
    border: 2px solid #442244;    
}
#image_right a {
    font-size: 18px;
    color: #472447;    
    text-decoration: none;
}
#image_left {
    float: left;
    margin: 12px 20px 0px 0px;
    position: relative;
}
#image_left img {
    border: 2px solid #442244;    
}
div.clear {
    clear: both;    
}
div.float_right_wrapper {
    float: right;  
    position: relative;  
}

#footer {
    padding: 10px;
    text-align: center;    
    color: #ffffff;
    font-size: 11px;
}
#footer a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
#footer ul li {
    border-right: 1px solid #ffffff;
    display: inline;
    padding: 0 10px;
}
#footer ul li.last {
    border-right: none;    
}


/* LightBox Specifics (SlimBox) */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}
.lbLoading {
  background: #fff url(/images/loading.gif) no-repeat center;
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink:hover {
  background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/images/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}
#lbCaption, #lbNumber {
  margin-right: 71px;
}
#lbCaption {
  font-weight: bold;
}

  
