/*
HYDRANGEA
   Re-Designed & Distributed by: Eden Design Studio http://www.edendesignstudio.com
   Original Open Source Design Author: http://www.growldesign.co.uk
*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(images/bg2.gif); /* Optional */
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 0px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	z-index: -1;
	margin: 0 auto;
	width: 740px;
	background: #fff url(images/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	z-index: 1;
	background: #49515C url(images/header_right.jpg) no-repeat;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 103px;
	}
#header h1 { 	
	margin: 0;
	color: #ffffff;
	font-size: 2.5em;
	font-weight: normal;
	cursor: default;
	padding: 5px 0px 0px 15px;
	}	
#header h2 { 	
	margin: 0;
	color: #2D4B89;
	font-size: 1.2em;
	padding: 0px 0px 0px 15px;
	cursor: default;
	}
#header h1 a { border-bottom: 0px;
color: #ffffff; }
#header h2 a { border-bottom: 0px;
color: #2D4B89; }
#header a:hover { border-bottom: 0px; }	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#navbar {
	z-index: 2;
	background: #88b1dd; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	text-align: left;
	}

#navbar li {
	z-index: 2;
	list-style-type: none;
	display: inline;
	line-height: 20px;
	float: left;
	}		
#navbar li a { 
	z-index: 2; 
	display: block;
	text-decoration: none; 
	color: #ffffff;
	background-color: #88b1dd;
	border-right: 4px solid #fff; 
	padding: 3px 8px;
	font-size: .9em;
	font-weight: bold;
	}
	
#navbar li a:hover { 
	z-index: 2; 
	background-color: #2D4B89; 
	}

#navbar ul {
	z-index: 2;
	display: none;
	width: 10em; /* Width to help Opera Out */
	background: #88b1dd; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}

#navbar li:hover ul {
	z-index: 2;
	display:block;
	position: absolute;
	margin: 0;
	padding: 0;
	}
	
#navbar li:hover li {
    z-index: 2;
    float: none;
    }
    
#navbar li:hover li a {
    z-index: 2;
    background-color: #88b1dd;
    border-bottom: 4px solid #fff;
    color: #fff; 
    }
    
#navbar li li a:hover {
    z-index: 2;
    background-color: #2D4B89; 
    }

p.contact {
	font-weight:bold; 
	color:#273451; 
	font-size: 1.5em;
	}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	z-index: 1;
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#sidebar div { z-index: 1; background: #fff url(images/para_bg2.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3 { 
	font-size: 1.3em; 
	color: #2D4B89; 
	margin: 0 10px 0 0; 
	cursor: default;
	font-weight: normal;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	z-index: 1; 
	                        
	border-top: 1px solid #ddd; 
  padding: 10px;
	}
#sidebar p {
text-align: justify;
font-size: 9px;
line-height: 1.6em;
word-spacing: 0px;
}
#sidebar h4{
font-weight:bold; 
color:#273451; 
font-size:1.1em
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	z-index: 1;
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	}	

#content div { z-index: 1; background: #fff url(images/para_bg.jpg) repeat-x; }	

#content h1 { 
	font-size: 1.4em;
	font-weight: normal; 
	color: #2D4B89; 
	margin: 0px 0px; 
	cursor: default;
	}
#content h2 { 
	font-size: 1.1em; 
	color: #89B2DE; 
	margin: 5px 0px; 
	cursor: default;
	}
#content h3 { 
	font-size: .75em; 
	color: #89B2DE; 
	margin: 5px 0px; 
	cursor: default;
	font-style:italic
	}
	
#content h4 { 
	font-size: .75em; 
	color: #2D4B89; 
	margin: 5px 0px; 
	cursor: default;
	font-style:italic
	}
#content h5 { 
	font-size: 1.4em;
	font-weight: bold;
	font-style:italic; 
	color: #2D4B89; 
	margin: 0px 0px; 
	cursor: default;
	}
#content h6 { 
	font-size: 1.3em;
	font-style:italic; 
	color: #666; 
	margin: 0px 0px; 
	cursor: default;
	}

#content hr {
z-index: 1;
border: none 0;
border-top: 1px dashed #89B2DE;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 8px 0px;
}

#content img.left {
z-index: 1;
margin: 0px 10px 0px 0px;
border: 1px solid #89B2DE;
}

#content img.right {
z-index: 1;
margin: 0px 0px 0px 10px;
border: 1px solid #89B2DE;
}

#content li {
list-style-image: url(images/bullet.gif);
}
/*------------------------------------------------------------*
**  Store
**------------------------------------------------------------*/
#store {
	z-index: 1;
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	}	

#store div { z-index: 1; background: #fff url(images/para_bg.jpg) repeat-x; }	

#store h1 { 
	font-size: 1.4em;
	font-weight: normal; 
	color: #2D4B89; 
	margin: 0px 0px; 
	cursor: default;
	}
#store h2 { 
	font-size: 1.1em; 
	color: #89B2DE; 
	margin: 5px 0px; 
	cursor: default;
	}
#store h3 { 
	font-size: .75em; 
	color: #89B2DE; 
	margin: 5px 0px; 
	cursor: default;
	font-style:italic
	}
	
#store h4 { 
	font-size: .75em; 
	color: #2D4B89; 
	margin: 5px 0px; 
	cursor: default;
	font-style:italic
	}
#store h5 { 
	font-size: 1.4em;
	font-weight: bold;
	font-style:italic; 
	color: #2D4B89; 
	margin: 0px 0px; 
	cursor: default;
	}
#store h6 { 
	font-size: 1.3em;
	font-weight: bold;
	font-style:italic; 
	color: #e8a512; 
	margin: 0px 0px; 
	cursor: default;
	}

#store hr {
z-index: 1;
border: none 0;
border-top: 1px dashed #89B2DE;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 8px 0px;
}

#store img.left {
z-index: 1;
margin: 0px 10px 0px 0px;
border: 1px solid #89B2DE;
}

#store img.right {
z-index: 1;
margin: 0px 0px 0px 10px;
border: 1px solid #89B2DE;
}

#store li {
list-style-image: url(images/bullet.gif);
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #49515C url(images/header_right.gif) no-repeat bottom;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: left;	
	color: #2D4B89;
	font-size: 0.8em;
	clear: both;
	}
	
p {
	margin-left: 10px;
}
	
#footer a { text-decoration: none; color: #2D4B89; border-bottom: 1px dashed #fff; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #2D4B89; }