@font-face{
/* handshaking line */
	font-family: coming;
	src: url('coming.eot');
	src: local(coming), url('coming.ttf') format('opentype');
	
	font-family: promo;
	src: url('promo.eot');
	src: local(promo), url('promo.ttf') format('opentype');
	
	}

/* CSS note */ 
body{
	width:100%;
	height:350px;
	margin:0px;
	font-family:arial;
	line-height:150%;
	
	/*background-color:#0404B4;*/
	background-image:url(wcar.jpg);
	background-attachment:fixed;
	background-size:cover;
	
		
}



div#header{
	width:100%;
	height:240px;
	position:fixed;

	margin:50px auto 0px auto; /* if only auto will be for all side */
	text-align:center;
	padding:10px 0px 0px 0px;
	/* border-radius:30px; for all corner */
	border-radius:15px 15px 0px 0px;
	/*box-shadow:5px 0px 5px #f93, -5px 0px 5px #f93;*/
	/*background:rgba(000,000,000,0.2);*/

}

div#header:hover{
	background:rgba(0.8 0.8 0.8 #000);
}


h1#website-name{
	
	font-size:45pt;
	font-family: 'Special Elite', cursive;
	/*font-family:impact; */
	font-variant:small-caps;
	text-shadow:0px 0px 15px #f93;
	color:#000;
}

p#tagline{

		font-size:27pt;
		font-weight:normal; /* removes autobold feature of H1 tag */
		letter-spacing:1px;
		font-family:impact;
		margin:0px 0px 30px 0px;
		color:yellow;
		text-align:center;
		
}

a.mainlinks{
	
	text-decoration:none;
	border:0px double #333; /* thickness style color . for style option: solid dotted dashed double */
	padding:4px 8px;
	margin:3px 3px 3px 3px;
	border-radius:5px;
	/* box-shadow:5px 0px 5px #333; */
	box-shadow:0px 0px 18px #333;
	font-family:impact;
	font-size: 13pt;
	font-variant:bold;
	
	/* the below line is to work along with this line -webkit-transform:scale(1.5); (to increase button size when curse touches. apply only for a.mainlinks */
	display:inline-block;
	/* -webkit-transition:9s; */
	/* recommended 0.3s */

	box-shadow:0px 0px 5px #fff;
	background:#000;
	color:#fff;

}

a.mainlinks:hover{
	background:#0B0B61;
	color:#fff;
	box-shadow:0px 0px 15px #fff;
	font-size: 14pt;
	transition:0.4s;
}


div#mainbody{
	width:100%;
	height:10000px;
	/*background:rgba(000,000,000,0.4);*/
	margin:auto;
	border-radius:0px 0px 15px 15px;
	/*box-shadow:5px 0px 5px #f93, -5px 0px 5px #f93; /* value  - left or + right ,  - up or + down, blur & color.  */
	position:fixed;
	background:rgba(000,000,000,0.2);
}

div#leftpanel{

	width:70%;
	height:auto;
	/* background:#f00; */
	float:left;
	font-size:18pt;
	/* font-family: 'Playball', cursive; */
	font-family:verdana;
	text-align:justify;
	/* padding alignment - clockwise */
	padding:20px 50px 20px 50px;
	box-sizing:border-box;
		
}

div#leftpanel100{

	width:80%;
	height:auto;
	/* background:#f00; */
	float:left;
	font-size:13pt;
	/* font-family: 'Playball', cursive; */
	font-family:verdana;
	text-align:justify;
	/* padding alignment - clockwise */
	padding:40px 50px 0px 50px;
	box-sizing:border-box;
	color:#fff;
	
		
}

div#leftpanel200{
	width:10%;
	padding:125px 0px 10px 30px;
	float:left;


}



img#pic1{
-webkit-transition:3s;
	float:left;
	margin:20px 20px 0px 0px;
	/* width:200px */
	width:50%;
	border-radius:10px;
	box-shadow:5px 0px 5px #333;
	}
	
img#pic1:hover{

	-webkit-transform:scale(1.1);
}	

div#rightpanel{

	width:30%;
	height:auto;
	/* background:#0f0; */
	float:left;
	padding:0px 0px 0px 0px;
	font-size:10pt;
	
}
/* decimal, lower or upper-alpha, lower or upper-roman */

ul#mylist{
	/* list-style-type: lower-roman */
	list-style-image:url(images/bullet.gif)

}

img#facebook{

	/* width:200px */
	width:10%;
	margin:0px 0px 10px 0px;
	}

div#bottompanel{

	width:100%;
	height:0px;
	/* background:#00f; */
	clear:both;
	padding:90px;
	font-size:13pt;
	/* font-family:verdana; */
	font-family:arial;
	text-align:center;
	/* padding alignment - clockwise */
	padding:20px 50px 20px 50px;
	box-sizing:border-box;
	box-sizing:border-box;
	/* firefox old version */
	-moz-box-sizing:border-box;
	color:#fff;
}
p#mtc{
	/* only applicable on CSS3- webkit is for chrome & safari  - not supported in IE*/
	/* old way is to 3 or 5 division then float left & clear - recommended for all browser */
	-webkit-column-count:5;
	-webkit-column-gap:30px;
	
	-moz-column-count:3;
	-moz-column-gap:30px;
	
	column-count:3;
	column-gap:30px;

}

