/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #2b2b2b;font-size: 12px;
	font-family: Verdana, sans-serif; }
a:active { text-decoration: none; color: #2b2b2b; font-size: 12px;
	font-family: Verdana, sans-serif;}
a:visited { text-decoration: none; color: #2b2b2b; font-size: 12px;
	font-family: Verdana, sans-serif;}
a:hover { text-decoration: none; color: #666666; font-size: 12px;
	font-family: Verdana, sans-serif;}

a img { border: none; }

#menu {
    width: 208px;
    overflow: none;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: white url("http://www.schmuckinc.com/files/bckgroundschwarz.gif");
  	background-repeat: repeat;
  	background-position: center;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 15px;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 144px 0 0 211px;
    top: 0px;
	font-size: 10px; 
	color: #ffffff; 
	font-family: Verdana, sans-serif;
	font-weight:normal;}
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: -20 0;
}

h1 { font-size: 16px; color: #555555; font-family: Georgia, serif;font-weight:normal;letter-spacing: 2px;}
h2 { font-size: 12px; color: #444444; font-family: Verdana, sans-serif;font-weight:normal;}
h3 { font-size: 24px; color: #97be0d;font-family: Georgia, serif;font-weight:normal; width: 800px; font-style:italic;}
h4 { font-size: 24px; color: #00afe6;font-family: Georgia, serif;font-weight:normal; width: 800px; font-style:italic;}
h5 { font-size: 24px; color: #silver; font-family: Georgia, serif;font-weight:normal;letter-spacing: 2px;}
h6 { font-size: 24px; color: #e3007a;font-family: Georgia, serif;font-weight:normal; width: 800px; font-style:italic;}
h7 { font-size: 13px; color: silver; font-family: Georgia, serif;font-weight:normal;line-height: 17px; width: 400px;}
h8 { font-size: 24px; color: #silver;font-family: Georgia, serif;font-weight:normal; font-style:italic;}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }