
/* -- SITEWIDE ELEMENTS -- */

* {
	margin: 0;
	padding:0;
	outline: 0;
	}

body {
	background:url(../images/tile.gif) top left repeat;
	color:#fff;
}

.text_indent {text-indent: -900000px;}

.borders {border:1px solid #ff0000;}





/* -- SPECIFIC ELEMENTS -- */

.container {margin-top:20px;}

#logo {
	float:left;
}

#strap {
	float:left;
	margin-top:55px;
}

#contact {
	float:left;
	background: url(../images/border_vert.gif) 0 0 repeat-y;
	margin-top:30px;
	padding-left:20px;
}

#contact p {
	padding-top:1em;
}




/* -- TYPOGRAPHY -- */

.serif {font-family: georgia, palatino, serif;}

h1 {
	color: #df1980;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	font-family: georgia, palatino, serif;
	letter-spacing:0.05em;
	text-align:left;
}

h2 {
	padding: 0;
	margin: 0;
	color: #075871;
	font-size: 1em;
	font-weight: bold;
	font-family: verdana;
}

em {
	color: #aaa;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	font-family: georgia, palatino, serif;
	letter-spacing:0.05em;
}

a {
	color: #df1980;
	text-decoration: underline;
}

a:hover {
	color: #df1980;
	text-decoration: none;
}

.active {
	font-weight: normal;
	color: #df1980;
	font-style:normal;
	cursor: default;
}






/*========================
NAV ACCORDION
========================*/


#nav {
	float:left;
	margin: 20px 0 0 0;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	line-height:1.5em;
	width: 230px;
	background: url(../images/border_vert.gif) 100% 0 repeat-y;
	text-align:left;
	}

#nav ul {
	margin: 0;
	padding: 0;
	border: none;
	}

#nav h5 {
	list-style-type: none;
	background: url(../images/border_hori.gif) top left repeat-x;
	margin: 0;
	display: block;
	height:3em;
	line-height:1.5em;
	width: 200px;
	padding: 10px 0;
	outline: none;
	cursor: pointer;
	font-weight: normal;
	color: #df1980;
	}

#nav h5 em {
	color: #df1980;
	padding-left:20px;
	}
	
#nav h5 a em {
	color: #aaa;
	padding-left:20px;
	}	
#nav h5 a:hover em {
	color: #df1980;
	}

#nav h5 a {
	display: block;
	color: #fff;
	text-decoration: none;
	outline: none;
	width: 100%;
	}

html>body #nav h5 a {
	width: auto;
	}

#nav h5 a:hover {
	color: #df1980;
	}

.accordion_toggle_active {
	color: #df1980;
	}

.accordion_content {
	overflow: hidden;
	}
	
.icon-heart {margin:0 0 0 10px;}
