/*
* Simpler v1.1
*
*/

/* Import other css */
@import url('reset.css');
@import url('widgets.css');
@import url('social.css');
@import url('elements.css');
@import url('comments.css');


/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

.carousel-caption > div {
  background-color: rgba(15,116,143,0.8);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 25%;
  width: 76%;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: none;
  text-transform: uppercase;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 13px;
  margin-top: 0;
  text-shadow:none;
}

#nav-arrows > a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    background-color: #009EE3;
    border-color: #009EE3;
    color: #fff;
}

.carousel-indicators .active {
  background-color: #00c7fc;
  border: 0;
}


/* GENERAL ------------------------------------------------------------*/

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}


.clearfix:after,
.clearfix:before {
	content:"";
    display:table;
}   
    
.clearfix:after {
	clear:both;
}

.clearfix {
    zoom:1;
}

.wrapper{
	margin: 0 auto;
	width: 1280px;
	position: relative;
}
.wrapper2{
	margin: 0 auto;
	width: 1580px;
	position: static;
}
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

header, footer{
	text-shadow: 0px -1px 0px rgba(0,0,0,.8);
		background-image:  url(../img/Z.jpg);
	background-repeat: repeat;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5{text-shadow: 0px 1px 0px rgba(255,255,255,.5);}

.multiplebgs header,
.multiplebgs footer {
	background-image: url(../img/strip.png), url(../img/Z.jpg);
	background-repeat: repeat-x, repeat;
	background-position: bottom center, top center;
}

.multiplebgs footer {
	background-position: top center, top center;
}

#main,
footer{
	line-height: 1.5em;

}
#footer{
	/* 設定footer的高度 */
    box-sizing: border-box;
	/* 設定footer絕對位置在底部 */
    position: absolute;
	bottom: 0;
	/* 展開footer寬度 */
    width: 100%;
}
body p{
	margin-bottom: 21px;
}

body a{
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#logo:hover{ opacity: 0.8;}

h1,h2,h3,h4,h5,h6{
	font-family: 'Arvo', "微軟正黑體", "Arial Unicode MS";
	font-weight: 700;
}

h1{ font-size: 42px;}

h2{ font-size: 36px; }

h3{ font-size: 24px; }

h4{ font-size: 21px; }

h5{ font-size: 18px; }

h6{ font-size: 14px; }

.block-divider{
	margin-bottom: 120px;
}

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}

.alignright {
  float: right;
  margin: 5px 0px 5px 10px;
}

.section-div{
	height: 54px;
	border-top: 1px solid #ccc;
	
}

/* HEADER ------------------------------------------------------------*/

header{ 
	width: 100%;
	background-position: bottom center;
		background-image: url(../img/Z.jpg);
	background-repeat: repeat;
}

header .wrapper{
	padding: 0px 0px 27px 0px;

}
header .wrapper2{
	padding: 0px 0px 27px 0px;

}

header #logo{
	float: left;
	margin-top: 20px;
}



/* HEADINGS ------------------------------------------------------------*/

.masthead{
	padding: 54px 10px 54px 10px;
	line-height: 0em;
	
}


.mh-div{
	height: 54px;
}


.masthead h1{
	float: left;
}

.masthead .subheading{
	float: right;
}

.masthead .img{
	float: right;
}
.masthead.project h1{
	float: left;
	font-size: 24px;
}

.masthead.project .subheading{
	float: right;
}

/* COMBO NAVIGATION ------------------------------------------------------------*/

#comboNav{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
}

/* NAVIGATION ------------------------------------------------------------*/

#nav{
	margin-top: 51px;
	float: right;
	text-decoration: none;

}

#nav>li{
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

#nav>li:first-child{ margin-left: 0px;}

#nav>li:last-child{ 
	border-right: none;
	padding-right: 0px;
}

#nav>li>a{
	font-family:  Arial, sans-serif;
	font-size: 12px;
	display: block;
	overflow: hidden;
	padding: 5px 0px 2px 0px;
	
}


/* sub navigation -----------------------------------------------------*/

#nav>li ul{
	display: block;
	margin-top: 0px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	
	text-shadow: none;
}

#nav>li ul li a{
	display: block;
	padding: 20px 20px;
	display: block;
	font-size: 11px;
	text-decoration: none;
}


/* CATEGORIES NAVIGATION ------------------------------------------------------------*/

.cat-nav{
	float: right;
	
}

.cat-nav li{
	display: inline;
	margin-left: 5px;
	padding-right: 5px;
}

.cat-nav li:last-child{
	border: none;
}

