/*------------------------------------------------------------------------------
UNDOHTML - (CC) 2006 Tantek Celik.
------------------------------------------------------------------------------*/
:link,:visited { text-decoration:none }
ul,ol { /*list-style:none;*/ list-style-position: inside; }
h1,h2,h3,h4,h5,h6,pre,code,kbd { font-size: 12px; }
dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img,abbr { border:0 }
address,abbr { font-style:normal }

/*------------------------------------------------------------------------------
BASIC ELEMENTS
------------------------------------------------------------------------------*/
body { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }

a { font-size: 12px; text-decoration: underline; padding: 1px; }
a:link { background: transparent; }
a:visited { background: transparent; }
a:hover { background: transparent; text-decoration: none; }
a:active { background: transparent; text-decoration: none; }

a.image:link, a.image:visited, a.image:hover { border: none; background: none; }
a.image img { border: none; padding: 0; margin: 0; }

hr { display: block; clear: both; visibility: hidden; }

/*------------------------------------------------------------------------------	
BASIC CLASSES
------------------------------------------------------------------------------*/		
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.emphasize { font-weight: bold; font-style: italic; text-decoration: underline;}
.clearleft 	{ clear: left; }
.clearright { clear: right; }
.clearboth 	{ clear: both; }
.floatleft	{ float: left; }
.floatright { float: right; }


/*------------------------------------------------------------------------------
COLORS & FONTS
------------------------------------------------------------------------------*/
body { 
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
	background: #FCF8DD;
}

.green { color: #5da42d; }
.orange { color: #f7941d; }
.purple { color: #753f9a; }
.brown { color: #6c4b28; }

a:link {	color: #5da42d; }
a:visited { color: #5da42d; }
a:hover { color: #5da42d;
	text-decoration: underline;	
}


/*------------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------------*/	

div#container {
	position: relative;
	margin: 0 auto;
	width: 756px;
	height: 520px;
	background: #fff url(../images/background_flowers.gif) no-repeat bottom right;
}

html>body div#container {
	height: auto;
	min-height: 520px;
}

/*------------------------------------------------------------------------------
CONTENT DIVS
------------------------------------------------------------------------------*/	
/*div { border: 1px solid #c00; }*/

div#home_left {
	float: left;
	display: inline;
	width: 250px;
	margin: 20px 0 0 165px;
}

div#home_right {
	float: left;
	display: inline;
	width: 300px;
	margin: 25px 0 0 30px;
}

div#home_girl {
	position: absolute;
	top:	63px;
	left: 0px;
	width: 165px;
}

div#col_left {
	float: left;
	display: inline;
	width: 200px;
	margin: 20px 0 20px 20px;
}

div#col_photo {
	float: left;
	display: inline;
	width: 220px;
	margin: 100px 0 20px 0px;
}

div#col_right {
	float: left;
	display: inline;
	width: 440px;
	margin: 20px 0 20px 20px;
}
div#col_right1 {
	float: left;
	display: inline;
	width: 210px;
}
div#col_right2 {
	float: left;
	display: inline;
	width: 210px;
	margin: 0 0 0 20px;
}


/*------------------------------------------------------------------------------
TAGS
------------------------------------------------------------------------------*/	

p, td, li, a {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #6c4b28;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, sans-serif;
	color: #6c4b28;
	font-weight: bold;
	text-align: left;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 11px;
}

.bt5 {
	margin-bottom: 5px;
}
.bt10 {
	margin-bottom: 10px;
}
.bt15 {
	margin-bottom: 15px;
}
.tp5 {
	margin-bottom: 5px;
}
.tp10 {
	margin-bottom: 10px;
}
.tp15 {
	margin-bottom: 15px;
}

/*------------------------------------------------------------------------------
TYPE CLASSES
------------------------------------------------------------------------------*/	
	
.intro, .firstline {
	font-family: georgia, times, serif;
	font-size: 13px;
	line-height: 20px;
}
.firstline {
	font-size: 21px;
	color: #753f9a;
	line-height: 26px;
}

.h4a {
	font-size: 13px;
}

.note {
	font-size: 9px;
	line-height: 12px;
}

/*------------------------------------------------------------------------------
CLASSES
------------------------------------------------------------------------------*/	

.btnlft { 
	float: left; 
	width: 145px;
	display: inline;
}

.btnrgt{ 
	float: right; 
	width: 145px;
	display: inline;
}


.rgt {
	text-align: right;
}
.ctr {
	text-align: center;
}

/*------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------*/	

#home_nav {
	position: relative;
	width: 495px;
	height: 25px;
	margin: 0 auto;
	clear: both;
}

#menu {	
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
}

#menu li a {
	padding: 0 10px;
	margin: 0;
	color: #8cc466;
	font-size: 12px;
}








