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

body {
	background: #fff;
	
  font-family: 'Cardo', Georgia, Times, serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  line-height: 1.3em;
  color:#000;
}

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

a{text-transform: uppercase;   font-size: 7pt;   letter-spacing: 0.132em;}
a:link { color: #666;  text-decoration: none; }
a:active { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #666; text-decoration: underline; }

a img { border: none; }


#menu {
	color: #c4072f;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
	padding-left: 10px;
	padding-top:13px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 12pt;
	line-height: 1.4em;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 16px 0;
	line-height: 1.1em;
}


#content {
    height: 100%;
    margin: 35px 0 0 225px;
    top: 0;
}

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

li {
	
	}

#content p { width: 400px; margin: 0 0 12px 0; }


#content.strong{ 
text-transform: uppercase;   font-size: 7pt;   letter-spacing: 0.132em;
	color: #f7cc29;

}

#siteheader{text-transform:none; letter-spacing: 0; line-height: 1em; margin-top:-9px;}
#siteheader:link, #siteheader:active, #siteheader:visited { text-decoration: none !important; }

h1 { font-size: 32px; 
text-transform: uppercase; letter-spacing: 0.132em;
	color:#c4072f;
	margin-bottom:12px;
	font-weight:400;}
h2 { font-size: 24px;
text-transform: uppercase; letter-spacing: 0.132em;
	color:#c4072f;
	margin-bottom:12px;
	font-weight:400;}
h3 { font-size: 18px; 
text-transform: uppercase; letter-spacing: 0.132em;
	color:#c4072f;
	margin-bottom:12px;
	font-weight:400;}
h4 { font-size: 14px; 
text-transform: uppercase; letter-spacing: 0.132em;
	color:#c4072f;
	margin-bottom:12px;
	font-weight:400;}
h5 { font-size: 13px; 
text-transform: uppercase; letter-spacing: 0.132em;
	color:#c4072f;
	margin-bottom:12px;
	font-weight:400;}

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

#once { clear: left; }