@charset "utf-8";
/* CSS Document */

html,body
{
	height:100%;
	min-height:100%;

}
.touchbg
{
	background-image:url("images/touchorder/tco_homebg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	color: #6C3600;
} 
.touchheader h1
{
	font-size:52px;
	text-align:center;
	color:#FFF;
	padding-top:10px;
}
p
{
padding-left:5px;
padding-Right:5px;
 
}

h3
{
	font-size:42px;
	text-align:center;
	color:#666;
	margin-bottom:0px;
	
}

.touchmainContainer
{
	width:100%;
	height:100%;
	margin:auto;
	}
.touchheader
{
	background-image:url("images/touchorder/tco_topbanner.png");
	background-repeat: no-repeat;
	background-position: center;
	height:81px;
	width:682px; 
	margin:auto;	 
}
.touchheaderbg
{
	background-image:url("images/touchorder/tco_topband.png");  
    background-position: left 3px;
    background-repeat: repeat-x;
    height: 68px;
    width: 100%;
}
.touchbanner
{
width:100%;
	
}
.touchcontent
{
	width:1000px;
	height:100%;
	margin-top:50px;
	margin:auto;
	
}
.touchcontent1
{
	width:1000px;
	height:100%;
	margin-top:50px;
	margin:auto;
	/*background-color:#FFF;
	border-radius:10px;
	border: thin solid #FFF;*/	
}



.touchCakeGallery{
	width:790px;
	height:450px;
    float:left;
    margin:10px  auto ;
	padding-left:20px;
	background:rgba(255,255,255,0.50); 
	border-radius:10px;
}

.touchbtn
{
	width:150px;
	height:70px;
	background-color:#DF0070;
	border-radius:8px;
	border:none;
	position:absolute;
	left: 725px;
	top: 600px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
.touchcakeimg
{
	width:250px; 
	float:left;
	margin-left:10px;
	margin-top:10px;
}
 .touchcakeimg img
{
	border-radius:20px;
	/*box-shadow:5px 5px 5px  #ccc;*/
	}
.touchnavigation
{
	width:200px;
	height:50px;
	margin:auto;
}
.touchleftside
{
	width:280px;
	float:left;
	color:#FFF;
	min-height:350px;
	margin-top:5px;
	border: medium inset #D38233;
	box-shadow: inset 0 1px 0 white;
}
.touchRightside
{
	width:185px;
	padding-left:15px;
	margin-top:175px;
		color:#FFF;
		float:left;
	/*	background-color:#F2EFBB;*/
	height:150px;
	/*background-image: url(../image/sidebar1.png);*/	
}

.touchCenterSide
{
	width:500px;
    float:left;
	margin-left:225px;
	
	
    
}

.touchfooter{
	width:100%;
	height:50px;
	background-color:#6C3600;
	float:left;
	margin-top:80px;
}
.touchfooterright
{
	float:right;
	width:250PX;
	height:30px;
	color:#fff;
}
.touchfooterright a
{
	color:#fff;
}
.touchnext
{
	width:83px;
	height:83px;
	float:left;
	margin-top:150px;
	background-image: url(../image/button1.png);
}
.touchprev
{
	width:83px;
	height:83px;
	float:right;
	margin-top:150px;
	background-image: url(../image/button2.png);
	left: 78%;
	top: 130px;
	right: 10px;
	bottom: 10px;
}
