/* Universal */

body { 
  margin: 0; 
  padding: 0;
  background-color: #fff;
}
  
a img {
  margin: 0;
  padding: 0;
  border: none;
}

div, p, ul, ol, li, form h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
  
a:link       { color:#330; text-decoration: none; }
a:visited       { color:#330; text-decoration: none; }
a:hover      { color:#663; text-decoration: underline;}
a:active        { color:#330; text-decoration: none; }

img  { 
  margin: 0px;
  padding: 0px;
  border: none;
}
input.text {
  background: #eee;
  border: #ccc 1px solid;
}

select {
  background: #eee;
  border: #ccc 1px solid;
}

textarea {
  background: #eee;
  border: #ccc 1px solid;
  overflow: auto;
}


/* Text Styles */

.error {
  color: #333333 ; 
}

.note {
  color: #333333 ;
  font-family: trebuchet ms, helvetica, SunSans-Regular;
  font-size: 11px;
}


p { 
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
  }
  

h1
{
  font-family: Georgia, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 14px;
  line-height: 14px;
  color: #333300;
  vertical-align: top;
}

h2 { 
  font-family: Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 13px;
  color: #666633;
  }
  
h3
{
  font-family: Georgia, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 17px;
  color: #333300;
  vertical-align: top;
}
  
h6
{
  font-family: Helvetica, Swiss, SunSans-Regular;
  font-size: 9px;
  line-height: 17px;
  color: #666666;
  text-transform: lowercase;
}


ul {
  font-family: Arial, Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  color: #333333;
}

li.news {
   font-family: Georgia, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 17px;
  color: #993300;
  list-style-type: none;
  list-style-image: url(menu-leaf.png);
  padding: 0 0 0 0;
  margin: 0;
}

.bodytext
{
  font-family: Helvetica, Swiss, SunSans-Regular;
  font-size: 9px;
  line-height: 17px;
  color: #666666;
  text-transform: lowercase;
}


/* Pages */
#body {
  width: 1000px;
}
#homepage_box {
  width: 1000px;
  height: 321px;
  padding-top: 50px;
  display: none;
}
#main_body {  
  width: 700px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  float: right;
  }
#header { 
  background-image: url(siteimages/header_01.gif); 
  background-repeat: no-repeat;
  background-color: #fff;
  width: 1000px;
  height: 187px;
}
#content_area {
  background-color: #fff;
  width: 800px;
  float: left;
}
#content_area2 {
  background-color: #fff;
  width: 1000px;
  float: left;
}
#footer { 
  width: 1000px;
  height: 57px;
  float: left;
  text-align: right;
}
#footer p { 
  font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 18px;
  padding-top: 8px;
  color: #fff;
  text-align: center;
  }
#navigation { 
  background-image: url(siteimages/nav_bg.gif); 
  background-repeat: repeat-x;
  width: 700px;
  padding-top: 55px;
  padding-right: 75px;  
  text-align: right;
  float: right;
  }
#page {
  width: 1000px;
  height: 100%;
  }
#name_plate {
  width: 400px;
  height: 120px;
  float: left;
  padding-top: 24px;
  padding-left: 12px;
  display: none;
  }
#second_nav { 
  width: 472px;
  font-family: Arial, Verdana;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  }
#third_nav { 
  width: 400px;
  font-family: Georgia;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  }
#left_side {  
  width: 786px;
  float: left;
  text-align: left;
  }
#main_body img {
  margin: 5px;
  }
#right {
  background-image: url(siteimages/side_01.gif);
  background-repeat: no-repeat;
  width: 192px;
  height: 300px;
  float: left;
  }
#news_box { 
  width: 170px;
  padding-top: 5px;
  padding-left: 22px;
  padding-bottom: 20px;
  float: left;
  text-align: left;
  }
#home_news { 
  width: 500px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  text-align: left;
  }
#home_news li {
  font-family: Georgia, Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 17px;
  color: #993300;
  padding-left: 13px;
  background-image: url(siteimages/circle.gif);
  background-repeat: no-repeat;
  background-position: 0 .2em;
  list-style: none;
  }
#home_news p { 
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 11px;
  line-height: 16px;
  color: #737a7f;
  }
