/*
#------------------------------------------------------------------------
# Coffe -#1 2011 template (for Joomla 1.6)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
body {
	background: transparent url('../../images/style1/main_bg.jpg') repeat 0 0;
	color: #463f38;
	font: 13px/1.8 Verdana,Geneva,sans-serif;
}

h2 {
	text-align: center;
	font-size: 150%;
}

a {
	color: #585048;
	text-decoration: none;
}

a:hover,a:active,a:focus {
	color: #bf7233;
}

p {
	margin: 0.8em 0;
}

a > img {
	display: none !important;
}

#mailto-window {
	padding: 0 20px;
}

form div label {
	display: block;
	width: 100%;
	font-size: 90%;
}

form div input {
	width: 96%;
	border: 1px solid #e1e1e1;
	border-top-color: #c1c1c1;
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*.button  {
	 float:  right;
	 height:  29px;
	 border:  2px solid #abd8e3;
	 padding:  0 16px;
	  text-decoration:  none;
	 text-transform:  uppercase;
	 cursor:  pointer;
	 font:  bold 11px/29px Arial, Helvetica, sans-serif;
	 background:  url('../images/button.png') repeat 0 0;
	 color:  #222;
	 -moz-border-radius:  26px;
	   }

*/
/*.button: hover,
.button:focus  {
	 color:  #000;
	 border-color:  #FADB7C}

*/
.button {
	height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px/23px Arial, Helvetica, sans-serif;
	padding: 0 8px;
	background: #696056;
	border: none;
	color: #fff !important;
	cursor: pointer;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
}

.button:first-child {
	float: left;
}

.button:hover,.button:focus {
	color: #fff !important;
	background: #222 !important;
}
