@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-position: center;
	background-color: #E8CD8E;
}

#globalWrapper0 {
	background-repeat: no-repeat;
	background-position: center bottom;
}

#globalWrapper1 {
	background-repeat: repeat-y;
	background-position: center top;	
}
#globalWrapper2 {
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(../gui/bck_global_wrapper_2.jpg);
}

#globalWrapper {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	position: relative;
	height: 155px;
}
#logoWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
}
#logoWrapper, #logoWrapper h1 a   {
	height: 154px;
	width: 142px;
	background-image: url(../gui/logo_enoone.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#logoWrapper  h1 span {
	display: none;
}

#logoWrapper h1 a {
	display: block;
	background-image: none;
}

#contentWrapper {
}

/* START TYPOGRAPHY */
h2 {
	color:#17110e;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background-image: url(../gui/bck_h2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h3, h4, h5, h6 {
	color:#000;
	padding:5px 0px 20px 0px;
	margin:0px;
	font-weight:normal;
}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
p {
	color:#474642;
	margin:0px;
	line-height:135%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a {
	color:#b54e10;
	text-decoration:none;
}
a:hover {
	color:#b54e10;
	text-decoration:underline;
}

ul, ol{
	font-size:12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	color: #474642;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 160%;
}

#mainContent  p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	text-align: justify;
}
#mainContent .alert {
	text-align: center;
	background-color: #F4E9CE;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #743003;
}
#mainContent h2 {
	margin-right: 40px;
	margin-left: 40px;
	color: #441000;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h3 {
	margin-right: 40px;
	margin-left: 40px;
	color: #441000;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}



#mainContent ul li{
	background-image: url(../gui/dot.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 40px;
	padding-left: 25px;

}

#mainContent ul ul{
	padding:10px 0px 10px 15px;
}

#mainContent ol ol{
	padding:10px 0px 10px 15px;
}

#mainContent blockquote{
	/*background:url(../images/left_quote.gif) no-repeat left 0; */
	padding:0px 0px 10px 0px;
	margin:0px;

}
#mainContent blockquote p{
	text-indent:25px;
	font-size:13px;
	color:#6a675f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#mainContentContent {
	min-height:600px;
}
/* END TYPOGRAPHY */

#footer {
	background-image: url(../gui/bck_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 104px;
	position: relative;
}
#footerContent {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #5F5F5F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 30px;
}
#credits {
	text-align: right;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 18px;
}



.box {
	background-image: url(../gui/bck_box.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 265px;
}

.box .bckBoxTop {
	background-image: url(../gui/bck_box_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.box .bckBoxBottom {
	background-image: url(../gui/bck_box_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.box .inside {
	padding: 16px;
}

.box .inside p {
}

.clearFloat {
	clear: both;
}
.googleMap {
	text-align: center;
}


img.right, img.left {
	border: 1px solid #663503;
}
img.right {
	float: right;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
}

div.gallery {
	text-align: center;
	margin-right: 26px;
	margin-left: 26px;
}
div.gallery ul {
	margin: 0px;
	padding: 0px;

}
div.gallery ul li {
	list-style-type: none;
	margin: 0px;
	display: inline;
	padding: 0px;
}
div.gallery ul li img {
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #663503;
	margin-right: 5px;
}
div.gallery ul li img a {
}
div.product {
	float: left;
	width: 170px;
	margin-left: 40px;
	margin-bottom: 40px;
}

#mainContent div.product h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 135%;
}

#mainContent div.product h3 {
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #8A022A;
	line-height: 135%;
}

#mainContent div.product p  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 11px;
}
form {
	margin-right: 40px;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #474642;
}
form td {
	padding: 5px;
}

#mainContent  form p {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
