@charset "utf-8";

@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Regular.eot') format('embedded-opentype'); /* IE9 Compat Modes */
    src: url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */
     url('MyriadPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('MyriadPro-Regular.svg#levenim') format('svg'); /* Legacy iOS */
}

body {
	background-color:#000;
}

#logo_container {
	position:fixed;
	background-image:url(../gfx/logo.png);
	background-size:cover;
	position:relative;
	width:600px;
	height:150px;
	margin: 0px;
	padding: 0px;
}

#body_container {
	position:fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	
	background-image:url(../gfx/body_background.png);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

#menu_container {
	position:relative;
	height:20px;
	/*left:60%;*/
	float:right;
	top:10%;
}

.menu_item {
	display:inline-block;
	margin-left:5px;
	margin-right:40px;
	cursor:pointer;
	color:#FFF;	
	font-family:"Myriad Pro";
	font-weight:800;
	height:20px;
	vertical-align:top;
	padding-top:3px;
}

.menu_item:hover {
	color:#aeff01;	
	font-family:"Myriad Pro";
	font-weight:800;
}

.flower_menu {
	display:inline-block;
	width:18px;
	height:19px;
	background-image:url(../gfx/menu_flower.png);
}



#main {
	position:relative;
	width:400px;
	max-height:60%;
	top:120px;
	left:400px;
	overflow-y:scroll;
	overflow-x:hidden;
	
	-webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    -ms-transition: left 0.5s;
    transition: left 0.5s;
}

#home {
	position:absolute;
	width:400px;
	height:80%;
	left:0px;
}


#home_container {
/*	width:65%;
	margin-left:6%;*/
	width:60%;
	margin-left:6%;
	background: rgba(0, 0, 0, 0.15);
	padding:20px;
	overflow-y:scroll;
	overflow-x:hidden;
	
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
	
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');	
}

#home_container h2 {
	font-family:"Myriad Pro";
	font-size:24px;
}

#home_container p {
	font-family:"Myriad Pro";
	font-size:18px;
}

#home_welcome {
	font-family:"Myriad Pro";
	font-size:2.5em;
	margin-bottom:40px;
}

.offers {
	float:left;
	width: 20%;
	height: 180px;
	margin-right:5%;
	background: rgba(0, 0, 0, 0.15);
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');	
}

.offer_symbol {
	position:relative;
	width:80%;
	margin-left:10%;
	margin-bottom:5%;
	padding-top:8%;
	height:30%;
	background-image:url(../gfx/offer_symbol.png);
	background-size:100% 100%;
	text-align:center;
	font-family:"Myriad Pro";
	font-size:1.6em;
	color:#FFF;
}

.offer_content {
	position:relative;
	width:80%;
	height:40%;
	margin:10%;
	font-family:"Myriad Pro";
	font-size:1.4em;
	text-align:center;
}

#about {
	position:absolute;
	width:400px;
	height:80%;
	left:400px;
}

#about_container {
	width:60%;
	margin-left:6%;
	background: rgba(0, 0, 0, 0.15);
	padding:20px;
	overflow-y:scroll;
	overflow-x:hidden;
	
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
	
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');	
}

#about_container h2 {
	font-family:"Myriad Pro";
	font-size:24px;
}

#about_container p {
	font-family:"Myriad Pro";
	font-size:18px;
}
	
#whatweoffer {
	position:absolute;
	width:400px;
	height:80%;
	left:800px;
}

#whatweoffer_container {
	width:60%;
	margin-left:6%;
	background: rgba(0, 0, 0, 0.15);
	padding:20px;
	overflow-y:scroll;
	overflow-x:hidden;
	
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
	
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}


#whatweoffer_container h2 {
	font-family:"Myriad Pro";
	font-size:24px;
}

#whatweoffer_container h4 {
	font-family:"Myriad Pro";
	font-size:20px;
}

#whatweoffer_container p {
	font-family:"Myriad Pro";
	font-size:18px;
}

#whatweoffer_container li {
	font-family:"Myriad Pro";
	font-size:14px;
}

#contact {
	position:absolute;
	width:400px;
	height:80%;
	left:1200px;
}

#contact_container {
	width:33%;
	margin-left:6%;
	background: rgba(0, 0, 0, 0.15);
	padding:20px;
	
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
	
	-moz-box-shadow: 3px 3px 4px #444;
	-webkit-box-shadow: 3px 3px 4px #444;
	box-shadow: 3px 3px 4px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}


#contact_container h2 {
	font-family:"Myriad Pro";
	font-size:24px;
}

#contact_container p {
	font-family:"Myriad Pro";
	font-size:18px;
}

#contact_container table td {
	font-family:"Myriad Pro";
	font-size:18px;
	min-width:100px;
}

#contact_container a {
	text-decoration:none;
	color:#000;
}

#contact_container a:hover {
	color:#333;
}

#maid_logo {
	position:fixed;
	left:1200px;
	top:400px;
	width:auto;
	height:auto;
	background-image:url(../gfx/maid_logo.png);
	background-size:cover;
	width:300px;
	height:476px;
}

#footer_container {
	position:fixed;
	left:0px;
	top:2000px;
	width:1366px;
	height:80px;
	background-image:url(../gfx/footer_bg.png);
	background-repeat:repeat-x;
}

#footer_contact {
	font-family:"Myriad Pro";
	font-size:30px;
	color:#FFF;
	margin-left:40px;
	margin-top:20px;
	height:50px;
}

#phone_icon {
	display:inline-block;
	vertical-align:middle;
	height:50px;
}

#phone_number {
	display:inline-block;	
	vertical-align:top;
	padding-top:8px;
	height:50px;
}

.green_h1 {
	color:#aeff00;
}