/* zeroize */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: Helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

/* basic styles */


body {
  background-color: #0d0f10;
  color: #666666;
}


a, a:visited, a:hover {
	color:#666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	

h1 {
	margin: 0 0 22px 0;
}

p {
	margin: 0 0 18px 0;

}


/* basic layout */



.main {
	width: 874px;
	height: 680px;
	margin:48px auto 5px auto;	
}

#products {
	 background-image: url('../graphics/meamobile_bg_products_blank.png');
}

#contact {
	 background-image: url('../graphics/meamobile_bg_contact_blank.png');
}

#navigation {
	float:left;
	width:870px;
	height:70px;
}

#copyright {
	font-size:9px;
	color: #1f1f1f;
	margin: 0 auto 20px auto;
	padding-left: 30px;
	width: 874px;
}

a#contactbutton {
	display:block;
	width: 90px;
	height: 22px;
	overflow: hidden;
	position:relative;
	top: -36px;
	left:775px;

}

a#contactbutton:hover {
	display:block; 
	text-indent:-90px;
}



a.fullbutton {
	display:block;
	width: 360px;
	height: 32px;
	overflow: hidden;
	text-indent:0;
	border-top: solid #333 1px;

}

a.fullbutton:hover {
	display:block; 
	text-indent:-360px;
}

a#productsbutton {
	display:block;
	width: 104px;
	height: 22px;
	overflow: hidden;
	position:relative;
	top: -36px;
	left:649px;

}

a#productsbutton:hover {
	display:block; 
	text-indent:-104px;
}

a#productsbuttonblank {
	display:block;
	width: 104px;
	height: 22px;
	overflow: hidden;
	position:relative;
	top: -58px;
	left:649px;
}



#content {
	float:left;
	width:840px;
	margin-left:16px;
}

#leftcolumn{
	width: 420px;
	float:left;
}

.mainimage {
	display:none;
	background-image: url('../graphics/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	
}

.vertical{
	position: relative;
	left: 49px;	
	top: 24px;
	width: 284px;
	height: 576px;
}

.wide{
	position: relative;
	left: 7px;	
	top: 21px;
}

.horizontal{
	position: relative;
	left: -96px;	
	top: 64px;
}

#backbutton {
	position: absolute;
	top:570px;
	text-indent: -37px;
	
}
	

#rightcolumn{
	width: 360px;
	float:right;
	margin: 45px 24px 0 0;
}

.rightbutton{
	width: 360px;
	height:32px;
	position:relative;
	left: 36px;
	margin: 34px 0 0 0;	
	display:block;
	float:left;

}

.rightbutton img {
	float: right;
}

#thumbsblock {
	float:left;
	width: 360px;
	height: 60px;
	display: block;
	margin: 36px 0 0 0;	
}

#thumbsblock a{
	margin: 3px;
	display: block;	
	float:left;
	padding: 0;
	width:60px;
	height:60px;
}

#thumbsblock a:hover{
	margin: 2px;	
	border: solid #e48318 1px;
}

.floatright {
	float: right;
}

.moretext {
	width: 360px;
	float: left;
	margin: 36px 0 0 0;	

}

.toptext {
	width: 360px;
	float: left;
	margin: 12px 0 12px 0;	

}

/* contact form */


#conatctform{
	margin: 36px 0 0 32px;	
}

#conatctform li, #conatctform ul {
	list-style: none;
	margin:0;
	padding: 0 0 10px 0;
	text-indent: 0;
		
}

#conatctform input.jumbotextfield{
	background-image:url(../graphics/form_textfieldbg.png);
	background-repeat:no-repeat;
	width: 356px;
	height: 18px;
	background-color: transparent;
	border: none;
	color: #666;
	font-size: 16px;

	padding: 10px;
}

#conatctform textarea.jumbotextfield{
	background-image:url(../graphics/form_textareabg.png);
	background-repeat:no-repeat;
	font-family: Helvetica, arial, sans-serif;
	width: 356px;
	height: 138px;
	background-color: transparent;
	border: none;
	resize: none;
	margin: 0 0 0 1px;
	color: #666;
	font-size: 12px;
	padding: 10px;
	overflow:auto;
}

#submit {
	float: right;
	margin-top:12px;
	width:101px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../graphics/form_sendbutton.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}

.error {
	color: #fb8910;
	padding-left: 10px;
	width: 360px;
	display: block;
}

p.formmessage {
	margin: -8px 0 0 6px;	
}

#loading{
	padding: 0;
	margin: 0;
	height: 32px;
}

/* seo */

.seotext {
  display: none;
}
h1.image,
h2.image {
  border: none;
  float:left;
  font-weight: normal;
}