.cat-nav li.current{
	font-weight: bold;
}
/****Map****/
.map {
  overflow: hidden;
  padding-top: 1px;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 399px;
  max-width: 100%;
}
.address1 {
  display: block;
  float: left;
}
.address1 + .address1 {
  margin-left: 70px;
}
.address1 dt {
  margin-bottom: 13px;
}
.address1 dd span {
  min-width: 144px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}

/* SLIDER-HOLDER ------------------------------------------------------------*/

#slider-holder{
width: 100%;
	padding-bottom: 50px;
	margin-top: 50px;
}

.home-slider{
width: 100%;
}

#slider-holder #headline{
	float: left;

}

#headline h4{
	margin-bottom: 21px;
	line-height: 1.3em;
}

#headline .headline-text{
	font-size: 13px;
	line-height: 1.5em;
}




#headline .read-more:hover{ color: #ffff; }

/* PROJECT  ------------------------------------------------------------*/

#project-content{
	margin-bottom: 54px;
}

#project-content .info{
	float: left;
	width: 320px;
	margin-left: 20px;
}

#project-content .description{
	float: right;
	width: 560px;
	margin-right: 20px;
}

#project-content strong{
	color: #444;
	font-weight: bold;
}

/* RELATED PROJECTS ---------------------------------------------------*/

.related-projects{
	display: block;
	padding: 54px 0px 54px 0px;
}

.related-heading{
	font-weight: bold;
	margin: 0px 0px 20px 20px;
	margin-bottom: 54px;
}

.related-projects .related-list{
	display: block;
}

.related-projects  figure{
	display: block;
	float: left;
	margin-left: 20px;
	width: 220px;
}

.related-projects .thumb{
	display: block;
	margin-bottom: 10px;
	padding: 0px;
	

}

.related-projects .thumb:hover img{
	opacity: 0.15;
}

.related-projects figure img{
	max-width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-projects .heading{
	text-decoration: none;
	font-style: normal;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* MAIN ------------------------------------------------------------*/

#main{ 
	width: 100%;
	position: relative;
}

#main .wrapper{ 
	min-height: 100%;
}

.boxshadow #main .wrapper{
	
}

#main #fold{
	position: absolute;
	top: 101px;
	right: 35px;
	width: 320px;
	height: 56px;
	color: #FFF;
}
.folda{
	color: #FFF;
	font-size: 12px;
}
.folda:hover{
	color: #FF0;
	font-size: 12px;
}
.maglr {
	margin-right: 5px;
	margin-left: 5px;
}
.maglr15 {
	margin-right: 15px;
	margin-left: 15px;
}
.magl30 {
	margin-left: 30px;
}
/* HOME ------------------------------------------------------------*/

.home-headline{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}


.home-block{
	padding-bottom: 50px;
	margin-bottom: 0px;
}


.home-block figure{
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.2em;
}

.home-block figure .thumb{
	display: block;
	width: 280px;
	padding: 0px;
	margin-bottom: 19px;

}

.home-block figure img{
	max-width: 100%;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-block figure .thumb:hover img{
	opacity: 0.1;
}

.home-block figure figcaption{
	line-height: 1.5em;
}
.home-block figure figcaption strong{
	display: block;
	font-size: 18px;
	margin-bottom: 11px;
}

.home-block .theme-link-button,
.left-home-block .theme-link-button,
.right-home-block .theme-link-button{
	float: right;
	margin-top: 13px;
	margin-right: 20px;
}

.home-add{
	padding-top: 50px;
}

/* PAGE CONTENT ----------------------------------------------------*/

#page-content{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* COLUMNS LAYOUT----------------------------------------------------------*/
.one img{

}
.three{
	width: 25%;
	float:left;
	position:static;
}
.two{	
		width: 50%;		
			float:left;
	position:static;
}
.two-7{	
		width: 67%;		
}
.two-3{	
		width: 27%;
}
.two-28{	
		width: 25%;
}
.two-25{	
		width: 17%;
}
.one{
	width: 98%;
	padding: 1%;
}


.two-7,
.two-3,
.two-25,
.two-28,
.one-half,
.one-third,
.one-third2,
.one-fourth,
.one-fourth3,
.one-five{
	float:left;
	position:static;
	padding-right: 1.5%;
	padding-left: 1.5%;
}
.000 {
	overflow: auto;
	visibility: inherit;
}
.one-half{ 
	width: 47%;
}

.one-third{ 
	width: 30.3%;
	
}
.one-third2{ 
	width: 63.6%;
	
}
.one-fourth{ 
	width: 22%;
}
.one-fourth3{ 
	width: 78%;
}
.one-five{ 
	width: 17%;
}
.magtop {
	margin-top: 50px;
}
.magleft {
	margin-left: 20px;
}
.magbottom {
	margin-bottom: 20px;
}
.magbottom30 {
	margin-bottom: 30px;
}
.last {
	clear:none;
	margin-right:0 !important;
	font-family: Helvetica, Arial, sans-serif;
}

/* CONTACT ------------------------------------------------------------*/


#map{
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 56px;	
}

