@charset "utf-8";
/* CSS Document */
/*-------LOAD Font----------------*/
@font-face {
    font-family: 'Qwerty';
    src: url('Fonts/Q1/q1-webfont.eot');
    src: url('Fonts/Q1/q1-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Q1/q1-webfont.woff') format('woff'),
         url('Fonts/Q1/q1-webfont.ttf') format('truetype'),
         url('Fonts/Q1/q1-webfont.svg#Qwerty') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*---------------Set Default Font------------*/
body
{
	font-family:Qwerty,sans-serif;
	font-size:14px;
	background-color: #999999;
}
/*---------------Main Page/Paper-----------*/
div.page
{
	position:relative
	z-index:0;
	background-color: #666666;	
	width: 800px;
	height: auto;
    min-height:750px;
	margin: -120px auto 0px;
	/*Shadow*/
	-moz-box-shadow: 5px 5px 5px #555;
  	-webkit-box-shadow: 5px 5px 5px #555;
  	box-shadow: 5px 5px 5px #555;
}
/*--------------Styled Heading-----------------*/
div.Q1
{
	position:relative
	z-index:1;
	font-family:Qwerty,sans-serif;
	margin-left:-40px;
	padding-bottom:25px;
	height:245px;
	line-height:245px;
	font-size: 245px;
	color:#626262;
}
/*---------------Crop Styled Heading------------*/
div.crop 
{
   height:260px;
   width: 800px;
   overflow: hidden;
   margin: auto;
   padding-bottom:10px;
   
}
/*-------------Visible Heading------------------*/
div.Q2
{
	font-family:Qwerty,sans-serif;
	margin: -50px 32px 0px;
	height:50px;
	line-height:36px;
	font-size: 36px;
	color:#ccccbb;
}
/*-------------Tabbed Area---------------------*/
#tabbedarea
{
	position:relative;
	z-index:10;
	height:auto;
	min-height:400px;
	width:735px;
	margin: 0px auto;
}
div.tabs
{
	position:relative;
	z-index:20;
	height:40px;
	width:auto;
	margin:auto;
	padding:10px;
	background-color:#ccccbb;
	font-family:Qwerty,sans-serif;
	font-size:20px;
	color:#626262;
	text-align:center;
	/*Rounded Corners*/
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	/*Shadow*/
	-moz-box-shadow: 5px 5px 5px #555;
  	-webkit-box-shadow: 5px 5px 5px #555;
  	box-shadow: 5px 5px 5px #555;
}