@charset "utf-8";
/* Reset */
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}
/* Frame Styling */
#frames {
	z-index:10;
}
#top, #bottom, #left, #right {
	position:fixed;
	background:#79d5f5;
}
#top, #bottom {
	left:0;
	width:100%;
	height:10px;
}
#top {
	top:0;
}
#bottom {
	bottom:0;
}
#left, #right {
	top:0;
	height:100%;
	width:10px;
}
#left {
	left:0;
}
#right {
	right:0;
}
/* Begin Styling */
#container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#wrapper {
	width: 960px;
	height: 300px;
	margin-left: -480px;  /***  width / 2   ***/
	position: absolute;
	top: -150px;          /***  height / 2   ***/
	left: 50%;
}
/* Button Styling */
.topimage {
	width:192px;
	height:33px;
	border:none;
	display:block;
}
.topimage span {
	display:none;
}
.bottomimage {
	width:192px;
	height:68px;
	border:none;
	display:block;
}
.bottomimage span {
	display:none;
}
#frosttop {
	cursor:pointer;
	background:url(../images/sprites.gif) 0 0;	
}
#frosttop:hover {
	background:url(../images/sprites.gif) 0 -33px;	
}
#frostbottom {
	cursor:pointer;
	background:url(../images/sprites.gif) 0 -66px;
}
#frostbottom:hover {
	background:url(../images/sprites.gif) 0 -134px;
}

#shinertop {
	cursor:pointer;
	background:url(../images/sprites.gif) 768px 0;
}
#shinertop:hover {
	background:url(../images/sprites.gif) 768px -33px;
}
#shinerbottom {
	cursor:pointer;
	background:url(../images/sprites.gif) 768px -66px;
}
#shinerbottom:hover {
	background:url(../images/sprites.gif) 768px -134px;
}

#whataburgertop {
	cursor:pointer;
	background:url(../images/sprites.gif) 576px 0;
}
#whataburgertop:hover {
	background:url(../images/sprites.gif) 576px -33px;
}
#whataburgerbottom {
	cursor:pointer;
	background:url(../images/sprites.gif) 576px -66px;
}
#whataburgerbottom:hover {
	background:url(../images/sprites.gif) 576px -134px;
}

#costadelmartop {
	cursor:pointer;
	background:url(../images/sprites.gif) 384px 0;
}
#costadelmartop:hover {
	background:url(../images/sprites.gif) 384px -33px;
}
#costadelmarbottom {
	cursor:pointer;
	background:url(../images/sprites.gif) 384px -66px;
}
#costadelmarbottom:hover {
	background:url(../images/sprites.gif) 384px -134px;
}


#moretop {
	cursor:pointer;
	background:url(../images/sprites.gif) 192px 0;
}
#moretop:hover {
	background:url(../images/sprites.gif) 192px -33px;
}
#morebottom {
	cursor:pointer;
	background:url(../images/sprites.gif) 192px -66px;
}
#morebottom:hover {
	background:url(../images/sprites.gif) 192px -134px;
}

/* content Styling */
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#666666;
	letter-spacing:4px;
	border-bottom: 1px solid #999999;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.client-area {
	float:left;
	margin:48px 0 0;
}
.infobox {
	width:172px;
	height:92px;
	padding:10px;
}
.infobox p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999;
	line-height:18px;
}
.infobox p a {
	color:#0099cc;
	text-decoration:none;
	font-weight:bold;
}
.infobox p a:hover {
	color:#666666;
}
.trialarea {
	padding:10px;
}
.trialarea img {
	margin:5px 10px 10px 0;
	border:1px solid #999999;
}
.trialarea p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	line-height:20px;
	margin:0 0 10px 0;
}
.trialarea p a {
	color:#0099cc;
	text-decoration:none;
	font-weight:bold;
}
.trialarea p a:hover {
	color:#666666;
}
/* Logo and Nav */
.logoarea {
	width:192px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999999;
	position:absolute;
	bottom: 25px;
	right: 13px;
	z-index:15;
}
#meylologo {
	width:192px;
	height:33px;
	background:url(../images/sprites.gif) 192px -202px;
}
#nav {
	letter-spacing:4px;
	line-height:18px;
	margin:5px 0 0;
	text-transform:lowercase;
}
#nav a {
	color:#0099cc;
	text-decoration:none;
	font-weight:bold;
}
#nav a:hover {
	color:#666666;
}
/*	MultiBox */
.MultiBoxContainer {
	position: absolute;
	border: 10px solid #FFF;
	background-color: #FFF;
	display: none;
	z-index: 46;
	text-align: left;/*overflow: hidden;*/
}
.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -19px;
	right: -19px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	width: 100%;
	position: relative;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding-bottom: 2px;
	position: absolute;
	bottom: 0px;
}
.MultiBoxPrevious {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNext {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-align: left;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #666;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
/* From CSS */
#form_box {
	width: 590px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
#log {
	width: 590px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}
