@charset "utf-8";
* {margin:0; padding:0;
}
#container {
	width: 639px;
	background-color: #FFFFFF;
	background-image: url(../resources/watermark.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 382px;
}
#content {
	width: 425px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 5px;
	text-align: justify;
	padding-right: 5px;
	padding-top: 5px;
}
#content_form {
	width: 639px;
}
#order_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.storeHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC99;
	background-color: #333333;
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
}
#content_form label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container_welcome {
	width: 639px;
	background-color: #FFFFFF;
	background-image: url(../photo_gallery/rows_of_coffee.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 382px;
}



#pictures {
	width: 194px;
	float: right;
	margin: 5px;
	padding: 5px;
	top: 10px;
	position: absolute;
	left: 425px;
}
.imgBorder {
	margin: 5px;
	padding: 5px;
	border: 1px solid #663300;
}
#imageWelcome {
	margin-top: 75px;
}

#container_photo {
	width: 639px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	height: 382px;
}

#stamp img {
	float: right;
	padding: 5px;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: absolute;
	left: 550px;
	top: 15px;
}
#address {
	width: 275px;
	position: absolute;
	left: 360px;
	top: 120px;
}
#address p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
	line-height: 2.5em;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}





h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC99;
	background-color: #663300;
	padding-left: 5px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	height: 16px;
	width: 634px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	background-color: #CCCCCC;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
	margin-top: 18px;
	text-align: left;
	padding-left: 10px;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCC99;
	background-color: #663300;
	padding: 2px;
	text-decoration: none;
	margin-top: 2px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #663300;
	background-color: #CCCC99;
	text-decoration: none;
	padding: 2px;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00CC00;
	background-color: #663300;
	text-decoration: none;
	padding: 2px;
}
.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #663300;
}
/* START OF THE FORM CSS */
div#formcontainer {
	width:350px;
	margin-left:5px;
	margin-top:5px;
}
div#formcontainer form  {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
} /* the top border is visually 1 px thicker because it touches the div.clearfix bordertop */
div#formcontainer div.clearfix {border-top: 1px solid #CCC; padding:10px 0px; vertical-align:top;} /* adds the line above each section and provides vertical spacing */
div#formcontainer form label {
	width:60px;
	float:left;
	font-size:10px;
	color: #663300;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
} /* this is the text label on the left of each input */
/* END OF THE FORMS CSS*/

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#phone {
	width: 350px;
	margin: 5px;
}

/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
#phone p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	padding: 5px;
}
.formInputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	background-color: #CCCC99;
	margin: 0px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	height: 100px;
	display: inline-table;
	overflow: scroll;
	cursor: auto;
	white-space: normal;
}
.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	background-color: #CCCC99;
	margin: 0px;
	padding: 0px;
	border: 1px solid #663300;
	height: 18px;
	width: 210px;
}
.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC99;
	background-color: #663300;
	padding: 2px;
	border: 2px solid #000000;
	cursor: hand;
	font-weight: bold;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_form p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 5px;
	text-align: justify;
	padding-right: 5px;
	padding-top: 5px;
}
#opening {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.firstlayer {
	color: #FFFFFF;
	position: absolute;
	top: 220px;
	left: 216px;
	z-index: 1;
	text-align: center;
}
.secondlayer {
	color: #333333;
	position: absolute;
	top: 221px;
	left: 217px;
	z-index: 0;
	text-align: center;
} 

.imgBorder2 {
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
}
