body {
	max-width:1100px;
	background-color: #FFF;
	background-image: url(bl1.jpg),url(bl2.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat, repeat-x;
	background-attachment: scroll, scroll;
	margin: auto;
	padding: 20px;
}


/*---------------------------------------------------Begin of Header ---------------------------------------------------*/

#logo{
	float: left;
}
#logo img{
	width:100%;
	max-width:250px;
}
#thumb{
	float: right;
	margin-right: 20px;
	margin-top: 40px;
}
#thumb a img {
	margin: 5px;
	border-radius:360px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	opacity:0.3;
}
#thumb a:hover img {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* IE 9 */
	-webkit-transform:rotate(360deg);
	opacity:1; /* Opera, Chrome, and Safari */
}

@media only screen and (max-width: 800px) {
#logo, #thumb{
	float: none;
	clear:both;
	text-align: center;
	margin: 0px;
}	
body {
	padding: 20px 0px;
}	
}

/*--------------------------------------------------- End of Header ---------------------------------------------------*/









/*--------------------------------------------------- This Taiko Rule Them All ---------------------------------------------------*/
section{
	overflow:auto;
	border-radius:10px;
	background-color: #FFF;
	width:auto;
	text-align: center;
	border-radius:10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;	/*box-shadow: 0px -3px 1px #CCCCCC;*/
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 20px;
} 
/*--------------------------------------------------- End of Taiko ---------------------------------------------------*/







/*******************************************************************************************/
.box_single{
	width:auto;
	clear:both;
	overflow: auto;
	display: inline-table;
	margin: 5px;
}

/*******************************************************************************************/
.box_double{
	width:490px;
	box-shadow: 0px 0px 5px #CCCCCC;
	overflow: auto;
	padding: 20px;
	display: inline-table;
	margin: 5px;
}

.box_double li{
	text-align:left;
	
}

.box_double a{
	color: #FFF;
	background-color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 5px #CCCCCC;
	border: 2px solid #FFF;
}
.box_double a:hover{
	background-color: #C00;
	box-shadow: 0px 1px 5px #000;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	}
	


.box_double small{
	color:#036;	
	}

/*******************************************************************************************/

.box_triple{
	width:310px;
	overflow: auto;
	display: inline-table;
	background-repeat: no-repeat;
	background-position: right bottom;
	
	background-image:url(readmore.png), -ms-linear-gradient(top left, #9E9E9E 0%, #0F0C0C 100%); 
	background-image:url(readmore.png), -moz-linear-gradient(top left, #9E9E9E 0%, #0F0C0C 100%);
	background-image:url(readmore.png), -o-linear-gradient(top left, #9E9E9E 0%, #0F0C0C 100%);
	background-image:url(readmore.png), -webkit-gradient(linear, left top, right bottom, color-stop(0, #9E9E9E), color-stop(1, #0F0C0C));
	background-image:url(readmore.png), -webkit-linear-gradient(top left, #9E9E9E 0%, #0F0C0C 100%);
	background-image:url(readmore.png), linear-gradient(to bottom right, #9E9E9E 0%, #0F0C0C 100%);
	
	margin: 5px;
	color: #FFF;
	box-shadow: 0px 3px 10px #000;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	}
	
/*******************************************************************************************/	
.box_sidemenu{
	width: 250px;
	margin: 5px;
	padding: 20px;
	display: inline-table;
	text-align: left;
}
.box_sidemenu ul{
	padding-left: 0px;
	list-style-type: none;
}
.box_sidemenu li a{
	display: block;
	margin: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
	font-size: 12px;
}

.box_sidemenu li a:hover{
	background-color: #CCC;
}

@media only screen and (max-width: 800px) {
.box_sidemenu{
	display: none;
}

}
/*******************************************************************************************/	

.box_product{
	margin: 5px;
	width: 710px;
	display: inline-table;
	text-align: left;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	}
	


/*******************************************************************************************/	
@media only screen and (max-width: 800px) {
.box_double, .box_triple, .box_product{
	display: block;
	width: auto;
	clear: both;
	padding-left: 0px;
	border-left-width: 0px;
	padding-right: 0px;
}

}
/*--------------------------------------------------- Begin of Boxes Design ---------------------------------------------------*/










/*---------------------------------------------------And The Infamous---------------------------------------------------*/
.form_element{
	width: 100%;
	border: 1px solid #CCC;
	margin: 1px;
	padding: 3px;
}

#footer{
	color: #999;
	text-align: center;
	padding: 20px;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 30px;
	background-color: #000;
	display:block;

}

#footer br{
	display:none;
	}

@media only screen and (max-width: 800px) {
	#footer{
	margin-top: 20px;
	padding: 20px;
}
	#footer br{
		display:block;
	}
}
@media only screen and (max-width: 420px) {
	#footer{
	margin-top: 20px;
	font-size:70%;
}

}