@charset "utf-8";
/* CSS Document */

article, aside, figure, footer, header, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}body {
	color: #555555;
    font: 12px/1.35 Humanist521BT-Roman,Arial,helevtica,san-serif;
	background-color: #FFFFFF;
	background-position: repeat;
	margin: 0px;
	padding: 0px;
}

@font-face {
      font-family: "Calibri";
      src: url("calibri.ttf");
    }
	
@font-face {
      font-family: "MotionPicture";
      src: url("MotionPicture.ttf");
    }
	
@font-face {
      font-family: "MySedonaScriptFLF";
      src: url("SedonaScriptFLF.ttf");
    }
@font-face {
      font-family: "MySnickles";
      src: url("Snickles.ttf");
    }
@font-face {
      font-family: "MyPacifico";
      src: url("Pacifico.ttf");
    }

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}
#title-container {
	background-color: #A690BF;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 100%;
	/*border-bottom: 1px solid;
	border-color: #555555;*/
}
.title {
    height: 96px;
    padding: 10px;
    width: 950px;
}

.logo {
    margin: 0;
    padding: 13px 0 0 10px;
}	

#external_link_tab {

}

.nav-container {
    color: #FFFFFF;
    float: right;
    font-family: Humanist521BT-Roman,arial,helvetica,san-serif;
    letter-spacing: 0.04em;
	padding-right: 10px;
    padding-top: 60px;
}

#navhome {
    border: 0 none;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none outside none;
}

#navhome li {
  float: left;
  font-family: Humanist521BT-Roman,arial,helvetica,san-serif;
  padding: 0 10px;
  text-align: center;
}

#navhome li a {
  float: left;
}

#navhome a {
  color: #FFFFFF;
  display: block;
  font-family: Humanist521BT-Roman,arial,helvetica,san-serif;
  text-decoration: none;
}

#navhome li a:hover {
	border-bottom: 2px solid;
    text-decoration: none;
}

#maincontent {
	width: 100%;
}

#vision {
    font-family: Humanist521BT-Roman,arial,helvetica,san-serif;
    font-size:40px;
    /*font-weight:bold;*/
	padding:60px 0px 0px 0px;
	/*color: #4A1D1D;*/
	color:#555d5d
	/*text-shadow: 0px 2px 1px #bbbaba;*/
}

#slideshow {
    height: 468px;
    margin-top: 1px;
    padding: 0;
    position: relative;
    width: 950px;
    z-index: -10;
}
#slideshow IMG {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 8;
}
#slideshow IMG.active {
    opacity: 1;
    z-index: 10;
}
#slideshow IMG.last-active {
    z-index: 9;
}
#fade {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.center-cropped {
    width: 175px;
    height: 175px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

a.block {
    text-decoration:none;
    display:block;
}

a img {
	border: none;
}

time {
    font-weight:bold; 
    display:inline-block;
    width:2.5em;
}

footer {
    font-family: Humanist521BT-Roman,arial,helvetica,san-serif;
    font-size: 11px;
    padding: 10px 6px;
    text-decoration: none;
	text-align: center;
	color: #555555;
}

#external_link_tab {
	margin-left: auto;
    margin-right: auto;
}

.main-home {
  margin: 0 0 10px;
}

.breadcrumbs {
    color: #555555;
    font-family: Humanist521BT-Roman,Arial,helevtica,san-serif;
    font-size: 11px;
    padding: 10px 10px 10px 5px;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs a {
  color: #555555;
  font-family: Humanist521BT-Roman,Arial,helevtica,san-serif;
  font-weight: 100;
  text-decoration: none;
}

.col-main {
    border: 0 none;
    margin: 0 5px;
    padding: 0;
    width: 100%;
}

#myemail {
    font-weight:bold;
    color: #4A1D1D;
}


#facebookTwitter {
	float:right;
    margin-right:25px;
}

#gallery_div {
	width: 100%;
	height:auto;
	padding:0px 10px 13px 0px;
	margin-bottom:0px;
	/*background-color:rgba(0,255,255,1);*/
}

#side_menu {
	width: 150px;
	height:auto;
	float:left;
	margin-bottom: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

#side_menu ul{
	list-style: none;
	margin-bottom: 15px;
	font-size: 14px;
		}
		
#side_menu ul li a.vert_nav_main {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #555555;
	padding-top: 10px;
}

#side_menu ul li a.vert_nav_sub{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #555555;
	padding-top: 10px;
	padding-left: 15px;
}
		
#side_menu ul li a:hover {
	color: #A690BF;
	text-decoration: none;
}

#side_menu ul li {
	float: left;
}

#gallery {
	width: 800px;
	height:auto;
	float:right;
	position:relative;
}

#photo_pages {
	width: 800px;
	height:auto;
	float:left;
}

.photos_class{
	float:left;
	display:inline;
	margin:10px 0px 20px 20px;
}

.photos_class li{
	float:left;
	display:inline;
	position:relative;
	margin:3px 3px 0 0;
	width:175px;
	height:175px;
	border:1px solid #e3e3e3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-align:center;
	/* [disabled]background-color: #FFFFFF; */
}

