th, td, tr	{ color:#545454; }

#container {
	float: left;
	width:100%;
	background-color: #FFF;
}

.content {
	height:auto!important;
	height:530px;
	min-height:530px;
	margin:15px 0 20px 20px; clear:both;
}

/* site_footer.tpl */
#footer {
	background: url(/templates/ezzi/images/footer.png) center top no-repeat #151515; padding:100px 0 0 0; width:100%; display:inline-block; clear:both;
}
#footer a {
	color:#454545;
}
#footer a:hover {
	color:#a5a5a5;
}

/* homepage.tpl & contact.tpl */
#contactform .contactinfo {
	padding:5px 0 0 5px; float:left;
}
#contactform .contactinfo span.title {
	font:700 14px/1.6 Candara, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Sans Serif"; color:#959595; padding:5px 0; display:block;
}
#contactform {
	height:auto!important;
	height:500px;
	min-height:500px;
	clear:both;
}
#contactform dl {
	width:400px;
	padding:15px 0 0 0;
	float:right;
}
#contactform dt {
	width:auto!important;
	width:90px;
	min-width:90px;
	padding:4px 6px 0 6px;
	text-align:right;
	white-space:nowrap;
	float:left;
	clear:left;
}
#contactform dd {
	padding:3px 0;
}

/* styled buttons */

button {
	font:700 11px Candara, "Trebuchet MS", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode"; text-transform:uppercase; text-align:center; vertical-align:top; border:0; padding:0; cursor:pointer;
}
button::-moz-focus-inner {
	border:none;
	margin:0 0 0 -2px; /* overrides extra padding in Firefox */
} 
button span {
	white-space:nowrap; display:block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
button.BtnSubmit, button.BtnSmall , button.BtnOrder  {
	margin:0px;
}
button span {
	margin:-1px 0 0 0; /* Safari and Google Chrome only - fix margins */
}
}