.address-block li{
	padding-left: 20px;
}

.address-block .address{ background: url(../img/icon-address.png) no-repeat top left  }

.address-block .phone{ background: url(../img/icon-phone.png) no-repeat top left}

.address-block .mobile{ background: url(../img/icon-mobile.png) no-repeat top left }

.address-block .email{ background: url(../img/icon-email.png) no-repeat top left }


/* BLOG ------------------------------------------------------------*/

#posts-list,
#post-content{
	position: relative;
	width: 580px;
	float: left;
}

#posts-list article{
	position: relative;
	padding-left: 80px;
	margin-bottom: 55px;
}



#posts-list .entry-date,
#posts-content .entry-date,
.home-posts .entry-date{
	position: absolute;
	top: 0px;
	left: -17px;
	padding: 17px;
	font-family: 'Arvo', Arial, sans-serif;
	line-height: 1em;
}

#posts-list .entry-date .number,
#posts-content .entry-date .number,
.home-posts .entry-date .number{
	font-size: 21px;
	text-align: center;
	margin-bottom: 3px;
}

#posts-list .entry-date .month,
#posts-content .entry-date .month,
.home-posts .entry-date .month{
	font-size: 14px;
	text-align: center;
}

#posts-list .entry-date .year,
#posts-content .entry-date .year,
.home-posts .entry-date .year{
	font-size: 12px;
	text-align: center;
}

#posts-list .entry-date em,
#posts-content .entry-date em,
.home-posts .entry-date em{
	display: block;
	background: url(../img/fold-date.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: -16px;
	left: 0px;
}

#posts-list .post-heading,
#posts-content .post-heading{
	margin-bottom: 19px;
	line-height: 1.0em;
}

#posts-list .post-heading h4,
#posts-content .post-heading h4{
	line-height: 1.2em;
}

#posts-list .post-heading .meta a{
	font-family: 'Arvo', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

#posts-list .feature-image,
#post-content .feature-image{
	width: 490px;
	margin-bottom: 21px;
	line-height: 0em;
	padding: 5px;
	
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
}

#posts-list .feature-image:hover img,
#post-content .feature-image:hover img{
	opacity: 0.1;
}

#posts-list .feature-image a,
#post-content .feature-image a{
	display: block;
}


#posts-list .feature-image img,
#post-content .feature-image img{
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#posts-list .excerpt{
	display: block;
	margin-bottom: 20px;
}

/* HOME POSTS ---------------------------------------------------------*/

.left-home-block,
.right-home-block{
	width: 440px;
	float: left;
	
	margin-bottom: 30px;
}

.left-page-block,
.right-page-block{
	width: 440px;
	float: left;
	margin-bottom: 30px;
}

.left-page-block{
	margin-right: 55px;
}

.left-home-block{
	margin-left: 20px;
	margin-right: 55px;
}

.left-home-block .heading,
.right-home-block .heading{
	margin-bottom: 53px;
}

.home-posts article{
	position: relative;
	padding-left: 60px;
	margin-bottom: 50px;		
}

.home-posts .entry-date{
	left: -36px;	
}


.home-posts .post-heading{
	margin-bottom: 8px;
}

/* CLIENT LOGOS ---------------------------------------------------------*/

.clients-logos{
	display: block;
	margin-bottom: 54px;
	
	
}

.clients-logos li{
	display: block;
	width: 140px;
	float: left;
	margin: .5px;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.1); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.1); 
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.1);
	box-shadow: 0px 0px 2px rgba(0,0,0,.1);
}

.clients-logos li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

