/* 
** flowertree - default stylesheet
** This CSS file makes the website look pretty ;-)
** 
** Nov 18, 2006 - (version 1.0)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #959595;
	text-align: center;
	margin-top: 3em;
}

.page {
	/* Page width: */
	width: 90%;
	max-width:72em;
}

#logo {
	text-align:left;
	margin: 0 auto;
	margin-bottom: 0.2em;
	max-width:72em;
}

#contentbox1 
{
	width: 820px;
	background-color: #acacac;                
	margin: 0 auto;
	text-align: left;
}
#contentbox {
	background-color: #acacac;                
	margin: 0 auto;
	text-align: left;
}
/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #1a1a1a;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #1a1a1a;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/1.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage1 {
	/* Background image: */
	background-image: url("../images/3.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage2 {
	/* Background image: */
	background-image: url("../images/2.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage3 {
	/* Background image: */
	background-image: url("../images/4.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}

#innerpage4 {
	/* Background image: */
	background-image: url("../images/5.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}

#innerpage5 {
	/* Background image: */
	background-image: url("../images/6.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}

#innerpage6 {
	/* Background image: */
	background-image: url("../images/7.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}

#innerpage7 {
	/* Background image: */
	background-image: url("../images/8.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage8 {
	/* Background image: */
	background-image: url("../images/9.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage9 {
	/* Background image: */
	background-image: url("../images/10.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
#innerpage10 {
	/* Background image: */
	background-image: url("../images/11.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 25em;
}
/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #acacac; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 
	width: 20em; 
	height: 30.5em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	color: #363636;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

#content h2 
{
	FONT-SIZE: 18px; 
	PADDING-BOTTOM: 5px;
	MARGIN: 0px 0px 15px; 
	LINE-HEIGHT: 26px; 
	BORDER-BOTTOM: 1px dotted; 
	LETTER-SPACING: -1px;	
	font-size: 0.9em;
	color: #d3d3d3;
}


/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}

#cmpny {
	margin: 0 auto;
	color: #898989;
	font-family: Verdana, Arial;
	font-size: 0.6em;
	text-align= center;
	
}

/* JS EFFECTS */
.trigger3 {
	CURSOR: pointer
}
.acc3 IMG {
	BORDER-RIGHT: #333 2px solid; BORDER-TOP: #333 2px solid; FLOAT: left; MARGIN: 0px 13px 0px 0px; BORDER-LEFT: #333 2px solid; BORDER-BOTTOM: #333 2px solid
}



.PARAGRAPH{
 font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
 font-size: 10px;
 margin-top: .5em; color: #BF2016;
 
}

div.thumb {
margin: 3px;
border: 0px solid #d3d3d3;
height: auto;
float: left;
text-align: center;
}
.thumb img{
display: inline;
margin: 0px;
border: 0px solid #d3d3d3;
}
.thumb a:hover img {border: 0px solid Gray;}
.photocattitle {text-align: center; font-weight: bold;}
.phototitle {
text-align: center;
font-weight: normal;
width: 70px;
margin: 0 0px 3px 0px;
} 