#home_news h1 { 
  font-family: Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 16px;
  color: #330;
  }
#home_news h2 { 
  font-family: Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 11px;
  line-height: 13px;
  color: #333300;
  }
#news_photo  {
  float: right;
  padding-right: 6px;
  }  
#portfolio_container { 
  background: #fff;
  width: 335px;
  height:100%;
  float: left;
  padding: 10px 0 10px 0;
  margin: 0 5px 5px 0;
  border: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  }
#portfolio_text { 
  width: 210px;
  float: left;
  padding-left: 6px;
  text-align: left;
  }
#portfolio_text p { 
  font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  font-size: 10px;
  line-height: 16px;  
  }
#portfolio_photo { 
  line-height: 14px;
  padding: 12px;
  width: 150px;
  float: right;
  text-align: left;
  }
#portfolio_container p { 
  font-family: "Arial", Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  font-size: 10px;
  line-height: 12px;  
  }
#portfolio {
  background-color: #fff;
  border:solid 1px #EB008B;
  margin: 0;
  padding: 0;
}
#portfolio td {
  background-color: #fff;
  padding:15px 10px 10px 10px;
}  
.portfolio_thumb_t {
  width: 650px;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 1px 1px 0 1px;
  border-style:solid;
  border-color: #EB008B;
}
.portfolio_thumb {
  width: 650px;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 0 1px 0 1px;
  border-style:solid;
  border-color: #EB008B;
}
.portfolio_thumb_b {
  width: 650px;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 0 13px 13px 13px;
  margin: 0 0 0 0;
  border-width: 0 1px 1px 1px;
  border-style:solid;
  border-color: #EB008B;
}
.portfolio_number {
  background-color: #0E4141;
  padding: 4px;
  margin: 0 3px 3px 3px;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 10px;
  border:solid 1px #EB008B;
}
a.portfolio_number:link, a.portfolio_number:visited, a.portfolio_number:active { 
  color:#fff;
  text-decoration: none;
}
a.portfolio_number:hover {
  background-color: #00CCFF;
  color:#fff;
  text-decoration: underline;
}
.portfolio_number_on {
  background-color: #F5F5D7;
  padding: 4px;
  margin: 0;
  margin: 0 3px 3px 3px;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 10px;
  line-height: 14px;
  border:solid 1px #EB008B;
}
.portfolio_back {  
  font-size: 10px;
  line-height: 14px;
  color: #fff;
}
#gal_image {
  background-color: #fff;
  border:solid 1px #EB008B;
  height:100%;
  float:left;
}  
.portfolio_page {
  border:solid 1px #EB008B;
  height:100%; 
  float:left;
}



.error {
  color: #8A0A07;
  }
#alerts {
  width: 430px;
  border-width: 1px;
  border-color: #ccc;
  background-color: #fff;
  padding: 10px;
  }
#alerts td {
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  text-align: left;
  font-size: 11px;
  line-height: 16px;
  color: #130d06;
  }
#alerts .error {
  color: #8A0A07;
  }
#tell_friend {
  width: 380px;
  height: 100%;
  border-width: 1px;
  border-color: #ccc;
  background-color: #fff;
  padding: 10px;
  }
#tell_friend td {
  font-family: Trebuchet MS, Helvetica, Swiss, SunSans-Regular;
  text-align: left;
  font-size: 11px;
  line-height: 30px;
  color: #130d06;
  }
#tell_friend table {
  background-color: #ffffff;
  }
#tumis { 
  background-image: url(siteimages/footer_01.gif); 
  background-repeat: no-repeat;
  font-family: Trebuchet MS;
  font-size: 9px;
  line-height: 12px;
  font-weight: bold;
  width: 172px;
  height: 57px;
  margin-left: 828px;
  text-align: right;
  }

#home_sidebar_gallery_left {
  width: 400px;
  float: left;
}
#home_sidebar_gallery_left img {
  border: #000 1px solid;
}
#home_sidebar_gallery_right {
  width: 300px;
  float: left;
}
#home_sidebar_gallery_right img {
  margin: 0;
}
.home_image {
  width:100px;
  float: left;
}