.photos_class li:hover{
	border:1px solid #b5b5b5;
	-moz-box-shadow:0 0 4px #b5b5b5;
	-webkit-box-shadow:0 0 4px #b5b5b5;
	box-shadow:0 0 4px #b5b5b5;
}

.photos_class li img{
  max-width:170px;
  max-height:113px;
  margin:6px auto 0 auto;
}

#gallery_paging ul {	
	list-style: none;
	margin-bottom: 15px;
	margin-left: 15px;
	font-weight: bold;
	font-size: 15px;
}

#gallery_paging ul li {
	float: left;
}
#gallery_paging ul li a {
	display: block;
	width: 60px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #555d5d ;
	margin: 5px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size:15px;
}

#gallery_paging ul a:hover {
    border:1px solid #b5b5b5;
	-moz-box-shadow:0 0 4px #b5b5b5;
	-webkit-box-shadow:0 0 4px #b5b5b5;
	box-shadow:0 0 4px #b5b5b5;
}

#gallery_paging ul a:link, #gallery_paging ul a:visited {
	border:1px solid #e3e3e3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
} 

#about_content {
	width: 750px;
	height:450px;
	padding:0px;
	position:relative;	
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 60px;
	padding-top: 5px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;	
}

#about_content h2 {
	font-family: Humanist521BT-Roman,Arial,helevtica,san-serif;
	font-size:40px;
	color: #555d5d;
}

#about_content p {
	font-size:15px;	
	color: #854359;
	text-indent: 40px;
	text-align:justify;
}

#media_content {
	width: 610px;
	height:auto;
	padding:0px;
	position:relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 60px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 70px;
	border-style: solid;
	border-color: #555d5d;
	border-width:1px;
	background-color: rgba(255,255,255,1);
}

#media_content h2 {
	font-family: Humanist521BT-Roman,Arial,helevtica,san-serif;
	font-size:40px;
	color: #555d5d;
}

#media_content p {
	font-size:20px;	
	color: #854359;
	text-indent: 40px;
	text-align:justify;
}


#ordering_content {
	width: 100%;
	height:auto;
	position:relative;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: rgba(255,255,255,1);
}

#ordering_content h2 {
	font-family: Humanist521BT-Roman,Arial,helevtica,san-serif;
	font-size:40px;
	color: #4A1D1D;
	text-shadow: 0px 2px 1px #bbbaba;
	padding-left: 40px;
}

a.ordering_table_header {
    text-decoration:none;
    display:block;
}

#contact_content {
	width: 700px;
	height:auto;
	padding:0px;
	position:relative;
	margin-right: 0px;
	margin-left: 60px;
	padding-top: 5px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 80px;
	border-style: solid;
	border-color: #555d5d;
	border-width:0px;
	background-color: rgba(255,255,255,1);
}

#contact_content h1 , h3{
	font-family: Humanist521BT-Roman,Arial,helevtica,san-serif;
	font-size:13px;
	color: #555555;
}

#contact_content p {
	font-size:20px;	
	color: #854359;
	text-indent: 40px;
	text-align:justify;
}

#ordering_rule {
	border: 1px solid;
	width:700px;
	margin-left:30px;
	text-align:justify;
	color: #555555;
	padding: 20px;
}
#deadline_table {
	color: #555555;
	border-collapse:collapse;
	border:1px solid #555555;
}

#deadline_table td, #deadline_table th{
	border-width:1px;
	border:1px solid #555555;
	padding-left: 10px;
	padding-right: 10px;
}

#ordering_table {
	margin-left:30px;
	margin-top:0px;
	width:700px;
}

#ordering_table td, #ordering_table th{

}

#ordering_table th p {
	font-size:20px;	
	color: #555555;
	font-family: Humanist521BT-Roman,Arial,helevtica,san-serif;
	padding-left: 10px;
	padding-right: 10px;
}

.ordering_table_title {
	font-size: 12px;	
	color: #555555;
	font-family: Humanist521BT-Roman,Arial,helevtica,san-serif;
}

#ordering_table td p {
	font-size:12px;	
	color: #555555;
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
}

#ordering_detail {
	border-collapse:collapse;
	border:1px solid #555555;
	width: 700px;
}

#ordering_detail td, #ordering_detail th{
	border:1px solid #555555;
	padding: 10px;
}

#ordering_table h3 {
	color: #555555;
	padding:5px;
	font-size:16px;
	font-weight:normal;
	margin: 0 0 10px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-repeat: no-repeat;
}

.cell_bg {

}

#ordering_content td{
	font-size:12px;	
	color: #555555;
}

#ts_container{
	list-style:none;
	padding:0;
	position:relative;
	height:17px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#ts_container li{
	float:left;
}
#ts_container li a{
	display:block;
	text-indent:-9000px;
	width:11px;
	height:11px;
	outline:none;
	padding:0px 5px;
	background:transparent url(../images/dot.png) no-repeat top center;
}
#ts_container li a:hover,
#ts_container li.selected a{
	background-position:50% -11px;
}

#media_table {
	border-collapse:collapse;
	border:1px solid #555555;
	color: #555555;
	text-align:center;
}

#media_table td, #media_table th{
	border:1px solid #555555;
	padding:5px;
}

#media_detail {
	margin-left: 150px;
}