.clients-logos li a img{
	max-width: 100%;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.clients-logos li a:hover img{
	opacity: 1;
}

.thumb{

}
.thumb2{
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #373737;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #1E1E1E;
	background-color: #FFF;
	padding: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.thumb3{
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #E8E8E8;
	border-bottom-color: #CCC;
	border-left-color: #999999;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 20px;
}
/* PORTFOLIO ------------------------------------------------------------*/


.portfolio-list figure{
	float: left;
	width: 330px;
	margin-left: 30px;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.2em;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);

}
.portfolio-list figure2{
	float: left;
	width: 350px;
	margin-left: 30px;
	margin-bottom: 30px;
	position: absolute;
	line-height: 1.2em;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}

.portfolio-list figure .thumb,
.portfolio-list figure2 .thumb{
	display: block;
	padding: 0px;
	margin-bottom: 0px;
}

.portfolio-list figure .thumb:hover img{
	opacity: 0.4;
}

.portfolio-list figure img,
.portfolio-list figure2 img{
	max-width: 100%;
		
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-list figcaption{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	overflow: hidden;
	display: block;
	font-size: 11px;
	margin: 0px 24px 0px 24px;
	padding-bottom: 50px;
}

.pager li{
	display: block;
	margin-right: 5px;
	float: left;
}

.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	width: 20px;
	line-height: 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pager .paged{
	float:right;
	font-style:italic;
}


/* PAGE NAVIGATION ------------------------------------------------------------*/

.page-navigation{
	display: block;
	margin-left: 20px;
	margin-bottom: 100px;
	font-size: 16px;
	font-weight: bold;
}

.page-navigation a{
	display: block;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-navigation .nav-next{
	float: left;
}

.page-navigation .nav-previous{
	float: right;
}

/* PROJECT PAGER ------------------------------------------------------------*/

.project-pager{
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 54px;
}

.project-pager .previous-project{
	float: left;
}

.project-pager .next-project{
	float: right;
}


/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	position: relative;
	width: 320px; 
	float: left;
	margin-left: 60px;
}

#sidebar .block{
	margin-bottom: 40px;
	padding-bottom: 5px;
}


#sidebar h4,
#contact-sidebar h4{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}

#sidebar li{
	margin-bottom: 7px;
}


/* WIDGET COLS ------------------------------------------------------------*/

.widget-cols{
	margin-bottom: 30px;
}

.widget-cols h4{
	margin-bottom: 28px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.widget-cols>li{
	width: 220px;
	float: left;
	margin-left: 20px;
}

.widget-cols>li.fourth-col{
	margin-right: 0px;
}

/* FOOTER ------------------------------------------------------------*/

footer{ font-size: 11px; 
}


footer .wrapper{
	padding-top: 24px;
}

/* FOOTER BOTTOM ------------------------------------------------------------*/

.footer-bottom{
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(0,0,0,0.1);
	overflow: hidden;
	 height:100%;
}

.footer-bottom .left{
	width: 50%;
	padding-top: 10px;
	float: left;
}

.footer-bottom .right{
	width: 50%;
	float: right;
}
.tabletop {
	background-image: url(../img/Z.jpg);
	color: #FFF;
}
.tabletop1 {
	background-image: url(../img/product-04-2-2.jpg);
	color: #FFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.tabletop2 {
background-image: url(../img/product-04-2-3.jpg);
	color: #000;
	text-align: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.tabletopwhite {
	color: #000;
	text-align: center;
	background-color: #FFF;
}
.tableb {
	background-color: #D7D7D7;
	color: #000;
}
.tablew {
	margin: 2px;
}
.tableblue {
	background-color: #006799;
	color: #FFF;
		margin: 10px;
}
.tablegreen {
	background-color: #66CC33;
	color: #FFF;
	margin: 10px;
}
.tableorg {
	background-color: #FF6600;
	color: #FFF;
		margin: 10px;
}

.tableprotop {
	background-color: #2F527C;
	color: #FFF;
}
.tmag {
	margin-top: 20px;
	margin-bottom: 15px;
}
.tblue {
	color: #006799;
}
.tgreen {
	color: #66CC33;
}
.torg {
	color: #FF6600;
}
.tyellow {
	color: #FFFF99;
}
.boxbox1 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #6666CC;
}
.boxbox2 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #FCF1BC;
}.boxbox3 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #FF9900;
}.boxbox4 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #339966;
}.boxbox5 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #AAF08C;
}.boxbox6 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #0099FF;
}.boxbox7 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #CC0066;
}.boxbox8 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #FFFFFF;
	border: thin solid #666;
}.boxbox9 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #11D5F7;
}.boxbox10 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #993300;
}.boxbox11 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #FFFF99;
}.boxbox12 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #000000;
}.boxbox13 {
	margin: 5px;
	height: 100px;
	width: 100px;
	background-color: #999999;
}.boxbox0 {
	margin: 5px;
	height: 100px;
	width: 100px;
}
