@charset "UTF-8";
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
/* MAIN LAYOUT ***************************/


body {
	background-color:#FFFFF7;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:1em;
	color:#808080;
	background:url(../images/sidemenu_back.png) repeat-y;
	background-position:center;
	}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 920px;
	position:relative;
	min-height: 100%;
}



#header{
	postition:absolute;
	width:920px;
	background-image:url(../images/grow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color: #D7193F;
	padding-top: 20px;
	position: relative;
	margin-bottom: 50px;
}

#header .logo{
	width:220px;
	margin-left:10px;
}



/*FOOTER*/

#footer {
	width: 900px;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	}

#footer p{
	color:#7FBBC8;
	font-size:0.75em;
	text-align: right;
	}
	
/*LEFTCOLUMN*/

#left_column{
	float: left;
	width:210px;
	padding-right: 30px;
}


#menu ul {
	color: #9AA9AB;
	font-size: 0.85em;
	padding: 6px 0;
	border-top: solid 1px #C1CD23;
	border-bottom: solid 1px #C1CD23;
	margin-top:-1px;
	position:relative;
	z-index:1;
	display:block;

}

#menu ul a#current {z-index:99}

	
#menu ul a {
	color: #9AA9AB;
	text-decoration: none;
	display:block;
	-webkit-transition: border-right 0.4s ease;
	-moz-transition: border-right 0.4s ease;
	-o-transition: border-right 0.4s ease;
	transition: border-right 0.4s ease;
}

#menu ul a:hover {
	background-color: #F6F6F6;
	color:#ED1849;
	border-right: #7FBBC8 solid 10px;
}

#menu ul li {
	color:#9AA9AB;
	font-size: 0.9em;
	text-decoration: none;
	padding:6px 0 2px 10px;
	border-top: solid 1px #EDEDED;
	margin-top:6px;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;	
}

#menu ul li a:hover{
	color:#C1CD23;
	z-index:99;
}

#text_column p.client_name{
	text-align:right;
	color:#999;
	font-size:0.85em;
	line-height:1.2em;
}


/*MAIN CONTENT*/

#main_content{
	float:right;
	width:670px;
	margin-bottom: 200px;
}

h1 {
	color: #D7193F;
	line-height: 1em;
	font-size: 3em;
	font-weight: lighter;
}

h2 {
	color: #7FBBC8;
	font-size: 1.2em;
	font-weight: lighter;
	padding: 10px 0 5px 0;
}

h6 {
	color: #C1CD23;
	font-size: 1.2em;
	font-weight: lighter;
	padding: 10px 0 5px 0;
	display: block;
	background-color: #EDEDED;
	padding-left: 15px;
}


p {
	color: #9AA9AB;
	line-height: 1.4em;
	font-size: 0.85em;
	margin: 10px 0 15px 15px;
	font-weight: lighter;
}

.inbloom {
	color: #7FBBC8;
}

.photomargin{
	margin-bottom:20px;
}

#oneleft_column{
	width:200px;
	margin-right:20px;
	float:left;
}

#oneleft_column img{
	margin-bottom:20px;
}

#oneright_column{
	width:450px;
	float:right;
}

#oneright_column p a {
	font-size: 1.2em;
	font-weight: lighter;
	text-decoration: none;
	color: #999;
	-webkit-transition:color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease;	
}

#oneright_column p a:hover {
	text-decoration: underline;
	color: #666;
}

#oneright_column ul {
	font-weight: lighter;
	color: #7FBBCD;
	font-size:1em;
	padding-left: 15px;
}

#oneright_column ul li{
	color: #9AA9AB;
	font-size:.9em;
	padding:2px 0;
}

