@charset "utf-8";
/* Jasminka CSS Document */


/* basic styles
----------------------------------------------------------------------------------- */

body {
	background-color: #fff;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

ol, ul {
	list-style : none;
	margin: 0;
	padding: 0;
}

a	{
	text-decoration: none;
}

img {
	border: 0;
}

/* Layout divisions 
----------------------------------------------------------------------------------- */

/* Container  -------------------------------- */

div#container {
	width: 700px;  
	margin: 0 auto;
	text-align: left;
}

/* Header -------------------------------- */

#header {
	background-image: url(../images/header.png);
	height: 87px;
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0; 
	text-indent: -9999px;
}

/* Navigation -------------------------------- */

div#nav {
	height: 29px;
	background-image: url(../images/topnav.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
}

div#nav ul {
	padding:  7px 5px 5px 5px;
	margin-left: 11px;
}

div#nav li {
 	display:inline;
	padding: 0 1em;
	}

div#nav a{
	color: #dcd7d1;
}


div#nav a:hover {
	border-top: 1px solid #dcd7d1;
	border-bottom: 1px solid #dcd7d1;
}

/* Main Content -------------------------------- */

div#content {
	margin: 0;
	padding: 10px 10px;
	background-color:#fff;
	font-size: 0.95em;
}

div#content h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #416154;
	padding-left: 20px;
}

div#content p {
	margin: 1em;
	color: #000;
	line-height: 1.2em;
	padding-left: 5px;
}

div#content ul {
	padding-left: 20px;
}

div#content li {
	margin: 15px 0;
}

div#content a {
	color: #416154;
	text-decoration: underline;
}

div#content a:hover {
	border-top: 1px solid #416154;
	border-bottom: 1px solid #416154;
	text-decoration: none;
}

div#content .brand {
	font-weight:bold;
	color: #416154;
}

#content .emphasis {
	font-style: italic;
}


/* Opening (on index.html for grand opening)   -------------------------------- */


/* openingLeft (on index.html for grand opening) -------------------------------- */

div#openingLeft {
	float: left;
	width: 280px;
}

/* openingLeft  (on index.html for grand opening) -------------------------------- */

div#openingRight {
	float: left;
	width: 350px;
}


/* Opening classes    -------------------------------- */



.subhead {
	font-size: 1.4em;	
	color: #416154;
}


.bold {
	font-weight:bold;
	color: #416154;}


/* Mailing list  -------------------------------- */

div.mailinglist {
	margin-left: 20px;
}

/* Footer -------------------------------- */


#footer {
	width: 700px;
	height: 20px;
	padding: .5em 0;
	text-align: center;
	font-size: 12px;
	color: #000;
	border-top: 1px solid #416154;
	clear:both;
}

div#footer a {
	color: #416154;
	font-size: inherit;	
	border-bottom: 1px solid #416154;
}

div#footer a:hover {
	border-top: 1px solid #416154;
	border-bottom: 1px solid #416154;
	color: #416154;
}


div#footer #site_info {
	margin: 0; 
	font-size: 10px;
}

/* Images
----------------------------------------------------------------------------------- */

img.imageleft {
	margin: 0 15px 5px 20px;
	border: 1px solid #000;
	float:left;
}

img.imageright {
	margin: 0 15px 5px 10px;
	border: 1px solid #000;
	float:right;
}

/* Misc classes
----------------------------------------------------------------------------------- */

div.joinlist {
	color: #7c3f27;
	margin-left: 20px;
	margin-bottom: 2px;
	font-size 12px;
}