img#pic11{

	float:right;
	margin:20px 0px 0px 20px;
	/* width:200px */
	width:40%;
	border-radius:10px;
	box-shadow:5px 0px 5px #777;
	}
	
div#footer{
	width:70%;
	height:80px;
	background:rgba(000,000,000,0.7);
	margin:auto;
	padding:1px;
	box-shadow:5px 0px 5px #f93, -5px 0px 5px #f93;
	font-size:12pt;
	text-align:center;
	color:#fff;

}

/* ===========================CSS for products.html==============================*/

div#product1{
	width:33%;
	height:180px;
	background:red;
	float:left;
	}
	
	
div#product2{
	width:34%;
	height:180px;
	background:blue;
	float:left;
	}
	
	div#product3{
	width:33%;
	height:180px;
	background:green;
	float:left;
	}
	
	div#product-table{
	width:100%;
	height:360px;
	/* background:pink; */
	clear:both;
	padding:1px 0px 0px 0px;
	}
	
/* whole table	changes */
table#products{
	width:90%;
	height:240px;
	border:1px solid #777;
	margin:30px auto 0px auto;
	text-align:center;
	border-collapse:collapse;
	font-size:10pt;

}


/* each cell	changes */	
table#products td{

	border:1px solid #777;

}	
	
tr#firstrow{
	background:#333;
	color:#fff;
	font-weight:bold;
	
	}
	
tr.alt1{
	background:#999;	
	
	}
	
tr.alt2{
	background:#CDCDCD;
	
	}
	
img#q1-logo{
	width:90%;
	border-radius:54px;
	margin:72px 0px 0px 0px;

}
	
h1#q1-title{
	font-size:36pt;
	text-shadow:3px 3px 3px #777;
	background:#000;
	color:yellow;
}
	
img#personaltraining{
	width:54%;
	border-radius:15px;
	float:left;
	margin:20px 20px 0px 0px;
	

}

img#personaltraining1{
	width:100%;
	border-radius:10px;
	float:left;
	margin:20px 20px 20px 20px;
	

}
	
p.qtextbox{
	font-size:15pt;
	color:yellow;
	
	background:#000;
}
	
h1#qtextbox1{
	text-shadow:0px 0px 3px yellow;
	color:#000;
	font-size:27pt;

}
	
label{
	width:150px;
	display:inline-block;
	font-family:verdana;
	font-size:12pt;
	margin:5px 0px;

}

textarea#message{
	width:50%;
	height:100px;
	margin:0px 0px 10px 0px;
	padding:3px;
	font-size:15pt;
	color:black;
	border:1px solid #1B4455;
	border-radius:1px;
	box-shadow:2px 2px 3px #333;
	text-shadow:blue;
	outline:none;
	resize:none;
}

div#gallery{
	color:#fff;

}

div#clearboth{
	width:100%;
	height:0px;
	clear:both;

}

div#left{
	width:15%;
	height:110px;
	float:left;
}

div#right{
	width:100%;
	height:110px;
	float:left;
}

div#bottom{
	width:100%;
	height:100px;
	clear:both;
	padding:30px 0px 0px 0px;
}

img#logo{
	width:75%;
	margin:20px 0px 0px 65px;
	
}


iframe#map{
	width:100%;

}

img#font{
	width:60%;
	margin:30px 0px 0px 0px;
	border-radius:0px;


}

img#twitter{
	width:55%;
	margin:10px 0px 10px 0px;

}

img#twitter1{
	width:65%;
	margin:10px 0px 10px 0px;

}

img#numberplate{
	width:100%;
	margin:10px 0px 10px 0px;

}

img#numberplate1{
	width:15%;
	padding:-200px 0px 150px 0px;

}

h1#sakai{
	font-size:18pt;
	color:yellow;
}

h1#fr{
	font-size:50pt;
	color:#f93;
	text-align:center;
	text-shadow:0px 0px 5px #333;
	font-family:impact;
}

div#wowslider-container1{
	width:35%;
	margin:440px 0px 50px 280px;
	border-radius:130px;
}

div#infobox{
	width:240px;
	height:280px;
	padding:10px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	
	position:fixed;
	right:30px;
	bottom:-250px;
	
	background:yellow;
	border-radius:15px 15px 0px 0px;
	text-align:center;


	
	
}

h1#infobox-title{
	font-size:14pt;
	margin:0px;
}

p#infobox{
	font-family:impact;
	font-size:12pt;
	
	

}

img#infologo{
	width:20%;

}

img#infologofb{
	width:25%;

}

img#cyc{
	width:70%;
	padding:120px 0px 0px 120px;


}
