/* css Zen Garden submission 190 - 'Lonely Flower', by Mitja Ribic, http://mitja.impresija.com/mic/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Mitja Ribic */
/* Added: November 10th, 2005 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body { 
	font-family: Tahoma;
	color: #535b93;
	background-color: #ffffff; 
	margin: 0px; 
	padding: 10px 0px 10px 0px;
	text-align: center;
	}

p { 
	padding: 0px;
	font: 11px Tahoma; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	}

h1,h2,h3 {
	margin-top: 15px;
	padding: 0px;
	}

h3 { 
	font: bold 11pt Tahoma;
	margin-bottom: 0px; 
	color: #5535b93;
	padding-bottom: 0px;
	}
	
h1 { 
	font: bold 11pt Tahoma;
	margin-bottom: 0px; 
	color: #ffffff;
	padding-bottom: 0px;
	}

h2 { 
	font:normal 8pt Tahoma;
	
	color: #5535b93;

	float: right;
	}

#productText_R a {
	font: 11px Tahoma; 
	color: #535b93;
	}
	
#productText_R2 a {
	font: 11px Tahoma; 
	color: #535b93;
	}


.purple { 
	font:normal 9pt Tahoma;
	
	color: #553b93;

	float: right;
	}

	
li {
	padding: 0px;
	font: 11px Tahoma; 
	text-align: justify;
	}

#supportingText h3 span,#preamble h3 span {
	padding-bottom: 4px;
	background: url(flower3.gif) no-repeat 0 0;
	padding-left: 24px;
	}

#linkList h3 span {
	padding-bottom: 4px;
	background: url(flower2.gif) no-repeat 0 30%;
	padding-left: 14px;
	}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff;
	}

a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ffffff;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #ffffff;
	}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
	}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
#container { 
	
	background-color: #ffffff;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;

	}



#pageHeader { 
			 
	width: 798px;
	float: left;
	border-top: 1px solid #535b93;
	border-right: 1px solid #535b93;
	border-left: 1px solid #535b93;
	border-bottom: 4px solid #beac3e;
	
	}
	
#locationHeader { 
			 
	width: 798px;
	float: left;
	height: 250px;
	border-right: 1px solid #535b93;
	border-left: 1px solid #535b93;
	
	
	}
	
#indexHeader { 
			 
	width: 800px;
	float: left;
	height: 485px;
	border-right: 1px solid #535b93;
	border-left: 1px solid #535b93;
	border-top: 1px solid #535b93;
	border-bottom: 1px solid #535b93;
	
	
	}

#imageHolder { 
		 
	width: 798px;
	float: left;
	border-right: 1px solid #535b93;
	border-left: 1px solid #535b93;
	height: 250px;
	}

#bodyContainer { 
			 
	width: 800px;
	float: left;
	
	}

#bodyText { 
			 
	width: 798px;
	float: right;
	border-right: 1px solid #535b93;
	border-left: 1px solid #535b93;
	
	background-color: #767eac;
	
	}

#bodyNav { 
			 
	width: 400px;
	float: left;
	}
	
#menuNav { 
			 
	width: 798px;
	float: left;
	border-right: 1px solid #535b93;
	border-left: 1px solid #535b93;
	}

#footerText {
	width: 600px;
	
	float: right;
	padding: 10px 20px 10px 0px;
	border-right: 4px solid #beac3e;
	
			}
	

#footer {
	width:798px;
	
	float: left;
	
	border-bottom: 4px solid #beac3e;
	border-top: 4px solid #beac3e;
	border-right: 1px solid #767eac;
	border-left: 1px solid #767eac;
			}


#productText_L {
	
	padding: 0px 16px 16px 16px;
	width: 200px;
	float:left;
	
	height: 100%;
	
	}

#productText_R {
	
	padding: 0px 15px 0px 15px;
	width: 528px;
	float: right;
	background-color: #ffffff;
	border-right: 4px solid #beac3e;
	border-left: 4px solid #beac3e;
	border-bottom: 1px solid #beac3e;
	
	
	}


#productText_R2 {
	
	padding: 0px 15px 0px 15px;
	width: 528px;
	float: right;
	background-color: #ffffff;
	border-right: 4px solid #beac3e;
	border-left: 4px solid #beac3e;
	border-bottom: 4px solid #beac3e;
	
	
	}




#pricing {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	}

.pricingHeader {
	border-right:solid 1px #ffffff;
	background-color:#beac3e;
	color:#FFFFFF;
	}
	
.pricingHeader2 {
	border:solid 1px #666666;
	border-left:0;
	border-right:0;
	background-color:#261d1d;
	color:#FFFFFF;
	}
	
.pricing {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#535b93;
	text-align:center;
	}	
	
.pricing td {
	padding-top:2px;
	padding-bottom:2px;
	}






#indexFoot {
	margin-top: 10px;
	padding: 0px 0px;
	width: 800px;
	float: right;
	
	
	}

#footerIndex {
	text-align: center;
	
	padding: 20px;
	text-transform: uppercase;
	font: 11px Tahoma; 
	color: #535b93;
	
	}


#footerIndex a {
	font: 11px Tahoma; 
	color: #535b93;
	}











/*----link header color -------*/
#linkList h3 {
	font-size: 11px;
	padding: 3px 3px 3px 1px;
	color: #3ab8e8;
	margin-bottom: 0px;
	margin-top: 0px;
	}



#lselect ul, #larchives ul, #lresources ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#lselect li, #larchives li, #lresources li {
	padding: 5px 0px;
	background: url(bullet.gif) no-repeat 0 50%;
	}

#lselect li a {
	display: block;
	}

#lselect li a.c {
	display: inline;
	}

#linkList #lselect ul li {
    border-bottom: 1px solid #515151;
    display: block;
    padding: 5px 0 5px 15px;
    }

#linkList #larchives ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    }

#linkList #lresources ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    }

